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

Side by Side Diff: ui/gfx/vector_icons/palette_mode_laser_pointer.1x.icon

Issue 2239743004: Palette tool laser prototype. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@patch
Patch Set: Fixed patch set 2 errors and removed patch dependency. Created 4 years, 4 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 2016 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, 20,
6 MOVE_TO, 14.96f, 8.04f,
7 R_H_LINE_TO, -4.56f,
8 R_LINE_TO, 4.56f, -4.8f,
jdufault 2016/08/16 19:33:58 Did you fix the multi-color issue? Please file a b
sammiequon 2016/08/16 23:18:56 I checked the skiafy output gives this. There does
jdufault 2016/08/17 21:41:07 Right, we're probably going to need multiple icons
9 R_CUBIC_TO, 0.3f, -0.23f, 0.5f, -0.59f, 0.5f, -0.99f,
10 R_CUBIC_TO, 0, -0.68f, -0.55f, -1.24f, -1.22f, -1.24f,
11 R_CUBIC_TO, -0.25f, 0, -0.48f, 0.08f, -0.68f, 0.21f,
12 R_CUBIC_TO, 0, 0, -9.48f, 6.42f, -9.48f, 6.42f,
13 R_LINE_TO, -0.36f, 0.24f,
14 R_CUBIC_TO, -0.41f, 0.37f, -0.7f, 0.16f, -0.7f, 1.41f,
15 R_CUBIC_TO, 0, 0.56f, 0.92f, 1.69f, 2, 1.69f,
16 H_LINE_TO, 9.03f,
17 R_LINE_TO, -1.18f, 0.69f,
18 R_CUBIC_TO, -1.17f, 0.68f, -3.52f, 2.04f, -3.52f, 2.04f,
19 R_CUBIC_TO, 0.42f, -0.25f, 0.9f, -0.41f, 1.42f, -0.41f,
20 R_CUBIC_TO, 1.52f, 0, 2.75f, 1.25f, 2.75f, 2.79f,
21 R_CUBIC_TO, 0, 0.76f, -0.3f, 1.45f, -0.79f, 1.96f,
22 R_LINE_TO, 8.26f, -6.98f,
23 R_CUBIC_TO, 0.16f, -0.1f, 0.3f, -0.22f, 0.43f, -0.36f,
24 R_CUBIC_TO, 0.25f, -0.29f, 0.47f, -0.54f, 0.56f, -0.86f,
25 R_CUBIC_TO, 0.03f, -0.1f, 0.04f, -0.2f, 0.04f, -0.32f,
26 R_CUBIC_TO, 0, -1.31f, -0.96f, -1.48f, -2.04f, -1.48f,
27 CLOSE,
28 MOVE_TO, 9, 16,
29 R_CUBIC_TO, 0, -1.66f, -1.34f, -3, -3, -3,
30 R_CUBIC_TO, -0.57f, 0, -1.09f, 0.17f, -1.54f, 0.44f,
31 R_LINE_TO, -0.18f, 0.11f,
32 R_CUBIC_TO, -0.01f, 0.01f, -0.03f, 0.02f, -0.04f, 0.03f,
33 CUBIC_TO, 3.49f, 14.13f, 3, 15.01f, 3, 16,
34 R_CUBIC_TO, 0, 1.66f, 1.34f, 3, 3, 3,
35 R_CUBIC_TO, 0.62f, 0, 1.19f, -0.19f, 1.67f, -0.51f,
36 R_H_LINE_TO, 0,
37 R_LINE_TO, 0.01f, -0.01f,
38 R_CUBIC_TO, 0.16f, -0.11f, 0.32f, -0.24f, 0.45f, -0.38f,
39 CUBIC_TO, 8.67f, 17.56f, 9, 16.82f, 9, 16,
40 CLOSE,
41 END
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698