Aspose.Diagram for Java 20.10 Release Notes

Improvements and Changes

Key Summary Category
DIAGRAMJAVA-50457 The text items are displaced on converting a VSD pages to SVGs Enhancement

Public API Changes

  • Added IsExportScaleInMatrix in SVGSaveOptions - Defines whether need export scale in matrix or not.
SVGSaveOptions o = new SVGSaveOptions();
o.setExportScaleInMatrix(false);