From d119fffbaf3a19c463edb28b232015cb40880445 Mon Sep 17 00:00:00 2001 From: Jabier Arraiza Date: Mon, 25 Jun 2018 21:58:20 +0200 Subject: Fixes pointed by Tav --- testfiles/src/style-test.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'testfiles/src/style-test.cpp') 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 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"), -- cgit v1.2.3