Bug 260909
| Summary: | [SVG][Optimization] Return more accurate values for SVGElement::selfHasRelativeLengths() | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Chris Dumez <cdumez> |
| Component: | SVG | Assignee: | Chris Dumez <cdumez> |
| Status: | RESOLVED WONTFIX | ||
| Severity: | Normal | CC: | sabouhallawa, zimmermann |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Chris Dumez
Return more accurate values for SVGElement::selfHasRelativeLengths(). Some elements were returning true unconditionally, which would cause more invalidation than needed when they don't have sizing attributes using relative lengths.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Chris Dumez
Pull request: https://github.com/WebKit/WebKit/pull/17229
Chris Dumez
Causes regressions.