Skip to content

Releases: mono/SkiaSharp.Extended

Version 2.0.0 (Preview 86)

08 Apr 18:38
bce1678

Choose a tag to compare

Pre-release

What's Changed

Full Changelog: v2.0.0-preview.83...v2.0.0-preview.86

Version 2.0 (Preview 83)

01 Sep 18:59
8b5d7bd

Choose a tag to compare

Pre-release

What's Changed

Full Changelog: v2.0.0-preview.80...v2.0.0-preview.82

Version 2.0 (Preview 80)

24 Aug 18:58
0f4e9f5

Choose a tag to compare

Pre-release

What's Changed

New Contributors

Full Changelog: v2.0.0-preview.70...v2.0.0-preview.80

Version 2.0 (Preview 70)

22 Aug 21:45
f22f20f

Choose a tag to compare

Pre-release

What's Changed

New Contributors

Full Changelog: v2.0.0-preview.61...v2.0.0-preview.70

Version 2.0 (Preview 61)

22 Aug 21:35
46c5911

Choose a tag to compare

Pre-release

What's Changed

Full Changelog: v2.0.0-preview.59...v2.0.0-preview.61

Version 2.0 (Preview 59)

22 Aug 21:35

Choose a tag to compare

Pre-release

Version 2.0 (Preview 58)

22 Aug 21:33
e95b27b

Choose a tag to compare

Pre-release

What's Changed

New Contributors

Full Changelog: v1.60.0...v2.0.0-preview.58

Version 1.60.0

11 Apr 11:41

Choose a tag to compare

Code Diff: v1.59.1-svg...v1.60.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.

README | NuGet

What's New

  • A few small improvements
  • Updated SkiaSharp to v1.60.0

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.

README | NuGet

What's New

  • Added support for text-anchor and baseline-shift attributes for <text> / <tspan> elements
  • Added support for basic clipping with the clip-path attribute and <clipPath> element
  • Added support for styles on the root <svg> element
  • Added support for single rx or ry attributes on the <rect> element
  • Added support for loading embedded images: <image xlink:href="data:image/png;base64,XXX" />
  • Resolved the exception: XmlException: For security reasons DTD is prohibited in this XML document
  • Updated SkiaSharp to v1.60.0

SkiaSharp.Extended.Iconify

A simple way to draw a string that contains icons inline with normal characters.

README | NuGet

What's New

  • A few small improvements
  • Updated SkiaSharp to v1.60.0

Current Icons

Version 1.59.1 (SVG only)

04 Sep 14:42

Choose a tag to compare

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.

README | NuGet

What's New

  • Improved support for <polyline> and <polygon>
  • Support for display: none
  • Support for named colors and rgb(r,g,b) colors

Version 1.59.0

15 Jul 15:51

Choose a tag to compare

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.

README | NuGet

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.

README | NuGet

SkiaSharp.Extended.Iconify

A simple way to draw a string that contains icons inline with normal characters.

README | NuGet