0.1.1
- Added a
LineNode
class (similar to the<line>
element in SVG). - Added a
fillType
property toClipPathNode
, which allows you to create clip paths with either aNON_ZERO
orEVEN_ODD
winding type. - Added a
clipType
property toClipPathNode
, which allows you to create clip paths with either aINTERSECT
orSUBTRACT
clipping strategy.