In SynapEditor 2.8.0 release, the import function and figure-related functions were separated into external modules to lighten the editor script file.

In order to use the import function and the figure-related function as before, the following files must be additionally included.

To import a document containing figures or use the function of the shapeEditor plug-in, include the SEShapeManager module included under the editor package externals folder.

How to use

Use SEDocModelParser.min.js, which is included in externals/SEDocModelParser

<script src="externals/SEShapeManager/SEShapeManager.min.js"></script>