bpmn-js/lib
Nico Rehwaldt 13e3752f94 fix(draw): render hex and rgb encoded color markers
Until now we did not properly sanitize the IDs we create for colored
markers. This would make the marker retrival fail with fill and
stroke colors encoded in hex and rgb(a, b, c) form.

This commit improves the situation by removing forbidden chars from
the marker ID.

Closes #981
Related to camunda/camunda-modeler#1342
2019-04-18 14:42:01 +00:00
..
core chore(project): es6ify source code 2018-04-03 16:32:14 +02:00
draw fix(draw): render hex and rgb encoded color markers 2019-04-18 14:42:01 +00:00
features chore(modeling/BpmnUpdater): remove now unnecessary crop on reconnect 2019-04-10 19:08:49 +00:00
import chore(Viewer): type BPMNDiagram arg where possible 2019-04-16 15:20:12 +02:00
util feat(import): render DataInput and DataOutput labels 2019-03-26 11:55:36 +01:00
.eslintrc chore(project): detect unresolved lint rules 2018-10-26 11:18:37 +00:00
Modeler.js feat(snapping): add grid snapping 2019-04-12 17:42:08 +02:00
NavigatedViewer.js chore(editor-actions): make dependencies optional 2018-10-29 14:52:41 +00:00
Viewer.js chore(Viewer): type BPMNDiagram arg where possible 2019-04-16 15:20:12 +02:00