5#ifndef FLUTTER_IMPELLER_GEOMETRY_STROKE_PARAMETERS_H_
6#define FLUTTER_IMPELLER_GEOMETRY_STROKE_PARAMETERS_H_
Join
An enum that describes ways to join two segments of a path.
@ kRound
Points are drawn as squares.
@ kSquare
Points are drawn as circles.
Cap
An enum that describes ways to decorate the end of a path contour.
A structure to store all of the parameters related to stroking a path or basic geometry object.
constexpr bool operator==(const StrokeParameters ¶meters) const =default