Open matthiaskoenig opened 3 years ago
This is related to the update in #96.
All SED-ML examples still use the Line.style and Marker.style. Reading such files should result in a parsing error that style is not an attribute on Marker or Line. Otherwise the style is just ignored silently.
Line.style
Marker.style
style
This is related to the update in #96.
All SED-ML examples still use the
Line.style
andMarker.style
. Reading such files should result in a parsing error thatstyle
is not an attribute on Marker or Line. Otherwise the style is just ignored silently.