Skip to content
This repository was archived by the owner on Aug 7, 2026. It is now read-only.

0.1.1

Choose a tag to compare

@alexjlockwood alexjlockwood released this 05 May 22:05
· 111 commits to master since this release
  • Added a LineNode class (similar to the <line> element in SVG).
  • Added a fillType property to ClipPathNode, which allows you to create clip paths with either a NON_ZERO or EVEN_ODD winding type.
  • Added a clipType property to ClipPathNode, which allows you to create clip paths with either a INTERSECT or SUBTRACT clipping strategy.