This website requires JavaScript.
Explore
Help
Register
Sign In
lsm
/
konva
Watch
1
Star
0
Fork
0
You've already forked konva
mirror of
https://github.com/konvajs/konva.git
synced
2025-05-03 04:13:55 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
69f9374c8e
konva
/
configParams
History
Eric Rowell
012e495a69
new strokeScaleEnabled property which enables you to configure if the stroke style of a shape should scale or not as the shape itself scales, or as its ancestors scale
2013-02-21 09:14:44 -08:00
..
containerParams.txt
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.
2013-02-15 18:20:34 -08:00
NodeParams.txt
pulled Node config params and Shape config params into a textfile, and now using token replacement to auto fill Node and Shape config params throughout the code base. In this way, if I need to make changes to the Node or Shape configs, those changes are propagated to all of the other constructors
2013-01-26 20:42:19 -08:00
ShapeParams.txt
new strokeScaleEnabled property which enables you to configure if the stroke style of a shape should scale or not as the shape itself scales, or as its ancestors scale
2013-02-21 09:14:44 -08:00