From 1dbd1bb9b21c767a8edda5915a3a728618643584 Mon Sep 17 00:00:00 2001 From: Keiron Liddle Date: Tue, 19 Sep 2000 00:10:08 +0000 Subject: [PATCH] some examples for placing svg within blocks and text git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193705 13f79535-47bb-0310-9956-ffa450edef68 --- docs/examples/fo/instream.fo | 132 +++++++++++++++++++++++++++++++++++ 1 file changed, 132 insertions(+) create mode 100644 docs/examples/fo/instream.fo diff --git a/docs/examples/fo/instream.fo b/docs/examples/fo/instream.fo new file mode 100644 index 000000000..327a6aa64 --- /dev/null +++ b/docs/examples/fo/instream.fo @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + SVG placed in flow before anything + + + This is used to show how foreign objects are placed in a line area. + + + + + + + SVG placed in flow after a block + + + + Some block text to separate instream objects. + + + Some text before + + + + + + + + + and some after the svg element. + + + A text line below the instream object. + + + + + + + + + SVG placed in a block + + + + + A text line below the block. + + + A text line with an instream foreign object that is before the line break. + + + + + + + + + +With some text on the next line. With a bit more text to go over the to the next line. + + + A text line with an instream foreign object that is after the line break. +With some text on the next line. With a bit + + + + + + + + + +more text to go over the to the next line. + + + A text line with an instream foreign object that is over the line break. +With some text + + + + + + + + + +on the next line. With a bit more text to go over the to the next line to +see it handles it properly. + + + The next block has an instream object wider than the area. + + + + + + + + + + SVG placed in a really wide block + + + + + This block has an instream object wider than the area after this text + + + + + + + + SVG placed in a really wide block + + + + + + -- 2.39.5