Mercurial > MadButterfly
annotate examples/calculator/calculator_scr.svg @ 372:2212f515584c
Adjust stroke width to more close to rendering result of Inkscape
- The rendering result of Cairo for stroke is almost two-times wider than
Inkscape.
- Half stroke-wdith in svg2code.py.
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Fri, 27 Mar 2009 13:07:50 +0800 |
parents | 86a5ae82ccf2 |
children | e1ff44aa3b6f |
rev | line source |
---|---|
88 | 1 <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
2 <!-- Created with Inkscape (http://www.inkscape.org/) --> | |
3 <svg | |
4 xmlns:dc="http://purl.org/dc/elements/1.1/" | |
115 | 5 xmlns:cc="http://creativecommons.org/ns#" |
88 | 6 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |
7 xmlns:svg="http://www.w3.org/2000/svg" | |
8 xmlns="http://www.w3.org/2000/svg" | |
9 xmlns:xlink="http://www.w3.org/1999/xlink" | |
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | |
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | |
12 width="300" | |
13 height="400" | |
14 id="svg2" | |
15 sodipodi:version="0.32" | |
115 | 16 inkscape:version="0.46" |
88 | 17 version="1.0" |
18 sodipodi:docbase="/usr/home/thinker/progm/MadButterfly/examples/calculator" | |
19 sodipodi:docname="calculator_scr.svg" | |
20 inkscape:output_extension="org.inkscape.output.svg.inkscape"> | |
21 <defs | |
22 id="defs4"> | |
115 | 23 <inkscape:perspective |
24 sodipodi:type="inkscape:persp3d" | |
25 inkscape:vp_x="0 : 200 : 1" | |
26 inkscape:vp_y="0 : 1000 : 0" | |
27 inkscape:vp_z="300 : 200 : 1" | |
28 inkscape:persp3d-origin="150 : 133.33333 : 1" | |
29 id="perspective90" /> | |
88 | 30 <linearGradient |
31 id="linearGradient3216"> | |
32 <stop | |
115 | 33 style="stop-color:#ffd4d4;stop-opacity:1;" |
88 | 34 offset="0" |
35 id="stop3218" /> | |
36 <stop | |
37 style="stop-color:#ff0000;stop-opacity:0;" | |
38 offset="1" | |
39 id="stop3220" /> | |
40 </linearGradient> | |
41 <linearGradient | |
42 id="linearGradient2239"> | |
43 <stop | |
115 | 44 style="stop-color:#b2ffff;stop-opacity:1;" |
88 | 45 offset="0" |
46 id="stop2241" /> | |
47 <stop | |
48 style="stop-color:#008080;stop-opacity:0;" | |
49 offset="1" | |
50 id="stop2243" /> | |
51 </linearGradient> | |
52 <linearGradient | |
53 id="linearGradient2229"> | |
54 <stop | |
55 style="stop-color:#128000;stop-opacity:1;" | |
56 offset="0" | |
57 id="stop2231" /> | |
58 <stop | |
59 id="stop2237" | |
60 offset="0.5" | |
61 style="stop-color:#09bf00;stop-opacity:0.82474226;" /> | |
62 <stop | |
63 style="stop-color:#00ff00;stop-opacity:0" | |
64 offset="1" | |
65 id="stop2233" /> | |
66 </linearGradient> | |
67 <radialGradient | |
68 inkscape:collect="always" | |
69 xlink:href="#linearGradient2239" | |
70 id="radialGradient2245" | |
71 cx="80.211082" | |
72 cy="60.171638" | |
73 fx="80.211082" | |
74 fy="60.171638" | |
75 r="127.14908" | |
115 | 76 gradientTransform="matrix(1.4194002,-2.4909992e-3,5.8161044e-4,0.3318039,-33.67554,38.282124)" |
88 | 77 gradientUnits="userSpaceOnUse" /> |
78 <radialGradient | |
79 inkscape:collect="always" | |
80 xlink:href="#linearGradient3216" | |
81 id="radialGradient3222" | |
82 cx="78.100266" | |
83 cy="147.99309" | |
84 fx="78.100266" | |
85 fy="147.99309" | |
86 r="141.9525" | |
115 | 87 gradientTransform="matrix(0.5979392,1.6356879,-0.9218721,0.3369983,167.83177,-30.919239)" |
88 | 88 gradientUnits="userSpaceOnUse" /> |
89 </defs> | |
90 <sodipodi:namedview | |
91 id="base" | |
92 pagecolor="#ffffff" | |
93 bordercolor="#666666" | |
94 borderopacity="1.0" | |
95 gridtolerance="10000" | |
96 guidetolerance="10" | |
97 objecttolerance="10" | |
98 inkscape:pageopacity="0.0" | |
99 inkscape:pageshadow="2" | |
100 inkscape:zoom="0.9475" | |
372
2212f515584c
Adjust stroke width to more close to rendering result of Inkscape
Thinker K.F. Li <thinker@branda.to>
parents:
279
diff
changeset
|
101 inkscape:cx="-141.75146" |
88 | 102 inkscape:cy="201.83531" |
103 inkscape:document-units="px" | |
104 inkscape:current-layer="layer1" | |
105 width="300px" | |
106 height="400px" | |
115 | 107 inkscape:window-width="1440" |
108 inkscape:window-height="860" | |
109 inkscape:window-x="0" | |
110 inkscape:window-y="21" | |
111 showgrid="false" /> | |
88 | 112 <metadata |
113 id="metadata7"> | |
114 <rdf:RDF> | |
115 <cc:Work | |
116 rdf:about=""> | |
117 <dc:format>image/svg+xml</dc:format> | |
118 <dc:type | |
119 rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> | |
120 </cc:Work> | |
121 </rdf:RDF> | |
122 </metadata> | |
123 <g | |
124 inkscape:label="Layer 1" | |
125 inkscape:groupmode="layer" | |
126 id="layer1"> | |
127 <rect | |
372
2212f515584c
Adjust stroke width to more close to rendering result of Inkscape
Thinker K.F. Li <thinker@branda.to>
parents:
279
diff
changeset
|
128 style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero" |
2212f515584c
Adjust stroke width to more close to rendering result of Inkscape
Thinker K.F. Li <thinker@branda.to>
parents:
279
diff
changeset
|
129 id="rect2462" |
2212f515584c
Adjust stroke width to more close to rendering result of Inkscape
Thinker K.F. Li <thinker@branda.to>
parents:
279
diff
changeset
|
130 width="307.12402" |
2212f515584c
Adjust stroke width to more close to rendering result of Inkscape
Thinker K.F. Li <thinker@branda.to>
parents:
279
diff
changeset
|
131 height="404.22165" |
2212f515584c
Adjust stroke width to more close to rendering result of Inkscape
Thinker K.F. Li <thinker@branda.to>
parents:
279
diff
changeset
|
132 x="-1.6355898e-08" |
2212f515584c
Adjust stroke width to more close to rendering result of Inkscape
Thinker K.F. Li <thinker@branda.to>
parents:
279
diff
changeset
|
133 y="0" |
2212f515584c
Adjust stroke width to more close to rendering result of Inkscape
Thinker K.F. Li <thinker@branda.to>
parents:
279
diff
changeset
|
134 rx="4.1063418" |
2212f515584c
Adjust stroke width to more close to rendering result of Inkscape
Thinker K.F. Li <thinker@branda.to>
parents:
279
diff
changeset
|
135 ry="5.0559778" /> |
2212f515584c
Adjust stroke width to more close to rendering result of Inkscape
Thinker K.F. Li <thinker@branda.to>
parents:
279
diff
changeset
|
136 <rect |
115 | 137 style="opacity:1;fill:url(#radialGradient3222);fill-opacity:1;stroke:none;stroke-opacity:1" |
88 | 138 id="rect2227" |
139 width="283.905" | |
140 height="288.12665" | |
141 x="9.4986801" | |
142 y="90.765175" | |
143 rx="4.0359654" | |
144 ry="3.5442207" /> | |
145 <rect | |
372
2212f515584c
Adjust stroke width to more close to rendering result of Inkscape
Thinker K.F. Li <thinker@branda.to>
parents:
279
diff
changeset
|
146 style="opacity:0.50000000000000000;fill:#ff0000;stroke:none;stroke-width:0.83874130000000002;stroke-opacity:1" |
88 | 147 id="rect2192" |
148 width="45.543846" | |
149 height="39.211391" | |
150 x="229.47083" | |
151 y="157.87187" | |
152 rx="4.0359654" | |
153 ry="3.5442207" /> | |
154 <g | |
155 id="but_0"> | |
156 <rect | |
157 ry="5.0559778" | |
158 rx="4.0216751" | |
159 y="98.680748" | |
160 x="25.857523" | |
161 height="55.936676" | |
162 width="45.382587" | |
163 id="rect2160" | |
164 style="opacity:0.5;fill:#ff0000;stroke:#000000;stroke-opacity:1" /> | |
165 <text | |
166 id="text2200" | |
167 y="127.70449" | |
168 x="44.327175" | |
169 style="font-size:20px;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" | |
170 xml:space="preserve"><tspan | |
171 y="127.70449" | |
172 x="44.327175" | |
173 id="tspan2202" | |
174 sodipodi:role="line">0</tspan></text> | |
175 </g> | |
176 <g | |
177 id="but_1"> | |
178 <rect | |
179 ry="5.0559778" | |
180 rx="4.0216751" | |
181 y="98.680748" | |
182 x="92.240112" | |
183 height="55.936676" | |
184 width="45.382587" | |
185 id="rect2162" | |
186 style="opacity:0.5;fill:#ff0000;stroke:#000000;stroke-opacity:1" /> | |
187 <text | |
188 id="text2204" | |
189 y="127.70449" | |
190 x="104.48549" | |
191 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" | |
192 xml:space="preserve"><tspan | |
193 style="font-size:20px" | |
194 y="127.70449" | |
195 x="104.48549" | |
196 id="tspan2206" | |
197 sodipodi:role="line">1</tspan></text> | |
198 </g> | |
199 <g | |
200 id="but_2"> | |
201 <rect | |
202 ry="5.0559778" | |
203 rx="4.0216751" | |
204 y="98.680748" | |
205 x="158.6227" | |
206 height="55.936676" | |
207 width="45.382587" | |
208 id="rect2164" | |
209 style="opacity:0.5;fill:#ff0000;stroke:#000000;stroke-opacity:1" /> | |
210 <text | |
211 id="text2208" | |
212 y="129.81531" | |
213 x="174.14247" | |
214 style="font-size:20px;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" | |
215 xml:space="preserve"><tspan | |
216 y="129.81531" | |
217 x="174.14247" | |
218 id="tspan2210" | |
219 sodipodi:role="line">2</tspan></text> | |
220 </g> | |
221 <g | |
222 id="but_3"> | |
223 <rect | |
224 ry="5.0559778" | |
225 rx="4.0216751" | |
226 y="170.61743" | |
227 x="25.857523" | |
228 height="55.936676" | |
229 width="45.382587" | |
230 id="rect2166" | |
231 style="opacity:0.5;fill:#ff0000;stroke:#000000;stroke-opacity:1" /> | |
232 <text | |
233 id="text2212" | |
234 y="204.74934" | |
235 x="45.382584" | |
236 style="font-size:20px;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" | |
237 xml:space="preserve"><tspan | |
238 y="204.74934" | |
239 x="45.382584" | |
240 id="tspan2214" | |
241 sodipodi:role="line">3</tspan></text> | |
242 </g> | |
243 <g | |
244 id="but_4"> | |
245 <rect | |
246 ry="5.0559778" | |
247 rx="4.0216751" | |
248 y="170.61743" | |
249 x="92.240112" | |
250 height="55.936676" | |
251 width="45.382587" | |
252 id="rect2168" | |
253 style="opacity:0.5;fill:#ff0000;stroke:#000000;stroke-opacity:1" /> | |
254 <text | |
255 id="text2216" | |
256 y="200.52769" | |
257 x="105.5409" | |
258 style="font-size:20px;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" | |
259 xml:space="preserve"><tspan | |
260 y="200.52769" | |
261 x="105.5409" | |
262 id="tspan2218" | |
263 sodipodi:role="line">4</tspan></text> | |
264 </g> | |
265 <g | |
266 id="but_5"> | |
267 <rect | |
268 ry="5.0559778" | |
269 rx="4.0216751" | |
270 y="170.61743" | |
271 x="158.6227" | |
272 height="55.936676" | |
273 width="45.382587" | |
274 id="rect2170" | |
275 style="opacity:0.5;fill:#ff0000;stroke:#000000;stroke-opacity:1" /> | |
276 <text | |
277 id="text2220" | |
278 y="200.52769" | |
279 x="172.03166" | |
280 style="font-size:20px;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" | |
281 xml:space="preserve"><tspan | |
282 y="200.52769" | |
283 x="172.03166" | |
284 id="tspan2222" | |
285 sodipodi:role="line">5</tspan></text> | |
286 </g> | |
287 <g | |
288 id="but_6"> | |
289 <rect | |
290 ry="5.0559778" | |
291 rx="4.0216751" | |
292 y="242.55411" | |
293 x="25.857523" | |
294 height="55.936676" | |
295 width="45.382587" | |
296 id="rect2172" | |
297 style="opacity:0.5;fill:#ff0000;stroke:#000000;stroke-opacity:1" /> | |
298 <text | |
299 id="text2224" | |
300 y="275.46173" | |
301 x="42.216358" | |
302 style="font-size:20px;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" | |
303 xml:space="preserve"><tspan | |
304 y="275.46173" | |
305 x="42.216358" | |
306 id="tspan2226" | |
307 sodipodi:role="line">6</tspan></text> | |
308 </g> | |
309 <g | |
310 id="but_7"> | |
311 <rect | |
312 ry="5.0559778" | |
313 rx="4.0216751" | |
314 y="242.55411" | |
315 x="92.240112" | |
316 height="55.936676" | |
317 width="45.382587" | |
318 id="rect2174" | |
319 style="opacity:0.5;fill:#ff0000;stroke:#000000;stroke-opacity:1" /> | |
320 <text | |
321 id="text2228" | |
322 y="275.46176" | |
323 x="108.70712" | |
324 style="font-size:20px;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" | |
325 xml:space="preserve"><tspan | |
326 y="275.46176" | |
327 x="108.70712" | |
328 id="tspan2230" | |
329 sodipodi:role="line">7</tspan></text> | |
330 </g> | |
331 <g | |
332 id="but_8"> | |
333 <rect | |
334 ry="5.0559778" | |
335 rx="4.0216751" | |
336 y="242.55411" | |
337 x="158.6227" | |
338 height="55.936676" | |
339 width="45.382587" | |
340 id="rect2176" | |
341 style="opacity:0.5;fill:#ff0000;stroke:#000000;stroke-opacity:1" /> | |
342 <text | |
343 id="text2232" | |
344 y="273.35092" | |
345 x="174.14249" | |
346 style="font-size:20px;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" | |
347 xml:space="preserve"><tspan | |
348 y="273.35092" | |
349 x="174.14249" | |
350 id="tspan2234" | |
351 sodipodi:role="line">8</tspan></text> | |
352 </g> | |
353 <g | |
354 id="but_9"> | |
355 <rect | |
356 ry="5.0559778" | |
357 rx="4.0216751" | |
358 y="314.49078" | |
359 x="25.857523" | |
360 height="55.936676" | |
361 width="45.382587" | |
362 id="rect2178" | |
363 style="opacity:0.5;fill:#ff0000;stroke:#000000;stroke-opacity:1" /> | |
364 <text | |
365 id="text2236" | |
366 y="348.28497" | |
367 x="44.327179" | |
368 style="font-size:20px;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" | |
369 xml:space="preserve"><tspan | |
370 y="348.28497" | |
371 x="44.327179" | |
372 id="tspan2238" | |
373 sodipodi:role="line">9</tspan></text> | |
374 </g> | |
375 <g | |
376 id="but_add"> | |
377 <rect | |
378 ry="5.0559778" | |
379 rx="4.0216751" | |
380 y="314.49078" | |
381 x="92.240112" | |
382 height="55.936676" | |
383 width="45.382587" | |
384 id="rect2180" | |
385 style="opacity:0.5;fill:#ff0000;stroke:#000000;stroke-opacity:1" /> | |
386 <text | |
387 id="text2240" | |
388 y="346.17413" | |
389 x="108.70712" | |
390 style="font-size:20px;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" | |
391 xml:space="preserve"><tspan | |
392 y="346.17413" | |
393 x="108.70712" | |
394 id="tspan2242" | |
395 sodipodi:role="line">+</tspan></text> | |
396 </g> | |
397 <g | |
398 id="but_minus"> | |
399 <rect | |
400 ry="5.0559778" | |
401 rx="4.0216751" | |
402 y="314.49078" | |
403 x="158.6227" | |
404 height="55.936676" | |
405 width="45.382587" | |
406 id="rect2182" | |
407 style="opacity:0.5;fill:#ff0000;stroke:#000000;stroke-opacity:1" /> | |
408 <text | |
409 id="text2244" | |
410 y="343.00793" | |
411 x="180.47493" | |
412 style="font-size:20px;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" | |
413 xml:space="preserve"><tspan | |
414 y="343.00793" | |
415 x="180.47493" | |
416 id="tspan2246" | |
417 sodipodi:role="line">-</tspan></text> | |
418 </g> | |
419 <g | |
420 id="but_mul"> | |
421 <rect | |
422 ry="3.5442207" | |
423 rx="4.0359654" | |
424 y="212.922" | |
425 x="229.47083" | |
426 height="39.211391" | |
427 width="45.543846" | |
428 id="rect2194" | |
372
2212f515584c
Adjust stroke width to more close to rendering result of Inkscape
Thinker K.F. Li <thinker@branda.to>
parents:
279
diff
changeset
|
429 style="opacity:0.5;fill:#ff0000;stroke:none;stroke-width:0.8387413;stroke-opacity:1" /> |
88 | 430 <text |
431 id="text2248" | |
432 y="240.63324" | |
433 x="248.02109" | |
434 style="font-size:20px;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" | |
435 xml:space="preserve"><tspan | |
436 y="240.63324" | |
437 x="248.02109" | |
438 id="tspan2250" | |
439 sodipodi:role="line">*</tspan></text> | |
440 </g> | |
441 <g | |
442 id="but_div"> | |
443 <rect | |
444 ry="3.5442207" | |
445 rx="4.0359654" | |
446 y="267.97214" | |
447 x="229.47083" | |
448 height="39.211391" | |
449 width="45.543846" | |
450 id="rect2196" | |
372
2212f515584c
Adjust stroke width to more close to rendering result of Inkscape
Thinker K.F. Li <thinker@branda.to>
parents:
279
diff
changeset
|
451 style="opacity:0.5;fill:#ff0000;stroke:none;stroke-width:0.8387413;stroke-opacity:1" /> |
88 | 452 <text |
453 id="text2252" | |
454 y="293.40369" | |
455 x="249.07652" | |
456 style="font-size:20px;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" | |
457 xml:space="preserve"><tspan | |
458 y="293.40369" | |
459 x="249.07652" | |
460 id="tspan2254" | |
461 sodipodi:role="line">/</tspan></text> | |
462 </g> | |
463 <g | |
464 id="but_eq"> | |
465 <rect | |
466 ry="3.5442207" | |
467 rx="4.0359654" | |
468 y="323.02228" | |
469 x="229.47083" | |
470 height="39.211391" | |
471 width="45.543846" | |
472 id="rect2198" | |
372
2212f515584c
Adjust stroke width to more close to rendering result of Inkscape
Thinker K.F. Li <thinker@branda.to>
parents:
279
diff
changeset
|
473 style="opacity:0.5;fill:#ff0000;stroke:none;stroke-width:0.8387413;stroke-opacity:1" /> |
88 | 474 <text |
475 id="text2256" | |
476 y="348.28494" | |
477 x="244.85489" | |
478 style="font-size:20px;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" | |
479 xml:space="preserve"><tspan | |
480 y="348.28494" | |
481 x="244.85489" | |
482 id="tspan2258" | |
483 sodipodi:role="line">=</tspan></text> | |
484 </g> | |
485 <g | |
486 id="but_clr"> | |
487 <rect | |
488 ry="3.5442207" | |
489 rx="4.0359654" | |
490 y="102.82174" | |
491 x="229.47083" | |
492 height="39.211391" | |
493 width="45.543846" | |
494 id="rect2184" | |
372
2212f515584c
Adjust stroke width to more close to rendering result of Inkscape
Thinker K.F. Li <thinker@branda.to>
parents:
279
diff
changeset
|
495 style="opacity:0.5;fill:#ff0000;stroke:none;stroke-width:0.8387413;stroke-opacity:1" /> |
88 | 496 <text |
497 id="text2260" | |
498 y="127.70448" | |
499 x="240.63324" | |
500 style="font-size:20px;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" | |
501 xml:space="preserve"><tspan | |
502 y="127.70448" | |
503 x="240.63324" | |
504 id="tspan2262" | |
505 sodipodi:role="line">clr</tspan></text> | |
506 </g> | |
507 <rect | |
115 | 508 style="opacity:1;fill:url(#radialGradient2245);stroke:#000000;stroke-opacity:1;fill-opacity:1" |
88 | 509 id="rect2264" |
510 width="253.29816" | |
511 height="49.604221" | |
512 x="23.218998" | |
513 y="32.717678" | |
514 rx="4.0359654" | |
515 ry="3.5442207" /> | |
516 <text | |
517 xml:space="preserve" | |
518 style="font-size:28px;font-style:normal;font-weight:normal;fill:#008000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans" | |
519 x="36.939316" | |
92
3f619ae03678
Improve calcuator example program.
Thinker K.F. Li <thinker@branda.to>
parents:
88
diff
changeset
|
520 y="61.546173" |
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:
278
diff
changeset
|
521 id="screen_text"><tspan |
88 | 522 sodipodi:role="line" |
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:
278
diff
changeset
|
523 id="screen_text_u" |
88 | 524 x="36.939316" |
92
3f619ae03678
Improve calcuator example program.
Thinker K.F. Li <thinker@branda.to>
parents:
88
diff
changeset
|
525 y="61.546173">0</tspan></text> |
3f619ae03678
Improve calcuator example program.
Thinker K.F. Li <thinker@branda.to>
parents:
88
diff
changeset
|
526 <text |
3f619ae03678
Improve calcuator example program.
Thinker K.F. Li <thinker@branda.to>
parents:
88
diff
changeset
|
527 xml:space="preserve" |
3f619ae03678
Improve calcuator example program.
Thinker K.F. Li <thinker@branda.to>
parents:
88
diff
changeset
|
528 style="font-size:14px;font-style:normal;font-weight:normal;fill:#008000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans Mono" |
3f619ae03678
Improve calcuator example program.
Thinker K.F. Li <thinker@branda.to>
parents:
88
diff
changeset
|
529 x="71.767807" |
3f619ae03678
Improve calcuator example program.
Thinker K.F. Li <thinker@branda.to>
parents:
88
diff
changeset
|
530 y="78.100266" |
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:
278
diff
changeset
|
531 id="2222"><tspan |
92
3f619ae03678
Improve calcuator example program.
Thinker K.F. Li <thinker@branda.to>
parents:
88
diff
changeset
|
532 sodipodi:role="line" |
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:
278
diff
changeset
|
533 id="saved_text" |
92
3f619ae03678
Improve calcuator example program.
Thinker K.F. Li <thinker@branda.to>
parents:
88
diff
changeset
|
534 x="71.767807" |
3f619ae03678
Improve calcuator example program.
Thinker K.F. Li <thinker@branda.to>
parents:
88
diff
changeset
|
535 y="78.100266">None</tspan></text> |
88 | 536 </g> |
537 </svg> |