[Webkit-unassigned] [Bug 79652] Add Conditions of Antialias for Drawing Lines

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 15 22:23:38 PDT 2012


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


Hajime Morrita <morrita at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #129139|review?                     |review+
               Flag|                            |




--- Comment #8 from Hajime Morrita <morrita at google.com>  2012-03-15 22:23:37 PST ---
(From update of attachment 129139)
View in context: https://bugs.webkit.org/attachment.cgi?id=129139&action=review

r+ for now due to cr-linux redness.
These redness means that this change actually affects the rendering result, doesn't it?

> Source/WebCore/rendering/RenderBoxModelObject.cpp:2869
> +    return !context->getCTM().isIdentityOrTranslationOrFlipped() || !context->getCTM().isIntegerTranslation() || !context->getCTM().isScaledByIntegerValue();

Some checks are apparently verbose.

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