diff options
author | katesalazar <mercedes.catherine.salazar@gmail.com> | 2021-09-26 14:42:37 +0200 |
---|---|---|
committer | katesalazar <mercedes.catherine.salazar@gmail.com> | 2021-09-26 14:46:24 +0200 |
commit | 9f87a75141667fa5ed61023e4b07f572fa480b9c (patch) | |
tree | 8b1693cb4db47c77858c544d60a81d6a996f1378 /bip-0174 | |
parent | bd943663d6908679ca4f94276589ef402f865739 (diff) |
Remove transparent background from figures
This increases contrast when reading on GitHub, if GitHub is switched
to dark theme.
Diffstat (limited to 'bip-0174')
-rw-r--r-- | bip-0174/coinjoin-workflow.svg | 3 | ||||
-rw-r--r-- | bip-0174/multisig-workflow.svg | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/bip-0174/coinjoin-workflow.svg b/bip-0174/coinjoin-workflow.svg index 67a0aad..4c2a041 100644 --- a/bip-0174/coinjoin-workflow.svg +++ b/bip-0174/coinjoin-workflow.svg @@ -1,5 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="420.819pt" height="118.266pt" viewBox="0 0 420.819 118.266" version="1.1"> +<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="420.819pt" height="118.266pt" + viewBox="0 0 420.819 118.266" style="background-color:white" version="1.1"> <defs> <g> <symbol overflow="visible" id="glyph0-0"> diff --git a/bip-0174/multisig-workflow.svg b/bip-0174/multisig-workflow.svg index 951b49e..8abe4c5 100644 --- a/bip-0174/multisig-workflow.svg +++ b/bip-0174/multisig-workflow.svg @@ -1,5 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="375.988pt" height="411.906pt" viewBox="0 0 375.988 411.906" version="1.1"> +<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="375.988pt" height="411.906pt" + viewBox="0 0 375.988 411.906" style="background-color:white" version="1.1"> <defs> <g> <symbol overflow="visible" id="glyph0-0"> |