]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
sets style so that it looks better
authorKeiron Liddle <keiron@apache.org>
Tue, 19 Jun 2001 10:47:13 +0000 (10:47 +0000)
committerKeiron Liddle <keiron@apache.org>
Tue, 19 Jun 2001 10:47:13 +0000 (10:47 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194297 13f79535-47bb-0310-9956-ffa450edef68

docs/examples/fo/extensive.fo

index 8116cbec1ca57f9999782574274493993d3c3c1f..8b9eb826a029bf52ccc52e481d8e14564fc2f0e1 100644 (file)
       <fo:block break-before="page" font-size="24pt" line-height="28pt" space-before.optimum="12pt" space-after.optimum="12pt">Embedded SVG</fo:block>
       <fo:block><fo:instream-foreign-object>
         <svg:svg width="400pt" height="200pt">
-          <svg:rect x="20pt" y="20pt" width="100pt" height="100pt"/>
+          <svg:rect style="fill:none;stroke:blue" x="20pt" y="20pt" width="100pt" height="100pt"/>
           <svg:line x1="20pt" y1="20pt" x2="120pt" y2="120pt"/>
           <svg:line x1="120pt" y1="20pt" x2="20pt" y2="120pt"/>
           <svg:text x="20pt" y="150pt">Hello SVG!</svg:text>