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

Side by Side Diff: components/vector_icons/screen_share.1x.icon

Issue 2891503002: VR: UiElement for Screen Capture indicator (Closed)
Patch Set: rebase 2 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
1 // Copyright 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 CANVAS_DIMENSIONS, 16, 5 CANVAS_DIMENSIONS, 16,
6 MOVE_TO, 2.31f, 3, 6 MOVE_TO, 2.31f, 3,
7 CUBIC_TO, 1.59f, 3, 1, 3.57f, 1, 4.27f, 7 CUBIC_TO, 1.59f, 3, 1, 3.57f, 1, 4.27f,
8 R_V_LINE_TO, 7.62f, 8 R_V_LINE_TO, 7.62f,
9 CUBIC_TO, 1, 12.58f, 1.59f, 13, 2.31f, 13, 9 CUBIC_TO, 1, 12.58f, 1.59f, 13, 2.31f, 13,
10 R_H_LINE_TO, 11.38f, 10 R_H_LINE_TO, 11.38f,
(...skipping 10 matching lines...) Expand all
21 CLOSE, 21 CLOSE,
22 R_MOVE_TO, 6.36f, -3.33f, 22 R_MOVE_TO, 6.36f, -3.33f,
23 CUBIC_TO, 6.62f, 8.64f, 5.8f, 9.07f, 5, 10, 23 CUBIC_TO, 6.62f, 8.64f, 5.8f, 9.07f, 5, 10,
24 R_CUBIC_TO, 0.32f, -1.33f, 0.98f, -2.66f, 3.36f, -2.67f, 24 R_CUBIC_TO, 0.32f, -1.33f, 0.98f, -2.66f, 3.36f, -2.67f,
25 V_LINE_TO, 6, 25 V_LINE_TO, 6,
26 LINE_TO, 11, 8, 26 LINE_TO, 11, 8,
27 R_LINE_TO, -2.64f, 2, 27 R_LINE_TO, -2.64f, 2,
28 V_LINE_TO, 8.67f, 28 V_LINE_TO, 8.67f,
29 CLOSE, 29 CLOSE,
30 END 30 END
OLDNEW
« no previous file with comments | « components/vector_icons/screen_share.icon ('k') | components/vector_icons/vector_icons.cc.template » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698