NEW124432
GraphicsContext::createCompatibleBuffer might return a buffer with an incorrect scale
https://bugs.webkit.org/show_bug.cgi?id=124432
Summary GraphicsContext::createCompatibleBuffer might return a buffer with an incorre...
Myles C. Maxfield
Reported 2013-11-15 13:33:27 PST
buffer.context()->scale(FloatSize(static_cast<float>(scaledSize.width()) / size.width(), static_cast<float>(scaledSize.height()) / size.height())); This scaling strategy means that sometimes the scale in the buffer won't quite match the scale in the target context.
Attachments
Note You need to log in before you can comment on or make changes to this bug.