diff options
| author | Guillaume Grossetie <ggrossetie@gmail.com> | 2020-07-17 11:22:38 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-17 03:22:38 -0600 |
| commit | 0861b1d19c522326e4d806be90afd0f2d039ea72 (patch) | |
| tree | 7cf82b44794039fdba40350d850f6278c2a24b2c /test/fixtures | |
| parent | 05b8e7cca16976108927eb190e8f3471f6688421 (diff) | |
resolves #3638 warn instead of crashing if SVG to inline is empty (PR #3700)
Diffstat (limited to 'test/fixtures')
| -rw-r--r-- | test/fixtures/empty.svg | 0 | ||||
| -rw-r--r-- | test/fixtures/incomplete.svg | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/test/fixtures/empty.svg b/test/fixtures/empty.svg new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/test/fixtures/empty.svg diff --git a/test/fixtures/incomplete.svg b/test/fixtures/incomplete.svg new file mode 100644 index 00000000..adce9bd1 --- /dev/null +++ b/test/fixtures/incomplete.svg @@ -0,0 +1 @@ +<svg |
