Hello,
when feeding the reporting engine svg files containing dashed polylines (with stroke-dasharray), the output loses the stroke-dasharray attribute, making the line no longer dashed, except with stroke-width at 1.
attached is a simple console application with the template and svg files that represents our problem. input1.svg contains a polyline with “stroke-width:1” and “stroke-dasharray:1,6”, and will generate output1.svg with the expected dashed curve. However input2.svg and input3.svg that have “stroke-width:2” and “stroke-width:3” will generate output2 and 3.svg that haven’t “stroke-dasharray:1,6” as an attribute to their curves. I hope it helps solving the problem.
Best regards,
Matthieu Corblin, Nexio.BugAsposeDashedLines.zip (19,3 Ko)
BugAsposeDashedLines.zip (19.3 KB)