소스 검색

Make Archimate3 Capability/Course of action shapes rounded

These are behavioural elements, so should have rounded corners.
Tim Retout 6 년 전
부모
커밋
b9c8f34cd2
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/main/webapp/js/diagramly/sidebar/Sidebar-ArchiMate3.js

+ 2 - 2
src/main/webapp/js/diagramly/sidebar/Sidebar-ArchiMate3.js

@@ -377,9 +377,9 @@
 		[
 			this.createVertexTemplateEntry(am2 + 'application;appType=resource;archiType=square;', 
 					w * 150, h * 75, '', 'Resource', null, null, this.getTagsForStencil(gn, '', dt + 'resource').join(' ')),
-			this.createVertexTemplateEntry(am2 + 'application;appType=capability;archiType=square;', 
+			this.createVertexTemplateEntry(am2 + 'application;appType=capability;archiType=rounded;', 
 					w * 150, h * 75, '', 'Capability', null, null, this.getTagsForStencil(gn, '', dt + 'capability').join(' ')),
-			this.createVertexTemplateEntry(am2 + 'application;appType=course;archiType=square;', 
+			this.createVertexTemplateEntry(am2 + 'application;appType=course;archiType=rounded;', 
 					w * 150, h * 75, '', 'Course of Action', null, null, this.getTagsForStencil(gn, '', dt + 'course action').join(' '))
 		];