Render themes: symbols on lines, fix #495

This commit is contained in:
Emux
2018-01-30 14:02:00 +02:00
parent ea21d64822
commit e304c04f1c
7 changed files with 161 additions and 6 deletions

View File

@@ -234,6 +234,9 @@
<xs:attribute name="symbol-width" type="xs:positiveInteger" use="optional" />
<xs:attribute name="symbol-height" type="xs:positiveInteger" use="optional" />
<xs:attribute name="symbol-percent" type="xs:positiveInteger" use="optional" />
<xs:attribute name="repeat" default="false" type="xs:boolean" use="optional" />
<xs:attribute name="repeat-gap" default="200" type="xs:float" use="optional" />
<xs:attribute name="repeat-start" default="30" type="xs:float" use="optional" />
</xs:complexType>
<xs:complexType name="extrusion">