mirror of
https://github.com/konvajs/konva.git
synced 2025-09-18 09:50:05 +08:00
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:
1
Thorfile
1
Thorfile
@@ -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
|
||||
|
Reference in New Issue
Block a user