]> source.dussan.org Git - xmlgraphics-fop.git/commit
Remove unnecessary scale factor. This made all images added via SVG three times bigge...
authorJeremias Maerki <jeremias@apache.org>
Fri, 3 Sep 2004 08:06:01 +0000 (08:06 +0000)
committerJeremias Maerki <jeremias@apache.org>
Fri, 3 Sep 2004 08:06:01 +0000 (08:06 +0000)
commit56969a0f394ee426345412c40d1023318631ed91
tree3165554f1a599cc8ade59833026844faa0b5704d
parent251758435b08de7e1b58ee54658461bbb6f9f45b
Remove unnecessary scale factor. This made all images added via SVG three times bigger than they need to be. The scale factor doesn't exist in PSGraphics2D.
Here's where this scale factor was introduced:
http://cvs.apache.org/viewcvs.cgi/xml-fop/src/org/apache/fop/svg/Attic/PDFGraphics2D.java?r1=1.18&r2=1.19&diff_format=h
Also reported by Jay Chiu for Fop 0.20.5 (Feb 2004)

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197900 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/fop/svg/PDFGraphics2D.java