mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-08-28 22:08:54 -04:00
Fix Path Intersections example.
This commit is contained in:
parent
6833e9d8e0
commit
3a1fa3171b
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@
|
|||
|
||||
var yesGroup = words.children.yes;
|
||||
var noGroup = words.children.no;
|
||||
yesGroup.transformContent = true;
|
||||
noGroup.transformContent = true;
|
||||
|
||||
// Resize the words to fit snugly inside the view:
|
||||
project.activeLayer.fitBounds(view.bounds);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue