diff options
author | David Schweinsberg <[email protected]> | 2007-01-24 09:48:36 +0000 |
---|---|---|
committer | David Schweinsberg <[email protected]> | 2007-01-24 09:48:36 +0000 |
commit | f2fbf1663b354b09ced3bc68fc7104f5ae7470cf (patch) | |
tree | 864fb23af7d0c47dc00dc62b2eb31155e9270798 | |
parent | cc800f17d22d6a2c5f68d8f49afc09fd9b9e5970 (diff) |
Checked-in with a test value.
-rw-r--r-- | src/net/java/dev/typecast/exchange/SVGExporter.java | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/net/java/dev/typecast/exchange/SVGExporter.java b/src/net/java/dev/typecast/exchange/SVGExporter.java index 91f9ca1..cd0d2c6 100644 --- a/src/net/java/dev/typecast/exchange/SVGExporter.java +++ b/src/net/java/dev/typecast/exchange/SVGExporter.java @@ -78,7 +78,7 @@ import org.apache.batik.util.XMLConstants; /** * Converts a TrueType font to an SVG embedded font. * - * @version $Id: SVGExporter.java,v 1.2 2004-12-21 10:23:47 davidsch Exp $ + * @version $Id: SVGExporter.java,v 1.3 2007-01-24 09:48:36 davidsch Exp $ * @author <a href="mailto:[email protected]">David Schweinsberg</a> */ public class SVGExporter @@ -612,6 +612,9 @@ public class SVGExporter */ public void export(OutputStream os) throws TableException { PrintStream ps = new PrintStream(os); + + // TESTING + _high = 65536; // Write the various parts of the SVG file writeSvgBegin(ps); |