BoundsTest.svg 1.67 KB
Newer Older
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" x="0px" y="0px" viewBox="0 0 100 100" enable-background="new 0 0 34.06945 33.11168" xml:space="preserve" id="svg2">
  <defs id="defs30"/>
  <g id="lines">
    <line id="line" x1="10" x2="30" y1="20" y2="40" />
    <line id="line-xlate" x1="10" x2="30" y1="20" y2="40" transform="translate(5, 5)" />
    <line id="line-xform" x1="10" x2="30" y1="20" y2="40" transform="rotate(180), translate(-50, 0)" />
  </g>
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
  <g id="lines-translated" transform="translate(-22, 33.5)">
    <line id="line" x1="10" x2="30" y1="20" y2="40" />
    <line id="line-xlate" x1="10" x2="30" y1="20" y2="40" transform="translate(5, 5)" />
    <line id="line-xform" x1="10" x2="30" y1="20" y2="40" transform="rotate(180), translate(-50, 0)" />
  </g>
  <g id="lines-rotated" transform="rotate(90)">
    <line id="line" x1="10" x2="30" y1="20" y2="40" />
    <line id="line-xlate" x1="10" x2="30" y1="20" y2="40" transform="translate(5, 5)" />
    <line id="line-xform" x1="10" x2="30" y1="20" y2="40" transform="rotate(180), translate(-50, 0)" />
  </g>
  <g id="lines-scaled" transform="scale(2)">
    <line id="line" x1="10" x2="30" y1="20" y2="40" />
    <line id="line-xlate" x1="10" x2="30" y1="20" y2="40" transform="translate(5, 5)" />
    <line id="line-xform" x1="10" x2="30" y1="20" y2="40" transform="rotate(180), translate(-50, 0)" />
  </g>
24
25
26
27
28
29
  <g id="rects">
    <rect id="rect" x="10" y="30" width="10" height="20" />
    <rect id="rect-xlate" x="10" y="30" width="10" height="20" transform="translate(10, 10)" />
    <rect id="rect-rot" x="10" y="30" width="10" height="20" transform="rotate(90)" />
  </g>
</svg>