Svg 删除三角形中间的一条直线,而不会弄乱其余的代码

Svg 删除三角形中间的一条直线,而不会弄乱其余的代码,svg,Svg,每次我尝试一些东西,都会把整个代码弄乱。这里有人能帮我吗。这只是一句台词,应该没那么难,我不明白为什么 这项工作: <svg width="300" height="300" style="background-color:red;" viewBox="13 9.0 11 18"> <path fill="currentColor" style="stroke: #0059dd; stroke-width:1px;color:black;" d="M

每次我尝试一些东西,都会把整个代码弄乱。这里有人能帮我吗。这只是一句台词,应该没那么难,我不明白为什么


这项工作:

<svg width="300" height="300" style="background-color:red;" viewBox="13 9.0 11 18">
<path fill="currentColor"
      style="stroke: #0059dd; stroke-width:1px;color:black;"
      d="M 12,26 12,10 25,18 z">
</path>
</svg>


你能帮我做一下吗。
<svg width="300" height="300" style="background-color:red;" viewBox="13 9.0 11 18">
<path fill="currentColor"
      style="stroke: #0059dd; stroke-width:1px;color:black;"
      d="M 12,26 12,10 25,18 z">
</path>
</svg>