camunda / camunda-bpmn.js

camunda BPMN 2.0 Javascript libraries
http://www.camunda.org/
135 stars 47 forks source link

Rendering gateway in a better way #10

Closed kant1981 closed 10 years ago

kant1981 commented 10 years ago

Hi,

I am using bpmn.min.js to render the process diagram. Sadly, some of the gateways can not be correctly rendered. I suppose if a gateway has the corresponding adapterType and adapter class, it is rendered as a normal task but with a very small size. The problem is in this case, the name of the gateway can not be seen. How can I overcome this problem? Is that possible to adapt the js to avoid this problem. If yes, can you tell me how? Thanks in advance.

Best, Huiying