attributeGroup closedShapePenAttributes
used by
elements copperPour offpageConnector partBorder pcbCutout polygon rectangle
attributeGroup penAttributes
attributes
Name  Type  Use  Default  Fixed  annotation
penWidthxs:floatoptional  0    
documentation
The width of the pen.
lineJoinlineJoinoptional  round    
documentation
The line join style.
linePatternlinePatternoptional  solid    
documentation
The line pattern.
penColorcoloroptional  0,0,0    
documentation
The color of the pen.
annotation
documentation
Pen attributes for a closed shape.

attribute closedShapePenAttributes/@penWidth
type xs:float
properties
isRef 0
default 0
use optional
annotation
documentation
The width of the pen.

attribute closedShapePenAttributes/@lineJoin
type lineJoin
properties
isRef 0
default round
use optional
facets
enumeration miter
enumeration bevel
enumeration round
annotation
documentation
The line join style.

attribute closedShapePenAttributes/@linePattern
type linePattern
properties
isRef 0
default solid
use optional
facets
enumeration solid
enumeration dot
enumeration dash
enumeration dashDot
enumeration dashDotDot
annotation
documentation
The line pattern.

attribute closedShapePenAttributes/@penColor
type color
properties
isRef 0
default 0,0,0
use optional
facets
pattern ([0-9],)*[0-9]+,[0-9]+,[0-9]+
annotation
documentation
The color of the pen.