[Webkit-unassigned] [Bug 11272] Implement currentScale(), setCurrentScale() and currentTranslate() in SVGSVGElement

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 17 02:59:08 PDT 2007


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





------- Comment #4 from rwlbuis at gmail.com  2007-05-17 02:59 PDT -------
Hi Niko,

(In reply to comment #3)
> Hi Rob,
> 
> I think the incZoom() etc methods should at least go into SVGDocument,
> if not somewhere else where it fits better. Suggestions?

They are in SVGDocument now :)
I also added them to Document.h since SVGDocument.h was not visible for WebKit.
I now know it can
be made visible. We could stick with the methods being only in SVGDocument, but
some more #if ENABLE(SVG) constructions would be needed then, which are not
always considered nice. Anyway this and other issues will probably come up
during reviewing. Also notice that probably the svg render object handling the
outer <svg> should know enough about it to ask the zoom and pan factor from
the SVGSVGElement, and other svg container render objects don't need to know
about these values. But I propose to do that later (there already is a bug
report for it).
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