source: other-projects/nz-flag-design/trunk/svg-editor-ext/advanced-icon.xml@ 29968

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

Extra files for SVG-Editor that give us the customizations we want

  • Property svn:executable set to *
File size: 2.3 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="advanced">
11 <svg width="290" height="290" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg">
12 <!-- Created with SVG-edit - http://svg-edit.googlecode.com/ -->
13 <g>
14 <title>Show/Hide Advanced Features</title>
15 <ellipse ry="138.50001" rx="138.50001" id="svg_1" cy="158.8711" cx="149.06122" stroke-linecap="null" stroke-linejoin="null" stroke-dasharray="null" stroke-width="5" stroke="#000000" fill="#000000"/>
16 <path d="m241.75288,145.3091c15.76646,-18.12448 18.9362,-42.8737 10.35747,-63.67463l-31.65828,36.91841l-31.20456,-6.06812l-10.34077,-30.0617l31.57887,-36.83224c-21.72498,-5.47167 -45.65585,1.12635 -61.35255,19.18442c-16.55795,19.04544 -19.26741,45.40413 -9.02255,66.80138l-82.52099,94.89539c-8.77747,10.08925 -7.711,25.38509 2.37802,34.16252c10.0892,8.77078 25.38839,7.71091 34.16911,-2.3783l82.42503,-94.79622c22.6888,7.30687 48.55409,0.98058 65.19121,-18.15091l0,0z" stroke-linecap="null" stroke-linejoin="null" stroke-dasharray="null" stroke-width="5" stroke="#000000" fill="#ffffff" id="svg_19" transform="rotate(2.24623, 154.207, 155.149)"/>
17 <text font-weight="bold" transform="matrix(4.50803, 0, 0, 4.50803, -159.378, -305.57)" xml:space="preserve" text-anchor="middle" font-family="Serif" font-size="24" id="svg_3" y="97.5864" x="53.23026" stroke-linecap="null" stroke-linejoin="null" stroke-dasharray="null" stroke-width="0" stroke="#000000" fill="#bfbfbf">A</text>
18 <text font-weight="bold" id="svg_5" transform="matrix(4.50803, 0, 0, 4.50803, -159.378, -305.57)" xml:space="preserve" text-anchor="middle" font-family="Serif" font-size="24" y="125.42976" x="81.26555" stroke-linecap="null" stroke-linejoin="null" stroke-dasharray="null" stroke-width="0" stroke="#000000" fill="#bfbfbf">F</text>
19 </g>
20 </svg>
21 </g>
22</svg>
Note: See TracBrowser for help on using the repository browser.