Skip to content

JFreeSVG 5.0

Compare
Choose a tag to compare
@jfree jfree released this 12 Jun 06:33
· 56 commits to master since this release

Version 5.0 (12 June 2021)

  • replaced geometryDP and transformDP attributes with function references (#35);
  • fixed issue with RyuDouble (#39);
  • changed SVG width and height attributes from int to double (#37);
  • changed ViewBox dimension attributes from int to double;
  • updated draw(Shape) and fill(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.