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

Unified Diff: ui/gfx/vector_icons/system_tray_battery_alert.1x.icon

Issue 2063633002: Render Ash material design battery image icon without PNGs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add battery percentage constant Created 4 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
Index: ui/gfx/vector_icons/system_tray_battery_alert.1x.icon
diff --git a/ui/gfx/vector_icons/browser_tools_error.icon b/ui/gfx/vector_icons/system_tray_battery_alert.1x.icon
similarity index 58%
copy from ui/gfx/vector_icons/browser_tools_error.icon
copy to ui/gfx/vector_icons/system_tray_battery_alert.1x.icon
index 9f2b74cd1ff80461ffd689877ab4f5bba3676e19..69c8f02fc85836f9f5d0ea10c47af97061deb73a 100644
--- a/ui/gfx/vector_icons/browser_tools_error.icon
+++ b/ui/gfx/vector_icons/system_tray_battery_alert.1x.icon
@@ -2,15 +2,17 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-CANVAS_DIMENSIONS, 32,
-CIRCLE, 16, 16, 16,
-CLOSE,
-NEW_PATH,
-PATH_COLOR_ARGB, 0xFF, 0xFF, 0xFF, 0xFF,
-MOVE_TO, 8, 14,
-R_H_LINE_TO, 16,
+CANVAS_DIMENSIONS, 16,
+MOVE_TO, 8, 6,
+R_H_LINE_TO, 1,
R_V_LINE_TO, 4,
H_LINE_TO, 8,
-R_V_LINE_TO, -4,
+V_LINE_TO, 6,
+CLOSE,
+R_MOVE_TO, 0, 5,
+R_H_LINE_TO, 1,
+R_V_LINE_TO, 1,
+H_LINE_TO, 8,
+R_V_LINE_TO, -1,
CLOSE,
-END
+END
« no previous file with comments | « ui/gfx/vector_icons/system_tray_battery_alert.icon ('k') | ui/gfx/vector_icons/system_tray_battery_bolt.icon » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698