Commit d606386
committed
Update readme
GitHub strips the inline svg when it renders the readme, leaving only
the link. This commit changes the html to load an external svg in an img
tag. That part was easy. The hard part was figuring out how to configure
the svg so that the text still used a sensible font once rendered.
I tried a lot of things that did not work. But, the readme rendering
respects inline style on the text element in the svg: style="fill:
#ffffff;font-family:sans-serif;font-style:normal;font-weight:bold".
Hopefully, this will continue to work.1 parent 8b3f5c3 commit d606386
1 file changed
+4
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
14 | 11 | | |
15 | 12 | | |
16 | 13 | | |
| |||
0 commit comments