Author: tilman
Date: Wed Oct 13 16:24:45 2021
New Revision: 1894199

URL: http://svn.apache.org/viewvc?rev=1894199&view=rev
Log:
PDFBOX-5293: remove comment (the AffineTransform is "descaled" and after that 
there's only the rotation / flip left)

Modified:
    
pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/rendering/PageDrawer.java

Modified: 
pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/rendering/PageDrawer.java
URL: 
http://svn.apache.org/viewvc/pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/rendering/PageDrawer.java?rev=1894199&r1=1894198&r2=1894199&view=diff
==============================================================================
--- 
pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/rendering/PageDrawer.java 
(original)
+++ 
pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/rendering/PageDrawer.java 
Wed Oct 13 16:24:45 2021
@@ -1804,7 +1804,6 @@ public class PageDrawer extends PDFGraph
             // this adjusts the rectangle to the rotated image to put the soft 
mask at the correct position
             //TODO
             // 1. change transparencyGroup.getBounds() to getOrigin(), because 
size isn't used in SoftMask,
-            //    also remove use of AffineTransform here
             // 2. Is it possible to create the softmask and transparency group 
in the correct rotation?
             //    (needs rendering identity testing before committing!)
             AffineTransform adjustedTransform = new AffineTransform(xform);


Reply via email to