QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
stroke-linejoin | restriction of xs:token | optional |
Attribute Group | mei:svg_SVG.Paint.attrib |
<xs:attributeGroup name="svg_SVG.stroke-linejoin.attrib"> <xs:attribute name="stroke-linejoin"> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="miter"/> <xs:enumeration value="round"/> <xs:enumeration value="bevel"/> <xs:enumeration value="inherit"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:attributeGroup> |