color coding for reaction in sbml is improperly used (Copasi doesn't reaction colors provided by minerva)
stroke should contain color id (not generic stroke id)
In principle this should be changed:
style.getGroup().setFill(color.getId());
into
style.getGroup().setStroke(color.getId());
this patches should fix it:
Edited by Piotr Gawron