Fix Path Intersections example.

This commit is contained in:
Jürg Lehni 2013-06-27 23:26:26 -07:00
parent 6833e9d8e0
commit 3a1fa3171b

View file

@ -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);