]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
TODO item for HiResBoundingBox.
authorJeremias Maerki <jeremias@apache.org>
Mon, 15 Aug 2005 09:08:55 +0000 (09:08 +0000)
committerJeremias Maerki <jeremias@apache.org>
Mon, 15 Aug 2005 09:08:55 +0000 (09:08 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@232778 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/image/analyser/EPSReader.java

index fdea3b24d7091c7ca8e1d3624ab2babf4269191e..712050ba5497b1600de61f08bb89b2566fa95c5e 100644 (file)
@@ -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 @@ public class EPSReader implements ImageReader {
 
     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,