added clipping functionality to containers. Currently, the clipping function can only be applied to layers and groups. The clipping region is also subject to the containers transforms, which means that you can also create transformed clipping regions.

This commit is contained in:
Eric Rowell
2013-02-15 18:20:34 -08:00
parent b739d6edf7
commit 46f71d283f
8 changed files with 80 additions and 0 deletions

View File

@@ -146,6 +146,7 @@ class Build < Thor
content.gsub!("{{version}}", version)
content.sub!("{{date}}", date)
content.gsub!("{{NodeParams}}", IO.read("configParams/NodeParams.txt"))
content.gsub!("{{ContainerParams}}", IO.read("configParams/ContainerParams.txt"))
content.gsub!("{{ShapeParams}}", IO.read("configParams/ShapeParams.txt"))
return content