lewisje / svgweb

Automatically exported from code.google.com/p/svgweb
Other
0 stars 0 forks source link

Elements with fill set to 'none' should produce mouse events but do not #517

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Elements with fill set to 'none' should produce mouse events but do not.

We currently do not draw the shapes of elements if the fill is set to 'none'. 
Therefore, mouse events are not possible. Native implementations still produce 
the mouse events. We should draw the shapes with zero opacity to get mouse 
events.

Original issue reported on code.google.com by grick23@gmail.com on 15 Jun 2010 at 1:37

GoogleCodeExporter commented 8 years ago
Fixed in r1188.

Original comment by grick23@gmail.com on 15 Jun 2010 at 2:11

GoogleCodeExporter commented 8 years ago
Further improved in r1192.
Issue 517; Improve handling for mouse events and fill set to 'none'.
Support the default setting for pointer-events.

Original comment by grick23@gmail.com on 22 Jun 2010 at 3:12