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 ke...@apache.org on 2002/10/30 09:55:45 UTC

cvs commit: xml-fop/src/org/apache/fop/svg package.html

keiron      2002/10/30 00:55:45

  Modified:    src/org/apache/fop/svg package.html
  Log:
  updated for latest code
  
  Revision  Changes    Path
  1.4       +27 -3     xml-fop/src/org/apache/fop/svg/package.html
  
  Index: package.html
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/svg/package.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- package.html	22 Nov 1999 17:55:07 -0000	1.3
  +++ package.html	30 Oct 2002 08:55:45 -0000	1.4
  @@ -1,7 +1,31 @@
   <HTML>
   <TITLE>org.apache.fop.svg Package</TITLE>
   <BODY>
  -<P>Classes that add basic SVG support to FOP</P>
  -<P>This includes flow objects, areas and properties.</P>
  +<P>Classes that add SVG support to FOP and SVG->PDF conversion for Batik.</P>
  +<P>
  +This package contains classes for drawing to PDF using
  +a Graphics2D implementation.
  +</P>
  +<P>
  +The classes: PDFAElementBridge, PDFANode, PDFImageElementBridge,
  +PDFTextElementBridge and PDFTextPainter are used in conjunction
  +with batik to draw the SVG into the PDF document.
  +</P>
  +<P>
  +The PDFTranscoder is a transcoder for use with batik to convert
  +from SVG to a single page PDF document.
  +</P>
  +<P>
  +SVGElement, SVGElementMapping, SVGObj and SVGUserAgent are used by
  +FOP for handling embedded SVG or external SVG graphics.
  +</P>
  +<P>
  +The PDFGraphics2D does all the work to draw into a PDF document and
  +the PDFDocumentGraphics2D is used when drawing into a single document.
  +</P>
  +<P>
  +SVGUtilities contains some useful svg element creation methods.
  +</P>
   </BODY>
  -</HTML>
  \ No newline at end of file
  +</HTML>
  +
  
  
  

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