mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-09 11:27:32 -03:00
fix home button .icon
This commit is contained in:
parent
24dcb9f219
commit
54f1948e8b
2 changed files with 4 additions and 33 deletions
5
TODO.md
5
TODO.md
|
@ -35,6 +35,9 @@ Remove //components/optimization_guide_core/optimization_guide_features.cc after
|
|||
Opt with BOLT > https://aaupov.github.io/blog/2022/11/12/bolt-chromium
|
||||
SSD Restore > https://github.com/Alex313031/thorium/issues/61
|
||||
Add textbox disk cache dir flag > https://github.com/Alex313031/thorium/issues/860
|
||||
Fix outline of omnibox and bookmarks bar underline with themes
|
||||
|
||||
Fix .icon files! Review ALL .icon files > https://source.chromium.org/chromium/chromium/src/+/f824ddc5635f14e9fe879df062d8fbd66251f312
|
||||
|
||||
https://source.chromium.org/chromium/chromium/src/+/99fe5ddf4ecd908fd52d1d03565176f2f481c79e
|
||||
|
||||
|
@ -42,7 +45,7 @@ Make UA and hints report chrome, and set hints
|
|||
|
||||
fix thorium and shell portable --temp profile
|
||||
|
||||
Fix bookmarks bar underline, multiple profiles lag
|
||||
Fix multiple profiles lag
|
||||
Fix tab search button and menu position
|
||||
Fix download shelf height
|
||||
Test non-optimized Thorium, versus optimized Thorium, versus vanilla Chromium, versus vanilla Google Chrome, all at the same revision.
|
||||
|
|
|
@ -1,32 +0,0 @@
|
|||
// Copyright 2024 The Chromium Authors and Alex313031
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
CANVAS_DIMENSIONS, 24,
|
||||
PATH_COLOR_ARGB, 0xFF, 0x1A, 0x73, 0xE8,
|
||||
MOVE_TO, 12.87f, 3.54f,
|
||||
CUBIC_TO, 12.67f, 3.33f, 12.33f, 3, 12, 3,
|
||||
R_CUBIC_TO, -0.33f, 0, -0.67f, 0.33f, -0.87f, 0.54f,
|
||||
R_LINE_TO, -7.89f, 7.84f,
|
||||
ARC_TO, 0.98f, 0.98f, 0, 0, 0, 3, 12,
|
||||
R_ARC_TO, 1, 1, 0, 0, 0, 1, 1,
|
||||
R_CUBIC_TO, 0.24f, 0, 0.45f, -0.09f, 0.62f, -0.24f,
|
||||
R_LINE_TO, 0.38f, -0.35f,
|
||||
V_LINE_TO, 19,
|
||||
R_ARC_TO, 2, 2, 0, 0, 0, 2, 2,
|
||||
R_H_LINE_TO, 10,
|
||||
R_ARC_TO, 2, 2, 0, 0, 0, 2, -2,
|
||||
R_V_LINE_TO, -6.59f,
|
||||
R_LINE_TO, 0.38f, 0.35f,
|
||||
ARC_TO, 0.98f, 0.98f, 0, 0, 0, 20, 13,
|
||||
R_ARC_TO, 1, 1, 0, 0, 0, 1, -1,
|
||||
R_ARC_TO, 0.98f, 0.98f, 0, 0, 0, -0.24f, -0.62f,
|
||||
R_CUBIC_TO, 0, 0, -5.91f, -5.88f, -7.89f, -7.84f,
|
||||
CLOSE,
|
||||
MOVE_TO, 7, 19,
|
||||
R_V_LINE_TO, -8.85f,
|
||||
LINE_TO, 12, 5,
|
||||
R_LINE_TO, 5, 5.15f,
|
||||
V_LINE_TO, 19,
|
||||
H_LINE_TO, 7,
|
||||
CLOSE
|
Loading…
Reference in a new issue