[Webkit-unassigned] [Bug 11726] SVG Image do not take into account clip/overflow when hit testing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 13 14:20:22 PST 2006


http://bugs.webkit.org/show_bug.cgi?id=11726





------- Comment #6 from rwlbuis at gmail.com  2006-12-13 14:20 PDT -------
Hi Oliver,

(In reply to comment #5)
> (From update of attachment 11832 [edit])
> RenderSVGContainer::nodeAtPoint you're still doing a check to ensure only svg
> elements get transforms applied, but to my knowledge <g> and <use> can both
> have transforms which you need to honour.

Hmm, that is true. But note that this particular bug is about clip/overflow,
something which <g> can't have. <use> doesnt really "exist" right now, it just
creates a RenderSVGContainer or RenderSVGImage IIRC. So IMHO it may be
worthwhile to (a) check whether there is a problem hit detecting a transformed
<g> and contents and (b) if so, create a new bugreport for that, What do you
think?
Cheers,

Rob.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list