keiron 01/07/13 05:17:59
Modified: docs/xml-docs/fop examples.xml svg.xml
Log:
some slightly more info about svg -> pdf
Revision Changes Path
1.10 +0 -4 xml-fop/docs/xml-docs/fop/examples.xml
Index: examples.xml
===================================================================
RCS file: /home/cvs/xml-fop/docs/xml-docs/fop/examples.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- examples.xml 2001/06/06 12:34:03 1.9
+++ examples.xml 2001/07/13 12:17:48 1.10
@@ -45,10 +45,6 @@
<li>In the directory examples/pagination you find a suite of examples showing
the use
of xsl:fo pagination.
</li>
- <li>If you are interested in using svg, you may want to look into the
- <jump href="http://xml.apache.org/dist/fop/svgtestsuite.jar">svg test
suite</jump>, which
- must be downloaded separately (ca. 2.1 MB).
- </li>
</ul>
<p>Developers will find the first steps to a test suite for all implemented
formatting objects and
properties in xml-fop/test/xml/.</p>
1.2 +26 -1 xml-fop/docs/xml-docs/fop/svg.xml
Index: svg.xml
===================================================================
RCS file: /home/cvs/xml-fop/docs/xml-docs/fop/svg.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- svg.xml 2001/06/06 12:34:09 1.1
+++ svg.xml 2001/07/13 12:17:50 1.2
@@ -36,8 +36,33 @@
</p>
<p>
For more information see <jump href="http://xml.apache.org/batik/">Batik</jump> for
-how transocders work.
+how transcoders work.
</p>
+
+ <p>
+These are the relevant classes, found in the package org.apache.fop.svg :
+ </p>
+ <p>
+<ul>
+<li><em>PDFGraphics2D</em>
+<br/>
+used for drawing onto a Graphics2D into an existing pdf document, used
+internally to draw the svg.
+</li>
+<li><em>PDFDocumentGraphics2D</em>
+<br/>
+used to create a pdf document and inherits from PDFGraphics2D to do the
+rest of the drawing. Used by the transcoder to create a standalone pdf
+document from an svg. Can be used independantly the same as any Graphics2D.
+</li>
+<li><em>PDFTranscoder</em>
+<br/>
+used to transcode an svg document into a standalone pdf, via
+PDFDocumentGraphics2D.
+</li>
+</ul>
+ </p>
+
</s2>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]