[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/KDE/3.5/kdegraphics/kpdf/xpdf/xpdf
From:       Albert Astals Cid <tsdgeos () terra ! es>
Date:       2008-02-09 16:59:09
Message-ID: 1202576349.184322.7756.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 772886 by aacid:

Domain order is x_min x_max y_min y_max and not x_min y_min x_max y_max


 M  +2 -2      GfxState.cc  


--- branches/KDE/3.5/kdegraphics/kpdf/xpdf/xpdf/GfxState.cc #772885:772886
@@ -1820,9 +1820,9 @@
       obj1.arrayGetLength() == 4) {
     x0A = obj1.arrayGet(0, &obj2)->getNum();
     obj2.free();
-    y0A = obj1.arrayGet(1, &obj2)->getNum();
+    x1A = obj1.arrayGet(1, &obj2)->getNum();
     obj2.free();
-    x1A = obj1.arrayGet(2, &obj2)->getNum();
+    y0A = obj1.arrayGet(2, &obj2)->getNum();
     obj2.free();
     y1A = obj1.arrayGet(3, &obj2)->getNum();
     obj2.free();
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic