2015-07-20 82 views
3

SVG三角形不能充分顯示一個角度

<svg width="400" height="400"> 
 
    <g groupfor="line" transform="translate(30,40)"> 
 
    <path stroke="#3a5f8b" fill="none" stroke-width="20" d="M 0.00 132 L 31 0.00 L 62 132 Z"></path> 
 
    </g>

以上是我使用的SVG代碼。

+1

其中是「以下代碼」 –

+0

可見示例 – thomasfuchs

+0

代碼現在可見。 – meteor

回答

2

您想更改stroke-mitrelimitstroke-linejoin以獲得您以後的效果。如果您希望角落更銳利,您需要增加斜接限制。

+0

Alex,感謝您的幫助,設置了stroke-miterlimit後。 – meteor