Render themes: add tessellation option in area style, closes #37

This commit is contained in:
Emux
2016-06-25 16:26:03 +03:00
parent d97511e1e1
commit 9b7d893fd5
4 changed files with 19 additions and 2 deletions

View File

@@ -98,6 +98,7 @@
<xs:attribute name="fade" type="xs:integer" use="optional" default="-1" />
<xs:attribute name="blend" type="xs:integer" use="optional" default="-1" />
<xs:attribute name="blend-fill" type="tns:color" use="optional" default="#000000" />
<xs:attribute name="mesh" type="xs:boolean" use="optional" default="false" />
</xs:complexType>
<xs:complexType name="caption">