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

Side by Side Diff: skin/icons/toggle.svg

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