Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@tomeuvizoso.net>2007-02-07 14:58:27 (GMT)
committer Tomeu Vizoso <tomeu@tomeuvizoso.net>2007-02-07 14:58:27 (GMT)
commit369de3e8410e529adaf3842a595221f993273349 (patch)
tree1db8d83fedb27f4491dc989dd1f373c59bce9ccc
parent1d248aff75c53840ef535e14046f07a9327b6224 (diff)
Added strike and fill entities.
-rw-r--r--.gitignore1
-rw-r--r--art/icon-theme/scalable/stock/stock-add.svg8
-rw-r--r--art/icon-theme/scalable/stock/stock-back.svg6
-rw-r--r--art/icon-theme/scalable/stock/stock-close.svg8
-rw-r--r--art/icon-theme/scalable/stock/stock-continue.svg8
-rw-r--r--art/icon-theme/scalable/stock/stock-forward.svg6
-rw-r--r--art/icon-theme/scalable/stock/stock-share-mesh.svg22
7 files changed, 36 insertions, 23 deletions
diff --git a/.gitignore b/.gitignore
index aa97c84..7f7168a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -31,3 +31,4 @@ art/icon-theme/index.theme
.libs
po/.intltool-merge-cache
stamp-h1
+*~
diff --git a/art/icon-theme/scalable/stock/stock-add.svg b/art/icon-theme/scalable/stock/stock-add.svg
index 0d01b62..f344b11 100644
--- a/art/icon-theme/scalable/stock/stock-add.svg
+++ b/art/icon-theme/scalable/stock/stock-add.svg
@@ -3,10 +3,12 @@
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
<!ENTITY ns_svg "http://www.w3.org/2000/svg">
<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+ <!ENTITY stroke_color "#000000">
+ <!ENTITY fill_color "#AAAAAA">
]>
<svg version="1.1" id="Icon" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="46.119" height="46.121"
viewBox="0 0 46.119 46.121" overflow="visible" enable-background="new 0 0 46.119 46.121" xml:space="preserve">
-<circle fill="none" stroke="#FFFFFF" stroke-width="3.5" cx="23.06" cy="23.061" r="21.311"/>
-<line fill="none" stroke="#FFFFFF" stroke-width="3.5" stroke-linecap="round" x1="22.918" y1="33.82" x2="22.918" y2="12.305"/>
-<line fill="none" stroke="#FFFFFF" stroke-width="3.5" stroke-linecap="round" x1="12.163" y1="23.063" x2="33.676" y2="23.062"/>
+<circle fill="&fill_color;" stroke="&stroke_color;" stroke-width="3.5" cx="23.06" cy="23.061" r="21.311"/>
+<line fill="&fill_color;" stroke="&stroke_color;" stroke-width="3.5" stroke-linecap="round" x1="22.918" y1="33.82" x2="22.918" y2="12.305"/>
+<line fill="&fill_color;" stroke="&stroke_color;" stroke-width="3.5" stroke-linecap="round" x1="12.163" y1="23.063" x2="33.676" y2="23.062"/>
</svg>
diff --git a/art/icon-theme/scalable/stock/stock-back.svg b/art/icon-theme/scalable/stock/stock-back.svg
index f756487..ea1633b 100644
--- a/art/icon-theme/scalable/stock/stock-back.svg
+++ b/art/icon-theme/scalable/stock/stock-back.svg
@@ -3,11 +3,13 @@
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
<!ENTITY ns_svg "http://www.w3.org/2000/svg">
<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+ <!ENTITY stroke_color "#000000">
+ <!ENTITY fill_color "#AAAAAA">
]>
<svg version="1.1" id="Icon" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="46.5" height="46.504" viewBox="0 0 46.5 46.504"
overflow="visible" enable-background="new 0 0 46.5 46.504" xml:space="preserve">
-<path fill="none" stroke="#FFFFFF" stroke-width="3.5" d="M23.252,44.754c-11.875,0-21.502-9.629-21.502-21.5
+<path fill="&fill_color;" stroke="&stroke_color;" stroke-width="3.5" d="M23.252,44.754c-11.875,0-21.502-9.629-21.502-21.5
c0-11.875,9.627-21.504,21.502-21.504S44.75,11.379,44.75,23.254C44.75,35.125,35.127,44.754,23.252,44.754z"/>
-<polyline fill="none" stroke="#FFFFFF" stroke-width="3.5" stroke-linecap="round" points="26.098,32.075 17.939,23.915
+<polyline fill="&fill_color;" stroke="&stroke_color;" stroke-width="3.5" stroke-linecap="round" points="26.098,32.075 17.939,23.915
26.098,15.76 "/>
</svg>
diff --git a/art/icon-theme/scalable/stock/stock-close.svg b/art/icon-theme/scalable/stock/stock-close.svg
index e1e4e05..0354c63 100644
--- a/art/icon-theme/scalable/stock/stock-close.svg
+++ b/art/icon-theme/scalable/stock/stock-close.svg
@@ -3,11 +3,13 @@
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
<!ENTITY ns_svg "http://www.w3.org/2000/svg">
<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+ <!ENTITY stroke_color "#000000">
+ <!ENTITY fill_color "#AAAAAA">
]>
<svg version="1.1" id="Icon" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="46.115" height="46.121"
viewBox="0 0 46.115 46.121" overflow="visible" enable-background="new 0 0 46.115 46.121" xml:space="preserve">
-<path fill="none" stroke="#FFFFFF" stroke-width="3.5" d="M23.059,1.75c11.77,0,21.307,9.543,21.307,21.309
+<path fill="&fill_color;" stroke="&stroke_color;" stroke-width="3.5" d="M23.059,1.75c11.77,0,21.307,9.543,21.307,21.309
c0,11.768-9.537,21.312-21.307,21.312S1.75,34.826,1.75,23.059C1.751,11.293,11.29,1.75,23.059,1.75z"/>
-<line fill="none" stroke="#FFFFFF" stroke-width="3.5" stroke-linecap="round" x1="15.351" y1="30.568" x2="30.564" y2="15.354"/>
-<line fill="none" stroke="#FFFFFF" stroke-width="3.5" stroke-linecap="round" x1="15.351" y1="15.356" x2="30.564" y2="30.568"/>
+<line fill="&fill_color;" stroke="&stroke_color;" stroke-width="3.5" stroke-linecap="round" x1="15.351" y1="30.568" x2="30.564" y2="15.354"/>
+<line fill="&fill_color;" stroke="&stroke_color;" stroke-width="3.5" stroke-linecap="round" x1="15.351" y1="15.356" x2="30.564" y2="30.568"/>
</svg>
diff --git a/art/icon-theme/scalable/stock/stock-continue.svg b/art/icon-theme/scalable/stock/stock-continue.svg
index 3cae16b..3b1bfa4 100644
--- a/art/icon-theme/scalable/stock/stock-continue.svg
+++ b/art/icon-theme/scalable/stock/stock-continue.svg
@@ -3,14 +3,16 @@
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
<!ENTITY ns_svg "http://www.w3.org/2000/svg">
<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+ <!ENTITY stroke_color "#000000">
+ <!ENTITY fill_color "#AAAAAA">
]>
<svg version="1.1" id="Icon" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="46.115" height="46.121"
viewBox="0 0 46.115 46.121" overflow="visible" enable-background="new 0 0 46.115 46.121" xml:space="preserve">
-<path fill="none" stroke="#FFFFFF" stroke-width="3.5" d="M23.059,1.75c11.77,0,21.307,9.543,21.307,21.309
+<path fill="&fill_color;" stroke="&stroke_color;" stroke-width="3.5" d="M23.059,1.75c11.77,0,21.307,9.543,21.307,21.309
c0,11.768-9.537,21.312-21.307,21.312S1.75,34.826,1.75,23.059C1.751,11.293,11.29,1.75,23.059,1.75z"/>
-<path fill="none" stroke="#FFFFFF" stroke-width="3.5" stroke-linecap="round" d="M20.959,33.612
+<path fill="&fill_color;" stroke="&stroke_color;" stroke-width="3.5" stroke-linecap="round" d="M20.959,33.612
c-4.879-0.975-8.555-5.282-8.555-10.446c0-5.885,4.77-10.656,10.653-10.656c5.885,0,10.655,4.771,10.655,10.656
c0,5.074-3.551,9.322-8.305,10.394"/>
-<polyline fill="none" stroke="#FFFFFF" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round" points="18.395,27.196
+<polyline fill="&fill_color;" stroke="&stroke_color;" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round" points="18.395,27.196
20.959,33.612 14.204,35.057 "/>
</svg>
diff --git a/art/icon-theme/scalable/stock/stock-forward.svg b/art/icon-theme/scalable/stock/stock-forward.svg
index 21c92c5..dce10b7 100644
--- a/art/icon-theme/scalable/stock/stock-forward.svg
+++ b/art/icon-theme/scalable/stock/stock-forward.svg
@@ -3,11 +3,13 @@
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
<!ENTITY ns_svg "http://www.w3.org/2000/svg">
<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+ <!ENTITY stroke_color "#000000">
+ <!ENTITY fill_color "#AAAAAA">
]>
<svg version="1.1" id="Icon" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="46.5" height="46.504" viewBox="0 0 46.5 46.504"
overflow="visible" enable-background="new 0 0 46.5 46.504" xml:space="preserve">
-<path fill="none" stroke="#FFFFFF" stroke-width="3.5" d="M23.252,44.754c-11.875,0-21.502-9.629-21.502-21.5
+<path fill="&fill_color;" stroke="&stroke_color;" stroke-width="3.5" d="M23.252,44.754c-11.875,0-21.502-9.629-21.502-21.5
c0-11.875,9.627-21.504,21.502-21.504S44.75,11.379,44.75,23.254C44.75,35.125,35.127,44.754,23.252,44.754z"/>
-<polyline fill="none" stroke="#FFFFFF" stroke-width="3.5" stroke-linecap="round" points="20.328,32.075 28.484,23.915
+<polyline fill="&fill_color;" stroke="&stroke_color;" stroke-width="3.5" stroke-linecap="round" points="20.328,32.075 28.484,23.915
20.328,15.76 "/>
</svg>
diff --git a/art/icon-theme/scalable/stock/stock-share-mesh.svg b/art/icon-theme/scalable/stock/stock-share-mesh.svg
index be91334..2a8bd2f 100644
--- a/art/icon-theme/scalable/stock/stock-share-mesh.svg
+++ b/art/icon-theme/scalable/stock/stock-share-mesh.svg
@@ -2,22 +2,24 @@
<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
<!ENTITY ns_svg "http://www.w3.org/2000/svg">
- <!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+ <!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+ <!ENTITY stroke_color "#000000">
+ <!ENTITY fill_color "#AAAAAA">
]>
<svg version="1.1" id="Icon" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="48.402" height="48.398"
viewBox="0 0 48.402 48.398" overflow="visible" enable-background="new 0 0 48.402 48.398" xml:space="preserve">
-<path fill="none" stroke="#FFFFFF" stroke-width="3.5" d="M46.652,24.199c0,12.398-10.055,22.449-22.453,22.449
+<path fill="&fill_color;" stroke="&stroke_color;" stroke-width="3.5" d="M46.652,24.199c0,12.398-10.055,22.449-22.453,22.449
c-12.396,0-22.449-10.051-22.449-22.449c0-12.4,10.053-22.449,22.449-22.449C36.598,1.75,46.652,11.799,46.652,24.199z"/>
-<circle cx="14.421" cy="14.117" r="3.788"/>
-<path d="M10.15,20.408c2.092,0,3.787,1.695,3.787,3.791c0,2.09-1.695,3.785-3.787,3.785c-2.092,0-3.785-1.695-3.785-3.785
+<circle fill="&stroke_color;" cx="14.421" cy="14.117" r="3.788"/>
+<path fill="&stroke_color;" d="M10.15,20.408c2.092,0,3.787,1.695,3.787,3.791c0,2.09-1.695,3.785-3.787,3.785c-2.092,0-3.785-1.695-3.785-3.785
C6.365,22.103,8.06,20.408,10.15,20.408z"/>
-<path d="M14.113,30.193c2.094,0,3.791,1.693,3.791,3.787c0,2.092-1.697,3.785-3.791,3.785c-2.09,0-3.785-1.693-3.785-3.785
+<path fill="&stroke_color;" d="M14.113,30.193c2.094,0,3.791,1.693,3.791,3.787c0,2.092-1.697,3.785-3.791,3.785c-2.09,0-3.785-1.693-3.785-3.785
C10.328,31.887,12.025,30.193,14.113,30.193z"/>
-<path d="M20.41,38.248c0-2.094,1.693-3.789,3.789-3.789c2.09,0,3.787,1.695,3.787,3.789c0,2.092-1.697,3.785-3.787,3.785
+<path fill="&stroke_color;" d="M20.41,38.248c0-2.094,1.693-3.789,3.789-3.789c2.09,0,3.787,1.695,3.787,3.789c0,2.092-1.697,3.785-3.787,3.785
C22.104,42.033,20.41,40.338,20.41,38.248z"/>
-<circle cx="33.98" cy="34.283" r="3.786"/>
-<path d="M38.252,27.988c-2.092,0-3.789-1.695-3.789-3.787s1.697-3.785,3.791-3.785c2.088,0,3.783,1.693,3.783,3.785
+<circle fill="&stroke_color;" cx="33.98" cy="34.283" r="3.786"/>
+<path fill="&stroke_color;" d="M38.252,27.988c-2.092,0-3.789-1.695-3.789-3.787s1.697-3.785,3.791-3.785c2.088,0,3.783,1.693,3.783,3.785
S40.342,27.988,38.252,27.988z"/>
-<circle cx="34.283" cy="14.419" r="3.786"/>
-<circle cx="24.202" cy="10.15" r="3.787"/>
+<circle fill="&stroke_color;" cx="34.283" cy="14.419" r="3.786"/>
+<circle fill="&stroke_color;" cx="24.202" cy="10.15" r="3.787"/>
</svg>