diff options
| author | Eric Biedert <github@ericbiedert.de> | 2023-09-19 10:28:50 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-19 10:28:50 +0200 |
| commit | 13758b9c9795d7d6d2fa9551a8936e0f0ff27136 (patch) | |
| tree | a1d3f76a18eb83819b8fd1ead90a5c795a990251 /assets | |
| parent | 3955b25a10d56c83552763c0ca42fb137fcefb87 (diff) | |
Allow multiple fallback fonts in SVGs (#2122)
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/files/chinese.svg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/assets/files/chinese.svg b/assets/files/chinese.svg new file mode 100644 index 00000000..b643e033 --- /dev/null +++ b/assets/files/chinese.svg @@ -0,0 +1,4 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="250" height="24" viewBox="0 0 250 22"> + <text x="0" y="10" font-size="10">此文本为中文。</text> + <text x="0" y="22" font-size="10">The text above is in Chinese.</text> +</svg> |
