source: other-projects/nz-flag-design/trunk/design-2d/Original editor.method.ac/method-draw/extensions/helloworld-icon.xml@ 29468

Last change on this file since 29468 was 29468, checked in by sjs49, 9 years ago

Initial commit for editor.method.ac for flag design

  • Property svn:executable set to *
File size: 1.1 KB
Line 
1<svg xmlns="http://www.w3.org/2000/svg">
2<!--
3 Sample icons file. This file looks like an SVG file with groups as its
4 children. Each group element has an ID that must match the ID of the button given
5 in the extension. The SVG inside the group makes up the actual icon, and
6 needs use a viewBox instead of width/height for it to scale properly.
7
8 Multiple icons can be included, each within their own group.
9-->
10 <g id="hello_world">
11 <svg width="102" height="102" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
12 <!-- Created with SVG-edit - http://svg-edit.googlecode.com/ -->
13 <g>
14 <title>Layer 1</title>
15 <rect ry="30" rx="30" x="2.5" y="2.5" width="97" height="97" id="svg_3" fill="#008000" stroke="#000000" stroke-width="5"/>
16 <text x="52.668" y="42.5" id="svg_1" fill="#ffffff" stroke="#000000" stroke-width="0" font-size="24" font-family="Monospace" text-anchor="middle" xml:space="preserve">Hello</text>
17 <text x="52.668" y="71.5" fill="#ffffff" stroke="#000000" stroke-width="0" font-size="24" font-family="Monospace" text-anchor="middle" xml:space="preserve" id="svg_2">World!</text>
18 </g>
19 </svg>
20 </g>
21</svg>
Note: See TracBrowser for help on using the repository browser.