[webkit-reviews] review requested: [Bug 11667] SVG: method .getTransformToElement(elt) in SVGLocatable not implemented : [Attachment 11650] Now uses virtual base class

bugzilla-request-daemon at macosforge.org bugzilla-request-daemon at macosforge.org
Tue Nov 28 01:39:45 PST 2006


Rob Buis <rwlbuis at gmail.com> has asked	for review:
Bug 11667: SVG: method .getTransformToElement(elt) in SVGLocatable not
implemented
http://bugs.webkit.org/show_bug.cgi?id=11667

Attachment 11650: Now uses virtual base class
http://bugs.webkit.org/attachment.cgi?id=11650&action=edit

------- Additional Comments from Rob Buis <rwlbuis at gmail.com>
This patch introduces virtual base class SVGLocatable. This helps since we need
only one implementation of getTransformToElement instead of one for
SVGTextElement, one for SVGStyledTransformable etc. However it probably needs
to be (performance) tested well.
Cheers,

Rob.



More information about the webkit-reviews mailing list