Is your feature request related to a problem? Please describe.
XML file is parsed without consideration of stroke/fill attributes for elements.
The goal to have for example two circles with different colors defined in the xml file to be rendered with different colors.
Describe the solution you'd like
Allow in xml attributes:
bioc:stroke="#000000" bioc:fill="#ffd726"
So they can be parsed and drawn on UI.
Is your feature request related to a problem? Please describe.
XML file is parsed without consideration of stroke/fill attributes for elements.
The goal to have for example two circles with different colors defined in the xml file to be rendered with different colors.
Describe the solution you'd like
Allow in xml attributes:
bioc:stroke="#000000" bioc:fill="#ffd726"
So they can be parsed and drawn on UI.