NEW 106959
Reflections should force transform-style to be flat
https://bugs.webkit.org/show_bug.cgi?id=106959
Summary Reflections should force transform-style to be flat
Simon Fraser (smfr)
Reported 2013-01-15 16:38:50 PST
Reflections, like opacity and filters, should force transform-style to be flat. It would go here in StyleResolver::adjustRenderStyle(): // FIXME: when dropping the -webkit prefix on transform-style, we should also have opacity < 1 cause flattening. if (style->preserves3D() && (style->overflowX() != OVISIBLE || style->overflowY() != OVISIBLE || style->hasFilter())) style->setTransformStyle3D(TransformStyle3DFlat);
Attachments
Note You need to log in before you can comment on or make changes to this bug.