You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by je...@apache.org on 2005/08/15 11:08:58 UTC

svn commit: r232778 - /xmlgraphics/fop/trunk/src/java/org/apache/fop/image/analyser/EPSReader.java

Author: jeremias
Date: Mon Aug 15 02:08:55 2005
New Revision: 232778

URL: http://svn.apache.org/viewcvs?rev=232778&view=rev
Log:
TODO item for HiResBoundingBox.

Modified:
    xmlgraphics/fop/trunk/src/java/org/apache/fop/image/analyser/EPSReader.java

Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/image/analyser/EPSReader.java
URL: http://svn.apache.org/viewcvs/xmlgraphics/fop/trunk/src/java/org/apache/fop/image/analyser/EPSReader.java?rev=232778&r1=232777&r2=232778&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/java/org/apache/fop/image/analyser/EPSReader.java (original)
+++ xmlgraphics/fop/trunk/src/java/org/apache/fop/image/analyser/EPSReader.java Mon Aug 15 02:08:55 2005
@@ -1,5 +1,5 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
+ * Copyright 1999-2005 The Apache Software Foundation.
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -37,6 +37,8 @@
 
     private static final byte[] EPS_HEADER_ASCII = "%!PS".getBytes();
     private static final byte[] BOUNDINGBOX = "%%BoundingBox: ".getBytes();
+    //private static final byte[] HIRESBOUNDINGBOX = "%%HiResBoundingBox: ".getBytes();
+    //TODO Implement HiResBoundingBox, ImageInfo probably needs some changes for that
 
     /** @see org.apache.fop.image.analyser.ImageReader */
     public FopImage.ImageInfo verifySignature(String uri, InputStream bis,



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org