Extrusions default height, fix #409

This commit is contained in:
Emux
2017-09-26 19:13:58 +03:00
parent 0d7d75ccb5
commit 3b224d21fc
3 changed files with 5 additions and 5 deletions

View File

@@ -236,6 +236,8 @@
<xs:attribute name="line-color" type="tns:color" use="optional" />
<xs:attribute name="side-color" type="tns:color" use="required" />
<xs:attribute name="top-color" type="tns:color" use="required" />
<!-- 12m default -->
<xs:attribute name="default-height" default="12" type="xs:positiveInteger" use="optional" />
</xs:complexType>
<!-- match elements -->