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

Side by Side Diff: chrome/app/vector_icons/browser_tools_animated.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
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, 16, 9,
7 CUBIC_TO, 17.66f, 9, 19, 7.66f, 19, 6,
8 CUBIC_TO, 19, 4.34f, 17.66f, 3, 16, 3,
9 CUBIC_TO, 14.34f, 3, 13, 4.34f, 13, 6,
10 CUBIC_TO, 13, 7.66f, 14.34f, 9, 16, 9,
11 CLOSE,
12 MOVE_TO, 16, 19,
13 CUBIC_TO, 17.66f, 19, 19, 17.66f, 19, 16,
14 CUBIC_TO, 19, 14.34f, 17.66f, 13, 16, 13,
15 CUBIC_TO, 14.34f, 13, 13, 14.34f, 13, 16,
16 CUBIC_TO, 13, 17.66f, 14.34f, 19, 16, 19,
17 CLOSE,
18 MOVE_TO, 16, 29,
19 CUBIC_TO, 17.66f, 29, 19, 27.66f, 19, 26,
20 CUBIC_TO, 19, 24.34f, 17.66f, 23, 16, 23,
21 CUBIC_TO, 14.34f, 23, 13, 24.34f, 13, 26,
22 CUBIC_TO, 13, 27.66f, 14.34f, 29, 16, 29,
23 CLOSE,
24 END
OLDNEW
« no previous file with comments | « chrome/app/vector_icons/BUILD.gn ('k') | chrome/app/vector_icons/browser_tools_animated.1x.icon » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698