[Table of Contents] [docx version]
Error! No text of specified style in document.
This element specifies that a line join shall be mitered.
[Example: The following sample illustrated two lines which are joined using a mitered style
end example]
Parent Elements |
ln (§5.1.2.1.24); lnB (§5.1.6.3); lnBlToTr (§5.1.6.4); lnL (§5.1.6.5); lnR (§5.1.6.6); lnT (§5.1.6.7); lnTlToBr (§5.1.6.8); uLn (§5.1.5.3.14) |
Attributes |
Description |
lim (Miter Join Limit) |
Specifies the amount by which lines will be extended to form a miter join - otherwise miter joins can extend infinitely far (for lines which are almost parallel).
The possible values for this attribute are defined by the ST_PositivePercentage simple type (§5.1.12.46). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_LineJoinMiterProperties">
<attribute name="lim" type="ST_PositivePercentage" use="optional"/>
</complexType>