Release notes

Here you can find the release notes for the Vector Shapes.

0.2.5

  • The Vector Shapes SVG path parser now supports values with E notation for exponents.

  • Fixed brush import for SVG images.

0.2.4

  • The Vector Shapes now works with Kanzi 3.9.0.

  • Windows build is now updated to 64-bit.

0.2.3

  • Fixed documentation to state beta2 instead of alpha6 as a requirement.

0.2.2

  • The Vector Shapes now works with Kanzi 3.9.0 beta2 release.

  • Fixed a crash-bug in tesselation. If content size is unbounded then update for renderer is not called anymore.

0.2.1

  • The Vector Shapes now works with Kanzi 3.9.0 beta1 release.

0.2.0

  • The Vector Shapes now works with Kanzi 3.9.

  • Introduced gradient brushes. Use gradient brushes to fill a 2D vector shape or stroke with a gradient. See Using gradient brushes.

  • Introduced the Composite Vector Shape 2D node. Use the Composite Vector Shape 2D node to group vector shape nodes and to apply Boolean operations on the geometry of the nodes. See Grouping vector shapes.

  • Added to the vector shape nodes the Stroke Dash Pattern for setting the length of the alternating dashes and gaps in a stroke. See Setting stroke.

  • You can now fill vector shape nodes with textures.

  • You can now clip the content of a vector shape node to the node bounds.