diff options
Diffstat (limited to 'spec/fixtures/image-in-table/circle.svg')
| -rw-r--r-- | spec/fixtures/image-in-table/circle.svg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/spec/fixtures/image-in-table/circle.svg b/spec/fixtures/image-in-table/circle.svg new file mode 100644 index 0000000..3e8733f --- /dev/null +++ b/spec/fixtures/image-in-table/circle.svg @@ -0,0 +1,3 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 800 600"> + <circle cx="400" cy="300" r="250" stroke-width="20" stroke="#f00" fill="#ff0" /> +</svg> |
