DescriptionConsider Layout tree cycles when resolving the <pattern> content element
When SVGPatternElement determines the attributes of a pattern, it will
not factor in any cycles brought upon it by the actual content elements.
The cycle solver however does this analysis when it is run on a
resource.
To bridge this DOM vs. Layout tree "gap", make sure to inspect the chain
of linked resources when determining the content element to use when
generating the pattern data.
BUG=104448
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=202631
Patch Set 1 #
Messages
Total messages: 12 (3 generated)
|