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

Unified 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 side-by-side diff with in-line comments
Download patch
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/vector_icons/browser_tools_animated.icon
diff --git a/chrome/app/vector_icons/browser_tools_animated.icon b/chrome/app/vector_icons/browser_tools_animated.icon
new file mode 100644
index 0000000000000000000000000000000000000000..fcda251899e885155ecb9c24521fde6aa3af998d
--- /dev/null
+++ b/chrome/app/vector_icons/browser_tools_animated.icon
@@ -0,0 +1,24 @@
+// 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, 32,
+MOVE_TO, 16, 9,
+CUBIC_TO, 17.66f, 9, 19, 7.66f, 19, 6,
+CUBIC_TO, 19, 4.34f, 17.66f, 3, 16, 3,
+CUBIC_TO, 14.34f, 3, 13, 4.34f, 13, 6,
+CUBIC_TO, 13, 7.66f, 14.34f, 9, 16, 9,
+CLOSE,
+MOVE_TO, 16, 19,
+CUBIC_TO, 17.66f, 19, 19, 17.66f, 19, 16,
+CUBIC_TO, 19, 14.34f, 17.66f, 13, 16, 13,
+CUBIC_TO, 14.34f, 13, 13, 14.34f, 13, 16,
+CUBIC_TO, 13, 17.66f, 14.34f, 19, 16, 19,
+CLOSE,
+MOVE_TO, 16, 29,
+CUBIC_TO, 17.66f, 29, 19, 27.66f, 19, 26,
+CUBIC_TO, 19, 24.34f, 17.66f, 23, 16, 23,
+CUBIC_TO, 14.34f, 23, 13, 24.34f, 13, 26,
+CUBIC_TO, 13, 27.66f, 14.34f, 29, 16, 29,
+CLOSE,
+END
« 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