flags/fi.svg@2637134bc37c
flags/fi.svg
Fri, 01 Jul 2022 16:46:43 +0300
- author
- Teemu Piippo <teemu.s.piippo@gmail.com>
- date
- Fri, 01 Jul 2022 16:46:43 +0300
- changeset 312
- 2637134bc37c
- parent 6
-
73e448b2943d
- permissions
- -rw-r--r--
Fix right click to delete not really working properly
Instead of removing the point that had been added, it would remove
the point that is being drawn, which would cause it to overwrite the
previous point using the new point, causing a bit of a delay
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" width="1800" height="1100">
<rect width="1800" height="1100" fill="#fff"/>
<rect width="1800" height="300" y="400" fill="#003580"/>
<rect width="300" height="1100" x="500" fill="#003580"/>
</svg>