Version 1.59.1 (SVG only)
Code Diff: v1.59.0...v1.59.1-svg
CI: Windows | Mac
SkiaSharp.Extended.Svg
Support for SVG has been a hot topic, but Google has stated that this is not going to be a feature coming too soon. However, we do want to support SVG. To this end, we are trying out a lightweight SVG parser.
This goes in part with SKSvgCanvas
, which is used to create SVG files. Although both are still "preview" areas because not all the features of SVG have been implemented yet, they are both still very usable for most cases.
What's New
- Improved support for
<polyline>
and<polygon>
- Support for
display: none
- Support for named colors and
rgb(r,g,b)
colors