Re: Groups with non-zero intersections

Jason Foster wrote:


> I though about specifying the route using a class, eg.
> 
> <line id="road1" class="route1 route2 ... " .../>


Class attr seems to be the appropriate solution.

However I would do it like

<path id="road1" class="class1 class2 class3" ... />

or

<g id="road1" class="class1 class2 class3" ... />
   <path ... />
   <path ... />
   ...
</g>



Tobi



-- 
Tobias Reif
http://www.pinkjuice.com/myDigitalProfile.xhtml

go_to('www.ruby-lang.org').get(ruby).play.create.have_fun
http://www.pinkjuice.com/ruby/

Received on Sunday, 28 October 2001 07:56:41 UTC