summaryrefslogtreecommitdiffstats
path: root/testfiles
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2018-06-25 19:58:20 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2018-08-05 00:38:53 +0000
commitd119fffbaf3a19c463edb28b232015cb40880445 (patch)
treec2dd998e9dfd73d9b2d9c2ab167a3d8f881f265a /testfiles
parentUpdate to trunk and styling fixes (diff)
downloadinkscape-d119fffbaf3a19c463edb28b232015cb40880445.tar.gz
inkscape-d119fffbaf3a19c463edb28b232015cb40880445.zip
Fixes pointed by Tav
Diffstat (limited to 'testfiles')
-rw-r--r--testfiles/src/style-test.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/testfiles/src/style-test.cpp b/testfiles/src/style-test.cpp
index c7a5a22f8..e1069ae04 100644
--- a/testfiles/src/style-test.cpp
+++ b/testfiles/src/style-test.cpp
@@ -214,6 +214,8 @@ std::vector<StyleRead> getStyleData()
StyleRead("marker-mid:url(#Arrow)"),
StyleRead("marker-end:url(#Arrow)"),
StyleRead("stroke-opacity:0.5"), // SPIScale24
+ //Currently inkscape handle unit conversion in dasharray but need
+ //a active document to do it, so we can't include in any test
StyleRead("stroke-dasharray:0, 1, 0, 1"), // SPIDashArray
StyleRead("stroke-dasharray:0 1 0 1","stroke-dasharray:0, 1, 0, 1"),
StyleRead("stroke-dasharray:0 1 2 3","stroke-dasharray:0, 1, 2, 3"),