Browse our Products
Aspose.Diagram for Java 21.6 Release Notes
This page contains release notes information for Aspose.Diagram for Java 21.6.
Improvements and Changes
Key | Summary | Category |
---|---|---|
DIAGRAMJAVA-50725 | Incorrect corner rounding when converting from vsdx to svg | Enhancement |
DIAGRAMJAVA-50724 | Regression in Aspose Diagram Java 21.3 - incorrect connector display | Bug |
DIAGRAMJAVA-50727 | Workiva: getting default textblock margins | Bug |
DIAGRAMJAVA-50728 | Workiva: inherited fill color gradient | Bug |
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()