MindFusion.Diagramming for Java Swing V4.5

Released: Oct 15, 2020

V4.5 버젼 업데이트

기능

  • SVG nodes - Added SVG nodes which can display SVG drawings in addition to the rendering provided by its base ShapeNode class.
  • JSON serialization improvements
    • HatchBrush objects are now serialized in JSON files.
    • saveToJsonFile now encodes the JSON content in UTF8 format.
  • Miscellaneous
    • ImagePadding property of ShapeNode, TableNode and Cell lets you set padding space between element's borders and the contained Image.
    • FoldIconSize property added to ContainerNode.
    • Tag property added to the Cell class lets you associate custom data with cells.

수정사항

  • Fixed JSON serializaton of pens with null DashStyle.
  • Fixed drawing glitches when Windows 10 display scaling is enabled.