Mercurial > MadButterfly
comparison examples/tank/bang.svg @ 156:2aad042b30a4
Bullet would be detected to hit a wall (not mud).
1. It will hide bullet before remove it.
2. The program should not be removed until shapes are redrawed.
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Wed, 01 Oct 2008 14:58:27 +0800 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
155:6749f6639924 | 156:2aad042b30a4 |
---|---|
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/" | |
5 xmlns:cc="http://creativecommons.org/ns#" | |
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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | |
10 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | |
11 width="50" | |
12 height="50" | |
13 id="svg2" | |
14 sodipodi:version="0.32" | |
15 inkscape:version="0.46" | |
16 version="1.0" | |
17 sodipodi:docname="bang.svg" | |
18 inkscape:output_extension="org.inkscape.output.svg.inkscape"> | |
19 <defs | |
20 id="defs4"> | |
21 <inkscape:perspective | |
22 sodipodi:type="inkscape:persp3d" | |
23 inkscape:vp_x="0 : 526.18109 : 1" | |
24 inkscape:vp_y="0 : 1000 : 0" | |
25 inkscape:vp_z="744.09448 : 526.18109 : 1" | |
26 inkscape:persp3d-origin="372.04724 : 350.78739 : 1" | |
27 id="perspective10" /> | |
28 </defs> | |
29 <sodipodi:namedview | |
30 id="base" | |
31 pagecolor="#ffffff" | |
32 bordercolor="#666666" | |
33 borderopacity="1.0" | |
34 gridtolerance="10000" | |
35 guidetolerance="10" | |
36 objecttolerance="10" | |
37 inkscape:pageopacity="0.0" | |
38 inkscape:pageshadow="2" | |
39 inkscape:zoom="9.24" | |
40 inkscape:cx="25" | |
41 inkscape:cy="25.183096" | |
42 inkscape:document-units="px" | |
43 inkscape:current-layer="layer1" | |
44 showgrid="false" | |
45 inkscape:window-width="640" | |
46 inkscape:window-height="695" | |
47 inkscape:window-x="387" | |
48 inkscape:window-y="71" /> | |
49 <metadata | |
50 id="metadata7"> | |
51 <rdf:RDF> | |
52 <cc:Work | |
53 rdf:about=""> | |
54 <dc:format>image/svg+xml</dc:format> | |
55 <dc:type | |
56 rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> | |
57 </cc:Work> | |
58 </rdf:RDF> | |
59 </metadata> | |
60 <g | |
61 inkscape:label="Layer 1" | |
62 inkscape:groupmode="layer" | |
63 id="layer1"> | |
64 <path | |
65 sodipodi:type="star" | |
66 style="opacity:1;fill:#800000;fill-opacity:1;stroke:#ff0000;stroke-width:3;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" | |
67 id="path2383" | |
68 sodipodi:sides="8" | |
69 sodipodi:cx="11.904762" | |
70 sodipodi:cy="13.528139" | |
71 sodipodi:r1="18.920832" | |
72 sodipodi:r2="9.4604168" | |
73 sodipodi:arg1="0.74089316" | |
74 sodipodi:arg2="1.1335922" | |
75 inkscape:flatsided="false" | |
76 inkscape:rounded="0" | |
77 inkscape:randomized="0" | |
78 d="M 25.865801,26.298702 L 15.910381,22.0987 L 12.746556,32.430236 L 8.6768607,22.42084 L -0.86580035,27.489178 L 3.3342018,17.533757 L -6.9973343,14.369933 L 3.0120609,10.300238 L -2.0562764,0.7575765 L 7.8991439,4.9575786 L 11.062969,-5.3739575 L 15.132664,4.6354378 L 24.675325,-0.4328996 L 20.475323,9.5225208 L 30.806859,12.686345 L 20.797464,16.756041 L 25.865801,26.298702 z" | |
79 transform="matrix(1.0338511,0,0,1.0510278,12.638136,10.727438)" /> | |
80 <text | |
81 xml:space="preserve" | |
82 style="font-size:11.00000095000000044px;font-style:normal;font-weight:normal;fill:#ffff00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans Mono" | |
83 x="19.194874" | |
84 y="13.391408" | |
85 id="text2385" | |
86 transform="matrix(0.908091,0.418773,-0.418773,0.908091,0,0)"><tspan | |
87 sodipodi:role="line" | |
88 id="tspan2387" | |
89 x="19.194874" | |
90 y="13.391408">Bang</tspan></text> | |
91 </g> | |
92 </svg> |