Use gradient for user-location hack circle

This commit is contained in:
fkloft
2013-12-11 19:26:07 +01:00
parent fe0c408fd5
commit 5c30743531
2 changed files with 11 additions and 2 deletions

View File

@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg">
<radialGradient id="user-location-gradient">
<stop style="stop-color: #ffa500; stop-opacity: 0; " offset="0.875" />
<stop style="stop-color: #ffa500; stop-opacity: 1; " offset="1" />
</radialGradient>
</svg>

After

Width:  |  Height:  |  Size: 294 B