diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2016-01-17 12:56:14 -0700 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2016-01-17 12:56:14 -0700 |
| commit | fe05bc5abc72a547440c7e703d55e31ccb879515 (patch) | |
| tree | dcbf6d6b658d1abc7317a6c19f8a5996cfddc471 /test/fixtures | |
| parent | a6b07ac3383815c8b1c63e164c3435de7b270d72 (diff) | |
resolves #1676 don't fail if SVG start tag name is followed by endline
Diffstat (limited to 'test/fixtures')
| -rw-r--r-- | test/fixtures/circle.svg | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/fixtures/circle.svg b/test/fixtures/circle.svg index 7e059102..6396975d 100644 --- a/test/fixtures/circle.svg +++ b/test/fixtures/circle.svg @@ -1,7 +1,8 @@ <?xml version="1.0"?> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <!-- An SVG of a black circle --> -<svg viewBox="0 0 120 120" version="1.1" +<svg +viewBox="0 0 120 120" version="1.1" xmlns="http://www.w3.org/2000/svg" style="width:500px;height:500px" width="500px" height="500px"> <circle cx="60" cy="60" r="50"/> |
