camunda / camunda-bpmn.js

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

fix(renderer): Use width of activity when rendering activitity label #7

Closed paed01 closed 10 years ago

paed01 commented 10 years ago

I ran the jasmine tests and found that one of the tests did not pass - Basic Renderer Functionality should render a subprocess. The problem was that the full length of the activity wasn't used when rendering labels. I think I got it right, or at least all tests passed (Chrome & FF).

Best regards and thank you for an excellent product,

/pål