Hi
We are using guidelines in Visio to align objects, and those guidelines appear to be present in the output SVG.
When exporting from Visio, those guidelines are removed in the SVG.
You create the guidelines as a path element, with the d attribute values of ‘Z’, this may be valid SVG, but that element has 0 (zero) width and height, and doesn’t add value to the output.
guideline.zip (278.0 KB)
source.vsd (source diagram with guidelines)
apose.svg (apose output containing guides lines (id=101 and 113)
visio.svg (visio output with no guide lines)
Regards
Dennis