UNPKG

bpmn-js

Version:

A bpmn 2.0 toolkit and web modeler

15 lines 972 B
export default { 'start-event-non-interrupting': ` <svg viewBox="0 0 2048 2048" xmlns="http://www.w3.org/2000/svg"> <g transform="translate(0 995.64)"> <path d="m1899 28.357c21.545 567.43-598.38 1023.5-1133.6 835.92-548.09-147.21-801.57-873.95-463.59-1330 302.62-480.3 1071.7-507.54 1407.6-49.847 122.14 153.12 190.07 348.07 189.59 543.91z" fill="none" stroke="currentColor" stroke-dasharray="418.310422, 361.2328165" stroke-linecap="round" stroke-width="100"/> </g> </svg>`, 'intermediate-event-non-interrupting': ` <svg viewBox="0 0 2048 2048" xmlns="http://www.w3.org/2000/svg"> <g transform="translate(0 995.64)" fill="none" stroke="currentColor" stroke-linecap="round"> <circle cx="1024" cy="28.357" r="875" stroke-dasharray="418.310422, 361.2328165" stroke-width="100"/> <circle cx="1024" cy="28.357" r="685" stroke-dasharray="348.31044857,261.23283643" stroke-dashoffset="500" stroke-width="100"/> </g> </svg>` };