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

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

Issue 1566563002: Vectorize CrOS window control icons. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: dummy GetIcon impl in TestToolbarModel Created 4 years, 11 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
Index: ui/gfx/vector_icons/window_control_maximize.icon
diff --git a/ui/gfx/vector_icons/window_control_maximize.icon b/ui/gfx/vector_icons/window_control_maximize.icon
new file mode 100644
index 0000000000000000000000000000000000000000..c186d5f69666a617fc6021db9b5ed827e55f9a52
--- /dev/null
+++ b/ui/gfx/vector_icons/window_control_maximize.icon
@@ -0,0 +1,18 @@
+// 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, 24,
+MOVE_TO, 23, 1,
+R_V_LINE_TO, 22,
+H_LINE_TO, 1,
+V_LINE_TO, 1,
+R_H_LINE_TO, 22,
+CLOSE,
+R_MOVE_TO, -3, 19,
+H_LINE_TO, 4,
+V_LINE_TO, 4,
+R_H_LINE_TO, 16,
+R_V_LINE_TO, 16,
+CLOSE,
+END
« no previous file with comments | « ui/gfx/vector_icons/window_control_left_snapped.1x.icon ('k') | ui/gfx/vector_icons/window_control_maximize.1x.icon » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698