diff options
Diffstat (limited to 'docs/examples/fo/instream.fo')
-rw-r--r-- | docs/examples/fo/instream.fo | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/examples/fo/instream.fo b/docs/examples/fo/instream.fo index a29c5ceb0..74667a8f3 100644 --- a/docs/examples/fo/instream.fo +++ b/docs/examples/fo/instream.fo @@ -4,7 +4,7 @@ <fo:region-body margin-top="25pt" margin-bottom="25pt" margin-left="50pt" margin-right="50pt" /> </fo:simple-page-master> </fo:layout-master-set> -<fo:page-sequence master-name="one"> +<fo:page-sequence master-reference="one"> <fo:flow flow-name="xsl-region-body"> <fo:block>This is used to show how foreign objects are placed in a line area.</fo:block> <fo:block> @@ -32,7 +32,7 @@ <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 a block</svg:text> + <svg:text style="font-family:Helvetica;fill:blue" x="10" y="30">SVG placed in a block</svg:text> </svg:svg> </fo:instream-foreign-object> </fo:block> @@ -105,7 +105,7 @@ see it handles it properly. <svg:rect x="5" y="5" width="15" height="15"/> </svg:g> <svg:rect style="fill:none;stroke:black" x="0" y="0" width="549" height="49"/> - <svg:text x="10" y="30">SVG placed in a really wide block</svg:text> + <svg:text style="font-family:Helvetica" x="10" y="30">SVG placed in a really wide block</svg:text> </svg:svg> </fo:instream-foreign-object> </fo:block> |