A BPMN 2.0 rendering toolkit and web modeler. https://bpmn.io/toolkit/bpmn-js/
Go to file
Nico Rehwaldt 38062233a5 fix(example): fix text bbox not being correctly computed
This is due to the fact, that we used display: none while the initial
version of the diagram was loaded. By changing that to visibility:
hidden, browsers can correctly compute the bbox of text elements.
2014-04-28 15:36:15 +02:00
docs chore(project): pull out bpmn model 2014-04-03 19:34:17 +02:00
example fix(example): fix text bbox not being correctly computed 2014-04-28 15:36:15 +02:00
lib chore(dependencies): update moddle 2014-04-28 15:36:13 +02:00
resources feat(zoomscroll): add zoom scroll util 2014-04-11 17:11:10 +02:00
test feat(bpmnrenderer): gateway renndering added 2014-04-28 09:28:10 +02:00
.gitignore chore(build): generate api docs to docs/api 2014-03-17 15:11:15 +01:00
.jshintrc chore(jshint): add node as environment 2014-04-28 15:36:15 +02:00
Gruntfile.js chore(build): use watchify for auto-building 2014-04-28 15:36:14 +02:00
bower.json chore(project): pull out bpmn model 2014-04-03 19:34:17 +02:00
package.json chore(build): use watchify for auto-building 2014-04-28 15:36:14 +02:00