홈 / 뉴스 / MindFusion.Diagramming for JavaScript 3.2
MindFusion.Diagramming for JavaScript 3.2
다이어그램을 Scalable Vector Graphics (SVG, 확장 가능한 벡터 그래픽)으로 내보냅니다.
12월 1, 2017
신규 버전
기능
Export to SVG - The SvgExporter class creates a Scalable Vector Graphics (SVG) drawing from the content of a Diagram.
AMD Module - The diagramming.js script can now be loaded as an AMD module. If it detects an AMD loader during startup, it will list common.js as its dependency, so it is enough to require only diagramming.js as application's direct dependency:
Miscellaneous
A node's Stroke attribute is now also applied to shape decoration elements.
Underlined fonts can be applied to the text of links.
RowCount and ColumnCount properties now exposed by TableNode.
수정사항
Arc definitions in custom shapes now follow correct SVG syntax instead of specifying bounding box and angles.