[SPv2] PaintPropertyTreeBuilder::updateEffect should handle SVG with more care |
||
Issue descriptionAt the top of the function we just early out if !style.isStackingContext(). Stacking context is a HTML/CSS concept that is not applicable to SVG. What we really want to determine is whether the element starts an isolated group. In HTML it is true that an element is isolating if and only if an element is stacking context [1]. SVG uses a different criteria [2]. [1] https://www.w3.org/TR/compositing-1/#csscompositingrules_CSS [2] https://www.w3.org/TR/compositing-1/#csscompositingrules_SVG
,
Sep 13
|
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Dec 25 2016