Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: skin/icons/toggle.svg

Issue 29601581: Issue 5872 - apply style changes (Closed)
Patch Set: Created Nov. 15, 2017, 2:50 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « skin/icons/checkbox.svg ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skin/icons/toggle.svg
===================================================================
--- a/skin/icons/toggle.svg
+++ b/skin/icons/toggle.svg
@@ -1,14 +1,14 @@
<svg xmlns="http://www.w3.org/2000/svg">
- <view id="off" viewBox="0 0 36 21"/>
+ <view id="off" viewBox="0 0 40 21"/>
<g fill="none" fill-rule="evenodd">
- <rect width="27" height="12" x="9" y="4.5" rx="5" fill="#9B9B9B"/>
+ <rect width="31" height="12" x="9" y="4.5" rx="5" fill="#9B9B9B"/>
<circle cx="10.5" cy="10.5" r="10.5" fill="#F1F1F1"/>
<circle cx="10.5" cy="10.5" r="10" stroke="#E1E0E1"/>
</g>
- <view id="on" viewBox="0 21 36 21"/>
+ <view id="on" viewBox="0 21 40 21"/>
<g fill="none" fill-rule="evenodd">
- <rect width="27" height="12" y="25.5" rx="5" fill="#92D3E9" transform="matrix(-1 0 0 1 27 0)"/>
- <circle cx="25.5" cy="31.5" r="10.5" fill="#099CD0" transform="matrix(-1 0 0 1 51 0)"/>
+ <rect width="31" height="12" y="25.5" rx="5" fill="#92D3E9" transform="matrix(-1 0 0 1 31 0)"/>
+ <circle cx="22" cy="31.5" r="10.5" fill="#099CD0" transform="matrix(-1 0 0 1 51 0)"/>
</g>
</svg>
« no previous file with comments | « skin/icons/checkbox.svg ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld