MRchildNEO / svgweb

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

Round coordinates in mouse event #591

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
While working on getting the GEMi project working with SVG Web, I noticed that 
GEMi depends on the mouse coordinates being rounded in its event handlers. 

Our behavior is probably legal, but other browsers have rounded the coordinates 
in native SVG mode, so the proposal is to mirror that behavior.

Original issue reported on code.google.com by grick23@gmail.com on 21 Dec 2010 at 11:19

GoogleCodeExporter commented 8 years ago
Fixed in r1280.

Original comment by grick23@gmail.com on 22 Dec 2010 at 1:05