diff options
author | Keiron Liddle <keiron@apache.org> | 2001-01-30 03:00:07 +0000 |
---|---|---|
committer | Keiron Liddle <keiron@apache.org> | 2001-01-30 03:00:07 +0000 |
commit | 595dc53171b2c9cfa9d055ba1677487dcab49236 (patch) | |
tree | 6461feb2f7e5e4eb6ff3e45afe9c4f0abf736333 /docs/examples/fo/instream.fo | |
parent | 4d1c81be82d5a33d82b0f7d874e1df505e22005d (diff) | |
download | xmlgraphics-fop-595dc53171b2c9cfa9d055ba1677487dcab49236.tar.gz xmlgraphics-fop-595dc53171b2c9cfa9d055ba1677487dcab49236.zip |
made fo valid
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194001 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/examples/fo/instream.fo')
-rw-r--r-- | docs/examples/fo/instream.fo | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/docs/examples/fo/instream.fo b/docs/examples/fo/instream.fo index 327a6aa64..f4962ea4b 100644 --- a/docs/examples/fo/instream.fo +++ b/docs/examples/fo/instream.fo @@ -6,25 +6,7 @@ </fo:layout-master-set> <fo:page-sequence master-name="one"> <fo:flow flow-name="xsl-region-body"> -<fo:instream-foreign-object> -<svg:svg width="250" height="50"> - <svg:g style="fill:red; stroke:#000000"> - <svg:rect x="0" y="0" width="15" height="15"/> - <svg:rect x="5" y="5" width="15" height="15"/> - </svg:g> - <svg:text x="10" y="30">SVG placed in flow before anything</svg:text> -</svg:svg> -</fo:instream-foreign-object> <fo:block>This is used to show how foreign objects are placed in a line area.</fo:block> -<fo:instream-foreign-object> -<svg:svg width="250" height="50"> - <svg:g style="fill:red; stroke:#000000"> - <svg:rect x="0" y="0" width="15" height="15"/> - <svg:rect x="5" y="5" width="15" height="15"/> - </svg:g> - <svg:text x="10" y="30">SVG placed in flow after a block</svg:text> -</svg:svg> -</fo:instream-foreign-object> <fo:block> Some block text to separate instream objects. </fo:block> |