Add a check to prevent we make path data longer by "optimization"
This commit is contained in:
parent
21e6c7491b
commit
0c63344ea4
3 changed files with 18 additions and 2 deletions
4
unittests/path-no-optimize.svg
Normal file
4
unittests/path-no-optimize.svg
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="210" height="210">
|
||||
<path stroke="yellow" fill="red" d="M100,100 L200.12345,200.12345 C215,205 185,195 200.12,200.12 Z"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 275 B |
Loading…
Add table
Add a link
Reference in a new issue