This repository was archived by the owner on Aug 7, 2026. It is now read-only.
0.1.1
- Added a
LineNodeclass (similar to the<line>element in SVG). - Added a
fillTypeproperty toClipPathNode, which allows you to create clip paths with either aNON_ZEROorEVEN_ODDwinding type. - Added a
clipTypeproperty toClipPathNode, which allows you to create clip paths with either aINTERSECTorSUBTRACTclipping strategy.