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
7
unittests/raster-formats.svg
Normal file
7
unittests/raster-formats.svg
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<?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="210">
|
||||
<text x="10" y="20">Three different formats</text>
|
||||
<image id="png" x="10" y="30" width="150" height="50" xlink:href="raster.png"/>
|
||||
<image id="gif" x="10" y="90" width="150" height="50" xlink:href="raster.gif"/>
|
||||
<image id="jpg" x="10" y="150" width="150" height="50" xlink:href="raster.jpg"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 455 B |
Loading…
Add table
Add a link
Reference in a new issue