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

Side by Side Diff: ui/gfx/vector_icons/incognito.1x.icon

Issue 1452923002: Vectorize MD otr frame icon (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: dont crash in tests 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
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, 24,
6 MOVE_TO, 11, 18,
7 R_CUBIC_TO, 0, 1.66f, -1.34f, 3, -3, 3,
8 R_CUBIC_TO, -1.66f, 0, -3, -1.34f, -3, -3,
9 R_CUBIC_TO, 0, -1.66f, 1.34f, -3, 3, -3,
10 R_CUBIC_TO, 1.66f, 0, 3, 1.34f, 3, 3,
11 CLOSE,
12 R_MOVE_TO, -3, 2,
13 R_CUBIC_TO, 1.11f, 0, 2, -0.89f, 2, -2,
14 R_CUBIC_TO, 0, -1.11f, -0.89f, -2, -2, -2,
15 R_CUBIC_TO, -1.11f, 0, -2, 0.9f, -2, 2,
16 R_CUBIC_TO, 0, 1.1f, 0.9f, 2, 2, 2,
17 CLOSE,
18 MOVE_TO, 19, 18,
19 R_CUBIC_TO, 0, 1.66f, -1.34f, 3, -3, 3,
20 R_CUBIC_TO, -1.66f, 0, -3, -1.34f, -3, -3,
21 R_CUBIC_TO, 0, -1.66f, 1.34f, -3, 3, -3,
22 R_CUBIC_TO, 1.66f, 0, 3, 1.34f, 3, 3,
23 CLOSE,
24 R_MOVE_TO, -3, -2,
25 R_CUBIC_TO, -1.1f, 0, -2, 0.89f, -2, 2,
26 R_CUBIC_TO, 0, 1.11f, 0.89f, 2, 2, 2,
27 R_CUBIC_TO, 1.11f, 0, 2, -0.89f, 2, -2,
28 R_CUBIC_TO, 0, -1.1f, -0.89f, -2, -2, -2,
29 CLOSE,
30 MOVE_TO, 12, 18,
31 R_CUBIC_TO, 0.93f, 0, 1.71f, 0.64f, 1.93f, 1.5f,
32 R_CUBIC_TO, 0.04f, -0.16f, 0.07f, -0.33f, 0.07f, -0.5f,
33 R_CUBIC_TO, 0, -1.1f, -0.9f, -2, -2, -2,
34 R_CUBIC_TO, -1.1f, 0, -2, 0.9f, -2, 2,
35 R_CUBIC_TO, 0, 0.17f, 0.03f, 0.34f, 0.07f, 0.5f,
36 R_CUBIC_TO, 0.22f, -0.86f, 1, -1.5f, 1.93f, -1.5f,
37 MOVE_TO, 16.39f, 9,
38 LINE_TO, 15, 5,
39 R_LINE_TO, -3, 1,
40 R_LINE_TO, -3, -1,
41 R_LINE_TO, -1.3f, 4,
42 R_H_LINE_TO, 8.7f,
43 CLOSE,
44 R_MOVE_TO, -9.46f, 2,
45 LINE_TO, 3, 13,
46 R_H_LINE_TO, 18,
47 R_LINE_TO, -3.8f, -2,
48 H_LINE_TO, 6.93f,
49 CLOSE,
50 END
OLDNEW
« chrome/browser/ui/views/frame/browser_view.cc ('K') | « ui/gfx/vector_icons/incognito.icon ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698