We have been using Diagram Java to convert vsdx files to SVG. However, versions 21.3 and 21.4 now misplace some previously correctly placed shapes.
The attached svg-conversion-problem-from-21.2-to-21.3.zip file contains an example showing it:
- diagram-with-image.svg - the source vsdx
- diagram-with-image.from-21.2.svg - the svg created with diagram 21.2
- diagram-with-image.from-21.3.svg - the svg created with diagram 21.3
- com/cognidox/TestConvert.java - the conversion code
As you should see, the first aid shape in the source vsdx should appear midway down the page on the left. In the SVG created with 21.3, this shape is shifted left and down.
There’s nothing in the 21.3 java release notes to indicate why this would happen.
svg-conversion-problem-from-21.2-to-21.3.zip (73.7 KB)
This problem has left us unable to use version 21.3 onwards.
Regards
Vittal