-
Notifications
You must be signed in to change notification settings - Fork 905
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
"Open In Tor" icon gets rounded border, margin, and vector icon
- Loading branch information
Showing
7 changed files
with
160 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
// This Source Code Form is subject to the terms of the Mozilla Public | ||
// License, v. 2.0. If a copy of the MPL was not distributed with this file, | ||
// You can obtain one at http://mozilla.org/MPL/2.0/. | ||
|
||
CANVAS_DIMENSIONS, 12, | ||
MOVE_TO, 11.5f, 10, | ||
R_CUBIC_TO, -0.28f, 0, -0.5f, -0.22f, -0.5f, -0.5f, | ||
V_LINE_TO, 1, | ||
H_LINE_TO, 2.5f, | ||
CUBIC_TO, 2.22f, 1, 2, 0.78f, 2, 0.5f, | ||
R_CUBIC_TO, 0, -0.28f, 0.22f, -0.5f, 0.5f, -0.5f, | ||
H_LINE_TO, 11, | ||
R_CUBIC_TO, 0.55f, 0, 1, 0.45f, 1, 1, | ||
R_V_LINE_TO, 8.5f, | ||
R_CUBIC_TO, 0, 0.28f, -0.22f, 0.5f, -0.5f, 0.5f, | ||
CLOSE, | ||
MOVE_TO, 10, 3, | ||
R_V_LINE_TO, 8, | ||
R_CUBIC_TO, 0, 0.55f, -0.45f, 1, -1, 1, | ||
H_LINE_TO, 1, | ||
R_CUBIC_TO, -0.55f, 0, -1, -0.45f, -1, -1, | ||
V_LINE_TO, 3, | ||
R_CUBIC_TO, 0, -0.55f, 0.45f, -1, 1, -1, | ||
R_H_LINE_TO, 8, | ||
R_CUBIC_TO, 0.55f, 0, 1, 0.45f, 1, 1, | ||
CLOSE, | ||
R_MOVE_TO, -9, 8, | ||
R_H_LINE_TO, 8, | ||
R_LINE_TO, 0, -6, | ||
H_LINE_TO, 1, | ||
R_V_LINE_TO, 6, | ||
CLOSE, | ||
R_MOVE_TO, 0, -7, | ||
R_H_LINE_TO, 8, | ||
V_LINE_TO, 3, | ||
H_LINE_TO, 1, | ||
R_V_LINE_TO, 1, | ||
CLOSE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters