Skip to content

Commit

Permalink
Update containers.md
Browse files Browse the repository at this point in the history
Collon missing :)
  • Loading branch information
Starnaw98 authored Oct 6, 2024
1 parent ae1d98b commit bc3da5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/components/containers.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ frame.addChild(maskContainer);
let text = new Text({
text:'This text will scroll up and be masked, so you can see how masking works. Lorem ipsum and all that.\n\n' +
'You can put anything in the container and it will be masked!',
style{
style:{
fontSize: 24,
fill: 0x1010ff,
wordWrap: true,
Expand Down

0 comments on commit bc3da5a

Please sign in to comment.