This project takes SVG exported from the Scratch Vector Editor, parses it and draws it in 3D using the Scratch Pen extension. See my original (2D) project for details. The 3D code in this remix is just added to the final step of drawing the 2D data from the SVG. Not very sophisticated, and may require some modifications of the code, depending on your SVG and application. Draw some vector art and export it from the Scratch Editor. Open the SVG file in a text editor. Copy all the text in the SVG file into the clipboard. Press S in this project, then paste your SVG when asked. For more information on this concept, visit the topic in the forum: https://scratch.mit.edu/discuss/topic/436554/ All code by me (@kriblo).