1
1
mirror of https://github.com/wader/fq.git synced 2024-12-26 06:51:35 +03:00

Merge pull request #662 from wader/ansisvg-regenerate

doc: Hopefully fix svg fixed font issue
This commit is contained in:
Mattias Wadman 2023-05-09 16:23:36 +02:00 committed by GitHub
commit 37708583fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View File

@ -4,7 +4,7 @@
text {
dominant-baseline: text-before-edge;
white-space: pre;
font: 14px monospace;
font: 14px Courier, monospace;
fill: #bbbbbb;
}
.u { text-decoration: underline; }

Before

Width:  |  Height:  |  Size: 74 KiB

After

Width:  |  Height:  |  Size: 74 KiB

View File

@ -4,7 +4,7 @@
text {
dominant-baseline: text-before-edge;
white-space: pre;
font: 14px monospace;
font: 14px Courier, monospace;
fill: #bbbbbb;
}
.u { text-decoration: underline; }

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 19 KiB

View File

@ -4,7 +4,7 @@
text {
dominant-baseline: text-before-edge;
white-space: pre;
font: 14px monospace;
font: 14px Courier, monospace;
fill: #bbbbbb;
}
.u { text-decoration: underline; }

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB

View File

@ -4,7 +4,7 @@
text {
dominant-baseline: text-before-edge;
white-space: pre;
font: 14px monospace;
font: 14px Courier, monospace;
fill: #bbbbbb;
}
.u { text-decoration: underline; }

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 29 KiB

View File

@ -4,7 +4,7 @@
text {
dominant-baseline: text-before-edge;
white-space: pre;
font: 14px monospace;
font: 14px Courier, monospace;
fill: #bbbbbb;
}
.u { text-decoration: underline; }

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB