Introduce linecap attribute for SVG elements such as ARC, LINE etc. With possible values: butt, round, square. So one can easily implement rounded, squared or cut-off lines.
Example:
<arc x="50" y="50" width="200" height="200" fill="red" arc-width="20" start-angle="0" sweep-angle="270" linecap="rounded"/>

Join us on the Community Forums!
Community Guidelines
Learn the Basics
Join the Community!
Not finding your answer on the Community Forums?
Go to the Help Site
Contact Support