Re: Groups with non-zero intersections

Hi Jason,

> The problem is how to highlight routes on a road network, given that
> multiple routes may have zero or more roads in common.

SVG does not allow an element to belong to disjoint groups.  You will have
to solve this one by manipulating your document's DOM.

I have attached an example that demonstrates what you might need to do.
Feel free to contact me if you need further assistance.

Take care,
Kevin

Received on Sunday, 28 October 2001 10:26:23 UTC