[Webkit-unassigned] [Bug 261462] New: GraphicsContext::createScaledImageBuffer uses different equations for different variants
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Sep 12 06:21:26 PDT 2023
https://bugs.webkit.org/show_bug.cgi?id=261462
Bug ID: 261462
Summary: GraphicsContext::createScaledImageBuffer uses
different equations for different variants
Product: WebKit
Version: WebKit Local Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Canvas
Assignee: webkit-unassigned at lists.webkit.org
Reporter: kkinnunen at apple.com
CC: dino at apple.com, webkit-bug-importer at group.apple.com
GraphicsContext::createScaledImageBuffer uses different equations for different variants
The call:
GraphicsContext::createScaledImageBuffer(FloatRect { { }, { w, h }, ...)
Uses different equation than:
GraphicsContext::createScaledImageBuffer(FloatSize { w, h }, ...)
--
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/20230912/118f6da9/attachment.htm>
More information about the webkit-unassigned
mailing list