Mercurial > MadButterfly
annotate examples/calculator/calculator_scr.svg @ 335:01038b8d8f05
Set the progm to be NULL so that we won't call mb_progm_abort when we call it at the next time. This will fix the crash issue of the dynamic. However, the dynamic is still crash sometimes if we click the button quickly. It looks like it crashes in the refresh. We need to future figure out the issue.
author | wycc |
---|---|
date | Sat, 07 Mar 2009 14:24:55 +0800 |
parents | 86a5ae82ccf2 |
children | 2212f515584c |
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" | |
115 | 101 inkscape:cx="-225.72559" |
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 | |
115 | 128 style="opacity:1;fill:url(#radialGradient3222);fill-opacity:1;stroke:none;stroke-opacity:1" |
88 | 129 id="rect2227" |
130 width="283.905" | |
131 height="288.12665" | |
132 x="9.4986801" | |
133 y="90.765175" | |
134 rx="4.0359654" | |
135 ry="3.5442207" /> | |
136 <rect | |
137 style="opacity:0.5;fill:#ff0000;stroke:#000000;stroke-width:0.8387413;stroke-opacity:1" | |
138 id="rect2192" | |
139 width="45.543846" | |
140 height="39.211391" | |
141 x="229.47083" | |
142 y="157.87187" | |
143 rx="4.0359654" | |
144 ry="3.5442207" /> | |
145 <g | |
146 id="but_0"> | |
147 <rect | |
148 ry="5.0559778" | |
149 rx="4.0216751" | |
150 y="98.680748" | |
151 x="25.857523" | |
152 height="55.936676" | |
153 width="45.382587" | |
154 id="rect2160" | |
155 style="opacity:0.5;fill:#ff0000;stroke:#000000;stroke-opacity:1" /> | |
156 <text | |
157 id="text2200" | |
158 y="127.70449" | |
159 x="44.327175" | |
160 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" | |
161 xml:space="preserve"><tspan | |
162 y="127.70449" | |
163 x="44.327175" | |
164 id="tspan2202" | |
165 sodipodi:role="line">0</tspan></text> | |
166 </g> | |
167 <g | |
168 id="but_1"> | |
169 <rect | |
170 ry="5.0559778" | |
171 rx="4.0216751" | |
172 y="98.680748" | |
173 x="92.240112" | |
174 height="55.936676" | |
175 width="45.382587" | |
176 id="rect2162" | |
177 style="opacity:0.5;fill:#ff0000;stroke:#000000;stroke-opacity:1" /> | |
178 <text | |
179 id="text2204" | |
180 y="127.70449" | |
181 x="104.48549" | |
182 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" | |
183 xml:space="preserve"><tspan | |
184 style="font-size:20px" | |
185 y="127.70449" | |
186 x="104.48549" | |
187 id="tspan2206" | |
188 sodipodi:role="line">1</tspan></text> | |
189 </g> | |
190 <g | |
191 id="but_2"> | |
192 <rect | |
193 ry="5.0559778" | |
194 rx="4.0216751" | |
195 y="98.680748" | |
196 x="158.6227" | |
197 height="55.936676" | |
198 width="45.382587" | |
199 id="rect2164" | |
200 style="opacity:0.5;fill:#ff0000;stroke:#000000;stroke-opacity:1" /> | |
201 <text | |
202 id="text2208" | |
203 y="129.81531" | |
204 x="174.14247" | |
205 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" | |
206 xml:space="preserve"><tspan | |
207 y="129.81531" | |
208 x="174.14247" | |
209 id="tspan2210" | |
210 sodipodi:role="line">2</tspan></text> | |
211 </g> | |
212 <g | |
213 id="but_3"> | |
214 <rect | |
215 ry="5.0559778" | |
216 rx="4.0216751" | |
217 y="170.61743" | |
218 x="25.857523" | |
219 height="55.936676" | |
220 width="45.382587" | |
221 id="rect2166" | |
222 style="opacity:0.5;fill:#ff0000;stroke:#000000;stroke-opacity:1" /> | |
223 <text | |
224 id="text2212" | |
225 y="204.74934" | |
226 x="45.382584" | |
227 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" | |
228 xml:space="preserve"><tspan | |
229 y="204.74934" | |
230 x="45.382584" | |
231 id="tspan2214" | |
232 sodipodi:role="line">3</tspan></text> | |
233 </g> | |
234 <g | |
235 id="but_4"> | |
236 <rect | |
237 ry="5.0559778" | |
238 rx="4.0216751" | |
239 y="170.61743" | |
240 x="92.240112" | |
241 height="55.936676" | |
242 width="45.382587" | |
243 id="rect2168" | |
244 style="opacity:0.5;fill:#ff0000;stroke:#000000;stroke-opacity:1" /> | |
245 <text | |
246 id="text2216" | |
247 y="200.52769" | |
248 x="105.5409" | |
249 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" | |
250 xml:space="preserve"><tspan | |
251 y="200.52769" | |
252 x="105.5409" | |
253 id="tspan2218" | |
254 sodipodi:role="line">4</tspan></text> | |
255 </g> | |
256 <g | |
257 id="but_5"> | |
258 <rect | |
259 ry="5.0559778" | |
260 rx="4.0216751" | |
261 y="170.61743" | |
262 x="158.6227" | |
263 height="55.936676" | |
264 width="45.382587" | |
265 id="rect2170" | |
266 style="opacity:0.5;fill:#ff0000;stroke:#000000;stroke-opacity:1" /> | |
267 <text | |
268 id="text2220" | |
269 y="200.52769" | |
270 x="172.03166" | |
271 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" | |
272 xml:space="preserve"><tspan | |
273 y="200.52769" | |
274 x="172.03166" | |
275 id="tspan2222" | |
276 sodipodi:role="line">5</tspan></text> | |
277 </g> | |
278 <g | |
279 id="but_6"> | |
280 <rect | |
281 ry="5.0559778" | |
282 rx="4.0216751" | |
283 y="242.55411" | |
284 x="25.857523" | |
285 height="55.936676" | |
286 width="45.382587" | |
287 id="rect2172" | |
288 style="opacity:0.5;fill:#ff0000;stroke:#000000;stroke-opacity:1" /> | |
289 <text | |
290 id="text2224" | |
291 y="275.46173" | |
292 x="42.216358" | |
293 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" | |
294 xml:space="preserve"><tspan | |
295 y="275.46173" | |
296 x="42.216358" | |
297 id="tspan2226" | |
298 sodipodi:role="line">6</tspan></text> | |
299 </g> | |
300 <g | |
301 id="but_7"> | |
302 <rect | |
303 ry="5.0559778" | |
304 rx="4.0216751" | |
305 y="242.55411" | |
306 x="92.240112" | |
307 height="55.936676" | |
308 width="45.382587" | |
309 id="rect2174" | |
310 style="opacity:0.5;fill:#ff0000;stroke:#000000;stroke-opacity:1" /> | |
311 <text | |
312 id="text2228" | |
313 y="275.46176" | |
314 x="108.70712" | |
315 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" | |
316 xml:space="preserve"><tspan | |
317 y="275.46176" | |
318 x="108.70712" | |
319 id="tspan2230" | |
320 sodipodi:role="line">7</tspan></text> | |
321 </g> | |
322 <g | |
323 id="but_8"> | |
324 <rect | |
325 ry="5.0559778" | |
326 rx="4.0216751" | |
327 y="242.55411" | |
328 x="158.6227" | |
329 height="55.936676" | |
330 width="45.382587" | |
331 id="rect2176" | |
332 style="opacity:0.5;fill:#ff0000;stroke:#000000;stroke-opacity:1" /> | |
333 <text | |
334 id="text2232" | |
335 y="273.35092" | |
336 x="174.14249" | |
337 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" | |
338 xml:space="preserve"><tspan | |
339 y="273.35092" | |
340 x="174.14249" | |
341 id="tspan2234" | |
342 sodipodi:role="line">8</tspan></text> | |
343 </g> | |
344 <g | |
345 id="but_9"> | |
346 <rect | |
347 ry="5.0559778" | |
348 rx="4.0216751" | |
349 y="314.49078" | |
350 x="25.857523" | |
351 height="55.936676" | |
352 width="45.382587" | |
353 id="rect2178" | |
354 style="opacity:0.5;fill:#ff0000;stroke:#000000;stroke-opacity:1" /> | |
355 <text | |
356 id="text2236" | |
357 y="348.28497" | |
358 x="44.327179" | |
359 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" | |
360 xml:space="preserve"><tspan | |
361 y="348.28497" | |
362 x="44.327179" | |
363 id="tspan2238" | |
364 sodipodi:role="line">9</tspan></text> | |
365 </g> | |
366 <g | |
367 id="but_add"> | |
368 <rect | |
369 ry="5.0559778" | |
370 rx="4.0216751" | |
371 y="314.49078" | |
372 x="92.240112" | |
373 height="55.936676" | |
374 width="45.382587" | |
375 id="rect2180" | |
376 style="opacity:0.5;fill:#ff0000;stroke:#000000;stroke-opacity:1" /> | |
377 <text | |
378 id="text2240" | |
379 y="346.17413" | |
380 x="108.70712" | |
381 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" | |
382 xml:space="preserve"><tspan | |
383 y="346.17413" | |
384 x="108.70712" | |
385 id="tspan2242" | |
386 sodipodi:role="line">+</tspan></text> | |
387 </g> | |
388 <g | |
389 id="but_minus"> | |
390 <rect | |
391 ry="5.0559778" | |
392 rx="4.0216751" | |
393 y="314.49078" | |
394 x="158.6227" | |
395 height="55.936676" | |
396 width="45.382587" | |
397 id="rect2182" | |
398 style="opacity:0.5;fill:#ff0000;stroke:#000000;stroke-opacity:1" /> | |
399 <text | |
400 id="text2244" | |
401 y="343.00793" | |
402 x="180.47493" | |
403 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" | |
404 xml:space="preserve"><tspan | |
405 y="343.00793" | |
406 x="180.47493" | |
407 id="tspan2246" | |
408 sodipodi:role="line">-</tspan></text> | |
409 </g> | |
410 <g | |
411 id="but_mul"> | |
412 <rect | |
413 ry="3.5442207" | |
414 rx="4.0359654" | |
415 y="212.922" | |
416 x="229.47083" | |
417 height="39.211391" | |
418 width="45.543846" | |
419 id="rect2194" | |
420 style="opacity:0.5;fill:#ff0000;stroke:#000000;stroke-width:0.8387413;stroke-opacity:1" /> | |
421 <text | |
422 id="text2248" | |
423 y="240.63324" | |
424 x="248.02109" | |
425 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" | |
426 xml:space="preserve"><tspan | |
427 y="240.63324" | |
428 x="248.02109" | |
429 id="tspan2250" | |
430 sodipodi:role="line">*</tspan></text> | |
431 </g> | |
432 <g | |
433 id="but_div"> | |
434 <rect | |
435 ry="3.5442207" | |
436 rx="4.0359654" | |
437 y="267.97214" | |
438 x="229.47083" | |
439 height="39.211391" | |
440 width="45.543846" | |
441 id="rect2196" | |
442 style="opacity:0.5;fill:#ff0000;stroke:#000000;stroke-width:0.8387413;stroke-opacity:1" /> | |
443 <text | |
444 id="text2252" | |
445 y="293.40369" | |
446 x="249.07652" | |
447 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" | |
448 xml:space="preserve"><tspan | |
449 y="293.40369" | |
450 x="249.07652" | |
451 id="tspan2254" | |
452 sodipodi:role="line">/</tspan></text> | |
453 </g> | |
454 <g | |
455 id="but_eq"> | |
456 <rect | |
457 ry="3.5442207" | |
458 rx="4.0359654" | |
459 y="323.02228" | |
460 x="229.47083" | |
461 height="39.211391" | |
462 width="45.543846" | |
463 id="rect2198" | |
464 style="opacity:0.5;fill:#ff0000;stroke:#000000;stroke-width:0.8387413;stroke-opacity:1" /> | |
465 <text | |
466 id="text2256" | |
467 y="348.28494" | |
468 x="244.85489" | |
469 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" | |
470 xml:space="preserve"><tspan | |
471 y="348.28494" | |
472 x="244.85489" | |
473 id="tspan2258" | |
474 sodipodi:role="line">=</tspan></text> | |
475 </g> | |
476 <g | |
477 id="but_clr"> | |
478 <rect | |
479 ry="3.5442207" | |
480 rx="4.0359654" | |
481 y="102.82174" | |
482 x="229.47083" | |
483 height="39.211391" | |
484 width="45.543846" | |
485 id="rect2184" | |
486 style="opacity:0.5;fill:#ff0000;stroke:#000000;stroke-width:0.8387413;stroke-opacity:1" /> | |
487 <text | |
488 id="text2260" | |
489 y="127.70448" | |
490 x="240.63324" | |
491 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" | |
492 xml:space="preserve"><tspan | |
493 y="127.70448" | |
494 x="240.63324" | |
495 id="tspan2262" | |
496 sodipodi:role="line">clr</tspan></text> | |
497 </g> | |
498 <rect | |
115 | 499 style="opacity:1;fill:url(#radialGradient2245);stroke:#000000;stroke-opacity:1;fill-opacity:1" |
88 | 500 id="rect2264" |
501 width="253.29816" | |
502 height="49.604221" | |
503 x="23.218998" | |
504 y="32.717678" | |
505 rx="4.0359654" | |
506 ry="3.5442207" /> | |
507 <text | |
508 xml:space="preserve" | |
509 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" | |
510 x="36.939316" | |
92
3f619ae03678
Improve calcuator example program.
Thinker K.F. Li <thinker@branda.to>
parents:
88
diff
changeset
|
511 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
|
512 id="screen_text"><tspan |
88 | 513 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
|
514 id="screen_text_u" |
88 | 515 x="36.939316" |
92
3f619ae03678
Improve calcuator example program.
Thinker K.F. Li <thinker@branda.to>
parents:
88
diff
changeset
|
516 y="61.546173">0</tspan></text> |
3f619ae03678
Improve calcuator example program.
Thinker K.F. Li <thinker@branda.to>
parents:
88
diff
changeset
|
517 <text |
3f619ae03678
Improve calcuator example program.
Thinker K.F. Li <thinker@branda.to>
parents:
88
diff
changeset
|
518 xml:space="preserve" |
3f619ae03678
Improve calcuator example program.
Thinker K.F. Li <thinker@branda.to>
parents:
88
diff
changeset
|
519 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
|
520 x="71.767807" |
3f619ae03678
Improve calcuator example program.
Thinker K.F. Li <thinker@branda.to>
parents:
88
diff
changeset
|
521 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
|
522 id="2222"><tspan |
92
3f619ae03678
Improve calcuator example program.
Thinker K.F. Li <thinker@branda.to>
parents:
88
diff
changeset
|
523 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
|
524 id="saved_text" |
92
3f619ae03678
Improve calcuator example program.
Thinker K.F. Li <thinker@branda.to>
parents:
88
diff
changeset
|
525 x="71.767807" |
3f619ae03678
Improve calcuator example program.
Thinker K.F. Li <thinker@branda.to>
parents:
88
diff
changeset
|
526 y="78.100266">None</tspan></text> |
88 | 527 </g> |
528 </svg> |