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

Unified Diff: ui/webui/resources/cr_elements/network/network_icons.html

Issue 2813193003: MD Settings: Internet: Fix secure icon and badge colors (Closed)
Patch Set: Created 3 years, 8 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/webui/resources/cr_elements/network/cr_network_icon.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/webui/resources/cr_elements/network/network_icons.html
diff --git a/ui/webui/resources/cr_elements/network/network_icons.html b/ui/webui/resources/cr_elements/network/network_icons.html
index 21551ba4167780d9a98ed487bc82b81dac4af16d..c70c992acb1f88ece69b502501b4593b88c94778 100644
--- a/ui/webui/resources/cr_elements/network/network_icons.html
+++ b/ui/webui/resources/cr_elements/network/network_icons.html
@@ -1,11 +1,11 @@
<link rel="import" href="chrome://resources/html/polymer.html">
<link rel="import" href="chrome://resources/polymer/v1_0/iron-iconset-svg/iron-iconset-svg.html">
+<!-- These icons were converted from source .svg files. -->
+
<iron-iconset-svg name="network" size="20">
<svg>
<defs>
- <!-- These icons were converted from source .svg files. -->
-
<!-- Badges -->
<g id="badge-1x"><path d="M0 1h1V0h1v5H1V2H0M3 2h1v1H3V2zm1 1h1v1H4V3zM3 4h1v1H3V4zm2 0h1v1H5V4zm0-2h1v1H5V2z"/></g>
<g id="badge-3g"><path d="M9 0H5v5h4V2H7v1h1v1H6V1h3M3 3v2h1V0H0v1h3v1H1v1h2zM0 4h3v1H0V4z"/></g>
@@ -17,7 +17,17 @@
<g id="badge-hspa-plus"><path d="M0 0h1v2h2V0h1v5H3V3H1v2H0M7 1V0H6v1H5v1h1v1h1V2h1V1H7z"/></g>
<g id="badge-lte"><path d="M0 0v5h3V4H1V0M3 0h5v1H6v4H5V1H3M9 0v5h3V4h-2V3h1V2h-1V1h2V0"/></g>
<g id="badge-lte-advanced"><path d="M0 0v5h3V4H1V0M3 0h5v1H6v4H5V1H3M9 0v5h3V4h-2V3h1V2h-1V1h2V0M15 1V0h-1v1h-1v1h1v1h1V2h1V1h-1z"/></g>
- <g id="badge-secure"><path d="M1 4c0-.552.45-1 .99-1h4.02c.546 0 .99.444.99 1v3c0 .552-.45 1-.99 1H1.99C1.445 8 1 7.556 1 7V4zm2.5 1h1v1h-1V5z"/><path d="M2 1h1v3H2V1zm3 0h1v3H5V1zm.5-1v1h-3V0h3z"/></g>
+ </defs>
+ </svg>
+</iron-iconset-svg>
+
+<iron-iconset-svg name="network8" size="8">
+ <svg>
+ <defs>
+ <g id="badge-secure" fill-rule="evenodd">
+ <path d="M1,3.99980749 C1,3.44762906 1.45097518,3 1.99077797,3 L6.00922203,3 C6.55641359,3 7,3.44371665 7,3.99980749 L7,7.00019251 C7,7.55237094 6.54902482,8 6.00922203,8 L1.99077797,8 C1.44358641,8 1,7.55628335 1,7.00019251 L1,3.99980749 Z M3.5,5 L4.5,5 L4.5,6 L3.5,6 L3.5,5 Z"></path>
michaelpg 2017/04/12 23:57:30 please tidy up these numbers. If you temporarily
stevenjb 2017/04/13 00:08:20 Oops, thought I was using the svgomg'd output, but
+ <path d="M2,1 L3,1 L3,4 L2,4 L2,1 L2,1 Z M5,1 L6,1 L6,4 L5,4 L5,1 L5,1 Z M5.5,0 L5.5,1 L2.5,1 L2.5,0 L5.5,0 Z"></path>
+ </g>
</defs>
</svg>
</iron-iconset-svg>
« no previous file with comments | « ui/webui/resources/cr_elements/network/cr_network_icon.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698