diff options
Diffstat (limited to 'docs/examples/svg/test/origCoordSys.svg')
-rw-r--r-- | docs/examples/svg/test/origCoordSys.svg | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/docs/examples/svg/test/origCoordSys.svg b/docs/examples/svg/test/origCoordSys.svg deleted file mode 100644 index 1881b2840..000000000 --- a/docs/examples/svg/test/origCoordSys.svg +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" standalone="yes"?> - -<svg:svg width="400px" height="150px" xmlns:svg="http://www.w3.org/2000/svg"> - <svg:title>OrigCoordSys</svg:title> - <svg:desc>Example OrigCoordSys - Simple transformations: original picture</svg:desc> - <svg:g style="fill:none; stroke:black; stroke-width:3"> - <!-- Draw the axes of the original coordinate system --> - <svg:line x1="0" y1="1.5" x2="400" y2="1.5" /> - <svg:line x1="1.5" y1="0" x2="1.5" y2="150" /> - </svg:g> - <svg:g> - <svg:text x="30" y="30" style="font-size:20; font-family:Verdana"> - ABC (orig coord system) - </svg:text> - </svg:g> -</svg:svg> |