[Webkit-unassigned] [Bug 111684] NinePieceImage shows pixel cracks

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 22 15:00:23 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=111684





--- Comment #3 from Viatcheslav Ostapenko <ostap73 at gmail.com>  2013-03-22 15:02:47 PST ---
(From update of attachment 191932)
View in context: https://bugs.webkit.org/attachment.cgi?id=191932&action=review

> Source/WebCore/platform/graphics/cairo/BitmapImageCairo.cpp:132
> +        cairo_antialias_t savedAntialiasRule = cairo_get_antialias(cr);

IMHO, context->save() already saves antialias state, so you don't need to save it here because there is context->restore() right after your change.

-- 
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