diff options
author | William Victor Mote <vmote@apache.org> | 2003-04-29 05:41:43 +0000 |
---|---|---|
committer | William Victor Mote <vmote@apache.org> | 2003-04-29 05:41:43 +0000 |
commit | dbe376ffffbeac203a97be23a28c55cba4a8b95c (patch) | |
tree | 67c0cd645a1d397d4ed33f79830dc9f5d458138d /src/documentation/content/xdocs/faq.xml | |
parent | 8af642561a24509dd7936d1a3b81ef3adc19517d (diff) | |
download | xmlgraphics-fop-dbe376ffffbeac203a97be23a28c55cba4a8b95c.tar.gz xmlgraphics-fop-dbe376ffffbeac203a97be23a28c55cba4a8b95c.zip |
Document SVG scaling & add an FAQ for it.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196368 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/content/xdocs/faq.xml')
-rw-r--r-- | src/documentation/content/xdocs/faq.xml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/documentation/content/xdocs/faq.xml b/src/documentation/content/xdocs/faq.xml index 2e74ff0f0..eb6e0a691 100644 --- a/src/documentation/content/xdocs/faq.xml +++ b/src/documentation/content/xdocs/faq.xml @@ -598,7 +598,7 @@ See <link href="#usercfg">loading the user configuration file</link> for further </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> @@ -693,6 +693,12 @@ Can I control this?</question> <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> <part id="part-pdf"> <title>PDF specific (includes Acrobat peculiarities)</title> |