SVG Export Bug? Negative dash length

When converting some .des to .svg with Corel Designer 2017 and running through Apache Batik an error occurs.

Negative dash length

The problem is this:

stroke-dasharray:20616694.958495 20616694.958495 -37523837.119246 20616694.958495

How do I find these issues are remove them in Designer?

Changing the line style to something dashed and then changing it back to the solid line fixes it. But is this a bug?

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Creator: Corel DESIGNER 2017 -->
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="0.592949in" height="0.337937in" version="1.1" style="shape-rendering:geometricPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality; fill-rule:evenodd; clip-rule:evenodd"
viewBox="0 0 2761.73 1573.98"
xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<style type="text/css">
<![CDATA[
.str0 {stroke:#373435;stroke-width:32.35;stroke-miterlimit:2.61313;stroke-dasharray:20616694.958495 20616694.958495 -37523837.119246 20616694.958495}
.fil0 {fill:none}
]]>
</style>
</defs>
<g id="Layer_x0020_1">
<metadata id="CorelCorpID_0Corel-Layer"/>
<line class="fil0 str0" x1="7.94" y1="1559.88" x2="2753.79" y2= "14.1" />
</g>
</svg>
Parents Reply Children
No Data