Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

도형(SVG)을 삽입하고 편집 할 수 있는 플러그인입니다.

사용방법

플러그인 파일 불러오기

Info

사이냅에디터의 shapeEditor플러그인 사용시 SEShapeManager모듈을 필수로  include 하셔야 합니다.


Code Block
languagexml
themeEmacs
<!-- ShapEditor plugin include -->
<script src="plugins/shapeEditor/shapeEditor.min.js"></script>
<link rel="stylesheet" href="plugins/shapeEditor/shapeEditor.min.css">

<!-- SEShapeManager module include -->
<script src="externals/SEShapeManager/SEShapeManager.min.js"></script>

...