Cut tools use attribute "color" instead "lineColor".

--HG--
branch : feature
This commit is contained in:
Roman Telezhynskyi 2015-02-12 18:02:23 +02:00
parent ee0f8d51be
commit 0deaa1b7b4

View file

@ -122,6 +122,7 @@
<xs:attribute name="arc" type="xs:unsignedInt"></xs:attribute>
<xs:attribute name="curve" type="xs:unsignedInt"></xs:attribute>
<xs:attribute name="lineColor" type="colors"></xs:attribute>
<xs:attribute name="color" type="colors"></xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="line" minOccurs="0" maxOccurs="unbounded">