Skip to content

Version 2.3.2

Compare
Choose a tag to compare
@arklumpus arklumpus released this 01 Sep 17:11
· 177 commits to master since this release

New features

  • 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.