gl-vis / regl-line2d

:part_alternation_mark: Draw 2d polyline with regl
https://gl-vis.github.io/regl-line2d
MIT License
59 stars 15 forks source link

Mobile miter artifact #14

Closed dy closed 7 years ago

dy commented 7 years ago

image

Something special with adjacent miters happen. We probably want to disable miters for obtuse angles.

Related to #12

dy commented 7 years ago

Done