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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/vector_icons/browser_tools_animated.1x.icon
diff --git a/chrome/app/vector_icons/browser_tools_animated.1x.icon b/chrome/app/vector_icons/browser_tools_animated.1x.icon
new file mode 100644
index 0000000000000000000000000000000000000000..205da35a55fbf28add6ec6d130260580edd13340
--- /dev/null
+++ b/chrome/app/vector_icons/browser_tools_animated.1x.icon
@@ -0,0 +1,61 @@
+// Copyright 2015 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+CANVAS_DIMENSIONS, 16,
+
+TRANSITION_FROM,
+
+TRANSITION_FROM,
+
+MOVE_TO, 7, 3.5f,
+CUBIC_TO, 7, 2.67f, 7.67f, 2, 8.5f, 2,
+LINE_TO, 8.5f, 2,
+CUBIC_TO, 9.33f, 2, 10, 2.67f, 10, 3.5f,
+CUBIC_TO, 10, 4.33f, 9.33f, 5, 8.5f, 5,
+LINE_TO, 8.5f, 5,
+CUBIC_TO, 7.67f, 5, 7, 4.33f, 7, 3.5f,
+
+TRANSITION_TO,
+
+MOVE_TO, 2, 3.5f,
+CUBIC_TO, 2, 2.67f, 2.67f, 2, 3.5f, 2,
+LINE_TO, 13.5f, 2,
+CUBIC_TO, 14.33f, 2, 15, 2.67f, 15, 3.5f,
+CUBIC_TO, 15, 4.33f, 14.33f, 5, 13.5f, 5,
+LINE_TO, 3.5f, 5,
+CUBIC_TO, 2.67f, 5, 2, 4.33f, 2, 3.5f,
+
+TRANSITION_END, 500, 2000,
+
+TRANSITION_TO,
+
+MOVE_TO, 7, 3.5f,
+CUBIC_TO, 7, 2.67f, 7.67f, 2, 8.5f, 2,
+LINE_TO, 8.5f, 2,
+CUBIC_TO, 9.33f, 2, 10, 2.67f, 10, 3.5f,
+CUBIC_TO, 10, 4.33f, 9.33f, 5, 8.5f, 5,
+LINE_TO, 8.5f, 5,
+CUBIC_TO, 7.67f, 5, 7, 4.33f, 7, 3.5f,
+
+TRANSITION_END, 5000, 2000,
+
+TRANSITION_FROM,
+PATH_COLOR_ARGB, 0xFF, 0x5A, 0x5A, 0x5A,
+TRANSITION_TO,
+PATH_COLOR_ARGB, 0xFF, 0xC5, 0x39, 0x29,
+TRANSITION_END, 2500, 2000,
+CLOSE,
+MOVE_TO, 7, 8.5f,
+CUBIC_TO, 7, 7.67f, 7.67f, 7, 8.5f, 7,
+CUBIC_TO, 9.33f, 7, 10, 7.67f, 10, 8.5f,
+CUBIC_TO, 10, 9.33f, 9.33f, 10, 8.5f, 10,
+CUBIC_TO, 7.67f, 10, 7, 9.33f, 7, 8.5f,
+CLOSE,
+MOVE_TO, 7, 13.5f,
+CUBIC_TO, 7, 12.67f, 7.67f, 12, 8.5f, 12,
+CUBIC_TO, 9.33f, 12, 10, 12.67f, 10, 13.5f,
+CUBIC_TO, 10, 14.33f, 9.33f, 15, 8.5f, 15,
+CUBIC_TO, 7.67f, 15, 7, 14.33f, 7, 13.5f,
+CLOSE,
+END
« 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