Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

line round corners svg

 <line x1="80" y1="200" x2="240" y2="200" stroke-width="10"
       stroke-linecap="round" />
<!--"stroke-linecap" can be usedas a CSS property
You can use this attribute with the following SVG elements:
<altGlyph> <path> <polyline> <line> <text> <textPath> <tref> <tspan>
 -->
Source by developer.mozilla.org #
 
PREVIOUS NEXT
Tagged: #line #corners #svg
ADD COMMENT
Topic
Name
4+4 =