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-09-18 09:50:05 +08:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
Files
793e43b0db7668a1f7a263f4ffb0b52f76417f00
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