railmapgen / rmp

Design your own rail map by freely dragging stations from different cities and connecting them with 135-degree rounded corners or perpendicular lines!
https://railmapgen.org/?app=rmp
GNU General Public License v3.0
99 stars 20 forks source link

Fix zIndex out of bound in upgrade #834

Closed thekingofcity closed 2 months ago

thekingofcity commented 2 months ago

This should not happen as save before v5 should be in [-5, 5]. But we do see some users have [-10, 10] which will be [-20, 20] after the upgrade and cause an out-of-bound zIndex error.