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

Side by Side Diff: ui/gfx/vector_icons/location_bar_http.icon

Issue 1410293003: Vectorize LocationIconView icons (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix android Created 5 years, 1 month 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
« no previous file with comments | « ui/gfx/vector_icons/business.icon ('k') | ui/gfx/vector_icons/location_bar_http.1x.icon » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 CANVAS_DIMENSIONS, 32,
6 MOVE_TO, 8, 5,
7 LINE_TO, 8, 27,
8 LINE_TO, 24, 27,
9 LINE_TO, 24, 11,
10 LINE_TO, 18, 5,
11 CLOSE,
12 MOVE_TO, 18, 11,
13 LINE_TO, 18, 7.5f,
14 LINE_TO, 21.5f, 11,
15 CLOSE,
16 MOVE_TO, 10, 25,
17 LINE_TO, 10, 7,
18 LINE_TO, 16, 7,
19 LINE_TO, 16, 13,
20 LINE_TO, 22, 13,
21 LINE_TO, 22, 25,
22 CLOSE,
23 END
OLDNEW
« no previous file with comments | « ui/gfx/vector_icons/business.icon ('k') | ui/gfx/vector_icons/location_bar_http.1x.icon » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698