Re: dealing with very big (upto 1Gb) svg file

codedread <[email protected]> Sun, 14 Feb 2010 15:45:05 -0800 (PST)
Newsgroups gmane.comp.mozilla.devel.svg
Organization http://groups.google.com
Message-ID <[email protected]>
On Feb 14, 2:27 pm, meemsheen <[email protected]> wrote:
>
> Your suggestion of using Path and subpaths looks interesting, that it will
> cut down the load,
> but can I use different fill colors for subpaths? (i.e red color to values
> from 0.50 to green color for values upto 0.99)
>

No, subpaths are all painted with the same paint of the path element.
However, if you take some time to sort things into the same colors,
then you could group all same-colors into one path.

Jeff