Browse our Products

Aspose.Diagram for Java 20.10 Release Notes

Improvements and Changes

KeySummaryCategory
DIAGRAMJAVA-50457The text items are displaced on converting a VSD pages to SVGsEnhancement

Public API Changes

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


 
 English