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

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

Issue 2264383002: More closely align palette to spec. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@tool-magnifier
Patch Set: Initial upload Created 4 years, 3 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 2016 The Chromium Authors. All rights reserved.
Evan Stade 2016/08/24 01:30:40 please only call this icon "help" if it matches ht
jdufault 2016/08/24 01:38:41 Those look like the same icon to me. I can look in
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, 40,
6 MOVE_TO, 20, 4,
7 CUBIC_TO, 11.17f, 4, 4, 11.17f, 4, 20,
8 CUBIC_TO, 4, 28.83f, 11.17f, 36, 20, 36,
9 CUBIC_TO, 28.83f, 36, 36, 28.83f, 36, 20,
10 CUBIC_TO, 36, 11.17f, 28.83f, 4, 20, 4,
11 LINE_TO, 20, 4,
12 CLOSE,
13 MOVE_TO, 21.6f, 31.2f,
14 LINE_TO, 18.4f, 31.2f,
15 LINE_TO, 18.4f, 28,
16 LINE_TO, 21.6f, 28,
17 LINE_TO, 21.6f, 31.2f,
18 LINE_TO, 21.6f, 31.2f,
19 CLOSE,
20 MOVE_TO, 24.91f, 18.8f,
21 LINE_TO, 23.47f, 20.27f,
22 CUBIC_TO, 22.32f, 21.44f, 21.6f, 22.4f, 21.6f, 24.8f,
23 LINE_TO, 18.4f, 24.8f,
24 LINE_TO, 18.4f, 24,
25 CUBIC_TO, 18.4f, 22.24f, 19.12f, 20.64f, 20.27f, 19.47f,
26 LINE_TO, 22.26f, 17.46f,
27 CUBIC_TO, 22.85f, 16.88f, 23.2f, 16.08f, 23.2f, 15.2f,
28 CUBIC_TO, 23.2f, 13.44f, 21.76f, 12, 20, 12,
29 CUBIC_TO, 18.24f, 12, 16.8f, 13.44f, 16.8f, 15.2f,
30 LINE_TO, 13.6f, 15.2f,
31 CUBIC_TO, 13.6f, 11.66f, 16.46f, 8.8f, 20, 8.8f,
32 CUBIC_TO, 23.54f, 8.8f, 26.4f, 11.66f, 26.4f, 15.2f,
33 CUBIC_TO, 26.4f, 16.61f, 25.82f, 17.89f, 24.91f, 18.8f,
34 LINE_TO, 24.91f, 18.8f,
35 CLOSE,
36 END
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698