Prechádzať zdrojové kódy

Make Archimate3 Capability/Course of action shapes rounded

These are behavioural elements, so should have rounded corners.
Tim Retout 6 rokov pred
rodič
commit
b9c8f34cd2

+ 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(' '))
 		];