Version 1.59.0
Code Diff: afd2b18...v1.59.0
CI: Windows | Mac
SkiaSharp.Extended
During the process of development and support, we have collected some cool functions that may be useful to some apps. We decided to release these an a package so that everyone can find use for them. This is a very small collection right now, but we hope to extend this with many more features.
We hope you will give them a go and suggest any additional features or utilities that may come in handy.
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.
SkiaSharp.Extended.Iconify
A simple way to draw a string that contains icons inline with normal characters.