pub type LineCap = SkSVGLineCap;
enum LineCap { Butt = 0, Round = 1, Square = 2, }
source
Hasher
self
other
==
!=