Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2006-10-19 10:48:18 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-10-19 10:48:18 (GMT)
commit8dc17ada19de3bec23b176f7b77c884ab411add4 (patch)
treecd2361c1815768a8c2e2f84af47db6e36ae6a2e8
parentf9acdfb68e8e418853dbc06eefc4fcd13b0f45f4 (diff)
Fix the terminal icon to follow the new format
-rw-r--r--art/icon-theme/scalable/activities/activity-terminal.svg12
1 files changed, 9 insertions, 3 deletions
diff --git a/art/icon-theme/scalable/activities/activity-terminal.svg b/art/icon-theme/scalable/activities/activity-terminal.svg
index 896b3f5..38d361b 100644
--- a/art/icon-theme/scalable/activities/activity-terminal.svg
+++ b/art/icon-theme/scalable/activities/activity-terminal.svg
@@ -1,5 +1,11 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<!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 fill_color "#FFFFFF">
+ <!ENTITY stroke_color "#000000">
+]>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://web.resource.org/cc/"
@@ -45,9 +51,9 @@
<style
type="text/css"
id="style1518">
- .shape-and-fill {fill: green; stroke: red}
- .fill {fill: green; stroke: green;}
- .shape {fill: red; stroke: red;}
+ .shape-and-fill {fill: &fill_color;; stroke: &stroke_color;;}
+ .fill {fill: &fill_color;; stroke: &stroke_color;;}
+ .shape {fill: &fill_color;; stroke: &stroke_color;;}
</style>
</defs>