diff options
Diffstat (limited to 'examples/fo/svg/multi.svg')
-rw-r--r-- | examples/fo/svg/multi.svg | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/fo/svg/multi.svg b/examples/fo/svg/multi.svg new file mode 100644 index 000000000..bf492806d --- /dev/null +++ b/examples/fo/svg/multi.svg @@ -0,0 +1,14 @@ +<?xml version="1.0" standalone="no"?> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20000802//EN" +"http://www.w3.org/TR/2000/CR-SVG-20000802/DTD/svg-20000802.dtd"> + +<svg xmlns:xlink="http://www.w3.org/1999/xlink" width="60" height="40" xml:space="preserve"> + <g style="fill:none;stroke:yellow"> + <rect x="0" y="0" width="25" height="25"/> + <image xlink:href="file:boxes.svg" x="10" y="10" width="20" height="20"/> + </g> + <g> + <use xlink:href="file:ref.svg#FOP" transform="scale(1.5)" x="12" y="25"/> + </g> +</svg> + |