Fix replacement of duplicate gradients if "fill/stroke" contains fallbacks (#109)
(fixes #79)
This commit is contained in:
parent
564367f886
commit
ec855211de
4 changed files with 30 additions and 14 deletions
|
|
@ -12,4 +12,5 @@
|
|||
</defs>
|
||||
<rect style="fill: url(#duplicate-one)" width="200" height="200"/>
|
||||
<rect style="fill: url(#duplicate-two)" width="200" height="200" y="200"/>
|
||||
<rect style="fill: url(#duplicate-two) #fff" width="200" height="200" y="200"/>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 708 B After Width: | Height: | Size: 788 B |
Loading…
Add table
Add a link
Reference in a new issue