diff options
author | Keiron Liddle <keiron@apache.org> | 2002-07-05 09:20:13 +0000 |
---|---|---|
committer | Keiron Liddle <keiron@apache.org> | 2002-07-05 09:20:13 +0000 |
commit | 00e397fb0c50eb215aed37f03c7c9c427be318e8 (patch) | |
tree | e9a5510d7b9b1e7feb6513c0fdc5c7112d2f7b41 /test/resources/fop/svg/blocks.ent | |
parent | 9d200f77139f7987a27e6b5bfcd42015a56eac6b (diff) | |
download | xmlgraphics-fop-00e397fb0c50eb215aed37f03c7c9c427be318e8.tar.gz xmlgraphics-fop-00e397fb0c50eb215aed37f03c7c9c427be318e8.zip |
embedding svg in instream-foreign-object with alignment and scaling
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194970 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/resources/fop/svg/blocks.ent')
-rw-r--r-- | test/resources/fop/svg/blocks.ent | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/test/resources/fop/svg/blocks.ent b/test/resources/fop/svg/blocks.ent new file mode 100644 index 000000000..f8b70b4be --- /dev/null +++ b/test/resources/fop/svg/blocks.ent @@ -0,0 +1,21 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100"> + +<rect x="0" y="0" width="25" height="25" style="fill:red"/> +<rect x="25" y="0" width="25" height="25" style="fill:black"/> +<rect x="50" y="0" width="25" height="25" style="fill:orange"/> +<rect x="75" y="0" width="25" height="25" style="fill:black"/> +<rect x="0" y="25" width="25" height="25" style="fill:black"/> +<rect x="25" y="25" width="25" height="25" style="fill:green"/> +<rect x="50" y="25" width="25" height="25" style="fill:black"/> +<rect x="75" y="25" width="25" height="25" style="fill:blue"/> +<rect x="0" y="50" width="25" height="25" style="fill:yellow"/> +<rect x="25" y="50" width="25" height="25" style="fill:black"/> +<rect x="50" y="50" width="25" height="25" style="fill:purple"/> +<rect x="75" y="50" width="25" height="25" style="fill:black"/> +<rect x="0" y="75" width="25" height="25" style="fill:black"/> +<rect x="25" y="75" width="25" height="25" style="fill:violet"/> +<rect x="50" y="75" width="25" height="25" style="fill:black"/> +<rect x="75" y="75" width="25" height="25" style="fill:cyan"/> + +</svg> + |