Skip to content

Version 2.3.0

Choose a tag to compare

@arklumpus arklumpus released this 02 May 14:54
· 215 commits to master since this release

New features

  • Added option to use CSS style classes for presentation attributes (#24).
  • Added Discretise method to GraphicsPath. This is similar to Linearise, but it additionally ensures that each segment does not exceed the specified length (if necessary, by breaking long line segments into smaller segments).
  • Added AddPath method to GraphicsPath. This makes it possible to add a figure represented by an existing GraphicsPath to another GraphicsPath.
  • Updated dependencies.

Bugfixes

  • Return null instead of throwing exception when trying to parse an invalid CSS colour string starting with #.
  • Fixed kerning-related exception in some fonts.
  • Fixed bug causing some standard fonts not to be displayed correctly in PDF documents.