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 vm...@apache.org on 2003/04/29 07:41:43 UTC

cvs commit: xml-fop/src/documentation/content/xdocs faq.xml graphics.xml

vmote       2003/04/28 22:41:43

  Modified:    src/documentation/content/xdocs faq.xml graphics.xml
  Log:
  Document SVG scaling & add an FAQ for it.
  
  Revision  Changes    Path
  1.29      +7 -1      xml-fop/src/documentation/content/xdocs/faq.xml
  
  Index: faq.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/faq.xml,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- faq.xml	23 Apr 2003 22:59:46 -0000	1.28
  +++ faq.xml	29 Apr 2003 05:41:43 -0000	1.29
  @@ -598,7 +598,7 @@
       </faq>
     </part>
     <part id="part-svg">
  -    <title>Batik/SVG specific questions</title>
  +    <title>SVG specific questions</title>
       <faq id="svg-text">
         <question>The rendering of SVG text in my PDF is of poor quality.
   Can I control this?</question>
  @@ -691,6 +691,12 @@
             semantics of this kind of references in embedded SVG clearer.
           </p>
           <p>See also <link href="#MalformedURL">MalformedURLException</link></p>
  +      </answer>
  +    </faq>
  +    <faq id="svg-scaling">
  +      <question>Why is my SVG rendered at a size different from that specified in my fo:external-graphic element?</question>
  +      <answer>
  +        <p>See <link href="graphics.html#svg-scaling">SVG Scaling</link>.</p>
         </answer>
       </faq>
     </part>
  
  
  
  1.5       +7 -0      xml-fop/src/documentation/content/xdocs/graphics.xml
  
  Index: graphics.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/graphics.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- graphics.xml	29 Apr 2003 03:30:54 -0000	1.4
  +++ graphics.xml	29 Apr 2003 05:41:43 -0000	1.5
  @@ -241,6 +241,13 @@
   The Acrobat viewer has both "smooth line art" and "smooth text" settings that may need to be set for SVG images to be displayed nicely on your screen (see Edit / Preferences / Display).
   This setting will not affect the printing of your document, which should be OK in any case, but will only affect the quality of the screen display.</p>
         </section>
  +      <section id="svg-scaling">
  +        <title>Scaling</title>
  +        <p>Currently, SVG images are rendered with the dimensions specified <em>in the SVG file</em>, within the viewport specified in the fo:external-graphic element.
  +For everything to work properly, the two should be equal.
  +The SVG standard leaves this issue as an implementation detail.
  +FOP will probably implement a scaling mechanism in the future.</p>
  +      </section>
         <section id="svg-problems">
           <title>Known Problems</title>
           <ul>
  
  
  

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