Revamp map page layout and compass while removing GPS demo
This commit is contained in:
7
miniprogram/assets/compass-north-arrow2.svg
Normal file
7
miniprogram/assets/compass-north-arrow2.svg
Normal file
@@ -0,0 +1,7 @@
|
||||
<svg width="200" height="400" viewBox="0 0 100 200" xmlns="http://www.w3.org/2000/svg">
|
||||
<!-- 左半部分:橙色 -->
|
||||
<path d="M50 10 L50 140 L20 190 Z" fill="#FF7F00" stroke="#4A3419" stroke-width="1.5" stroke-linejoin="round"/>
|
||||
|
||||
<!-- 右半部分:浅米色 -->
|
||||
<path d="M50 10 L80 190 L50 140 Z" fill="#FDF5E6" stroke="#4A3419" stroke-width="1.5" stroke-linejoin="round"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 394 B |
Reference in New Issue
Block a user