NEW 181366
Setting currentScale on embedded SVG changes the scale of the parent document
https://bugs.webkit.org/show_bug.cgi?id=181366
Summary Setting currentScale on embedded SVG changes the scale of the parent document
Simon Fraser (smfr)
Reported 2018-01-06 11:07:46 PST
Created attachment 330640 [details] Testcase svg.currentScale = 3 on embedded SVG scales the entire page!
Attachments
Testcase (607 bytes, text/html)
2018-01-06 11:07 PST, Simon Fraser (smfr)
no flags
Radar WebKit Bug Importer
Comment 1 2018-01-06 11:08:22 PST
Simon Fraser (smfr)
Comment 2 2018-11-10 11:00:06 PST
I think SVGSVGElement needs to stop using the pageZoomFactor of the enclosing frame, and just store the scale as it does the m_currentTranslate.
Note You need to log in before you can comment on or make changes to this bug.