Re: MouseClick: Limiting polyline area to line only

Doug,
in his sample the intention seems to be to
set fill to none and stroke to something visible.
Because the initial of 'pointer-events' is 
'visiblePainted' a click apart from the stroke
should not cause an event.

Maybe the problem is in the CSS support?
..HMIPolyLine is specific for class 
attributes, to check if this is a problem, 
it can be replaced for testing with
polyline[class~="HMIPolyLine"] 
- maybe this works. If not, it is maybe
an error of the viewer related to the
pointer-events property.

Received on Tuesday, 30 October 2007 10:16:46 UTC