Bug 260909 - [SVG][Optimization] Return more accurate values for SVGElement::selfHasRelativeLengths()
Summary: [SVG][Optimization] Return more accurate values for SVGElement::selfHasRelati...
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-08-30 09:41 PDT by Chris Dumez
Modified: 2023-08-31 11:42 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2023-08-30 09:41:51 PDT
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.
Comment 1 Chris Dumez 2023-08-30 09:43:32 PDT
Pull request: https://github.com/WebKit/WebKit/pull/17229
Comment 2 Chris Dumez 2023-08-31 11:42:50 PDT
Causes regressions.