annotate examples/svg2code_ex/svg2code_ex.svg @ 776:77b561bb7929

Implement new algorithm to calculate the origin of the SVG elemnts so that we can implement object resize without changing the position of the object. However, the image does not work here since it does not use the transformation of the group.
author wycc
date Mon, 30 Aug 2010 08:56:44 +0800
parents c8b6ca46950b
children eca737d33a18
rev   line source
71
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
2 <!-- Created with Inkscape (http://www.inkscape.org/) -->
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
3 <svg
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
4 xmlns:dc="http://purl.org/dc/elements/1.1/"
99
4aa1c9673363 Arc in path pass the test in example svg2code_ex.
Thinker K.F. Li <thinker@branda.to>
parents: 87
diff changeset
5 xmlns:cc="http://creativecommons.org/ns#"
71
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
6 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
7 xmlns:svg="http://www.w3.org/2000/svg"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
8 xmlns="http://www.w3.org/2000/svg"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
9 xmlns:xlink="http://www.w3.org/1999/xlink"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
12 width="800"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
13 height="600"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
14 id="svg2"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
15 sodipodi:version="0.32"
99
4aa1c9673363 Arc in path pass the test in example svg2code_ex.
Thinker K.F. Li <thinker@branda.to>
parents: 87
diff changeset
16 inkscape:version="0.46"
71
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
17 version="1.0"
83
ea758bb3bbe2 example
Thinker K.F. Li <thinker@branda.to>
parents: 71
diff changeset
18 sodipodi:docbase="/usr/home/thinker/progm/MadButterfly/examples/svg2code_ex"
ea758bb3bbe2 example
Thinker K.F. Li <thinker@branda.to>
parents: 71
diff changeset
19 sodipodi:docname="svg2code_ex.svg"
71
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
20 inkscape:output_extension="org.inkscape.output.svg.inkscape">
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
21 <defs
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
22 id="defs4">
99
4aa1c9673363 Arc in path pass the test in example svg2code_ex.
Thinker K.F. Li <thinker@branda.to>
parents: 87
diff changeset
23 <inkscape:perspective
4aa1c9673363 Arc in path pass the test in example svg2code_ex.
Thinker K.F. Li <thinker@branda.to>
parents: 87
diff changeset
24 sodipodi:type="inkscape:persp3d"
4aa1c9673363 Arc in path pass the test in example svg2code_ex.
Thinker K.F. Li <thinker@branda.to>
parents: 87
diff changeset
25 inkscape:vp_x="0 : 300 : 1"
4aa1c9673363 Arc in path pass the test in example svg2code_ex.
Thinker K.F. Li <thinker@branda.to>
parents: 87
diff changeset
26 inkscape:vp_y="0 : 1000 : 0"
4aa1c9673363 Arc in path pass the test in example svg2code_ex.
Thinker K.F. Li <thinker@branda.to>
parents: 87
diff changeset
27 inkscape:vp_z="800 : 300 : 1"
4aa1c9673363 Arc in path pass the test in example svg2code_ex.
Thinker K.F. Li <thinker@branda.to>
parents: 87
diff changeset
28 inkscape:persp3d-origin="400 : 200 : 1"
4aa1c9673363 Arc in path pass the test in example svg2code_ex.
Thinker K.F. Li <thinker@branda.to>
parents: 87
diff changeset
29 id="perspective78" />
71
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
30 <linearGradient
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
31 inkscape:collect="always"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
32 id="linearGradient8083">
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
33 <stop
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
34 style="stop-color:#cccccc;stop-opacity:1;"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
35 offset="0"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
36 id="stop8085" />
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
37 <stop
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
38 style="stop-color:#cccccc;stop-opacity:0;"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
39 offset="1"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
40 id="stop8087" />
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
41 </linearGradient>
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
42 <linearGradient
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
43 id="linearGradient6117">
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
44 <stop
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
45 style="stop-color:#000000;stop-opacity:1;"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
46 offset="0"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
47 id="stop6119" />
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
48 <stop
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
49 id="stop6125"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
50 offset="0.5"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
51 style="stop-color:#ffffff;stop-opacity:0.49803922;" />
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
52 <stop
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
53 style="stop-color:#000000;stop-opacity:1;"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
54 offset="1"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
55 id="stop6121" />
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
56 </linearGradient>
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
57 <linearGradient
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
58 inkscape:collect="always"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
59 id="linearGradient5134">
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
60 <stop
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
61 style="stop-color:#cccccc;stop-opacity:1;"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
62 offset="0"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
63 id="stop5136" />
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
64 <stop
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
65 style="stop-color:#cccccc;stop-opacity:0;"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
66 offset="1"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
67 id="stop5138" />
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
68 </linearGradient>
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
69 <linearGradient
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
70 inkscape:collect="always"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
71 id="linearGradient4145">
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
72 <stop
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
73 style="stop-color:#000080;stop-opacity:1;"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
74 offset="0"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
75 id="stop4147" />
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
76 <stop
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
77 style="stop-color:#000080;stop-opacity:0;"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
78 offset="1"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
79 id="stop4149" />
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
80 </linearGradient>
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
81 <linearGradient
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
82 inkscape:collect="always"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
83 id="linearGradient3159">
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
84 <stop
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
85 style="stop-color:#008080;stop-opacity:1;"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
86 offset="0"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
87 id="stop3161" />
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
88 <stop
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
89 style="stop-color:#ff0000;stop-opacity:0"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
90 offset="1"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
91 id="stop3163" />
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
92 </linearGradient>
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
93 <linearGradient
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
94 id="linearGradient3144">
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
95 <stop
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
96 style="stop-color:#008080;stop-opacity:1;"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
97 offset="0"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
98 id="stop3146" />
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
99 <stop
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
100 style="stop-color:#008080;stop-opacity:0;"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
101 offset="1"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
102 id="stop3148" />
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
103 </linearGradient>
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
104 <radialGradient
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
105 inkscape:collect="always"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
106 xlink:href="#linearGradient4145"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
107 id="radialGradient4155"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
108 cx="83.905014"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
109 cy="255.65866"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
110 fx="83.905014"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
111 fy="255.65866"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
112 r="401.02771"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
113 gradientTransform="matrix(2.0681686,-5.0176873e-2,4.6726569e-3,0.1926051,-90.819306,-13.368811)"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
114 gradientUnits="userSpaceOnUse" />
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
115 <linearGradient
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
116 inkscape:collect="always"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
117 xlink:href="#linearGradient5134"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
118 id="linearGradient5140"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
119 x1="50.65963"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
120 y1="41.16095"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
121 x2="742.48022"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
122 y2="571.50397"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
123 gradientUnits="userSpaceOnUse" />
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
124 <linearGradient
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
125 inkscape:collect="always"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
126 xlink:href="#linearGradient6117"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
127 id="linearGradient6123"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
128 x1="18.997362"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
129 y1="487.59894"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
130 x2="448.02112"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
131 y2="489.9736"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
132 gradientUnits="userSpaceOnUse" />
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
133 <radialGradient
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
134 inkscape:collect="always"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
135 xlink:href="#linearGradient8083"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
136 id="radialGradient8096"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
137 gradientUnits="userSpaceOnUse"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
138 gradientTransform="matrix(0.236919,0.5928997,-1,0.3995932,59.892325,-14.421107)"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
139 cx="45.995758"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
140 cy="11.422832"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
141 fx="45.995758"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
142 fy="11.422832"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
143 r="40.869397" />
85
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
144 <linearGradient
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
145 gradientUnits="userSpaceOnUse"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
146 y2="12.676396"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
147 x2="55.889248"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
148 y1="2.136826"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
149 x1="52.79644"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
150 id="linearGradient3182"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
151 xlink:href="#linearGradient3176"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
152 inkscape:collect="always" />
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
153 <linearGradient
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
154 id="linearGradient3134">
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
155 <stop
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
156 id="stop3136"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
157 offset="0"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
158 style="stop-color: rgb(0, 0, 0); stop-opacity: 0.824742;" />
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
159 <stop
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
160 style="stop-color: rgb(0, 0, 0); stop-opacity: 0.701031;"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
161 offset="0.85000002"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
162 id="stop3142" />
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
163 <stop
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
164 id="stop3138"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
165 offset="1"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
166 style="stop-color: rgb(0, 0, 0); stop-opacity: 0;" />
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
167 </linearGradient>
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
168 <linearGradient
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
169 id="linearGradient3152">
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
170 <stop
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
171 id="stop3154"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
172 offset="0"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
173 style="stop-color: rgb(36, 28, 28); stop-opacity: 1;" />
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
174 <stop
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
175 style="stop-color: rgb(36, 28, 28); stop-opacity: 0.498039;"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
176 offset="0.2"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
177 id="stop3160" />
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
178 <stop
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
179 id="stop3156"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
180 offset="1"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
181 style="stop-color: rgb(36, 28, 28); stop-opacity: 0;" />
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
182 </linearGradient>
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
183 <linearGradient
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
184 id="linearGradient3176">
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
185 <stop
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
186 id="stop3178"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
187 offset="0"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
188 style="stop-color: rgb(255, 255, 255); stop-opacity: 0.639175;" />
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
189 <stop
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
190 style="stop-color: rgb(255, 255, 255); stop-opacity: 0.360825;"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
191 offset="0.5"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
192 id="stop3184" />
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
193 <stop
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
194 id="stop3180"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
195 offset="1"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
196 style="stop-color: rgb(255, 255, 255); stop-opacity: 0;" />
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
197 </linearGradient>
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
198 <linearGradient
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
199 inkscape:collect="always"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
200 xlink:href="#linearGradient3144"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
201 id="linearGradient5594"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
202 gradientUnits="userSpaceOnUse"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
203 gradientTransform="matrix(0.9927147,0,0,1.0000194,-53.319638,5.618433)"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
204 x1="159.49503"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
205 y1="110.41852"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
206 x2="267.54617"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
207 y2="218.46967" />
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
208 <linearGradient
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
209 gradientUnits="userSpaceOnUse"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
210 y2="12.676396"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
211 x2="55.889248"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
212 y1="2.136826"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
213 x1="52.79644"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
214 id="linearGradient7666"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
215 xlink:href="#linearGradient3176"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
216 inkscape:collect="always" />
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
217 <linearGradient
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
218 gradientTransform="translate(5.36638,-15.1156)"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
219 gradientUnits="userSpaceOnUse"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
220 y2="93.248642"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
221 x2="-13.589547"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
222 y1="93.306656"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
223 x1="0.13318375"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
224 id="linearGradient3158"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
225 xlink:href="#linearGradient3152"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
226 inkscape:collect="always" />
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
227 <linearGradient
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
228 gradientTransform="translate(-10.0264,-11.6095)"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
229 gradientUnits="userSpaceOnUse"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
230 y2="63.060684"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
231 x2="36.675465"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
232 y1="39.577835"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
233 x1="56.992085"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
234 id="linearGradient3140"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
235 xlink:href="#linearGradient3134"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
236 inkscape:collect="always" />
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
237 <linearGradient
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
238 id="linearGradient7656">
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
239 <stop
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
240 id="stop7658"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
241 offset="0"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
242 style="stop-color: rgb(0, 0, 0); stop-opacity: 0.824742;" />
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
243 <stop
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
244 style="stop-color: rgb(0, 0, 0); stop-opacity: 0.701031;"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
245 offset="0.85000002"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
246 id="stop7660" />
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
247 <stop
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
248 id="stop7662"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
249 offset="1"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
250 style="stop-color: rgb(0, 0, 0); stop-opacity: 0;" />
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
251 </linearGradient>
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
252 <linearGradient
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
253 id="linearGradient7648">
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
254 <stop
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
255 id="stop7650"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
256 offset="0"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
257 style="stop-color: rgb(36, 28, 28); stop-opacity: 1;" />
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
258 <stop
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
259 style="stop-color: rgb(36, 28, 28); stop-opacity: 0.498039;"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
260 offset="0.2"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
261 id="stop7652" />
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
262 <stop
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
263 id="stop7654"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
264 offset="1"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
265 style="stop-color: rgb(36, 28, 28); stop-opacity: 0;" />
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
266 </linearGradient>
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
267 <linearGradient
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
268 id="linearGradient7640">
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
269 <stop
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
270 id="stop7642"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
271 offset="0"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
272 style="stop-color: rgb(255, 255, 255); stop-opacity: 0.639175;" />
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
273 <stop
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
274 style="stop-color: rgb(255, 255, 255); stop-opacity: 0.360825;"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
275 offset="0.5"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
276 id="stop7644" />
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
277 <stop
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
278 id="stop7646"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
279 offset="1"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
280 style="stop-color: rgb(255, 255, 255); stop-opacity: 0;" />
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
281 </linearGradient>
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
282 <linearGradient
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
283 inkscape:collect="always"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
284 xlink:href="#linearGradient3176"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
285 id="linearGradient7674"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
286 gradientUnits="userSpaceOnUse"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
287 x1="52.79644"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
288 y1="2.136826"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
289 x2="55.889248"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
290 y2="12.676396" />
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
291 <linearGradient
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
292 inkscape:collect="always"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
293 xlink:href="#linearGradient3144"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
294 id="linearGradient7683"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
295 gradientUnits="userSpaceOnUse"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
296 gradientTransform="matrix(0.9927147,0,0,1.0000194,-53.319638,5.618433)"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
297 x1="159.49503"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
298 y1="110.41852"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
299 x2="267.54617"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
300 y2="218.46967" />
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
301 <radialGradient
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
302 inkscape:collect="always"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
303 xlink:href="#linearGradient3159"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
304 id="radialGradient7686"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
305 gradientUnits="userSpaceOnUse"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
306 gradientTransform="matrix(0.7385522,1.1185618,-1.3167274,0.9528579,184.76711,-179.07844)"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
307 cx="175.7256"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
308 cy="143.89952"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
309 fx="175.7256"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
310 fy="143.89952"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
311 r="125.56596" />
71
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
312 </defs>
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
313 <sodipodi:namedview
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
314 id="base"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
315 pagecolor="#ffffff"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
316 bordercolor="#666666"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
317 borderopacity="1.0"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
318 gridtolerance="10000"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
319 guidetolerance="10"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
320 objecttolerance="10"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
321 inkscape:pageopacity="0.0"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
322 inkscape:pageshadow="2"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
323 inkscape:zoom="0.63166667"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
324 inkscape:cx="400"
99
4aa1c9673363 Arc in path pass the test in example svg2code_ex.
Thinker K.F. Li <thinker@branda.to>
parents: 87
diff changeset
325 inkscape:cy="176.10388"
71
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
326 inkscape:document-units="px"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
327 inkscape:current-layer="layer1"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
328 width="800px"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
329 height="600px"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
330 showgrid="true"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
331 inkscape:window-width="822"
279
86a5ae82ccf2 * Modify svg2code_ex to use differnt font size at two test items to illustrate the function of the new text parser
wycc
parents: 100
diff changeset
332 inkscape:window-height="721"
71
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
333 inkscape:window-x="130"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
334 inkscape:window-y="120" />
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
335 <metadata
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
336 id="metadata7">
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
337 <rdf:RDF>
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
338 <cc:Work
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
339 rdf:about="">
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
340 <dc:format>image/svg+xml</dc:format>
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
341 <dc:type
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
342 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
343 </cc:Work>
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
344 </rdf:RDF>
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
345 </metadata>
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
346 <g
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
347 inkscape:label="Layer 1"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
348 inkscape:groupmode="layer"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
349 id="layer1"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
350 style="display:inline">
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
351 <rect
85
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
352 style="opacity:1;fill:url(#linearGradient5140);fill-opacity:1;stroke:#000000;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:none"
71
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
353 id="rect5132"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
354 width="802.63855"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
355 height="601.58313"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
356 x="0"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
357 y="0" />
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
358 <rect
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
359 style="opacity:0.5;fill:url(#radialGradient4155);fill-opacity:1.0;stroke:#000000;stroke-width:0.81232697;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
360 id="rect3174"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
361 width="801.2431"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
362 height="39.687672"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
363 x="-0.093836516"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
364 y="-0.093836516" />
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
365 <rect
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
366 style="opacity:1;fill:#f9f9f9;fill-opacity:1;stroke:#000000;stroke-width:1.2880522;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
367 id="rect5128"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
368 width="458.71194"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
369 height="418.71198"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
370 x="20.644026"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
371 y="60.644024"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
372 rx="4.0216751"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
373 ry="5.0559778" />
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
374 <rect
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
375 style="opacity:1;fill:#f9f9f9;fill-opacity:1;stroke:#000000;stroke-width:0.93608844;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
376 id="rect5130"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
377 width="259.5639"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
378 height="419.56393"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
379 x="519.96802"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
380 y="59.96804"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
381 rx="5.0424933" />
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
382 <rect
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
383 style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.97354287;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
384 id="rect5144"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
385 width="459.52646"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
386 height="79.526451"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
387 x="19.986771"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
388 y="499.98679" />
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
389 <path
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
390 style="fill:#00ffff;fill-rule:evenodd;stroke:url(#linearGradient6123);stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1.0"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
391 d="M 20.580475,489.18206 L 471.76781,490.76517"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
392 id="path5146" />
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
393 <g
83
ea758bb3bbe2 example
Thinker K.F. Li <thinker@branda.to>
parents: 71
diff changeset
394 id="file_button"
71
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
395 transform="translate(6.3324538,1.5831135)">
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
396 <rect
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
397 ry="3.0364513"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
398 rx="1.1221098"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
399 y="1.3907586"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
400 x="18.805006"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
401 height="32.046982"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
402 width="81.123505"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
403 id="rect6129"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
404 style="opacity:0.9;fill:url(#radialGradient8096);fill-opacity:1;stroke:#000000;stroke-width:0.61528957;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
405 <text
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
406 id="text8071"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
407 y="22.163589"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
408 x="44.327179"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
409 style="font-size:16px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans Mono"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
410 xml:space="preserve"><tspan
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
411 y="22.163589"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
412 x="44.327179"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
413 id="tspan8073"
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
414 sodipodi:role="line">檔案</tspan></text>
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
415 </g>
84
42698de1f653 Support translate() function for transform attribute of 'g' tag.
Thinker K.F. Li <thinker@branda.to>
parents: 83
diff changeset
416 <g
42698de1f653 Support translate() function for transform attribute of 'g' tag.
Thinker K.F. Li <thinker@branda.to>
parents: 83
diff changeset
417 id="file_menu"
279
86a5ae82ccf2 * Modify svg2code_ex to use differnt font size at two test items to illustrate the function of the new text parser
wycc
parents: 100
diff changeset
418 display="none"
84
42698de1f653 Support translate() function for transform attribute of 'g' tag.
Thinker K.F. Li <thinker@branda.to>
parents: 83
diff changeset
419 style="display:none">
42698de1f653 Support translate() function for transform attribute of 'g' tag.
Thinker K.F. Li <thinker@branda.to>
parents: 83
diff changeset
420 <rect
85
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
421 y="41.991447"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
422 x="20.458471"
84
42698de1f653 Support translate() function for transform attribute of 'g' tag.
Thinker K.F. Li <thinker@branda.to>
parents: 83
diff changeset
423 height="237.55008"
42698de1f653 Support translate() function for transform attribute of 'g' tag.
Thinker K.F. Li <thinker@branda.to>
parents: 83
diff changeset
424 width="232.80074"
42698de1f653 Support translate() function for transform attribute of 'g' tag.
Thinker K.F. Li <thinker@branda.to>
parents: 83
diff changeset
425 id="rect3157"
85
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
426 style="opacity:0.5;fill:url(#radialGradient7686);fill-opacity:1;stroke:#000000;stroke-width:0.91694379;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
84
42698de1f653 Support translate() function for transform attribute of 'g' tag.
Thinker K.F. Li <thinker@branda.to>
parents: 83
diff changeset
427 <rect
85
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
428 y="46.864952"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
429 x="26.915098"
84
42698de1f653 Support translate() function for transform attribute of 'g' tag.
Thinker K.F. Li <thinker@branda.to>
parents: 83
diff changeset
430 height="219.88747"
42698de1f653 Support translate() function for transform attribute of 'g' tag.
Thinker K.F. Li <thinker@branda.to>
parents: 83
diff changeset
431 width="215.13812"
42698de1f653 Support translate() function for transform attribute of 'g' tag.
Thinker K.F. Li <thinker@branda.to>
parents: 83
diff changeset
432 id="rect2160"
85
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
433 style="opacity:0.5;fill:url(#linearGradient7683);fill-opacity:1;stroke:#000000;stroke-width:1.16530466;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
84
42698de1f653 Support translate() function for transform attribute of 'g' tag.
Thinker K.F. Li <thinker@branda.to>
parents: 83
diff changeset
434 <text
42698de1f653 Support translate() function for transform attribute of 'g' tag.
Thinker K.F. Li <thinker@branda.to>
parents: 83
diff changeset
435 sodipodi:linespacing="125%"
42698de1f653 Support translate() function for transform attribute of 'g' tag.
Thinker K.F. Li <thinker@branda.to>
parents: 83
diff changeset
436 style="font-size:16px;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:#000000;fill-opacity:1;stroke:none;stroke-opacity:1;font-family:Bitstream Vera Sans"
42698de1f653 Support translate() function for transform attribute of 'g' tag.
Thinker K.F. Li <thinker@branda.to>
parents: 83
diff changeset
437 id="text3134"
85
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
438 y="86.360161"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
439 x="52.16227"
84
42698de1f653 Support translate() function for transform attribute of 'g' tag.
Thinker K.F. Li <thinker@branda.to>
parents: 83
diff changeset
440 xml:space="preserve"><tspan
85
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
441 y="86.360161"
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
442 x="52.16227"
84
42698de1f653 Support translate() function for transform attribute of 'g' tag.
Thinker K.F. Li <thinker@branda.to>
parents: 83
diff changeset
443 id="tspan3136"
42698de1f653 Support translate() function for transform attribute of 'g' tag.
Thinker K.F. Li <thinker@branda.to>
parents: 83
diff changeset
444 sodipodi:role="line">test</tspan><tspan
42698de1f653 Support translate() function for transform attribute of 'g' tag.
Thinker K.F. Li <thinker@branda.to>
parents: 83
diff changeset
445 id="tspan3138"
279
86a5ae82ccf2 * Modify svg2code_ex to use differnt font size at two test items to illustrate the function of the new text parser
wycc
parents: 100
diff changeset
446 y="118.32115"
85
9b4a02bcaeb1 matrix() function in transform attribute of group and shapes
Thinker K.F. Li <thinker@branda.to>
parents: 84
diff changeset
447 x="52.16227"
279
86a5ae82ccf2 * Modify svg2code_ex to use differnt font size at two test items to illustrate the function of the new text parser
wycc
parents: 100
diff changeset
448 sodipodi:role="line"
86a5ae82ccf2 * Modify svg2code_ex to use differnt font size at two test items to illustrate the function of the new text parser
wycc
parents: 100
diff changeset
449 style="font-size:28px">test</tspan></text>
84
42698de1f653 Support translate() function for transform attribute of 'g' tag.
Thinker K.F. Li <thinker@branda.to>
parents: 83
diff changeset
450 </g>
99
4aa1c9673363 Arc in path pass the test in example svg2code_ex.
Thinker K.F. Li <thinker@branda.to>
parents: 87
diff changeset
451 <path
4aa1c9673363 Arc in path pass the test in example svg2code_ex.
Thinker K.F. Li <thinker@branda.to>
parents: 87
diff changeset
452 sodipodi:type="arc"
100
1a1dda98730c Fix the bug of order of cross & inner product of vectors
Thinker K.F. Li <thinker@branda.to>
parents: 99
diff changeset
453 style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:2.39700007;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
99
4aa1c9673363 Arc in path pass the test in example svg2code_ex.
Thinker K.F. Li <thinker@branda.to>
parents: 87
diff changeset
454 id="path2451"
4aa1c9673363 Arc in path pass the test in example svg2code_ex.
Thinker K.F. Li <thinker@branda.to>
parents: 87
diff changeset
455 sodipodi:cx="648.28497"
4aa1c9673363 Arc in path pass the test in example svg2code_ex.
Thinker K.F. Li <thinker@branda.to>
parents: 87
diff changeset
456 sodipodi:cy="541.4248"
4aa1c9673363 Arc in path pass the test in example svg2code_ex.
Thinker K.F. Li <thinker@branda.to>
parents: 87
diff changeset
457 sodipodi:rx="98.944588"
100
1a1dda98730c Fix the bug of order of cross & inner product of vectors
Thinker K.F. Li <thinker@branda.to>
parents: 99
diff changeset
458 sodipodi:ry="37.994728"
1a1dda98730c Fix the bug of order of cross & inner product of vectors
Thinker K.F. Li <thinker@branda.to>
parents: 99
diff changeset
459 d="M 723.62808,516.79651 A 98.944588,37.994728 0 1 1 549.36227,542.22385"
1a1dda98730c Fix the bug of order of cross & inner product of vectors
Thinker K.F. Li <thinker@branda.to>
parents: 99
diff changeset
460 sodipodi:start="5.5779634"
1a1dda98730c Fix the bug of order of cross & inner product of vectors
Thinker K.F. Li <thinker@branda.to>
parents: 99
diff changeset
461 sodipodi:end="9.4037459"
280
c8b6ca46950b Add merged result
wycc
parents: 279 268
diff changeset
462 sodipodi:open="true"/>
260
29acbd8a0dd0 Integrate sh_image with svg2code.py.
Thinker K.F. Li <thinker@branda.to>
parents: 100
diff changeset
463 <image
29acbd8a0dd0 Integrate sh_image with svg2code.py.
Thinker K.F. Li <thinker@branda.to>
parents: 100
diff changeset
464 y="87.316605"
29acbd8a0dd0 Integrate sh_image with svg2code.py.
Thinker K.F. Li <thinker@branda.to>
parents: 100
diff changeset
465 x="605.409"
29acbd8a0dd0 Integrate sh_image with svg2code.py.
Thinker K.F. Li <thinker@branda.to>
parents: 100
diff changeset
466 id="image2497"
268
43900cae1d49 Support resizing for image.
Thinker K.F. Li <thinker@branda.to>
parents: 260
diff changeset
467 height="130.90765"
260
29acbd8a0dd0 Integrate sh_image with svg2code.py.
Thinker K.F. Li <thinker@branda.to>
parents: 100
diff changeset
468 width="100"
29acbd8a0dd0 Integrate sh_image with svg2code.py.
Thinker K.F. Li <thinker@branda.to>
parents: 100
diff changeset
469 sodipodi:absref="/usr/home/thinker/progm/MadButterfly/examples/svg2code_ex/dsc_3241.png"
29acbd8a0dd0 Integrate sh_image with svg2code.py.
Thinker K.F. Li <thinker@branda.to>
parents: 100
diff changeset
470 xlink:href="dsc_3241.png" />
280
c8b6ca46950b Add merged result
wycc
parents: 279 268
diff changeset
471 transform="translate(0,-17.414248)" />
71
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
472 </g>
45c6ca5b3e80 start svg2code_ex example
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
473 </svg>