Browse our Products

Aspose.Diagram for Java 21.6 Release Notes

Improvements and Changes

KeySummaryCategory
DIAGRAMJAVA-50725Incorrect corner rounding when converting from vsdx to svgEnhancement
DIAGRAMJAVA-50724Regression in Aspose Diagram Java 21.3 - incorrect connector displayBug
DIAGRAMJAVA-50727Workiva: getting default textblock marginsBug
DIAGRAMJAVA-50728Workiva: inherited fill color gradientBug

Public API and Backwards Incompatible Changes

The following is a list of any changes made to the public API such as added, renamed, removed or deprecated members as well as any non-backward compatible change made to Aspose.Diagram for Java. If you have concerns about any change listed, please raise it on the Aspose.Diagram support forum.

Adds setEmfRenderSetting in SVGSaveOptions

  • Setting for rendering Emf metafile
SVGSaveOptions saveOp = new SVGSaveOptions();          
saveOp.setEmfRenderSetting(EmfRenderSetting.EMF_PLUS_PREFER);

Adds getInheritTextBlock in Shape

  • Contains the textblock values for the shape inherit by the parent style and the master shape.
 shape.getInheritTextBlock().getRightMargin().getValue()


 
 English