WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
124432
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
Add attachment
proposed patch, testcase, etc.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug