[webkit-dev] Signing up to help with some SVG bugs

2010-01-28 Thread Mark Wyszomierski
Hi, I am experiencing a bug with the SVG module, I believe defined by the following two bug entries: https://bugs.webkit.org/show_bug.cgi?id=34301 https://bugs.webkit.org/show_bug.cgi?id=17043 The problem I'm having is that creating an animateMotion element in javascript will never get

[webkit-dev] hit testing?

2008-11-27 Thread Mark Wyszomierski
Hi, I'm wondering if webkit exposes any method to do a virtual hit testing via javascript. I'm looking to use some method like: function hittest(int x, int y) { for (all nodes in DOM) { return top-most node that gets intersected; } return null; }