git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194297
13f79535-47bb-0310-9956-
ffa450edef68
<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>