mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-06-27 11:39:16 +02:00
Replaced the Mapsforge default theme with our own theme
This commit is contained in:
11
icons/map/patterns/vineyard.svg
Normal file
11
icons/map/patterns/vineyard.svg
Normal file
@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="28" height="32" version="1.1" viewBox="0 0 28 32">
|
||||
<defs>
|
||||
<pattern id="circles" patternUnits="userSpaceOnUse" width="7" height="8">
|
||||
<path d="M 3,2 L 3,6" stroke="#c9d69c" stroke-width="1"/>
|
||||
</pattern>
|
||||
</defs>
|
||||
|
||||
<rect x="0" y="0" width="100%" height="100%" fill="#dee9bc"/>
|
||||
<rect x="0" y="0" width="100%" height="100%" fill="url(#circles)"/>
|
||||
</svg>
|
After Width: | Height: | Size: 409 B |
Reference in New Issue
Block a user