-
Notifications
You must be signed in to change notification settings - Fork 147
Description
On #592 "Browsers do not accept stroke-linejoin 'miter-clip' or 'arcs'" it was in 2018.
It was put at risk, 5 years later, nobody is implementing them.
should it just be removed from the SVG2.
https://w3c.github.io/svgwg/svg2-draft/painting.html#StrokeLinejoinProperty
miter-clip
This value is the same as miter but if the stroke-miterlimit is exceeded, the miter is clipped at a distance equal to half the stroke-miterlimit value multiplied by the stroke width from the intersection of the path segments (see below).
and
arcs
This value indicates that an arcs corner is to be used to join path segments. The arcs shape is formed by extending the outer edges of the stroke at the join point with arcs that have the same curvature as the outer edges at the join point.
The miter-clip and arcs values are new in SVG 2. The miter-clip value offers a more consistent presentation for a path with multiple joins as well as better behavior when a path is animated. The arcs value provides a better looking join when the path segments at the join are curved.
The values miter-clip and arcs of the stroke-linejoin property are at risk. There are no known browser implementations. See issue GitHub issue #592.