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

Side by Side Diff: ui/gfx/vector_icons/blocked_badge.icon

Issue 1313603003: Vectorize website settings icons in omnibox (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sky review, git add stuff, fix GN Created 5 years, 3 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 2015 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, 32,
6 PATH_COLOR_ARGB, 0xFF, 0xDB, 0x44, 0x37,
7 MOVE_TO, 30, 32,
8 LINE_TO, 20, 32,
9 CUBIC_TO, 18.9f, 32, 18, 31.1f, 18, 30,
10 LINE_TO, 18, 20,
11 CUBIC_TO, 18, 18.9f, 18.9f, 18, 20, 18,
12 LINE_TO, 30, 18,
13 CUBIC_TO, 31.1f, 18, 32, 18.9f, 32, 20,
14 LINE_TO, 32, 30,
15 CUBIC_TO, 32, 31.1f, 31.1f, 32, 30, 32,
16 CLOSE,
17 NEW_PATH,
18 PATH_COLOR_ARGB, 0xFF, 0xFF, 0xFF, 0xFF,
19 MOVE_TO, 26.8f, 22,
20 LINE_TO, 25, 23.8f,
21 LINE_TO, 23.2f, 22,
22 CUBIC_TO, 22.87f, 21.66f, 22.33f, 21.66f, 22, 22,
23 CUBIC_TO, 21.66f, 22.33f, 21.66f, 22.87f, 22, 23.2f,
24 LINE_TO, 23.8f, 25,
25 LINE_TO, 22, 26.8f,
26 CUBIC_TO, 21.66f, 27.13f, 21.66f, 27.67f, 22, 28,
27 CUBIC_TO, 22.33f, 28.34f, 22.87f, 28.34f, 23.2f, 28,
28 LINE_TO, 25, 26.2f,
29 LINE_TO, 26.8f, 28,
30 CUBIC_TO, 27.13f, 28.34f, 27.67f, 28.34f, 28, 28,
31 CUBIC_TO, 28.34f, 27.67f, 28.34f, 27.13f, 28, 26.8f,
32 LINE_TO, 26.2f, 25,
33 LINE_TO, 28, 23.2f,
34 CUBIC_TO, 28.34f, 22.87f, 28.34f, 22.33f, 28, 22,
35 CUBIC_TO, 27.67f, 21.66f, 27.13f, 21.66f, 26.8f, 22,
36 CLOSE,
37 END
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698