diff options
author | Keiron Liddle <keiron@apache.org> | 2001-05-17 08:41:34 +0000 |
---|---|---|
committer | Keiron Liddle <keiron@apache.org> | 2001-05-17 08:41:34 +0000 |
commit | 0c18c6ac682bfd84de67550992ee256c1c8f44a6 (patch) | |
tree | 786c4c3e93d80b9359a6e7e1edc320bea818db4f /docs | |
parent | e2098fdef8fb4411a883c09d2913812562fa40e8 (diff) | |
download | xmlgraphics-fop-0c18c6ac682bfd84de67550992ee256c1c8f44a6.tar.gz xmlgraphics-fop-0c18c6ac682bfd84de67550992ee256c1c8f44a6.zip |
fixed up the fill and border so it looks better
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194252 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r-- | docs/examples/fo/instream.fo | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/examples/fo/instream.fo b/docs/examples/fo/instream.fo index f4962ea4b..a29c5ceb0 100644 --- a/docs/examples/fo/instream.fo +++ b/docs/examples/fo/instream.fo @@ -47,7 +47,7 @@ <svg:rect x="0" y="0" width="15" height="15"/> <svg:rect x="5" y="5" width="15" height="15"/> </svg:g> - <svg:rect x="0" y="0" width="49" height="49"/> + <svg:rect style="fill:none;stroke:black" x="0" y="0" width="49" height="49"/> </svg:svg> </fo:instream-foreign-object> With some text on the next line. With a bit more text to go over the to the next line. @@ -61,7 +61,7 @@ With some text on the next line. With a bit <svg:rect x="0" y="0" width="15" height="15"/> <svg:rect x="5" y="5" width="15" height="15"/> </svg:g> - <svg:rect x="0" y="0" width="49" height="49"/> + <svg:rect style="fill:none;stroke:black" x="0" y="0" width="49" height="49"/> </svg:svg> </fo:instream-foreign-object> more text to go over the to the next line. @@ -75,7 +75,7 @@ With some text <svg:rect x="0" y="0" width="15" height="15"/> <svg:rect x="5" y="5" width="15" height="15"/> </svg:g> - <svg:rect x="0" y="0" width="49" height="49"/> + <svg:rect style="fill:none;stroke:black" x="0" y="0" width="49" height="49"/> </svg:svg> </fo:instream-foreign-object> on the next line. With a bit more text to go over the to the next line to @@ -91,7 +91,7 @@ see it handles it properly. <svg:rect x="0" y="0" width="15" height="15"/> <svg:rect x="5" y="5" width="15" height="15"/> </svg:g> - <svg:rect x="0" y="0" width="549" height="49"/> + <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:svg> </fo:instream-foreign-object> @@ -104,7 +104,7 @@ see it handles it properly. <svg:rect x="0" y="0" width="15" height="15"/> <svg:rect x="5" y="5" width="15" height="15"/> </svg:g> - <svg:rect x="0" y="0" width="549" height="49"/> + <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:svg> </fo:instream-foreign-object> |