Use gradient for user-location hack circle
This commit is contained in:
6
mobile/plugins/user-location.svg
Normal file
6
mobile/plugins/user-location.svg
Normal 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 |
Reference in New Issue
Block a user