Convert SVG code created by AI to another image type (JPG, GIF, PNG, etc.)
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,type, choose All Files. - Set Encoding as UTF-
8.8 then click Save.
