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

Side by Side Diff: chrome/app/vector_icons/browser_tools_animated.1x.icon

Issue 2860163002: WIP - allow vector icons to specify motion.
Patch Set: checkpoint Created 3 years, 7 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
« no previous file with comments | « chrome/app/vector_icons/browser_tools_animated.icon ('k') | chrome/browser/ui/BUILD.gn » ('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, 16,
6
7 TRANSITION_FROM,
8
9 TRANSITION_FROM,
10
11 MOVE_TO, 7, 3.5f,
12 CUBIC_TO, 7, 2.67f, 7.67f, 2, 8.5f, 2,
13 LINE_TO, 8.5f, 2,
14 CUBIC_TO, 9.33f, 2, 10, 2.67f, 10, 3.5f,
15 CUBIC_TO, 10, 4.33f, 9.33f, 5, 8.5f, 5,
16 LINE_TO, 8.5f, 5,
17 CUBIC_TO, 7.67f, 5, 7, 4.33f, 7, 3.5f,
18
19 TRANSITION_TO,
20
21 MOVE_TO, 2, 3.5f,
22 CUBIC_TO, 2, 2.67f, 2.67f, 2, 3.5f, 2,
23 LINE_TO, 13.5f, 2,
24 CUBIC_TO, 14.33f, 2, 15, 2.67f, 15, 3.5f,
25 CUBIC_TO, 15, 4.33f, 14.33f, 5, 13.5f, 5,
26 LINE_TO, 3.5f, 5,
27 CUBIC_TO, 2.67f, 5, 2, 4.33f, 2, 3.5f,
28
29 TRANSITION_END, 500, 2000,
30
31 TRANSITION_TO,
32
33 MOVE_TO, 7, 3.5f,
34 CUBIC_TO, 7, 2.67f, 7.67f, 2, 8.5f, 2,
35 LINE_TO, 8.5f, 2,
36 CUBIC_TO, 9.33f, 2, 10, 2.67f, 10, 3.5f,
37 CUBIC_TO, 10, 4.33f, 9.33f, 5, 8.5f, 5,
38 LINE_TO, 8.5f, 5,
39 CUBIC_TO, 7.67f, 5, 7, 4.33f, 7, 3.5f,
40
41 TRANSITION_END, 5000, 2000,
42
43 TRANSITION_FROM,
44 PATH_COLOR_ARGB, 0xFF, 0x5A, 0x5A, 0x5A,
45 TRANSITION_TO,
46 PATH_COLOR_ARGB, 0xFF, 0xC5, 0x39, 0x29,
47 TRANSITION_END, 2500, 2000,
48 CLOSE,
49 MOVE_TO, 7, 8.5f,
50 CUBIC_TO, 7, 7.67f, 7.67f, 7, 8.5f, 7,
51 CUBIC_TO, 9.33f, 7, 10, 7.67f, 10, 8.5f,
52 CUBIC_TO, 10, 9.33f, 9.33f, 10, 8.5f, 10,
53 CUBIC_TO, 7.67f, 10, 7, 9.33f, 7, 8.5f,
54 CLOSE,
55 MOVE_TO, 7, 13.5f,
56 CUBIC_TO, 7, 12.67f, 7.67f, 12, 8.5f, 12,
57 CUBIC_TO, 9.33f, 12, 10, 12.67f, 10, 13.5f,
58 CUBIC_TO, 10, 14.33f, 9.33f, 15, 8.5f, 15,
59 CUBIC_TO, 7.67f, 15, 7, 14.33f, 7, 13.5f,
60 CLOSE,
61 END
OLDNEW
« no previous file with comments | « chrome/app/vector_icons/browser_tools_animated.icon ('k') | chrome/browser/ui/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698