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

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/Images/icons/smallicon-gray-cross-hover.svg

Issue 2671413004: DevTools: introduce spritesheet assembler. (Closed)
Patch Set: rebaseline tests Created 3 years, 10 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 unified diff | Download patch
OLDNEW
(Empty)
1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="143 96 13 13" width="13" height ="13">
2 <g>
3 <path style="fill:#bebebe" d="m 143,102.5 c 0,3.59 2.91,6.5 6.5,6.5 3.59 ,0 6.5,-2.91 6.5,-6.5 0,-3.59 -2.91,-6.5 -6.5,-6.5 -3.59,0 -6.5,2.91 -6.5,6.5"/>
4 <path style="fill-opacity:.37000002" d="m 153,100.43 -0.93,-0.93 -2.57,2 .57 -2.57,-2.57 -0.93,0.93 2.57,2.57 -2.57,2.57 0.93,0.93 2.57,-2.57 2.57,2.57 0 .93,-0.93 -2.57,-2.57 2.57,-2.57 z"/>
5 <path style="fill:#fff" d="M 153,99.93 152.07,99 149.5,101.57 146.93,99 146,99.93 l 2.57,2.57 -2.57,2.57 0.93,0.93 2.57,-2.57 2.57,2.57 0.93,-0.93 -2.57 ,-2.57 2.57,-2.57 z"/>
6 </g>
7 </svg>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698