Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
2.5
-
None
-
None
-
Operating System: All
Platform: All
-
36520
Description
In response to http://issues.apache.org/bugzilla/show_bug.cgi?id=36505,
jeremias wrote:
...I'm not happy with the current state of Java2DRenderer.renderSVGDocument().
Creating inverse transformation matrices is surely not the right way to do this.
The matrix should be saved and restored instead.Furthermore, renderSVGDocument
should be extracted into a Java2DSVGHandler like it is done for the other renderers.
This patch fixes both these issues.