mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-26 03:26:41 +07:00
render: poly drawing
This commit is contained in:
parent
6ed0361acf
commit
fb087c67ac
7 changed files with 76 additions and 13 deletions
|
@ -9,7 +9,7 @@ export const Fills = () => (
|
|||
<stop offset="100%" stopColor="#7137c8" />
|
||||
</linearGradient>
|
||||
|
||||
<linearGradient id="activePathGradient" x1="-20%" x2="50%" y1="0%" y2="140%">
|
||||
<linearGradient id="activePathGradient" x1="0%" x2="0%" y1="0%" y2="100%">
|
||||
<stop offset="0%" stopColor="#ff7700" />
|
||||
<stop offset="100%" stopColor="#ff3344" />
|
||||
</linearGradient>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue