Remove transparent background from figures

This increases contrast when reading on GitHub, if GitHub is switched
to dark theme.
This commit is contained in:
katesalazar 2021-09-26 14:42:37 +02:00
parent bd943663d6
commit 9f87a75141
2 changed files with 4 additions and 2 deletions

View File

@ -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">

Before

Width:  |  Height:  |  Size: 48 KiB

After

Width:  |  Height:  |  Size: 48 KiB

View File

@ -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">

Before

Width:  |  Height:  |  Size: 66 KiB

After

Width:  |  Height:  |  Size: 66 KiB