Description[SVG2] Elements that don't render shouldn't contribute to ancestor bboxes.
Based on Nikos Andronikos' patch in https://bugs.webkit.org/show_bug.cgi?id=134184.
SVG elements that have rendering disabled should not contribute to any ancestor elements bounding box.
Examples of elements with rendering disabled:
- basic shape with width <= 0 or height <= 0
- path with no path data (d attribute missing or empty)
- polyline or polygon element with no point data (points attribute missing or empty)
BUG=388676
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=176972
Patch Set 1 #
Total comments: 7
Patch Set 2 : review fixes + testharness test #
Total comments: 1
Patch Set 3 : fix nit #
Total comments: 1
Messages
Total messages: 14 (0 generated)
|