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

Unified Diff: ui/gfx/vector_icons/checkbox_normal.icon

Issue 2026833003: MD - update checkbox and radio buttons (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sky review Created 4 years, 7 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 | « ui/gfx/vector_icons/checkbox_active.icon ('k') | ui/gfx/vector_icons/radio_button_active.icon » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/vector_icons/checkbox_normal.icon
diff --git a/ui/gfx/vector_icons/checkbox_normal.icon b/ui/gfx/vector_icons/checkbox_normal.icon
new file mode 100644
index 0000000000000000000000000000000000000000..aa9aae8a64a34e3ec58804ddd609f134e9554791
--- /dev/null
+++ b/ui/gfx/vector_icons/checkbox_normal.icon
@@ -0,0 +1,22 @@
+// Copyright 2016 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+CANVAS_DIMENSIONS, 32,
+MOVE_TO, 2, 3.99f,
+CUBIC_TO, 2, 2.89f, 2.9f, 2, 3.99f, 2,
+R_H_LINE_TO, 24.02f,
+CUBIC_TO, 29.11f, 2, 30, 2.9f, 30, 3.99f,
+R_V_LINE_TO, 24.02f,
+R_CUBIC_TO, 0, 1.1f, -0.9f, 1.99f, -1.99f, 1.99f,
+H_LINE_TO, 3.99f,
+CUBIC_TO, 2.89f, 30, 2, 29.1f, 2, 28.01f,
+V_LINE_TO, 3.99f,
+CLOSE,
+MOVE_TO, 5, 5,
+R_H_LINE_TO, 22,
+R_V_LINE_TO, 22,
+H_LINE_TO, 5,
+V_LINE_TO, 5,
+CLOSE,
+END
« no previous file with comments | « ui/gfx/vector_icons/checkbox_active.icon ('k') | ui/gfx/vector_icons/radio_button_active.icon » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698