Fix Bug 412754: Elliptical arc commands must have comma or whitespace separating
This commit is contained in:
parent
d519dae9db
commit
cf5fb8a37d
3 changed files with 17 additions and 5 deletions
4
unittests/path-elliptical-arc-parsing.svg
Normal file
4
unittests/path-elliptical-arc-parsing.svg
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" version="1.1">
|
||||
<path d="M100,100a100,100,0,1,1,-50,100z" fill="red" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 175 B |
Loading…
Add table
Add a link
Reference in a new issue