RESOLVED INVALID 71184
Move checkIntersection/checkEnclosure from RenderSVGModelObject to SVGRenderSupport
https://bugs.webkit.org/show_bug.cgi?id=71184
Summary Move checkIntersection/checkEnclosure from RenderSVGModelObject to SVGRenderS...
Dirk Schulze
Reported 2011-10-30 03:52:15 PDT
I'll move checkIntersection/checkEnclosure from RenderSVGModelObject to SVGRenderSupport. Both functions are not only related to RenderSVGModelObject and its subclasses, but to all SVG renderer. Therefor SVGRenderSupport is a better place.
Attachments
Patch (10.11 KB, patch)
2011-10-30 04:01 PDT, Dirk Schulze
no flags
Dirk Schulze
Comment 1 2011-10-30 04:01:54 PDT
Nikolas Zimmermann
Comment 2 2011-10-30 06:48:18 PDT
Comment on attachment 112992 [details] Patch I think this is the wrong direction. We were trying to slowly kill SVGRenderSupport, remember? Why not keep them in RenderSVGModelObject, after-all they are static there?
Note You need to log in before you can comment on or make changes to this bug.