bpmn-js/lib/draw
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
..
BpmnRenderUtil.js chore(project): drop 'use strict' 2018-04-03 18:09:53 +02:00
BpmnRenderer.js fix(draw): render hex and rgb encoded color markers 2019-04-18 14:42:01 +00:00
PathMap.js chore(project): drop 'use strict' 2018-04-03 18:09:53 +02:00
TextRenderer.js fix(draw): revert to Arial as default font 2018-06-28 10:21:08 +02:00
index.js chore(draw): unify text rendering into service 2018-05-24 16:26:01 +02:00