]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
fixed up the fill and border so it looks better
authorKeiron Liddle <keiron@apache.org>
Thu, 17 May 2001 08:41:34 +0000 (08:41 +0000)
committerKeiron Liddle <keiron@apache.org>
Thu, 17 May 2001 08:41:34 +0000 (08:41 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194252 13f79535-47bb-0310-9956-ffa450edef68

docs/examples/fo/instream.fo

index f4962ea4ba330e8daaea6c08456b63e5ce5995ec..a29c5ceb0aa4fa100266ad7c4be7e5e4db87c9f8 100644 (file)
@@ -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>