0
Background color of an object. takes css colors https://www.w3.org/TR/css-color-3/
Optional clipa fabricObject that, without stroke define a clipping area with their shape. filled in black the clipPath object gets used when the object has rendered, and the context is placed in the center of the object cacheCanvas. If you want 0,0 of a clipPath to align with an object center, use clipPath.originX/Y to 'center'
End angle of the circle probably will change to degrees in next major version
360
Color of object's fill takes css colors https://www.w3.org/TR/css-color-3/
rgb(0,0,0)
Fill rule used to fill an object
accepted values are nonzero, evenodd
Backwards incompatibility note: This property was used for setting globalCompositeOperation until v1.4.12 (use globalCompositeOperation instead)
nonzero
When true, an object is rendered as flipped horizontally
false
When true, an object is rendered as flipped vertically
false
Composite rule used for canvas globalCompositeOperation
Object height
Left position of an object. Note that by default it's relative to object left. You can change this by setting originX={left/center/right}
0
Opacity of an object
1
Horizontal origin of transformation of an object (one of "left", "right", "center") See http://jsfiddle.net/1ow02gea/244/ on how originX/originY affect objects in groups
'left'
Vertical origin of transformation of an object (one of "top", "bottom", "center") See http://jsfiddle.net/1ow02gea/244/ on how originX/originY affect objects in groups
'top'
Determines if the fill or the stroke is drawn first (one of "fill" or "stroke")
Radius of this circle
0
Object scale factor (horizontal)
1
Object scale factor (vertical)
1
Shadow object representing shadow of this shape
null
Angle of skew on x axes of an object (in degrees)
0
Angle of skew on y axes of an object (in degrees)
0
degrees of start of the circle. probably will change to degrees in next major version
0
When defined, an object is rendered via stroke and this property specifies its color takes css colors https://www.w3.org/TR/css-color-3/
null
Array specifying dash pattern of an object's stroke (stroke must be defined)
null;
Line offset of an object's stroke
0
Line endings style of an object's stroke (one of "butt", "round", "square")
butt
Corner style of an object's stroke (one of "bevel", "round", "miter")
Maximum miter length (used for strokeLineJoin = "miter") of an object's stroke
4
When false, the stoke width will scale with the object.
When true, the stroke will always match the exact pixel size entered for stroke width.
this Property does not work on Text classes or drawing call that uses strokeText,fillText methods
default to false
2.6.0
false
false
Width of a stroke used to render this object
1
Top position of an object. Note that by default it's relative to object top. You can change this by setting originY={top/center/bottom}
0
When set to false, an object is not rendered on canvas
Object width
Generated using TypeDoc
Angle of rotation of an object (in degrees)