Add unittests for embedding rasters (and --disable-embed-rasters)
This commit is contained in:
parent
8cc97601c4
commit
902e112a96
4 changed files with 89 additions and 2 deletions
8
unittests/raster-paths-remote.svg
Normal file
8
unittests/raster-paths-remote.svg
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink= "http://www.w3.org/1999/xlink" width="170" height="270">
|
||||
<g>
|
||||
<text x="10" y="20">Files from internet</text>
|
||||
<image x="10" y="30" width="150" height="50" xlink:href="http://raw.githubusercontent.com/scour-project/scour/master/unittests/raster.png"/>
|
||||
<image x="10" y="90" width="150" height="50" xlink:href="https://raw.githubusercontent.com/scour-project/scour/master/unittests/raster.png"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 502 B |
Loading…
Add table
Add a link
Reference in a new issue