首頁 / 新聞 / MindFusion.Diagramming for JavaScript 3.2
MindFusion.Diagramming for JavaScript 3.2
匯出圖表到可伸縮向量圖形 (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.