Arrow keys to pan the map. Slider to zoom. To import your own map: - Draw a map in the vector editor using only straight lines and no closed paths (SVG drawn in other tools might not work). - Export the SVG costume, open it in a text editor and copy everything to the clipboard. - Click the green flag and, when prompted, paste the SVG to the project. - Line coordinates, stroke color & stroke-width is saved to the list Lines, which can easily be used in other projects. All code by me (@kriblo). I didn't see the point in making the parsing of the SVG in this project very robust. Consequently, it will only work with SVG created in Scratch using only straight open lines. Lines can be multi-segmented, but not closed. The Cohen–Sutherland Algorithm is used for line clipping. More about that here: https://scratch.mit.edu/projects/573209280/ My previously shared "SVG path data to Scratch Pen" (including curves): https://scratch.mit.edu/projects/421555162/