Determines how line endpoints are rendered. This is the same as SVG's stroke-linecap property.
stroke-linecap
butt
round
square
These have been altered from DrawingML which used "flat" for butt, "rnd" for round, and "sq" for square.
Determines how line endpoints are rendered. This is the same as SVG's
stroke-linecapproperty.buttroundsquareThese have been altered from DrawingML which used "flat" for
butt, "rnd" forround, and "sq" forsquare.