Skip to content

SharpVectors - SVG# Reloaded: Version 1.2.0

Compare
Choose a tag to compare
@paulushub paulushub released this 11 Nov 18:09
· 244 commits to master since this release

The following are some of the changes

  • Improvements in marker support, including marker in curves.
    • Includes support for some SVG 2 features like context-fill and context-stroke
  • Improvements in color, color-profile, coordinates, transforms and aspect ratios.
  • Support for slice alignment.
  • Support for SVG element visitor interfaces.
  • Removed the default size of 640x480 in WPF rendering.
    • You can specific the size through new options: PixelWidth, PixelHeight
    • The default is now the original size of the SVG drawings
  • Issue #53. Binding support in controls.
  • Issue #79. Fixed clipping bug.
  • Issue #64. WPF path rendering improvements, gradient stop fix.
  • New options through the setting properties
    • IgnoreRootViewbox: If true, will set the root viewbox to null in the output if defined in the
    • EnsureViewboxSize: If true, this will ensure the original viewbox size is saved in static bitmaps
    • EnsureViewboxPosition: If true, will apply translate transformation to the output, if needed.