annotate nodejs/test.svg @ 937:191d3a5f74c8

Migrate testsvg.js to new interface of shift action.
author Thinker K.F. Li <thinker@codemud.net>
date Fri, 12 Nov 2010 16:54:48 +0800
parents 99186cce8cdd
children 13b9acbbe9a3
rev   line source
624
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
2 <!-- Created with Inkscape (http://www.inkscape.org/) -->
647
492da72e6537 Add image tag support.
wycc
parents: 624
diff changeset
3
624
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
4 <svg
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
5 xmlns:ns0="http://madbutterfly.sourceforge.net/DTD/madbutterfly.dtd"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
6 xmlns:dc="http://purl.org/dc/elements/1.1/"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
7 xmlns:cc="http://creativecommons.org/ns#"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
8 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
9 xmlns:svg="http://www.w3.org/2000/svg"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
10 xmlns="http://www.w3.org/2000/svg"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
11 xmlns:xlink="http://www.w3.org/1999/xlink"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
12 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
13 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
14 width="720"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
15 height="480"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
16 id="svg2"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
17 sodipodi:version="0.32"
937
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
18 inkscape:version="0.47 r22583"
647
492da72e6537 Add image tag support.
wycc
parents: 624
diff changeset
19 sodipodi:docname="test.svg"
624
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
20 version="1.0"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
21 inkscape:output_extension="org.inkscape.output.svg.inkscape">
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
22 <sodipodi:namedview
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
23 id="base"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
24 pagecolor="#ffffff"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
25 bordercolor="#666666"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
26 borderopacity="1.0"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
27 gridtolerance="10000"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
28 guidetolerance="10"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
29 objecttolerance="10"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
30 inkscape:pageopacity="0.0"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
31 inkscape:pageshadow="2"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
32 inkscape:zoom="1.0347223"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
33 inkscape:cx="267.0313"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
34 inkscape:cy="228.90269"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
35 inkscape:document-units="px"
937
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
36 inkscape:current-layer="layer4"
624
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
37 showgrid="false"
647
492da72e6537 Add image tag support.
wycc
parents: 624
diff changeset
38 inkscape:window-width="1347"
492da72e6537 Add image tag support.
wycc
parents: 624
diff changeset
39 inkscape:window-height="894"
624
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
40 inkscape:window-x="0"
647
492da72e6537 Add image tag support.
wycc
parents: 624
diff changeset
41 inkscape:window-y="25"
492da72e6537 Add image tag support.
wycc
parents: 624
diff changeset
42 inkscape:window-maximized="0" />
624
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
43 <defs
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
44 id="defs4">
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
45 <linearGradient
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
46 id="linearGradient3183">
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
47 <stop
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
48 style="stop-color:#000000;stop-opacity:1;"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
49 offset="0"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
50 id="stop3185" />
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
51 <stop
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
52 style="stop-color:#505050;stop-opacity:1;"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
53 offset="1"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
54 id="stop3187" />
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
55 </linearGradient>
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
56 <inkscape:perspective
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
57 id="perspective10"
725
cb50ce5912ac Merge from the thinker's head
wycc
parents: 647
diff changeset
58 inkscape:persp3d-origin="804.3173 : 267.38473 : 1"
cb50ce5912ac Merge from the thinker's head
wycc
parents: 647
diff changeset
59 inkscape:vp_z="1630.7262 : 376.00761 : 1"
cb50ce5912ac Merge from the thinker's head
wycc
parents: 647
diff changeset
60 inkscape:vp_y="0 : 619.30892 : 0"
cb50ce5912ac Merge from the thinker's head
wycc
parents: 647
diff changeset
61 inkscape:vp_x="-22.091594 : 376.00761 : 1"
624
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
62 sodipodi:type="inkscape:persp3d" />
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
63 <linearGradient
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
64 inkscape:collect="always"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
65 xlink:href="#linearGradient3183"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
66 id="linearGradient3189"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
67 x1="0"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
68 y1="239.5"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
69 x2="719.99998"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
70 y2="239.5"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
71 gradientUnits="userSpaceOnUse" />
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
72 </defs>
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
73 <metadata
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
74 id="metadata7">
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
75 <rdf:RDF>
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
76 <cc:Work
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
77 rdf:about="">
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
78 <dc:format>image/svg+xml</dc:format>
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
79 <dc:type
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
80 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
81 </cc:Work>
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
82 </rdf:RDF>
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
83 <ns0:scenes
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
84 current="1" />
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
85 </metadata>
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
86 <g
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
87 inkscape:groupmode="layer"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
88 id="layer2"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
89 inkscape:label="Background"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
90 sodipodi:insensitive="true">
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
91 <rect
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
92 style="opacity:1;fill:url(#linearGradient3189);fill-opacity:1;stroke:#000000;stroke-width:0.9993065;stroke-opacity:1"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
93 id="rect3181"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
94 width="719.00067"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
95 height="480.0007"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
96 x="0.49965325"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
97 y="-0.50034672" />
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
98 </g>
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
99 <g
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
100 id="layer1"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
101 inkscape:groupmode="layer"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
102 inkscape:label="Layer 1">
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
103 <g
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
104 transform="translate(147.14286,-2.85715)"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
105 id="item1"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
106 mbname="item1"
937
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
107 style="fill-opacity:1"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
108 inkscape:transform-center-x="0"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
109 inkscape:transform-center-y="0"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
110 inkscape:bbox-x="305.12571"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
111 inkscape:bbox-y="419.49715"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
112 inkscape:bbox-width="13.021875"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
113 inkscape:bbox-height="21.072">
624
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
114 <text
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
115 id="text2395"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
116 y="60"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
117 x="157.14285"
937
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
118 style="font-size:24px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Times New Roman;-inkscape-font-specification:Times New Roman Bold"
624
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
119 xml:space="preserve"
937
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
120 sodipodi:linespacing="125%"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
121 inkscape:transform-center-x="0"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
122 inkscape:transform-center-y="0"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
123 inkscape:bbox-x="305.12571"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
124 inkscape:bbox-y="419.49715"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
125 inkscape:bbox-width="13.021875"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
126 inkscape:bbox-height="21.072"><tspan
624
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
127 mbname="item1text"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
128 y="60"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
129 x="157.14285"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
130 id="tspan2397"
937
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
131 sodipodi:role="line"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
132 inkscape:transform-center-x="0"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
133 inkscape:transform-center-y="0"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
134 inkscape:bbox-x="305.12571"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
135 inkscape:bbox-y="419.49715"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
136 inkscape:bbox-width="13.021875"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
137 inkscape:bbox-height="21.072">item1</tspan></text>
624
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
138 </g>
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
139 <g
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
140 transform="translate(146.65319,39.689836)"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
141 id="item2"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
142 mbname="item2"
937
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
143 style="fill-opacity:1"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
144 inkscape:transform-center-x="0"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
145 inkscape:transform-center-y="0"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
146 inkscape:bbox-x="305.81167"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
147 inkscape:bbox-y="379.97032"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
148 inkscape:bbox-width="74.0625"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
149 inkscape:bbox-height="18.574219">
624
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
150 <text
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
151 id="text2421"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
152 y="60"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
153 x="157.14285"
937
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
154 style="font-size:24px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
624
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
155 xml:space="preserve"
937
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
156 sodipodi:linespacing="125%"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
157 inkscape:transform-center-x="0"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
158 inkscape:transform-center-y="0"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
159 inkscape:bbox-x="305.81167"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
160 inkscape:bbox-y="379.97032"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
161 inkscape:bbox-width="74.0625"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
162 inkscape:bbox-height="18.574219"><tspan
624
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
163 mbname="item2text"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
164 y="60"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
165 x="157.14285"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
166 id="tspan2423"
937
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
167 sodipodi:role="line"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
168 inkscape:transform-center-x="0"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
169 inkscape:transform-center-y="0"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
170 inkscape:bbox-x="305.81167"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
171 inkscape:bbox-y="379.97032"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
172 inkscape:bbox-width="74.0625"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
173 inkscape:bbox-height="18.574219">item1</tspan></text>
624
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
174 </g>
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
175 <g
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
176 transform="translate(148.3266,82.236798)"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
177 id="item3"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
178 mbname="item3"
937
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
179 style="fill-opacity:1"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
180 inkscape:transform-center-x="0"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
181 inkscape:transform-center-y="0"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
182 inkscape:bbox-x="307.48508"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
183 inkscape:bbox-y="337.42336"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
184 inkscape:bbox-width="74.0625"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
185 inkscape:bbox-height="18.574219">
624
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
186 <text
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
187 id="item3text"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
188 y="60"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
189 x="157.14285"
937
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
190 style="font-size:24px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
624
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
191 xml:space="preserve"
937
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
192 sodipodi:linespacing="125%"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
193 inkscape:transform-center-x="0"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
194 inkscape:transform-center-y="0"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
195 inkscape:bbox-x="307.48508"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
196 inkscape:bbox-y="337.42336"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
197 inkscape:bbox-width="74.0625"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
198 inkscape:bbox-height="18.574219"><tspan
624
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
199 mbname="item3text"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
200 y="60"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
201 x="157.14285"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
202 id="tspan2429"
937
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
203 sodipodi:role="line"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
204 inkscape:transform-center-x="0"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
205 inkscape:transform-center-y="0"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
206 inkscape:bbox-x="307.48508"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
207 inkscape:bbox-y="337.42336"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
208 inkscape:bbox-width="74.0625"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
209 inkscape:bbox-height="18.574219">item1</tspan></text>
624
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
210 </g>
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
211 <g
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
212 transform="translate(147.83692,124.7838)"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
213 id="item4"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
214 mbname="item4"
937
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
215 style="fill-opacity:1"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
216 inkscape:transform-center-x="0"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
217 inkscape:transform-center-y="0"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
218 inkscape:bbox-x="306.9954"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
219 inkscape:bbox-y="294.87636"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
220 inkscape:bbox-width="74.0625"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
221 inkscape:bbox-height="18.574219">
624
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
222 <text
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
223 id="item4text"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
224 y="60"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
225 x="157.14285"
937
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
226 style="font-size:24px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
624
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
227 xml:space="preserve"
937
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
228 sodipodi:linespacing="125%"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
229 inkscape:transform-center-x="0"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
230 inkscape:transform-center-y="0"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
231 inkscape:bbox-x="306.9954"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
232 inkscape:bbox-y="294.87636"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
233 inkscape:bbox-width="74.0625"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
234 inkscape:bbox-height="18.574219"><tspan
624
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
235 mbname="item4text"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
236 y="60"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
237 x="157.14285"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
238 id="tspan2435"
937
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
239 sodipodi:role="line"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
240 inkscape:transform-center-x="0"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
241 inkscape:transform-center-y="0"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
242 inkscape:bbox-x="306.9954"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
243 inkscape:bbox-y="294.87636"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
244 inkscape:bbox-width="74.0625"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
245 inkscape:bbox-height="18.574219">item1</tspan></text>
624
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
246 </g>
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
247 <g
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
248 transform="translate(146.30615,167.33077)"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
249 id="item5"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
250 mbname="item5"
937
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
251 style="fill-opacity:1"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
252 inkscape:transform-center-x="0"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
253 inkscape:transform-center-y="0"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
254 inkscape:bbox-x="305.46463"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
255 inkscape:bbox-y="252.32939"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
256 inkscape:bbox-width="74.0625"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
257 inkscape:bbox-height="18.574219">
624
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
258 <text
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
259 id="item5text"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
260 y="60"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
261 x="157.14285"
937
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
262 style="font-size:24px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
624
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
263 xml:space="preserve"
937
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
264 sodipodi:linespacing="125%"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
265 inkscape:transform-center-x="0"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
266 inkscape:transform-center-y="0"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
267 inkscape:bbox-x="305.46463"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
268 inkscape:bbox-y="252.32939"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
269 inkscape:bbox-width="74.0625"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
270 inkscape:bbox-height="18.574219"><tspan
624
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
271 mbname="item5text"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
272 y="60"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
273 x="157.14285"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
274 id="tspan2441"
937
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
275 sodipodi:role="line"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
276 inkscape:transform-center-x="0"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
277 inkscape:transform-center-y="0"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
278 inkscape:bbox-x="305.46463"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
279 inkscape:bbox-y="252.32939"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
280 inkscape:bbox-width="74.0625"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
281 inkscape:bbox-height="18.574219">item1</tspan></text>
624
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
282 </g>
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
283 <g
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
284 transform="translate(145.81648,209.87776)"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
285 id="item6"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
286 mbname="item6"
937
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
287 style="fill-opacity:1"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
288 inkscape:transform-center-x="0"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
289 inkscape:transform-center-y="0"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
290 inkscape:bbox-x="304.97496"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
291 inkscape:bbox-y="209.7824"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
292 inkscape:bbox-width="74.0625"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
293 inkscape:bbox-height="18.574219">
624
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
294 <text
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
295 id="item6text"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
296 y="60"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
297 x="157.14285"
937
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
298 style="font-size:24px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
624
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
299 xml:space="preserve"
937
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
300 sodipodi:linespacing="125%"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
301 inkscape:transform-center-x="0"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
302 inkscape:transform-center-y="0"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
303 inkscape:bbox-x="304.97496"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
304 inkscape:bbox-y="209.7824"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
305 inkscape:bbox-width="74.0625"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
306 inkscape:bbox-height="18.574219"><tspan
624
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
307 mbname="item6text"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
308 y="60"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
309 x="157.14285"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
310 id="tspan2447"
937
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
311 sodipodi:role="line"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
312 inkscape:transform-center-x="0"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
313 inkscape:transform-center-y="0"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
314 inkscape:bbox-x="304.97496"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
315 inkscape:bbox-y="209.7824"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
316 inkscape:bbox-width="74.0625"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
317 inkscape:bbox-height="18.574219">item1</tspan></text>
624
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
318 </g>
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
319 <g
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
320 transform="translate(147.48989,252.42474)"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
321 id="item7"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
322 mbname="item7"
937
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
323 style="fill-opacity:1"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
324 inkscape:transform-center-x="0"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
325 inkscape:transform-center-y="0"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
326 inkscape:bbox-x="305.47649"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
327 inkscape:bbox-y="167.23542"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
328 inkscape:bbox-width="65.027344"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
329 inkscape:bbox-height="18.574219">
624
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
330 <text
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
331 id="item7text"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
332 y="60"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
333 x="157.14285"
937
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
334 style="font-size:24px;font-style:oblique;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Oblique"
624
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
335 xml:space="preserve"
937
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
336 sodipodi:linespacing="125%"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
337 inkscape:transform-center-x="0"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
338 inkscape:transform-center-y="0"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
339 inkscape:bbox-x="305.47649"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
340 inkscape:bbox-y="167.23542"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
341 inkscape:bbox-width="65.027344"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
342 inkscape:bbox-height="18.574219"><tspan
624
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
343 mbname="item7text"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
344 y="60"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
345 x="157.14285"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
346 id="tspan2453"
937
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
347 sodipodi:role="line"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
348 inkscape:transform-center-x="0"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
349 inkscape:transform-center-y="0"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
350 inkscape:bbox-x="305.47649"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
351 inkscape:bbox-y="167.23542"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
352 inkscape:bbox-width="65.027344"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
353 inkscape:bbox-height="18.574219">item1</tspan></text>
624
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
354 </g>
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
355 <g
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
356 transform="translate(147.00021,294.97172)"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
357 id="item8"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
358 mbname="item8"
937
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
359 style="fill-opacity:1"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
360 inkscape:transform-center-x="0"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
361 inkscape:transform-center-y="0"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
362 inkscape:bbox-x="306.40478"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
363 inkscape:bbox-y="124.68844"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
364 inkscape:bbox-width="65.027344"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
365 inkscape:bbox-height="18.574219">
624
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
366 <text
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
367 id="item8text"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
368 y="60"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
369 x="157.14285"
937
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
370 style="font-size:24px;font-style:normal;font-weight:normal;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
371 xml:space="preserve"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
372 inkscape:transform-center-x="0"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
373 inkscape:transform-center-y="0"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
374 inkscape:bbox-x="306.40478"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
375 inkscape:bbox-y="124.68844"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
376 inkscape:bbox-width="65.027344"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
377 inkscape:bbox-height="18.574219"><tspan
624
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
378 mbname="item8text"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
379 y="60"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
380 x="157.14285"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
381 id="tspan2459"
937
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
382 sodipodi:role="line"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
383 inkscape:transform-center-x="0"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
384 inkscape:transform-center-y="0"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
385 inkscape:bbox-x="306.40478"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
386 inkscape:bbox-y="124.68844"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
387 inkscape:bbox-width="65.027344"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
388 inkscape:bbox-height="18.574219">item1</tspan></text>
624
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
389 </g>
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
390 <g
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
391 transform="translate(143.79604,337.5187)"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
392 id="item9"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
393 mbname="item9"
937
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
394 style="fill-opacity:1"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
395 inkscape:transform-center-x="0"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
396 inkscape:transform-center-y="0"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
397 inkscape:bbox-x="303.20061"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
398 inkscape:bbox-y="82.141456"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
399 inkscape:bbox-width="65.027344"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
400 inkscape:bbox-height="18.574219">
624
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
401 <text
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
402 mbname=""
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
403 id="text2407"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
404 y="60"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
405 x="157.14285"
937
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
406 style="font-size:24px;font-style:normal;font-weight:normal;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
407 xml:space="preserve"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
408 inkscape:transform-center-x="0"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
409 inkscape:transform-center-y="0"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
410 inkscape:bbox-x="303.20061"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
411 inkscape:bbox-y="82.141456"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
412 inkscape:bbox-width="65.027344"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
413 inkscape:bbox-height="18.574219"><tspan
624
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
414 mbname="item9text"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
415 y="60"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
416 x="157.14285"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
417 id="tspan2409"
937
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
418 sodipodi:role="line"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
419 inkscape:transform-center-x="0"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
420 inkscape:transform-center-y="0"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
421 inkscape:bbox-x="303.20061"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
422 inkscape:bbox-y="82.141456"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
423 inkscape:bbox-width="65.027344"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
424 inkscape:bbox-height="18.574219">item1</tspan></text>
624
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
425 </g>
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
426 <text
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
427 id="text2416"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
428 y="44.383541"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
429 x="24.177626"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
430 style="font-size:24px;font-style:normal;font-weight:normal;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
431 xml:space="preserve"><tspan
737
99186cce8cdd Merge into the head
wycc
parents: 725
diff changeset
432 mbname="title"
624
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
433 y="44.383541"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
434 x="24.177626"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
435 id="tspan2418"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
436 sodipodi:role="line">Menu test</tspan></text>
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
437 </g>
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
438 <g
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
439 inkscape:groupmode="layer"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
440 id="layer4"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
441 inkscape:label="lightbar">
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
442 <g
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
443 mbname="item_lightbar"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
444 transform="matrix(0.9148913,0,0,1,168.41407,93.684101)"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
445 id="item_lightbar"
937
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
446 style="stroke:none"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
447 inkscape:transform-center-x="0"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
448 inkscape:transform-center-y="0"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
449 inkscape:bbox-x="164.66374"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
450 inkscape:bbox-y="326.01386"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
451 inkscape:bbox-width="409.10203"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
452 inkscape:bbox-height="33.623234">
624
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
453 <rect
937
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
454 style="opacity:0.3669725;fill:#001f41;fill-opacity:1;stroke:none"
624
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
455 id="rect3191"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
456 width="442.8623"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
457 height="29.190758"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
458 x="0.19951171"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
459 y="31.140766"
937
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
460 transform="matrix(0.9999958,-0.00289533,0,1,0,0)"
624
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
461 rx="10.000001"
937
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
462 ry="10"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
463 inkscape:transform-center-x="0"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
464 inkscape:transform-center-y="0"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
465 inkscape:bbox-x="168.5966"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
466 inkscape:bbox-y="326.01386"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
467 inkscape:bbox-width="405.16917"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
468 inkscape:bbox-height="30.41517" />
624
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
469 <rect
937
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
470 style="opacity:0.3669725;fill:#eafbf3;fill-opacity:1;stroke:none"
624
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
471 id="rect2405"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
472 width="442.86224"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
473 height="29.190758"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
474 x="-4.099226"
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
475 y="27.920256"
937
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
476 transform="matrix(0.9999958,-0.00289533,0,1,0,0)"
624
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
477 rx="10"
937
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
478 ry="10"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
479 inkscape:transform-center-x="0"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
480 inkscape:transform-center-y="0"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
481 inkscape:bbox-x="164.66374"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
482 inkscape:bbox-y="329.22193"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
483 inkscape:bbox-width="405.16911"
191d3a5f74c8 Migrate testsvg.js to new interface of shift action.
Thinker K.F. Li <thinker@codemud.net>
parents: 737
diff changeset
484 inkscape:bbox-height="30.41517" />
624
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
485 </g>
647
492da72e6537 Add image tag support.
wycc
parents: 624
diff changeset
486 <image
492da72e6537 Add image tag support.
wycc
parents: 624
diff changeset
487 y="78.788635"
492da72e6537 Add image tag support.
wycc
parents: 624
diff changeset
488 x="34.986565"
492da72e6537 Add image tag support.
wycc
parents: 624
diff changeset
489 id="image3033"
492da72e6537 Add image tag support.
wycc
parents: 624
diff changeset
490 xlink:href="file:logo.png"
492da72e6537 Add image tag support.
wycc
parents: 624
diff changeset
491 height="37"
492da72e6537 Add image tag support.
wycc
parents: 624
diff changeset
492 width="46" />
725
cb50ce5912ac Merge from the thinker's head
wycc
parents: 647
diff changeset
493 <g
cb50ce5912ac Merge from the thinker's head
wycc
parents: 647
diff changeset
494 sodipodi:type="inkscape:box3d"
cb50ce5912ac Merge from the thinker's head
wycc
parents: 647
diff changeset
495 style="fill:none;stroke:none"
cb50ce5912ac Merge from the thinker's head
wycc
parents: 647
diff changeset
496 id="g2953"
cb50ce5912ac Merge from the thinker's head
wycc
parents: 647
diff changeset
497 inkscape:perspectiveID="#perspective10"
cb50ce5912ac Merge from the thinker's head
wycc
parents: 647
diff changeset
498 inkscape:corner0="11.418244 : -1.091331 : 0 : 1"
cb50ce5912ac Merge from the thinker's head
wycc
parents: 647
diff changeset
499 inkscape:corner7="6.2635014 : -2.542367 : 0.25 : 1">
cb50ce5912ac Merge from the thinker's head
wycc
parents: 647
diff changeset
500 <path
cb50ce5912ac Merge from the thinker's head
wycc
parents: 647
diff changeset
501 sodipodi:type="inkscape:box3dside"
cb50ce5912ac Merge from the thinker's head
wycc
parents: 647
diff changeset
502 id="path2963"
cb50ce5912ac Merge from the thinker's head
wycc
parents: 647
diff changeset
503 style="fill:#afafde;fill-rule:evenodd;stroke:none"
cb50ce5912ac Merge from the thinker's head
wycc
parents: 647
diff changeset
504 inkscape:box3dsidetype="13"
cb50ce5912ac Merge from the thinker's head
wycc
parents: 647
diff changeset
505 d="M 44.456373,239.52954 91.68396,335.71719 142.89318,328.00691 75.760432,236.8548 z" />
cb50ce5912ac Merge from the thinker's head
wycc
parents: 647
diff changeset
506 <path
cb50ce5912ac Merge from the thinker's head
wycc
parents: 647
diff changeset
507 sodipodi:type="inkscape:box3dside"
cb50ce5912ac Merge from the thinker's head
wycc
parents: 647
diff changeset
508 id="path2955"
cb50ce5912ac Merge from the thinker's head
wycc
parents: 647
diff changeset
509 style="fill:#353564;fill-rule:evenodd;stroke:none"
cb50ce5912ac Merge from the thinker's head
wycc
parents: 647
diff changeset
510 inkscape:box3dsidetype="6"
cb50ce5912ac Merge from the thinker's head
wycc
parents: 647
diff changeset
511 d="m 44.456373,167.16508 0,72.36446 31.304059,-2.67474 0,-70.93639 z" />
cb50ce5912ac Merge from the thinker's head
wycc
parents: 647
diff changeset
512 <path
cb50ce5912ac Merge from the thinker's head
wycc
parents: 647
diff changeset
513 sodipodi:type="inkscape:box3dside"
cb50ce5912ac Merge from the thinker's head
wycc
parents: 647
diff changeset
514 id="path2965"
cb50ce5912ac Merge from the thinker's head
wycc
parents: 647
diff changeset
515 style="fill:#e9e9ff;fill-rule:evenodd;stroke:none"
cb50ce5912ac Merge from the thinker's head
wycc
parents: 647
diff changeset
516 inkscape:box3dsidetype="11"
cb50ce5912ac Merge from the thinker's head
wycc
parents: 647
diff changeset
517 d="m 75.760432,165.91841 67.132748,42.48521 0,119.60329 -67.132748,-91.15211 z" />
cb50ce5912ac Merge from the thinker's head
wycc
parents: 647
diff changeset
518 <path
cb50ce5912ac Merge from the thinker's head
wycc
parents: 647
diff changeset
519 sodipodi:type="inkscape:box3dside"
cb50ce5912ac Merge from the thinker's head
wycc
parents: 647
diff changeset
520 id="path2957"
cb50ce5912ac Merge from the thinker's head
wycc
parents: 647
diff changeset
521 style="fill:#4d4d9f;fill-rule:evenodd;stroke:none"
cb50ce5912ac Merge from the thinker's head
wycc
parents: 647
diff changeset
522 inkscape:box3dsidetype="5"
cb50ce5912ac Merge from the thinker's head
wycc
parents: 647
diff changeset
523 d="m 44.456373,167.16508 47.227587,44.83223 51.20922,-3.59369 -67.132748,-42.48521 z" />
cb50ce5912ac Merge from the thinker's head
wycc
parents: 647
diff changeset
524 <path
cb50ce5912ac Merge from the thinker's head
wycc
parents: 647
diff changeset
525 sodipodi:type="inkscape:box3dside"
cb50ce5912ac Merge from the thinker's head
wycc
parents: 647
diff changeset
526 id="path2961"
cb50ce5912ac Merge from the thinker's head
wycc
parents: 647
diff changeset
527 style="fill:#d7d7ff;fill-rule:evenodd;stroke:none"
cb50ce5912ac Merge from the thinker's head
wycc
parents: 647
diff changeset
528 inkscape:box3dsidetype="14"
cb50ce5912ac Merge from the thinker's head
wycc
parents: 647
diff changeset
529 d="m 91.68396,211.99731 0,123.71988 51.20922,-7.71028 0,-119.60329 z" />
cb50ce5912ac Merge from the thinker's head
wycc
parents: 647
diff changeset
530 <path
cb50ce5912ac Merge from the thinker's head
wycc
parents: 647
diff changeset
531 sodipodi:type="inkscape:box3dside"
cb50ce5912ac Merge from the thinker's head
wycc
parents: 647
diff changeset
532 id="path2959"
cb50ce5912ac Merge from the thinker's head
wycc
parents: 647
diff changeset
533 style="fill:#8686bf;fill-rule:evenodd;stroke:none"
cb50ce5912ac Merge from the thinker's head
wycc
parents: 647
diff changeset
534 inkscape:box3dsidetype="3"
cb50ce5912ac Merge from the thinker's head
wycc
parents: 647
diff changeset
535 d="m 44.456373,167.16508 47.227587,44.83223 0,123.71988 -47.227587,-96.18765 z" />
cb50ce5912ac Merge from the thinker's head
wycc
parents: 647
diff changeset
536 </g>
624
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
537 </g>
d45c928f6523 Add SVG parser sample code.
wycc
parents:
diff changeset
538 </svg>