diff options
author | xengineering <me@xengineering.eu> | 2024-11-24 11:48:49 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2024-11-24 11:48:49 +0100 |
commit | 25105b2123963ba5c272ddc911b32a0a2b011cc9 (patch) | |
tree | 0a3aaa03d7df51d964af01ee4baccd0b0fae3cc6 /icons | |
parent | 9e29513f2610436f803db3c93728989793369009 (diff) | |
download | graphics-inkscape-25105b2123963ba5c272ddc911b32a0a2b011cc9.tar graphics-inkscape-25105b2123963ba5c272ddc911b32a0a2b011cc9.tar.zst graphics-inkscape-25105b2123963ba5c272ddc911b32a0a2b011cc9.zip |
icons: Add example.svg
This is just a minimal starting point especially targeted at writing a
build system for this project.
Diffstat (limited to 'icons')
-rw-r--r-- | icons/example.svg | 113 |
1 files changed, 113 insertions, 0 deletions
diff --git a/icons/example.svg b/icons/example.svg new file mode 100644 index 0000000..08eaefb --- /dev/null +++ b/icons/example.svg @@ -0,0 +1,113 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + width="512" + height="512" + viewBox="0 0 512 512" + version="1.1" + id="svg1" + inkscape:version="1.4 (e7c3feb100, 2024-10-09)" + sodipodi:docname="icon1.svg" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg"> + <sodipodi:namedview + id="namedview1" + pagecolor="#ffffff" + bordercolor="#000000" + borderopacity="0.25" + inkscape:showpageshadow="2" + inkscape:pageopacity="0.0" + inkscape:pagecheckerboard="0" + inkscape:deskcolor="#d1d1d1" + inkscape:document-units="px" + inkscape:zoom="0.70710678" + inkscape:cx="309.71277" + inkscape:cy="212.83914" + inkscape:window-width="1916" + inkscape:window-height="1028" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:window-maximized="0" + inkscape:current-layer="layer1" + showborder="true" + showguides="true" /> + <defs + id="defs1"> + <linearGradient + id="linearGradient6" + inkscape:collect="always"> + <stop + style="stop-color:#ffffff;stop-opacity:0.93308288;" + offset="0" + id="stop6" /> + <stop + style="stop-color:#d4d4d4;stop-opacity:0.55428302;" + offset="1" + id="stop7" /> + </linearGradient> + <linearGradient + id="linearGradient4" + inkscape:collect="always"> + <stop + style="stop-color:#00a344;stop-opacity:0.34659189;" + offset="0" + id="stop5" /> + <stop + style="stop-color:#008739;stop-opacity:0.88051343;" + offset="1" + id="stop4" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4" + id="linearGradient5" + x1="74.980667" + y1="74.980667" + x2="437.01935" + y2="437.01935" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient6" + id="linearGradient7" + x1="-350.9502" + y1="118.79351" + x2="-177.578" + y2="45.716824" + gradientUnits="userSpaceOnUse" /> + </defs> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <rect + style="fill:url(#linearGradient5);fill-opacity:1;stroke-width:0" + id="rect2" + width="512" + height="512" + x="0" + y="0" /> + <path + sodipodi:type="star" + style="fill:url(#linearGradient7);stroke-width:0" + id="path5" + inkscape:flatsided="false" + sodipodi:sides="5" + sodipodi:cx="-286" + sodipodi:cy="82" + sodipodi:r1="143.40501" + sodipodi:r2="55.927956" + sodipodi:arg1="0.91892721" + sodipodi:arg2="1.5472457" + inkscape:rounded="0" + inkscape:randomized="0" + d="m -199,195.99999 -85.68298,-58.08754 -82.85298,62.0574 28.76704,-99.4394 -84.62307,-59.621068 103.46199,-3.369379 30.55304,-98.905251 35.17598,97.357006 103.50589,-1.505736 -81.72203,63.539317 z" + inkscape:transform-center-x="-0.11275037" + inkscape:transform-center-y="-18.671062" + transform="matrix(0.39048375,1.3145142,-1.3145142,0.39048375,475.3863,613.54715)" /> + </g> +</svg> |