[Webkit-unassigned] [Bug 150904] REGRESSION (r190883): Error calculating the tile size for an SVG with no intrinsic size but with large floating intrinsic ratio

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 4 14:29:11 PST 2015


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

--- Comment #1 from Said Abou-Hallawa <sabouhallawa at apple.com> ---
The missing lines in resolveAgainstIntrinsicRatio():

   if (!resolvedSize.isEmpty())
       return resolvedSize;

are kind of optimization. But carrying out the imageSize calculation through resolveAgainstIntrinsicWidthOrHeightAndRatio() should have yield the same results.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151104/79e4df20/attachment.html>


More information about the webkit-unassigned mailing list