Skip to content

Version 2.2.1

Choose a tag to compare

@arklumpus arklumpus released this 14 Feb 02:35

New features

  • Updated the documentation website with much more detailed tutorials and interactive WebAssembly examples.
  • Added a parameterless overload to the Page.Crop method, that crops the page based on the bounds of its contents.
  • Added the FontFamily.FamilyName property to get the full name of a font family.
  • Added an overload of the Graphics.Transform method that reduces the maximum length of line segments (useful for non-projective transformations).

Bugfixes

  • Out-of-range correction of the radii for elliptical arcs is now performed correctly.
  • Béziers that are actually straight lines are now handled properly when determining the intersections for text underlines.
  • SVG text with kerning information is now imported correctly.
  • Normalisation and bias are now actually applied in the ConvolutionFilter.
  • Cropping a Page more than once now works as expected.
  • Embedding multiple fonts in the same family in a PDF document now works as expected.