You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added an overload of the DrawGraphics method that accepts a tag parameter.
Updated ImageSharp.Drawing version in VectSharp.Raster.ImageSharp to 1.0.0-beta14.16 - this introduced an API change, and requires the ImageSharp MyGet source to be enabled to download the latest version of ImageSharp.Drawing.
Bugfixes
Prevent out of memory exception in ImageSharp when drawing lines with a stroke width of 0 (#32).
Line joints are now drawn correctly when using VectSharp.Raster.ImageSharp.
When loading an SVG with VectSharp.SVG, object ids are now preserved and transformed into tags.
When loading an SVG with VectSharp.SVG, non-breaking spaces are now converted back into regular spaces.
In VectSharp.Markdown, data URIs containing SVG images are now parsed directly as SVG images, rather than being embedded within another SVG image.
When creating a PDF file, the standard font family names should now be used correctly.
Avoid exception in ImageSharp by not drawing a raster image if it does not overlap the target image at all (#33).