Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Diagramming for ASP.NET, V5.3 (Read 1687 times)
Forum Admin
YaBB Administrator
*****
Offline


Rock and Roll

Posts: 687
Joined: Apr 6th, 2003
Diagramming for ASP.NET, V5.3
Aug 14th, 2014 at 2:35pm
Print Post  
We have released version 5.3 of NetDiagram. It contains the following new features:

SVG nodes in Canvas mode
The SvgNode class represents nodes that can display SVG drawings. SVG graphics are rendered instead of Image, and on top of the geometry rendered by the base ShapeNode class. The SVG drawing of the node is specified through its SvgUrl property.

Import diagrams from SVG
The SvgImporter class allows importing Scalable Vector Graphics files (*.svg) into MindFusion.Diagramming. Each top-level SVG group element is imported as a separate SvgNode, whose Content is set to the group's child elements. If the SVG file was exported from Visio or OpenOffice Draw, SvgImporter will create DiagramLink objects for groups it recognizes as connectors in order to recreate the original diagram model, though in this case it will not preserve fully the original appearance of connectors in SVG.

Visio2013Exporter improvements
~ Support for multi-segment links.
~ Bezier links are now exported as NURBS lines.
~ Support for rotated nodes.
~ Proper scale for all MeasureUnit values.
~ Support for semi-transparent colors.

Miscellaneous
~ OrthogonalLayout no longer ignores repeating links, and will now place them at a distance specified via RepeatingLinksPadding property.
~ The AllowUnconnectedLinks property is now supported in Canvas mode.
~ BackgroundImageUrl property of Diagram is now supported in Canvas mode.
~ The TextStyle property of links is now supported in Canvas mode.

Registered customers with an active upgrade subscription can download the licensed version from the clients area on our site.

A trial version is available for download here:
https://www.mindfusion.eu/NetDiagramTrial.zip

Enjoy!
« Last Edit: Sep 3rd, 2014 at 12:58pm by Forum Admin »  
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint