Re: Groups with non-zero intersections

> > You will have
> > to solve this one by manipulating your document's DOM.
>
> Agreed; in this case, the CSS object model to alter the styling. Adding
> a rule to the runtime stylesheet that makes all elements in a particular
> set have a defined style is the easiest way to achieve this.

Yes, styling classes can be used to alter the line color, but the drawing
order needs to be altered too.  Lines that come later in the drawing order
that are not in the currently displayed set may partially overlap the
currently displayed set.  Since SVG styling does not use z-order, you have
to resort to re-arranging elements in the DOM.

Kevin

Received on Sunday, 28 October 2001 15:56:30 UTC