Created by: vicdoval
Expands the SVG Nodes with:
Curve Mode in Path SVG
: Using the to_bezier_segments method the node will accept a curve input and will try a curve output, if cant output a curve it will output a poly-line path.
Pattern SVG: Adds the possibility to fill shapes with created patterns:
Group SVG: Join shapes in groups with a defined name (Handy for later management of objects and to define patterns )
Also added Blend Mode options to Fill / Stroke
Node
-
Code changes complete. -
Code documentation complete. -
Documentation for users complete (or not required, if user never sees these changes). -
Manual testing done. -
Unit-tests implemented. -
Ready for merge.