aboutsummaryrefslogtreecommitdiffstats
path: root/docs/examples/fo
diff options
context:
space:
mode:
authorKeiron Liddle <keiron@apache.org>2000-08-03 06:58:56 +0000
committerKeiron Liddle <keiron@apache.org>2000-08-03 06:58:56 +0000
commit67f547b6a1ae2e266bab9b68805fa813b443d377 (patch)
treef61ece3c25655afe56b0444e534497ecf2cd0dd6 /docs/examples/fo
parentab152ef30035d26aac818e78af744dc9b8cf0943 (diff)
downloadxmlgraphics-fop-67f547b6a1ae2e266bab9b68805fa813b443d377.tar.gz
xmlgraphics-fop-67f547b6a1ae2e266bab9b68805fa813b443d377.zip
put svg in instream-foreign-object
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193602 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/examples/fo')
-rw-r--r--docs/examples/fo/extensive.fo14
1 files changed, 8 insertions, 6 deletions
diff --git a/docs/examples/fo/extensive.fo b/docs/examples/fo/extensive.fo
index c4f06c2b4..9ef9368d4 100644
--- a/docs/examples/fo/extensive.fo
+++ b/docs/examples/fo/extensive.fo
@@ -131,12 +131,14 @@
]]>
</fo:block>
<fo:block break-before="page" font-size="24pt" line-height="28pt" space-before.optimum="12pt" space-after.optimum="12pt">Embedded SVG</fo:block>
- <svg:svg width="400pt" height="200pt">
- <svg:rect x="20pt" y="20pt" width="100pt" height="100pt"/>
- <svg:line x1="20pt" y1="20pt" x2="120pt" y2="120pt"/>
- <svg:line x1="120pt" y1="20pt" x2="20pt" y2="120pt"/>
- <svg:text x="20pt" y="150pt">Hello SVG!</svg:text>
- </svg:svg>
+ <fo:instream-foreign-object>
+ <svg:svg width="400pt" height="200pt">
+ <svg:rect x="20pt" y="20pt" width="100pt" height="100pt"/>
+ <svg:line x1="20pt" y1="20pt" x2="120pt" y2="120pt"/>
+ <svg:line x1="120pt" y1="20pt" x2="20pt" y2="120pt"/>
+ <svg:text x="20pt" y="150pt">Hello SVG!</svg:text>
+ </svg:svg>
+ </fo:instream-foreign-object>
<fo:block>The above is an example of an SVG graphic</fo:block>
</fo:flow>
</fo:page-sequence>