Re: how to load a large svg file

Christian White <[email protected]> Thu, 20 Nov 2014 13:25:29 -0800 (PST)
Newsgroups gmane.comp.mozilla.devel.svg
Message-ID <[email protected]>
On Monday, May 19, 2014 6:10:42 AM UTC-4, [email protected] wrote:
> I convert a dwg file to svg,
> the svg file is 80M big,so it is too slow to show in a brower
> 
> My question is how to fast the load speed,
> and fulfill the function of zoom in and out
> 
> Thanks very much

Try cutting it down in InkScape, simplify paths, save as optimized, etc. Once you get it down in size, try http://www.scriptcompress.com/SVG-minifier.htm (have to paste source code in box, open your file in notepage, copy and paste).