[Webkit-unassigned] [Bug 223504] [css-grid] Set hasIntrinsicWidth & hasIntrinsicHeight properties for SVG element's intrinsic size

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 16 17:05:29 PST 2022


https://bugs.webkit.org/show_bug.cgi?id=223504

--- Comment #11 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
Comment on attachment 425614
  --> https://bugs.webkit.org/attachment.cgi?id=425614
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=425614&action=review

>> Source/WebCore/platform/graphics/FloatSize.h:76
>> +    bool hasIntrinsicHeight = false;
> 
> Why are these here?

This increased the size of FloatSize, FloatRect and all classes that use them, and means that FloatSize no longer fits into a 64-bit register. It's also a layering violation; it makes no sense for this basic geometry class to hold information related to layout.

-- 
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/20220217/3d9c2435/attachment.htm>


More information about the webkit-unassigned mailing list