annotate inkscape/firefox/content/active-start.svg @ 936:a9abcdac0ae5

Fix issue of moving lightbar of testsvg.js. The lightbar does not move as expectation. It caused by compute trasnforming matrix that transform saved points from the space when saving points to current space. The transform matrix should not include matric of the owner of saved points.
author Thinker K.F. Li <thinker@codemud.net>
date Fri, 12 Nov 2010 16:53:03 +0800
parents 7d244a85dd68
children
rev   line source
274
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents:
diff changeset
2 <!-- Created with Inkscape (http://www.inkscape.org/) -->
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents:
diff changeset
3 <svg
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents:
diff changeset
4 xmlns:dc="http://purl.org/dc/elements/1.1/"
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents:
diff changeset
5 xmlns:cc="http://creativecommons.org/ns#"
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents:
diff changeset
6 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents:
diff changeset
7 xmlns:svg="http://www.w3.org/2000/svg"
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents:
diff changeset
8 xmlns="http://www.w3.org/2000/svg"
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents:
diff changeset
9 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents:
diff changeset
10 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents:
diff changeset
11 width="744.09448819"
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents:
diff changeset
12 height="1052.3622047"
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents:
diff changeset
13 id="svg2"
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents:
diff changeset
14 sodipodi:version="0.32"
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents:
diff changeset
15 inkscape:version="0.46"
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents:
diff changeset
16 sodipodi:docname="active-start.svg"
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents:
diff changeset
17 inkscape:output_extension="org.inkscape.output.svg.inkscape"
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents:
diff changeset
18 inkscape:export-filename="active-start.png"
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents:
diff changeset
19 inkscape:export-xdpi="86.949997"
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents:
diff changeset
20 inkscape:export-ydpi="86.949997">
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents:
diff changeset
21 <defs
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents:
diff changeset
22 id="defs4">
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents:
diff changeset
23 <inkscape:perspective
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents:
diff changeset
24 sodipodi:type="inkscape:persp3d"
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents:
diff changeset
25 inkscape:vp_x="0 : 526.18109 : 1"
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents:
diff changeset
26 inkscape:vp_y="0 : 1000 : 0"
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents:
diff changeset
27 inkscape:vp_z="744.09448 : 526.18109 : 1"
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents:
diff changeset
28 inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents:
diff changeset
29 id="perspective10" />
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents:
diff changeset
30 </defs>
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents:
diff changeset
31 <sodipodi:namedview
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents:
diff changeset
32 id="base"
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents:
diff changeset
33 pagecolor="#ffffff"
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents:
diff changeset
34 bordercolor="#666666"
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents:
diff changeset
35 borderopacity="1.0"
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents:
diff changeset
36 gridtolerance="10000"
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents:
diff changeset
37 guidetolerance="10"
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents:
diff changeset
38 objecttolerance="10"
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents:
diff changeset
39 inkscape:pageopacity="0.0"
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents:
diff changeset
40 inkscape:pageshadow="2"
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents:
diff changeset
41 inkscape:zoom="3.959798"
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents:
diff changeset
42 inkscape:cx="1.3719525"
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents:
diff changeset
43 inkscape:cy="913.9595"
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents:
diff changeset
44 inkscape:document-units="px"
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents:
diff changeset
45 inkscape:current-layer="layer1"
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents:
diff changeset
46 showgrid="false"
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents:
diff changeset
47 inkscape:window-width="1400"
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents:
diff changeset
48 inkscape:window-height="978"
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents:
diff changeset
49 inkscape:window-x="0"
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents:
diff changeset
50 inkscape:window-y="25" />
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents:
diff changeset
51 <metadata
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents:
diff changeset
52 id="metadata7">
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents:
diff changeset
53 <rdf:RDF>
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents:
diff changeset
54 <cc:Work
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents:
diff changeset
55 rdf:about="">
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents:
diff changeset
56 <dc:format>image/svg+xml</dc:format>
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents:
diff changeset
57 <dc:type
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents:
diff changeset
58 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents:
diff changeset
59 </cc:Work>
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents:
diff changeset
60 </rdf:RDF>
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents:
diff changeset
61 </metadata>
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents:
diff changeset
62 <g
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents:
diff changeset
63 inkscape:label="Layer 1"
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents:
diff changeset
64 inkscape:groupmode="layer"
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents:
diff changeset
65 id="layer1">
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents:
diff changeset
66 <path
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents:
diff changeset
67 sodipodi:type="arc"
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents:
diff changeset
68 style="fill:#00d300;fill-opacity:1"
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents:
diff changeset
69 id="path2383"
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents:
diff changeset
70 sodipodi:cx="114.28571"
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents:
diff changeset
71 sodipodi:cy="123.79076"
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents:
diff changeset
72 sodipodi:rx="14.285714"
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents:
diff changeset
73 sodipodi:ry="14.285714"
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents:
diff changeset
74 d="M 128.57143,123.79076 A 14.285714,14.285714 0 1 1 99.999999,123.79076 A 14.285714,14.285714 0 1 1 128.57143,123.79076 z"
376
7d244a85dd68 Change the screen layout to make it more like an usual IDE.
wycc
parents: 339
diff changeset
75 transform="matrix(0.7,0,0,0.7,14.342634,-4.5390011)"
7d244a85dd68 Change the screen layout to make it more like an usual IDE.
wycc
parents: 339
diff changeset
76 inkscape:export-filename="/home/wycc/devel/test/main/MadButterfly/inkscape/firefox/content/active-start.png"
7d244a85dd68 Change the screen layout to make it more like an usual IDE.
wycc
parents: 339
diff changeset
77 inkscape:export-xdpi="86.949997"
7d244a85dd68 Change the screen layout to make it more like an usual IDE.
wycc
parents: 339
diff changeset
78 inkscape:export-ydpi="86.949997" />
274
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents:
diff changeset
79 <rect
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents:
diff changeset
80 style="fill:#00d300;stroke:#00d300;stroke-opacity:1;fill-opacity:1"
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents:
diff changeset
81 id="rect3154"
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents:
diff changeset
82 width="5.8083773"
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents:
diff changeset
83 height="3.5355339"
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents:
diff changeset
84 x="104.04571"
376
7d244a85dd68 Change the screen layout to make it more like an usual IDE.
wycc
parents: 339
diff changeset
85 y="80.090363"
7d244a85dd68 Change the screen layout to make it more like an usual IDE.
wycc
parents: 339
diff changeset
86 inkscape:export-filename="/home/wycc/devel/test/main/MadButterfly/inkscape/firefox/content/active-start.png"
7d244a85dd68 Change the screen layout to make it more like an usual IDE.
wycc
parents: 339
diff changeset
87 inkscape:export-xdpi="86.949997"
7d244a85dd68 Change the screen layout to make it more like an usual IDE.
wycc
parents: 339
diff changeset
88 inkscape:export-ydpi="86.949997" />
274
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents:
diff changeset
89 </g>
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents:
diff changeset
90 </svg>