NEW 139626
Transform:scale content goes wrong on browser zoom
https://bugs.webkit.org/show_bug.cgi?id=139626
Summary Transform:scale content goes wrong on browser zoom
Priit Pirita
Reported 2014-12-14 03:02:43 PST
Example URL: http://jsfiddle.net/yjydm7ce/1/ Steps to reproduce the problem: 1. Any content with transform: scale 2. Use Browser Zoom that is not 100% What is the expected behavior? All content shall scale, using browser zoom, in unison. What went wrong? Transformed content scales differently from non transformed content.
Attachments
Srđan Prodanović
Comment 1 2015-03-17 05:36:50 PDT
I am using zoom to make a flexible canvas o dom elements. So far I had to omit using scale and can not utilise the hardware accellerations of matrix transorms.
Radar WebKit Bug Importer
Comment 2 2015-03-19 17:02:31 PDT
Rik Schennink
Comment 3 2017-12-08 05:12:36 PST
I recently ran into this problem as well. I've setup this test case: https://codepen.io/rikschennink/pen/YEbgBa
Note You need to log in before you can comment on or make changes to this bug.