diff options
Diffstat (limited to '')
-rw-r--r-- | layout/reftests/fonts/mark2-glyph.svg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/layout/reftests/fonts/mark2-glyph.svg b/layout/reftests/fonts/mark2-glyph.svg new file mode 100644 index 0000000000..d38515d136 --- /dev/null +++ b/layout/reftests/fonts/mark2-glyph.svg @@ -0,0 +1,3 @@ +<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewbox="0 0 1800 1000" width="1800px" height="1000px"> + <polygon fill="black" points="100,100 100,800 1700,800 1700,100 1500,100 1500,600 300,600 300,100" /> +</svg> |