Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(710)

Unified Diff: sky/sdk/lib/framework/components2/checkbox.dart

Issue 1172413002: Enable antialiasing on Paint by default. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/engine/core/painting/Paint.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/sdk/lib/framework/components2/checkbox.dart
diff --git a/sky/sdk/lib/framework/components2/checkbox.dart b/sky/sdk/lib/framework/components2/checkbox.dart
index 2a1df9be1277067ad32a30bbca689891534c704f..abba5894d7669c55d61d2f656100c1b7973e2d0c 100644
--- a/sky/sdk/lib/framework/components2/checkbox.dart
+++ b/sky/sdk/lib/framework/components2/checkbox.dart
@@ -43,7 +43,6 @@ class Checkbox extends ButtonBase {
callback: (sky.Canvas canvas) {
sky.Paint paint = new sky.Paint()..color = color
- ..isAntiAlias = true
..strokeWidth = 2.0;
// Draw the outer rrect
« no previous file with comments | « sky/engine/core/painting/Paint.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698