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 new methods to the Rectangle struct (Rectangle.IsNaN and Rectangle.Intersection).
Added the QuadraticBezierTo method to the GraphicsPath class, which makes it possible to draw quadratic Bézier curves (these are internally elevated to cubic Béziers).
VectSharp.Markdown now renders equations using CSharpMath instead of using a remote GitHub server.
Bugfixes
Clipping paths are now properly taken in consideration when determining the bounds of a plot.
Bounding boxes for radial gradients are now computed properly in VectSharp.PDF.
VectSharp.SVG now attempts to skip XML declarations (<?xml ... ?>) when parsing SVG files.