annotate nodejs/desktop.svg @ 776:77b561bb7929

Implement new algorithm to calculate the origin of the SVG elemnts so that we can implement object resize without changing the position of the object. However, the image does not work here since it does not use the transformation of the group.
author wycc
date Mon, 30 Aug 2010 08:56:44 +0800
parents d11b0900f03c
children 72b5bb88979f
rev   line source
752
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
2 <!-- Created with Inkscape (http://www.inkscape.org/) -->
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
3
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
4 <svg
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
5 xmlns:dc="http://purl.org/dc/elements/1.1/"
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
6 xmlns:cc="http://creativecommons.org/ns#"
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
8 xmlns:svg="http://www.w3.org/2000/svg"
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
9 xmlns="http://www.w3.org/2000/svg"
776
77b561bb7929 Implement new algorithm to calculate the origin of the SVG elemnts so that we can implement object resize without changing the position of the object.
wycc
parents: 758
diff changeset
10 xmlns:xlink="http://www.w3.org/1999/xlink"
752
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
11 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
12 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
13 width="744.09448"
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
14 height="480"
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
15 id="svg2"
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
16 version="1.1"
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
17 inkscape:version="0.47+devel r9312"
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
18 sodipodi:docname="desktop.svg">
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
19 <defs
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
20 id="defs4" />
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
21 <sodipodi:namedview
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
22 id="base"
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
23 pagecolor="#ffffff"
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
24 bordercolor="#666666"
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
25 borderopacity="1.0"
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
26 inkscape:pageopacity="0.0"
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
27 inkscape:pageshadow="2"
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
28 inkscape:zoom="0.98994949"
758
d11b0900f03c Check in the dynamic menu example. Currently, it illustarte a bug in the renderer.
wycc
parents: 752
diff changeset
29 inkscape:cx="207.31468"
752
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
30 inkscape:cy="177.14286"
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
31 inkscape:document-units="px"
758
d11b0900f03c Check in the dynamic menu example. Currently, it illustarte a bug in the renderer.
wycc
parents: 752
diff changeset
32 inkscape:current-layer="g2917"
752
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
33 showgrid="false"
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
34 inkscape:window-width="1920"
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
35 inkscape:window-height="1006"
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
36 inkscape:window-x="0"
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
37 inkscape:window-y="25"
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
38 inkscape:window-maximized="1" />
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
39 <metadata
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
40 id="metadata7">
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
41 <rdf:RDF>
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
42 <cc:Work
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
43 rdf:about="">
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
44 <dc:format>image/svg+xml</dc:format>
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
45 <dc:type
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
46 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
758
d11b0900f03c Check in the dynamic menu example. Currently, it illustarte a bug in the renderer.
wycc
parents: 752
diff changeset
47 <dc:title />
752
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
48 </cc:Work>
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
49 </rdf:RDF>
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
50 </metadata>
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
51 <g
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
52 inkscape:label="Layer 1"
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
53 inkscape:groupmode="layer"
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
54 id="layer1"
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
55 transform="translate(0,-572.36218)">
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
56 <g
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
57 id="g2917"
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
58 transform="translate(106.06602,-7.0710678)"
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
59 mbname="video">
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
60 <rect
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
61 transform="translate(0,572.36218)"
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
62 y="238.57355"
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
63 x="63.63961"
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
64 height="74.751289"
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
65 width="83.842659"
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
66 id="rect2915"
776
77b561bb7929 Implement new algorithm to calculate the origin of the SVG elemnts so that we can implement object resize without changing the position of the object.
wycc
parents: 758
diff changeset
67 style="fill:#0000ff;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:none" />
77b561bb7929 Implement new algorithm to calculate the origin of the SVG elemnts so that we can implement object resize without changing the position of the object.
wycc
parents: 758
diff changeset
68 <image
77b561bb7929 Implement new algorithm to calculate the origin of the SVG elemnts so that we can implement object resize without changing the position of the object.
wycc
parents: 758
diff changeset
69 y="805.51184"
77b561bb7929 Implement new algorithm to calculate the origin of the SVG elemnts so that we can implement object resize without changing the position of the object.
wycc
parents: 758
diff changeset
70 x="53.165012"
77b561bb7929 Implement new algorithm to calculate the origin of the SVG elemnts so that we can implement object resize without changing the position of the object.
wycc
parents: 758
diff changeset
71 id="image2983"
77b561bb7929 Implement new algorithm to calculate the origin of the SVG elemnts so that we can implement object resize without changing the position of the object.
wycc
parents: 758
diff changeset
72 xlink:href="file:video.png"
77b561bb7929 Implement new algorithm to calculate the origin of the SVG elemnts so that we can implement object resize without changing the position of the object.
wycc
parents: 758
diff changeset
73 height="84.588799"
77b561bb7929 Implement new algorithm to calculate the origin of the SVG elemnts so that we can implement object resize without changing the position of the object.
wycc
parents: 758
diff changeset
74 width="85.598946" />
752
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
75 </g>
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
76 <g
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
77 id="g2917-8"
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
78 transform="translate(194.45437,-7.071074)"
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
79 mbname="audio">
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
80 <rect
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
81 transform="translate(0,572.36218)"
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
82 y="238.57355"
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
83 x="63.63961"
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
84 height="74.751289"
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
85 width="83.842659"
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
86 id="rect2915-9"
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
87 style="fill:#0000ff;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
88 </g>
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
89 <g
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
90 id="g2917-88"
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
91 transform="translate(282.59017,-7.0710688)"
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
92 mbname="picture">
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
93 <rect
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
94 transform="translate(0,572.36218)"
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
95 y="238.57355"
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
96 x="63.63961"
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
97 height="74.751289"
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
98 width="83.842659"
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
99 id="rect2915-8"
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
100 style="fill:#0000ff;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
101 </g>
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
102 <g
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
103 id="g2917-8-6"
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
104 transform="translate(370.97852,-7.0710788)"
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
105 mbname="setting">
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
106 <rect
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
107 transform="translate(0,572.36218)"
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
108 y="238.57355"
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
109 x="63.63961"
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
110 height="74.751289"
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
111 width="83.842659"
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
112 id="rect2915-9-8"
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
113 style="fill:#0000ff;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
114 </g>
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
115 </g>
ffbf9910213c Add testdesktop,js example.
wycc
parents:
diff changeset
116 </svg>