bpmn-js/example/simple-application
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
..
app.css fix(example): fix text bbox not being correctly computed 2014-04-28 15:36:15 +02:00
app.js feat(example): restructure simple application example 2014-04-09 14:27:35 +02:00
modeler.html feat(example): restructure simple application example 2014-04-09 14:27:35 +02:00
viewer.html feat(example): restructure simple application example 2014-04-09 14:27:35 +02:00