Fix Bug 734933: Do not remove empty path segments if stroke-linecap is round
This commit is contained in:
parent
cd42752cad
commit
6c50c78d99
3 changed files with 61 additions and 44 deletions
4
unittests/path-with-caps.svg
Normal file
4
unittests/path-with-caps.svg
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill="none" stroke="#000" stroke-width="5" stroke-linecap="round" d="m 11,8 0,0" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 195 B |
Loading…
Add table
Add a link
Reference in a new issue