summaryrefslogtreecommitdiff
path: root/template.svg
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2011-07-01 01:26:27 +0200
committerJavier S. Pedro <maemo@javispedro.com>2011-07-01 01:26:27 +0200
commit2ec3f28f98391ee3a1844dd5999053e1e3976d40 (patch)
treed4d7d519dfe55311704afcbfe52f82381db34eeb /template.svg
parent6bd49ac82a9606ec394c52b1a8f583915c9bd8b5 (diff)
downloadhicg-2ec3f28f98391ee3a1844dd5999053e1e3976d40.tar.gz
hicg-2ec3f28f98391ee3a1844dd5999053e1e3976d40.zip
switching to rsvg, add drop shadows
Diffstat (limited to 'template.svg')
-rw-r--r--template.svg26
1 files changed, 19 insertions, 7 deletions
diff --git a/template.svg b/template.svg
index a9f3ebc..5bef241 100644
--- a/template.svg
+++ b/template.svg
@@ -1,12 +1,24 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg xmlns="http://www.w3.org/2000/svg" height="80" width="80" version="1.1">
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="80" width="80">
<defs>
- <linearGradient id="hicg_back_gradient" x1="40" y1="0" x2="40" y2="80" gradientUnits="userSpaceOnUse" gradientTransform="translate(0 972.8)" >
- <stop id="hicg_back_grad_stop1" stop-color="#00a700" offset="0"/>
- <stop id="hicg_back_grad_stop2" stop-color="#004100" offset="1"/>
+ <linearGradient id="hicg_overlay_grad" gradientUnits="userSpaceOnUse" x1="39.9995" y1="5.1816" x2="39.9995" y2="58.8019">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="1" style="stop-color:#000000"/>
</linearGradient>
+ <filter id="hicg_drop_shadow">
+ <feOffset in="SourceGraphic" dx="0" dy="2" />
+ <feGaussianBlur stdDeviation="5" />
+ <feColorMatrix type="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.5 0" result="shadow" />
+ <feBlend in="SourceGraphic" in2="shadow" mode="normal" />
+ </filter>
</defs>
- <g transform="translate(0 -972.36)">
- <path fill="url(#hicg_back_gradient)" d="m39.875 973.3c39.875-0.45834 37.75 21.833 39 39.125-1.0833 19.375 0.83333 39.375-38.875 39-39.083 0.4167-38.042-18.667-38.875-38.5 1.2917-18.583-0.91667-40.167 38.75-39.625z"/>
+ <g>
+ <path id="hicg_background" fill="#E8631F" d="M79,40c0,28.893-10.105,39-39,39S1,68.893,1,40C1,11.106,11.105,1,40,1S79,11.106,79,40z" />
+ <path id="hicg_highlight" fill="#fff" opacity="0.25" d="M39.999,1C11.105,1,1,11.106,1,40c0,28.893,10.105,39,38.999,39
+ C68.896,79,79,68.893,79,40C79,11.106,68.896,1,39.999,1z M39.999,78.025C11.57,78.025,1.976,68.43,1.976,40
+ c0-28.429,9.595-38.024,38.023-38.024c28.43,0,38.024,9.596,38.024,38.024C78.023,68.43,68.429,78.025,39.999,78.025z" />
+ <path id="hicg_overlay" opacity="0.4" fill="url(#hicg_overlay_grad)" d="M78.977,40c0,28.893-10.1,39-38.977,39S1.023,68.893,1.023,40c0-28.894,10.1-39,38.977-39S78.977,11.106,78.977,40z"/>
</g>
</svg>
+
+