[Webkit-unassigned] [Bug 265724] New: [LBSE] Misleading/wrong inspector box model values for mask-object-bounding-box-shrink.html
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Dec 2 11:52:21 PST 2023
https://bugs.webkit.org/show_bug.cgi?id=265724
Bug ID: 265724
Summary: [LBSE] Misleading/wrong inspector box model values for
mask-object-bounding-box-shrink.html
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: SVG
Assignee: webkit-unassigned at lists.webkit.org
Reporter: rbuis at igalia.com
CC: sabouhallawa at apple.com, zimmermann at kde.org
When inspecting mask-object-bounding-box-shrink.html the mask contents box model indicates a 0.5px x 0.5px size for it. This is either wrong, misleading or both:
- Given the mask units are objectBoundingBox, the calculated mask size should be more like 50px x 50px.
- Since the mask dimension actually depends on the clients object bounding box, and there may be multiple clients, giving absolute values feel wrong anyway.
So I think there could be two less misleading/more correct fixes for the mask content:
- Give relative values (percentages)
- don't give any dimension data at all (gecko does this).
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20231202/4d9a6ed3/attachment.htm>
More information about the webkit-unassigned
mailing list