[webkit-reviews] review requested: [Bug 11272] Implement currentScale(), setCurrentScale() and currentTranslate() in SVGSVGElement : [Attachment 14563] First attempt

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 15 05:21:46 PDT 2007


Rob Buis <rwlbuis at gmail.com> has asked	for review:
Bug 11272: Implement currentScale(), setCurrentScale() and currentTranslate()
in SVGSVGElement
http://bugs.webkit.org/show_bug.cgi?id=11272

Attachment 14563: First attempt
http://bugs.webkit.org/attachment.cgi?id=14563&action=edit

------- Additional Comments from Rob Buis <rwlbuis at gmail.com>
This patch allows simple zooming and panning. I think some of the values can be
stored in the svg container in the render tree as well, but that would need
first some cleanup of the svg render classes, as
already listed in another bug report. Nevertheless I think this patch is
valuable, going into the experimental branch first is also an option. Panning
should work on all platforms, zooming only on Mac (since AFAIK others have no
context menu's where I can easily add Zoom entries to).
Cheers,

Rob.



More information about the webkit-reviews mailing list