mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 19:16:41 +07:00
(bugfixes)
This commit is contained in:
parent
3d718b5a2c
commit
b8431abeeb
13 changed files with 1228 additions and 1057 deletions
|
@ -167,7 +167,7 @@ const composeStickerArrow = (ctx, x, y, angle) => {
|
|||
ctx.translate(x, y);
|
||||
ctx.rotate(angle + (Math.PI * 0.75));
|
||||
ctx.translate(-x, -y);
|
||||
ctx.fillStyle = 'red';
|
||||
ctx.fillStyle = '#ff3344';
|
||||
ctx.beginPath();
|
||||
ctx.moveTo(x, y);
|
||||
ctx.lineTo(x + 38, y + 20);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue