Minimizing SVG file size [closed]
I am saving map images created in Adobe Illustrator as .svg documents. What are some tips and tricks for making the file size as small as possible? Turn off "Preserve Illustrator Editing Capabilities", which includes an enormous proprietary pseudo-binary blob in your file. GZIP your content (either explicitly, or via your web server settings) when the user agents you intend to view your work support this. SVG is XML, and hence text, and hence quite compressible. Reduce unnecessary numeric precision. (You can do this either with the "Decimal Places" setting when saving from Illustrator, or by