Bug 181366

Summary: Setting currentScale on embedded SVG changes the scale of the parent document
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: SVGAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: sabouhallawa, simon.fraser, webkit-bug-importer, zimmermann
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Testcase none

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.