[Webkit-unassigned] [Bug 120476] [CSS Masking] Implement luminance masking
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Sep 19 08:52:39 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=120476
--- Comment #8 from Andrei Parvu <parvu at adobe.com> 2013-09-19 08:51:44 PST ---
> > Source/WebCore/platform/graphics/BitmapImage.cpp:510
> > + OwnPtr<ImageBuffer> buffer = ImageBuffer::create(expandedIntSize(tileRect.size()), 1);
>
> Why do you expend every image buffer size by 1? Doesn't that cause problems with the offset?
>
That was not size expanding, it was a resolutionScale parameter, which is anyway defaulted to 1.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list