In model_writer.rs, shouldn't colorgroup and color also be preceded by the prefix m: ``` xml.start_element("colorgroup") // Zeile 106 xml.start_element("color") // Zeile 110 xml.end_element("colorgroup") // Zeile 114' ```
In model_writer.rs, shouldn't colorgroup and color also be preceded by the prefix m: