source: other-projects/nz-flag-design/trunk/main-form/svg-edit-local/extensions/kiwiana-icon.xml@ 29959

Last change on this file since 29959 was 29959, checked in by davidb, 9 years ago

Easier to get to shape library for NZ library shapes

File size: 1.8 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="kiwiana">
11<svg xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" version="1.0" width="500" height="400" id="svg2">
12 <defs id="defs5"/>
13 <path d="M 21,373 L 194,373 C 23.932184,373 -42.207346,116.84573 106.01988,45.503798 C 149.05506,24.790918 303.58634,-2.4856847 442.31747,108.73473 C 509.1916,162.34756 476.04152,360.68999 459,373 C 459,373 459,277 459,245 C 459,99.466366 21,206.77046 21,373 z " style="fill:#993400;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path1891"/>
14 <g transform="matrix(1.28125,0,0,1.28125,-74.8438,-24.34375)" id="g2783">
15 <path d="M 460 144 A 16 16 0 1 1 428,144 A 16 16 0 1 1 460 144 z" transform="translate(-41,-13)" style="opacity:1;fill:white;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:12.5;stroke-opacity:1" id="path2779"/>
16 <path d="M 460 144 A 16 16 0 1 1 428,144 A 16 16 0 1 1 460 144 z" transform="matrix(0.5,0,0,0.5,184,67)" style="opacity:1;fill:black;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:12.5;stroke-opacity:1" id="path2781"/>
17 </g>
18</svg>
19 </g>
20</svg>
Note: See TracBrowser for help on using the repository browser.