Chromium Code Reviews
DescriptionDo not show display:none clipPath targets when referenced with <use>
This patch fixes a crash when a <use> element references a display:none
geometry element. In this scenario there is no layout object and no
path to use for clipping, so no clipping should occur. This matches the
existing behavior for non-used display:none elements
(LayoutSVGResourceClipper::createContentPicture).
A test has been added of both direct and indirect display:none clip path
children.
BUG=598806
Committed: https://crrev.com/ccdb62a9c8970104efc2e127744a7caf35fe8787
Cr-Commit-Position: refs/heads/master@{#384002}
Patch Set 1 #
Messages
Total messages: 12 (5 generated)
|
|||||||||||||||||||||||||||||||||||||