Have you tried to reduce the file in .svgz?
--- In [email protected], "Peruzzi Alessandro" <[EMAIL PROTECTED]> wrote: > I use Batik for only generate SVGDocument > I have 365 x 1000 rect and other object in my svg. > Dimension of generated code is about 200Mb > > If you don't belive me, for example write this svg code for 365*1000= > 365000 times. > > <rect x='10' y='10' width='100' height= fill ...... ..... . . /> > > add script and so on. > > This file is near 200Mb. > > For out memory exception you must set xms memory in java console. > > Then I use my browser (with Adobe viewer plugin) for view my svg > creation. > > This isn't a geographical data, this is only simply, silly rect > element (similar a JTable 365x1000). > > I'm using svg because JTable crashed if it is big. > > Can you help me for any solution? > Thanks a lot. > Alessandro Peruzzi > > > > > > --- In [email protected], Jorg Heymans <[EMAIL PROTECTED]> wrote: > > > > Peruzzi Alessandro wrote: > > > Hello everybody. > > > > > > Dimension of my file is near to 200Mb, so I cannot send it from a > > > server. > > > > > > > With this size i'm surprized you can even render it in an applet > without > > crashing the browser or getting out of memory exceptions. > > > > Simple advice: reduce the filesize ! What is it that makes your svg > so > > big? Geographical data ? > > > > Alternatively, try switching to Adobe SVG viewer, it is usually a > bit > > more performant than batik for larger datasets. > > > > HTH > > Jorg ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ---- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

