]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Bugzilla#54075: Fixed a regression
authorPeter Hancock <phancock@apache.org>
Tue, 30 Oct 2012 10:42:47 +0000 (10:42 +0000)
committerPeter Hancock <phancock@apache.org>
Tue, 30 Oct 2012 10:42:47 +0000 (10:42 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1403657 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/render/AbstractPathOrientedRenderer.java
status.xml

index b87f5c2ca273a24213544a1ccd0eba07968c17d9..eba4460b08bef61315c64af25806e615767c524b 100644 (file)
@@ -32,6 +32,7 @@ import org.apache.batik.parser.AWTTransformProducer;
 
 import org.apache.xmlgraphics.image.loader.ImageSize;
 import org.apache.xmlgraphics.util.QName;
+import org.apache.xmlgraphics.util.UnitConv;
 
 import org.apache.fop.apps.FOUserAgent;
 import org.apache.fop.area.Area;
@@ -49,7 +50,7 @@ import org.apache.fop.fo.Constants;
 import org.apache.fop.fo.extensions.ExtensionElementMapping;
 import org.apache.fop.fonts.FontMetrics;
 import org.apache.fop.traits.BorderProps;
-import org.apache.fop.util.UnitConv;
+
 
 /**
  * Abstract base class for renderers like PDF and PostScript where many painting operations
index f6cb335f63e0b2a8e9a6891acb143e1fc7d91aed..28c88477475c3b33abdda54ef5164c0f9e25759f 100644 (file)
@@ -59,6 +59,9 @@
       documents. Example: the fix of marks layering will be such a case when it's done.
     -->
     <release version="FOP Trunk" date="TBD">
+      <action context="Code" dev="PH" type="fix" fixes-bug="54075">
+        Fixed a regression
+      </action>
       <action context="Code" dev="MH" type="add" fixes-bug="45822">
         Changed the dashed borders to appear more like dashes and less like dots
       </action>