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

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

Issue 1421683002: Update search chip icon for MD, vectorize. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 2 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 // Copyright 2015 The Chromium Authors. All rights reserved.
Peter Kasting 2015/10/23 23:44:09 Seems sort of weird to have "icon" in the name of
Evan Stade 2015/10/26 19:29:19 Done.
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, 19.72f, 18.95f,
7 LINE_TO, 19.42f, 18.65f,
8 CUBIC_TO, 20.48f, 17.42f, 21.12f, 15.81f, 21.12f, 14.06f,
9 CUBIC_TO, 21.12f, 10.16f, 17.96f, 7, 14.06f, 7,
10 CUBIC_TO, 10.16f, 7, 7, 10.16f, 7, 14.06f,
11 CUBIC_TO, 7, 17.96f, 10.16f, 21.12f, 14.06f, 21.12f,
12 CUBIC_TO, 15.82f, 21.12f, 17.42f, 20.48f, 18.65f, 19.42f,
13 LINE_TO, 18.95f, 19.72f,
14 LINE_TO, 18.95f, 20.58f,
15 LINE_TO, 24.38f, 26,
16 LINE_TO, 26, 24.38f,
17 LINE_TO, 20.58f, 18.95f,
18 LINE_TO, 19.72f, 18.95f,
19 CLOSE,
20 MOVE_TO, 14, 19,
21 CUBIC_TO, 11.24f, 19, 9, 16.76f, 9, 14,
22 CUBIC_TO, 9, 11.24f, 11.24f, 9, 14, 9,
23 CUBIC_TO, 16.76f, 9, 19, 11.24f, 19, 14,
24 CUBIC_TO, 19, 16.76f, 16.76f, 19, 14, 19,
25 LINE_TO, 14, 19,
26 CLOSE,
27 END
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698