summaryrefslogtreecommitdiffstats
path: root/testfiles
diff options
context:
space:
mode:
authorJabiertxof <jabier.arraiza@marker.es>2018-09-13 12:15:17 +0000
committerJabiertxof <jabier.arraiza@marker.es>2018-09-13 12:15:17 +0000
commitbfdf74d61f17dafc74d5d64f3224222718d6cddf (patch)
tree0bdacdcdccf94b204cb494c78e654b98f61d4433 /testfiles
parentfixes and improvementes to power clip and powermask (diff)
downloadinkscape-bfdf74d61f17dafc74d5d64f3224222718d6cddf.tar.gz
inkscape-bfdf74d61f17dafc74d5d64f3224222718d6cddf.zip
Add per embed/linked SVG a DPI value
Diffstat (limited to 'testfiles')
-rw-r--r--testfiles/src/attributes-test.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/testfiles/src/attributes-test.cpp b/testfiles/src/attributes-test.cpp
index e6fbe8ece..34963f22d 100644
--- a/testfiles/src/attributes-test.cpp
+++ b/testfiles/src/attributes-test.cpp
@@ -463,6 +463,7 @@ std::vector<AttributeInfo> getKnownAttrs()
AttributeInfo("inkscape:window-x", true),
AttributeInfo("inkscape:window-y", true),
AttributeInfo("inkscape:zoom", true),
+ AttributeInfo("inkscape:svg-dpi", true),
AttributeInfo("osb:paint", true),
AttributeInfo("sodipodi:arc-type", true),
AttributeInfo("sodipodi:arg1", true),