jfree / jfreesvg

A fast, lightweight Java library for creating Scalable Vector Graphics (SVG) output.
http://www.jfree.org/jfreesvg
GNU General Public License v3.0
319 stars 58 forks source link

fix quotes for the transform attribute #19

Closed itchyny closed 5 years ago

itchyny commented 5 years ago

The commit 3d00adc9091bd0e03da159dccf90aca36c020449 breaks the SVG when !this.transform.isIdentity() is false (it emits <g ">). ping: @mquinson #15

jfree commented 5 years ago

Thanks for the patch. This issue was fixed already, in exactly the same way you've done.