Mercurial > MadButterfly
comparison examples/dynamic/mytext.svg @ 286:22d771e1b710
Add text program for text API
author | wycc |
---|---|
date | Sat, 31 Jan 2009 16:54:03 +0800 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
285:248a40d51473 | 286:22d771e1b710 |
---|---|
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?> | |
2 <!-- Created with Inkscape (http://www.inkscape.org/) --> | |
3 <svg | |
4 xmlns:ns0="http://madbutterfly.sourceforge.net/DTD/madbutterfly.dtd" | |
5 xmlns:dc="http://purl.org/dc/elements/1.1/" | |
6 xmlns:cc="http://creativecommons.org/ns#" | |
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | |
8 xmlns:svg="http://www.w3.org/2000/svg" | |
9 xmlns="http://www.w3.org/2000/svg" | |
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | |
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | |
12 width="640px" | |
13 height="480px" | |
14 id="svg2383" | |
15 sodipodi:version="0.32" | |
16 inkscape:version="0.46" | |
17 sodipodi:docname="text.svg" | |
18 inkscape:output_extension="org.inkscape.output.svg.inkscape"> | |
19 <sodipodi:namedview | |
20 id="base" | |
21 pagecolor="#ffffff" | |
22 bordercolor="#666666" | |
23 borderopacity="1.0" | |
24 inkscape:pageopacity="0.0" | |
25 inkscape:pageshadow="2" | |
26 inkscape:zoom="0.77472527" | |
27 inkscape:cx="132.83688" | |
28 inkscape:cy="240" | |
29 inkscape:current-layer="layer1" | |
30 inkscape:document-units="px" | |
31 showgrid="false" | |
32 inkscape:window-width="1400" | |
33 inkscape:window-height="978" | |
34 inkscape:window-x="0" | |
35 inkscape:window-y="25" /> | |
36 <defs | |
37 id="defs2385"> | |
38 <inkscape:perspective | |
39 id="perspective2391" | |
40 inkscape:persp3d-origin="320 : 160 : 1" | |
41 inkscape:vp_z="640 : 240 : 1" | |
42 inkscape:vp_y="0 : 1000 : 0" | |
43 inkscape:vp_x="0 : 240 : 1" | |
44 sodipodi:type="inkscape:persp3d" /> | |
45 </defs> | |
46 <metadata | |
47 id="metadata2388"> | |
48 <rdf:RDF> | |
49 <cc:Work | |
50 rdf:about=""> | |
51 <dc:format>image/svg+xml</dc:format> | |
52 <dc:type | |
53 rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> | |
54 </cc:Work> | |
55 </rdf:RDF> | |
56 <ns0:scenes | |
57 current="3"> | |
58 <ns0:scene | |
59 ref="s7737" | |
60 start="1" /> | |
61 <ns0:scene | |
62 ref="s4405" | |
63 start="2" /> | |
64 <ns0:scene | |
65 ref="s4702" | |
66 start="3" /> | |
67 </ns0:scenes> | |
68 </metadata> | |
69 <g | |
70 inkscape:groupmode="layer" | |
71 inkscape:label="Layer 1" | |
72 id="layer1"> | |
73 <g | |
74 id="s7737"> | |
75 <text | |
76 xml:space="preserve" | |
77 style="font-size:24px;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" | |
78 x="188.4539" | |
79 y="189.57446" | |
80 id="text2554"><tspan | |
81 sodipodi:role="line" | |
82 id="mytext" | |
83 x="188.4539" | |
84 y="189.57446" | |
85 mbname="mytext">This is scene 1</tspan></text> | |
86 </g> | |
87 <g | |
88 style="display:none" | |
89 id="s4405"> | |
90 <text | |
91 id="text2576" | |
92 y="199.90071" | |
93 x="196.19858" | |
94 style="font-size:24px;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" | |
95 xml:space="preserve"><tspan | |
96 y="199.90071" | |
97 x="196.19858" | |
98 id="tspan2578" | |
99 sodipodi:role="line">This is scene 2</tspan></text> | |
100 </g> | |
101 <g | |
102 id="s4702" | |
103 style="" /> | |
104 </g> | |
105 </svg> |