NEW261462
GraphicsContext::createScaledImageBuffer uses different equations for different variants
https://bugs.webkit.org/show_bug.cgi?id=261462
Summary GraphicsContext::createScaledImageBuffer uses different equations for differe...
Kimmo Kinnunen
Reported 2023-09-12 06:21:26 PDT
GraphicsContext::createScaledImageBuffer uses different equations for different variants The call: GraphicsContext::createScaledImageBuffer(FloatRect { { }, { w, h }, ...) Uses different equation than: GraphicsContext::createScaledImageBuffer(FloatSize { w, h }, ...)
Attachments
Radar WebKit Bug Importer
Comment 1 2023-09-12 06:21:36 PDT
Kimmo Kinnunen
Comment 2 2023-09-12 06:36:12 PDT
Note You need to log in before you can comment on or make changes to this bug.