diff options
author | Doug Junkins <junkins@foghead.com> | 2020-10-29 12:54:36 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-10-29 15:00:20 -0700 |
commit | 31813af49a14d5e8989e3fa41b040d7541de35ac (patch) | |
tree | f8a2681e3027526b5c8333a7b5f39892be40c9be | |
parent | e6956b9d57727d886ba7c5432922745a0b10334d (diff) | |
download | subsurface-31813af49a14d5e8989e3fa41b040d7541de35ac.tar.gz |
desktop: make edit icon non-transparent
Switched the edit icon to one that has the pencil color set to
white instead of transparent so that it remains visible when
switching to Mac OSX dark mode.
Signed-off-by: Doug Junkins <junkins@foghead.com>
-rw-r--r-- | icons/edit-circled.svg | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/icons/edit-circled.svg b/icons/edit-circled.svg index 874b01e84..d80446503 100644 --- a/icons/edit-circled.svg +++ b/icons/edit-circled.svg @@ -1 +1,3 @@ -<svg height="1000" width="1000" xmlns="http://www.w3.org/2000/svg"><path d="M0 499.968q0 -207.018 146.475 -353.493t353.493 -146.475 353.493 146.475 146.475 353.493 -146.475 353.493 -353.493 146.475 -353.493 -146.475 -146.475 -353.493zm261.702 316.386l447.237 0l0 -201.159l-54.684 54.684l0 91.791l-337.869 0l0 -423.801l105.462 0l0 -99.603l232.407 0l0 144.522l-166.005 164.052 -48.825 152.334 152.334 -48.825 240.219 -242.172 -101.556 -101.556 -21.483 21.483l0 -144.522l-328.104 0l-119.133 115.227l0 517.545zm228.501 -167.958l25.389 -74.214 50.778 50.778z"/></svg>
\ No newline at end of file +<?xml version="1.0" ?><svg id="Layer_1" style="enable-background:new 0 0 128 128;" version="1.1" viewBox="0 0 128 128" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><style type="text/css"> + .st0{fill:#FFFFFF;} +</style><circle cx="64" cy="64" r="64"/><g><path class="st0" d="M87.4,50.5l9.9-9.9c0.4-0.4,0.4-1,0-1.4l-8.5-8.5c-0.4-0.4-1-0.4-1.4,0l-9.9,9.9L87.4,50.5z"/><path class="st0" d="M74.6,43.5L38,80.1l-4.4,13c-0.3,0.8,0.5,1.5,1.3,1.3l13-4.4l36.6-36.6L74.6,43.5z"/></g></svg>
\ No newline at end of file |