Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/icons
diff options
context:
space:
mode:
authorAlexandre Antonino Gonçalves Martinazzo <alexandremartinazzo@gmail.com>2007-12-21 20:55:02 (GMT)
committer Alexandre Antonino Gonçalves Martinazzo <alexandremartinazzo@gmail.com>2007-12-21 20:55:02 (GMT)
commit88eab3b5f7dd76267028d8e6ee3b57c2eadc7c3d (patch)
treeb47e6c089e22e621dc4d7010d90bff38c8d1c72e /icons
parent527ece98d9f7dd9680801e8fdecd7961654e97b5 (diff)
Bug #4806 solved: icons missing (Clear and Rainbow)
Diffstat (limited to 'icons')
-rw-r--r--icons/edit-clear.svg6
-rw-r--r--icons/effect-rainbow.svg28
2 files changed, 34 insertions, 0 deletions
diff --git a/icons/edit-clear.svg b/icons/edit-clear.svg
new file mode 100644
index 0000000..bf2a7ac
--- /dev/null
+++ b/icons/edit-clear.svg
@@ -0,0 +1,6 @@
+<?xml version="1.0" ?><!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd' [
+ <!ENTITY stroke_color "#010101">
+ <!ENTITY fill_color "#FFFFFF">
+]><svg enable-background="new 0 0 55 55" height="55px" version="1.1" viewBox="0 0 55 55" width="55px" x="0px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" y="0px"><g display="block" id="edit-clear">
+ <path d="M5,10.033v34.934h45V10.033H5z M37.575,35.1c0.684,0.683,0.684,1.793,0,2.476 c-0.341,0.342-0.789,0.513-1.237,0.513s-0.896-0.171-1.238-0.513l-7.601-7.602l-7.602,7.602c-0.342,0.342-0.79,0.513-1.237,0.513 s-0.895-0.171-1.237-0.513c-0.684-0.683-0.684-1.793,0-2.476l7.601-7.601l-7.601-7.602c-0.684-0.684-0.684-1.791,0-2.474 c0.683-0.684,1.791-0.684,2.474,0l7.602,7.601l7.601-7.601c0.683-0.684,1.793-0.684,2.476,0c0.684,0.683,0.684,1.791,0,2.474 l-7.602,7.602L37.575,35.1z" fill="&fill_color;"/>
+</g></svg> \ No newline at end of file
diff --git a/icons/effect-rainbow.svg b/icons/effect-rainbow.svg
new file mode 100644
index 0000000..110a529
--- /dev/null
+++ b/icons/effect-rainbow.svg
@@ -0,0 +1,28 @@
+<?xml version="1.0" ?><!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd' [
+ <!ENTITY stroke_color "#010101">
+ <!ENTITY fill_color "#FFFFFF">
+]><svg enable-background="new 0 0 55 55" height="55px" version="1.1" viewBox="0 0 55 55" width="55px" x="0px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" y="0px"><g display="block" id="effect-rainbow">
+
+ <linearGradient gradientTransform="matrix(-4.371139e-08 1 -1 -4.371139e-08 55 -4.882812e-04)" gradientUnits="userSpaceOnUse" id="SVGID_1_" x1="8.4995" x2="46.5" y1="27.5" y2="27.5">
+ <stop offset="0" style="stop-color:#FF0000"/>
+ <stop offset="0.0044" style="stop-color:#FF0500"/>
+ <stop offset="0.0489" style="stop-color:#FF3000"/>
+ <stop offset="0.092" style="stop-color:#FF5200"/>
+ <stop offset="0.1326" style="stop-color:#FF6B00"/>
+ <stop offset="0.1699" style="stop-color:#FF7A00"/>
+ <stop offset="0.2006" style="stop-color:#FF7F00"/>
+ <stop offset="0.2506" style="stop-color:#FF9200"/>
+ <stop offset="0.3497" style="stop-color:#FFB300"/>
+ <stop offset="0.4042" style="stop-color:#FFBF00"/>
+ <stop offset="0.4385" style="stop-color:#E3CA03"/>
+ <stop offset="0.5423" style="stop-color:#93EB0C"/>
+ <stop offset="0.5898" style="stop-color:#73F80F"/>
+ <stop offset="0.6159" style="stop-color:#6AF11D"/>
+ <stop offset="0.6649" style="stop-color:#54E041"/>
+ <stop offset="0.7315" style="stop-color:#2FC47B"/>
+ <stop offset="0.8084" style="stop-color:#00A0C6"/>
+ <stop offset="0.8916" style="stop-color:#1C64CB"/>
+ <stop offset="1" style="stop-color:#4210D2"/>
+ </linearGradient>
+ <rect fill="url(#SVGID_1_)" height="38" stroke="&fill_color;" stroke-width="3.5" width="38" x="8.5" y="8.5"/>
+</g></svg> \ No newline at end of file