mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-06-27 11:39:16 +02:00
Make the patterns work with Qt5
This commit is contained in:
@ -1,11 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="28" height="28" version="1.1" viewBox="0 0 28 28">
|
||||
<defs>
|
||||
<pattern id="circles" patternUnits="userSpaceOnUse" width="7" height="7">
|
||||
<circle cx="3" cy="3" r="1.5" stroke="#c9d69c" stroke-width="1" fill="none"/>
|
||||
</pattern>
|
||||
</defs>
|
||||
|
||||
<svg width="7" height="7" version="1.1" viewBox="0 0 7 7">
|
||||
<rect x="0" y="0" width="100%" height="100%" fill="#dee9bc"/>
|
||||
<rect x="0" y="0" width="100%" height="100%" fill="url(#circles)"/>
|
||||
<circle cx="3" cy="3" r="1.5" stroke="#c9d69c" stroke-width="1" fill="none"/>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 429 B After Width: | Height: | Size: 247 B |
Reference in New Issue
Block a user