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 2001/08/10 11:00:20 UTC

cvs commit: xml-fop/docs/xml-docs/fop svg.xml

keiron      01/08/10 02:00:20

  Modified:    docs/xml-docs/fop svg.xml
  Log:
  try to explain setting the size of output with transcoder a bit better
  
  Revision  Changes    Path
  1.3       +7 -2      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.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- svg.xml	2001/07/13 12:17:50	1.2
  +++ svg.xml	2001/08/10 09:00:20	1.3
  @@ -31,8 +31,13 @@
   the SVG file.
       </p>
       <p>
  -It is also possible to specify the width and/or height of the PDF document.
  -Currently the SVG image is simply scaled in PDF so the result my not be the best possible.
  +It is also possible to specify the width and/or height of the PDF document on the command line with -w and -h or if you are using the transcoder api you can use the transcoding hints.
  +    </p>
  +    <p>
  +Currently the SVG image is drawn at the SVG document size and simply scaled in PDF to the new size. So the result may not be the best possible. For example if you have any images or effects it will draw them at the original resolution of the svg document. When this is viewed in the pdf it will have an incorrect resolution for the size of the pdf.
  +</p>
  +    <p>
  +The size of the pdf file will also remain the same regardless of what size the page is.
       </p>
       <p>
   For more information see <jump href="http://xml.apache.org/batik/">Batik</jump> for
  
  
  

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