Fixed scour to handle entities in url references
This commit is contained in:
parent
a03439573e
commit
9375bd69a9
9 changed files with 1973 additions and 13 deletions
9
unittests/quot-in-url.svg
Normal file
9
unittests/quot-in-url.svg
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<defs>
|
||||
<linearGradient id="g" x1="0" y1="0" x2="1" y2="0">
|
||||
<stop offset="0" stop-color="#0F0" />
|
||||
<stop offset="1" stop-color="#00F"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect width="100" height="100" fill="url("#g")"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 316 B |
Loading…
Add table
Add a link
Reference in a new issue