1<?xml version="1.0" encoding="utf-8" standalone="no"?>
2<!-- Created by Gustavo Rezende-->
3<object>
4  <title>Sticky note</title>
5  <svg width="150" height="150" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
6  	viewBox="0 0 300 300">
7    <defs id="defs4">
8      <radialGradient id="pinballshadows" cx="163" cy="11" r="7.5" gradientUnits="userSpaceOnUse">
9        <stop stop-color="#ffffff" stop-opacity="1" offset="0" />
10        <stop stop-color="#ffffff" stop-opacity="0.8" offset="0.2" />
11        <stop stop-color="#ffffff" stop-opacity="0" offset="0.4" />
12        <stop stop-color="#000000" stop-opacity="0.4" offset="1" />
13      </radialGradient>
14      <linearGradient id="pinmetal" x1="156" x2="158" y1="22" y2="24" gradientUnits="userSpaceOnUse">
15        <stop stop-color="#b2b2b2" stop-opacity="1" offset="0" />
16        <stop stop-color="#ffffff" stop-opacity="1" offset="0.25" />
17        <stop stop-color="#000000" stop-opacity="1" offset="0.5" />
18        <stop stop-color="#cccccc" stop-opacity="1" offset="1" />
19      </linearGradient>
20      <linearGradient id="noteshadows" x1="0" x2="300" y1="0" y2="300" gradientUnits="userSpaceOnUse">
21        <stop stop-color="#ffffff" stop-opacity="0" offset="0" />
22        <stop stop-color="#ffffff" stop-opacity="0.7" offset="0.8" />
23        <stop stop-color="#ffffff" stop-opacity="0.3" offset="1" />
24      </linearGradient>
25      <clipPath id="clip" clipPathUnits="userSpaceOnUse">
26        <path d="m 30,40 240,0 c 0,36.5 2,75 0,110 -2,35 -6,68 -9,100 -37,3 -73,7 -110,8 -39,1 -80,0 -120,0 z" />
27      </clipPath>
28    </defs>
29    <path id="shdw" fill="#000000" fill-opacity="0.4" d="M 300,150 150,300 300,300 z" />
30   	<path id="note" fill="#ffcc00" d="m 0,0 300,0 c 0,50 2,100 0,150 -2,48 -7,92 -11,138 -46,4 -90,9 -138,11 -48,2 -100,0 -150,0 z" />
31    <path id="ntshdws" fill="url(#noteshadows)" d="m 3,3 294,0 c 0,47 2,97 0,147 -2,48 -7,90 -11,136 -46,4 -90,9 -138,11 -48,2 -97,0 -144,0 z" />
32    <g id="pin">
33      <path id="shadow" fill="#000000" fill-opacity="0.4" d="m 175,24 c -3,-3 -8,-3 -10,0 -1.2,1.2 -1.9,2.7 -2,4.3 l -12.6,0 0,2 13,0 c 0.2,1.6 1,3 2,4.3 3,3 8,3 11,0 3,-3 3,-8 0,-10 z" />
34      <path id="metal" fill="url(#pinmetal)" d="m 164,14.9 -14.2,14.2 c -0.2,0.2-0.3,0.5 -0.3,0.7 0,0.6 0.4,1 1,1 0.3,0 0.5,-0.1 0.7,-0.3 l 14,-14 z" />
35      <circle id="ball1" cx="164" cy="13.5" r="7.5" fill="#ff0000" />
36      <circle id="ball2" cx="164" cy="13.5" r="7.5" fill="url(#pinballshadows)" />
37    </g>
38    <image id="image" x="25" y="35" width="250" height="230" opacity="1.0" clip-path="url(#clip)" preserveAspectRatio="xmidymid slice" />
39  </svg>
40  <parameters>
41    <parameter>
42      <title>Image</title>
43      <name>href</name>
44      <type>image</type>
45      <element>image</element>
46      <attribute>xlink:href</attribute>
47    </parameter>
48    <parameter>
49      <title>Note</title>
50      <name>note</name>
51      <type>colour</type>
52      <element>note</element>
53      <attribute>fill</attribute>
54    </parameter>
55    <parameter>
56      <title>Pin</title>
57      <name>pin</name>
58      <type>colour</type>
59      <element>ball1</element>
60      <attribute>fill</attribute>
61    </parameter>
62  </parameters>
63</object>