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

Unified Diff: ui/webui/resources/images/vr_reload.svg

Issue 2550243002: Color the VR omnibox security icons. (Closed)
Patch Set: Address some comments. Created 4 years 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/webui/resources/images/vr_reload.svg
diff --git a/ui/webui/resources/images/vr_reload.svg b/ui/webui/resources/images/vr_reload.svg
deleted file mode 100644
index 8f027cb16ad38788d1ba61afd22e8e3168998631..0000000000000000000000000000000000000000
--- a/ui/webui/resources/images/vr_reload.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg width="90px" height="90px" viewBox="0 0 90 90" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <title>reload</title>
- <defs>
- <filter x="-50%" y="-50%" width="200%" height="200%" filterUnits="objectBoundingBox" id="filter-1">
- <feOffset dx="0" dy="2" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
- <feGaussianBlur stdDeviation="15" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
- <feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.29 0" type="matrix" in="shadowBlurOuter1" result="shadowMatrixOuter1"></feColorMatrix>
- <feMerge>
- <feMergeNode in="shadowMatrixOuter1"></feMergeNode>
- <feMergeNode in="SourceGraphic"></feMergeNode>
- </feMerge>
- </filter>
- </defs>
- <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
- <g id="02_overflow-menu" transform="translate(-1536.000000, -906.000000)" fill="#5A5A5A">
- <g id="overflow" filter="url(#filter-1)" transform="translate(1418.000000, 603.000000)">
- <path d="M174.368309,334.631691 L179,330 L179,344 L165,344 L171.534496,337.465504 C169.361142,335.323093 166.373342,334 163.071316,334 C156.413774,334 151.017829,339.372 151.017829,346 C151.017829,352.628 156.413774,358 163.071316,358 C168.32061,358 172.487099,354.75 174.013874,350.218 L174.234533,350.194419 C174.606882,349.395503 175.341308,349 176.006604,349 C176.8934,349 178,349.632779 178,351.00095 C178,351.295844 177.936326,351.575824 177.822014,351.82782 L177.913177,351.822 C175.528596,357.682 169.813234,362 163.071316,362 C154.195932,362 147,354.836 147,346 C147,337.164 154.195932,330 163.071316,330 C167.479103,330 171.468518,331.768738 174.368309,334.631691 Z" id="reload"></path>
- </g>
- </g>
- </g>
-</svg>

Powered by Google App Engine
This is Rietveld 408576698