RESOLVED FIXED 130556
Subpixel rendering: transform: rotate(90, 180, 270) moves square box when the box is positioned on subpixel.
https://bugs.webkit.org/show_bug.cgi?id=130556
Summary Subpixel rendering: transform: rotate(90, 180, 270) moves square box when the...
zalan
Reported 2014-03-20 20:20:37 PDT
as the result of flooring at RenderLayer::paintLayerByApplyingTransform() and painting the box with the subpixel adjustment on the rotated context. (in case of 180deg, subpixel adjustment pushes the box upwards)
Attachments
zalan
Comment 1 2014-03-20 20:24:07 PDT
LayoutTests/compositing/hidpi-absolute-subpixel-positioned-transformed-elements.html
zalan
Comment 2 2014-06-10 19:46:15 PDT
It was fixed in r169309.
Alexey Proskuryakov
Comment 3 2014-09-12 11:14:39 PDT
The test is still marked as failing in LayoutTests/TestExpectations
Note You need to log in before you can comment on or make changes to this bug.