FlowChart.NET improves SVG parsing speed

Released: Mar 7, 2011

Updates in this release

Updates in V5.6.1

Export/Import improvements

  • The swimlane grid can be exported to Visio by setting the ExportLanes property of VisioExporter.
  • PdfExporter supports radial gradients.
  • VisioImporter can import attributes from shape masters.
  • Improved support for importing Visio groups.
  • Parsing SVG content became slow after the additions in V5.6. Now parsing speed has been improved.

CompositeNode improvements

  • The FocusedComponent property specifies which component has the keyboard focus.
  • Components now raise MouseMove, GotFocus and LostFocus events.
  • Convert point coordinates between the diagram and component coordinate systems by calling ToDocument or ToLocal methods.
  • The Draw method of components now receives a RenderOptions parameter.
  • An advanced CompositeNode -derived sample class in included in the Demo project.