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