JFreeSVG 5.0
Version 5.0 (12 June 2021)
- replaced
geometryDP
andtransformDP
attributes with function references (#35); - fixed issue with
RyuDouble
(#39); - changed SVG
width
andheight
attributes fromint
todouble
(#37); - changed
ViewBox
dimension attributes fromint
todouble
; - updated
draw(Shape)
andfill(Shape)
methods for more compact output; - fixed miter limit (#36 and #38);
- fixed font family name issue (#27);
- added more JUnit tests;
- updated JUnit test dependency to version 5.7.2.