@pos
Without
@line
In XMIR, each
<o/>
that has @pos
attribute, must have
@line
attribute as well.
Incorrect:
object>
<o pos="3" name="foo"/>
<object> </
Correct:
object>
<o line="2" pos="3" name="foo"/>
<object> </
Published on Sun Jun 22 07:52:54 UTC 2025.