Convert SVG code created by AI to a PNG
These instructions assume that you have already had AI create the SVG code for an image.
- In Microsoft Notepad, begin a new document.
- Paste the SVG code into the new, empty document. It should begin with <svg> and end with </svg>.
- File -> Save As
- Give the file a name with .svg at the end. Example: room_drawing.svg
- Under Save as type, choose All Files.
- Set Encoding as UTF-8.