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

Side by Side Diff: components/vector_icons/screen_share.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
« no previous file with comments | « components/vector_icons/OWNERS ('k') | components/vector_icons/screen_share.1x.icon » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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, 32, 5 CANVAS_DIMENSIONS, 32,
6 MOVE_TO, 4.62f, 6, 6 MOVE_TO, 4.62f, 6,
7 CUBIC_TO, 3.18f, 6, 2, 7.14f, 2, 8.54f, 7 CUBIC_TO, 3.18f, 6, 2, 7.14f, 2, 8.54f,
8 V_LINE_TO, 23.77f, 8 V_LINE_TO, 23.77f,
9 CUBIC_TO, 2, 25.17f, 3.18f, 26, 4.62f, 26, 9 CUBIC_TO, 2, 25.17f, 3.18f, 26, 4.62f, 26,
10 R_H_LINE_TO, 22.77f, 10 R_H_LINE_TO, 22.77f,
(...skipping 10 matching lines...) Expand all
21 CLOSE, 21 CLOSE,
22 R_MOVE_TO, 13, -7, 22 R_MOVE_TO, 13, -7,
23 R_CUBIC_TO, -3.64f, -0.06f, -5.33f, 0.9f, -7, 3, 23 R_CUBIC_TO, -3.64f, -0.06f, -5.33f, 0.9f, -7, 3,
24 R_CUBIC_TO, 0.67f, -3, 2.03f, -6, 7, -6, 24 R_CUBIC_TO, 0.67f, -3, 2.03f, -6, 7, -6,
25 R_V_LINE_TO, -3, 25 R_V_LINE_TO, -3,
26 R_LINE_TO, 5.5f, 4.5f, 26 R_LINE_TO, 5.5f, 4.5f,
27 LINE_TO, 17, 20, 27 LINE_TO, 17, 20,
28 R_V_LINE_TO, -3, 28 R_V_LINE_TO, -3,
29 CLOSE, 29 CLOSE,
30 END 30 END
OLDNEW
« no previous file with comments | « components/vector_icons/OWNERS ('k') | components/vector_icons/screen_share.1x.icon » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698