{{newin|[[0.10.1]]|101|type=enum}}
Different types of [[love.graphics.arc|arcs]] that can be drawn.
== Constants ==
;pie: The arc is drawn like a slice of pie, with the arc circle connected to the center at its end-points.
;open: The arc circle's two end-points are unconnected when the arc is drawn as a line. Behaves like the "closed" arc type when the arc is drawn in filled mode.
;closed: The arc circle's two end-points are connected to each other.
== Notes ==
[[File:arcs.png]]
== See Also ==
* [[parent::love.graphics]]
* [[love.graphics.arc]]
[[Category:Enums]]
{{#set:Description=Different types of [[love.graphics.arc|arcs]] that can be drawn.}}
== Other Languages ==
{{i18n|ArcType}}