summaryrefslogtreecommitdiffstats
path: root/testfiles
diff options
context:
space:
mode:
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"),