mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-18 18:11:24 +01:00
style(burgs): some presets change, new icons
This commit is contained in:
parent
d6335b034b
commit
e80c98aea3
6 changed files with 320 additions and 206 deletions
17
index.html
17
index.html
|
|
@ -1065,10 +1065,12 @@
|
|||
<option value="#icon-circle">Circle</option>
|
||||
<option value="#icon-square">Square</option>
|
||||
<option value="#icon-triangle">Triangle</option>
|
||||
<option value="#icon-cross">Cross</option>
|
||||
<option value="#icon-star">Star</option>
|
||||
<option value="#icon-circled">Circled</option>
|
||||
<option value="#icon-squared">Squared</option>
|
||||
<option value="#icon-star-circled">Star circled</option>
|
||||
<option value="#icon-star-circled-empty">Star circled empty</option>
|
||||
<option value="#icon-star-squared">Star squared</option>
|
||||
<option value="#icon-watabou-capital">Watabou capital</option>
|
||||
<option value="#icon-watabou-city">Watabou city</option>
|
||||
|
|
@ -7849,25 +7851,36 @@
|
|||
<polygon points="0,-50 50,50 -50,50" />
|
||||
</symbol>
|
||||
|
||||
<symbol id="icon-cross" viewBox="0 0 100 100" width="1em" height="1em" overflow="visible">
|
||||
<polygon points="-15,-50 15,-50 15,-15 50,-15 50,15 15,15 15,50 -15,50 -15,15 -50,15 -50,-15 -15,-15" />
|
||||
</symbol>
|
||||
|
||||
<symbol id="icon-star" viewBox="0 0 100 100" width="1em" height="1em" overflow="visible">
|
||||
<polygon points="0,-50 15,-15 50,-15 20,15 30,50 0,30 -30,50 -20,15 -50,-15 -15,-15" />
|
||||
</symbol>
|
||||
|
||||
<symbol id="icon-circled" viewBox="0 0 100 100" width="1em" height="1em" overflow="visible">
|
||||
<circle cx="0" cy="0" r="50" />
|
||||
<circle cx="0" cy="0" r="1" stroke-width="60"></circle>
|
||||
<circle cx="0" cy="0" r="10" stroke-width="44"></circle>
|
||||
</symbol>
|
||||
|
||||
<symbol id="icon-squared" viewBox="0 0 100 100" width="1em" height="1em" overflow="visible">
|
||||
<rect x="-50" y="-50" width="100" height="100" />
|
||||
<rect x="0" y="0" width="1" height="1" stroke-width="60"></rect>
|
||||
<rect x="-10" y="-10" width="20" height="20" stroke-width="45"></rect>
|
||||
</symbol>
|
||||
|
||||
<symbol id="icon-star-circled" viewBox="0 0 100 100" width="1em" height="1em" overflow="visible">
|
||||
<circle cx="0" cy="0" r="50" />
|
||||
<polygon points="0,-50 15,-15 50,-15 20,15 30,50 0,30 -30,50 -20,15 -50,-15 -15,-15" transform="scale(0.38 0.38)" stroke-width="50"></polygon>
|
||||
</symbol>
|
||||
|
||||
<symbol id="icon-star-circled-empty" viewBox="0 0 100 100" width="1em" height="1em" overflow="visible">
|
||||
<circle cx="0" cy="0" r="50" />
|
||||
<polygon points="0,-50 15,-15 50,-15 20,15 30,50 0,30 -30,50 -20,15 -50,-15 -15,-15" transform="scale(0.78 0.78)" />
|
||||
</symbol>
|
||||
|
||||
<polygon points="0,-50 15,-15 50,-15 20,15 30,50 0,30 -30,50 -20,15 -50,-15 -15,-15" transform="scale(0.38 0.38)" stroke-width="50"></polygon>
|
||||
|
||||
<symbol id="icon-star-squared" viewBox="0 0 100 100" width="1em" height="1em" overflow="visible">
|
||||
<rect x="-50" y="-50" width="100" height="100" />
|
||||
<polygon points="0,-50 15,-15 50,-15 20,15 30,50 0,30 -30,50 -20,15 -50,-15 -15,-15" transform="scale(0.78 0.78)" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue