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

Unified Diff: ash/resources/vector_icons/network_badge_off.icon

Issue 2793903005: cros: manual tweaks to network off badge (strikethrough) (Closed)
Patch Set: Created 3 years, 9 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 | « ash/resources/vector_icons/BUILD.gn ('k') | ash/resources/vector_icons/network_badge_off.1x.icon » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/resources/vector_icons/network_badge_off.icon
diff --git a/ash/resources/vector_icons/network_badge_off.icon b/ash/resources/vector_icons/network_badge_off.icon
index 21876d8ec83fe07e7d061e2df198224eec67921c..d68754ebc560ba9ae10c82d4c3b6f7057824b12c 100644
--- a/ash/resources/vector_icons/network_badge_off.icon
+++ b/ash/resources/vector_icons/network_badge_off.icon
@@ -2,15 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-CANVAS_DIMENSIONS, 20,
+CANVAS_DIMENSIONS, 40,
PATH_MODE_CLEAR,
-CAP_SQUARE,
-STROKE, 2,
-MOVE_TO, 4, 2,
-R_LINE_TO, 14, 14,
+STROKE, 3,
+MOVE_TO, 8, 4,
+R_LINE_TO, 28, 28,
NEW_PATH,
CAP_SQUARE,
-STROKE, 2,
-MOVE_TO, 2, 2,
-R_LINE_TO, 14, 14,
+STROKE, 3,
+MOVE_TO, 4, 4,
+R_LINE_TO, 28, 28,
END
« no previous file with comments | « ash/resources/vector_icons/BUILD.gn ('k') | ash/resources/vector_icons/network_badge_off.1x.icon » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698