gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] alph/org/nongnu/alph/impl AbstractImageSpan.java


From: Matti Katila
Subject: [Gzz-commits] alph/org/nongnu/alph/impl AbstractImageSpan.java
Date: Sat, 19 Jul 2003 07:13:01 -0400

CVSROOT:        /cvsroot/alph
Module name:    alph
Branch:         
Changes by:     Matti Katila <address@hidden>   03/07/19 07:13:01

Modified files:
        org/nongnu/alph/impl: AbstractImageSpan.java 

Log message:
        added more debug

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/alph/alph/org/nongnu/alph/impl/AbstractImageSpan.java.diff?tr1=1.2&tr2=1.3&r1=text&r2=text

Patches:
Index: alph/org/nongnu/alph/impl/AbstractImageSpan.java
diff -u alph/org/nongnu/alph/impl/AbstractImageSpan.java:1.2 
alph/org/nongnu/alph/impl/AbstractImageSpan.java:1.3
--- alph/org/nongnu/alph/impl/AbstractImageSpan.java:1.2        Wed Jun 11 
13:50:18 2003
+++ alph/org/nongnu/alph/impl/AbstractImageSpan.java    Sat Jul 19 07:13:01 2003
@@ -58,7 +58,8 @@
        if(x0 < 0 || y0 < 0)
            throw new Error("Negative coordinates");
        if(x0 + w0 > w || y0 + h0 > h)
-           throw new Error("Too large imagearea");
+           throw new Error("Too large imagearea("+x0+","+w0+","+w+" : "+
+                           y0+","+h0+","+h+")");
        return createNew(x+x0, y+y0, w0, h0);
     }
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]