提交 c87b98b6 编写于 作者: E Eric Seidel

Enable antialiasing on Paint by default.

The app looks so much better with this on.

R=jackson@google.com, abarth@chromium.org

Review URL: https://codereview.chromium.org/1172413002.
上级 c572af7f
......@@ -14,6 +14,7 @@ namespace blink {
Paint::Paint()
{
setIsAntiAlias(true);
}
Paint::~Paint()
......
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册