withCalc line { stroke-dashoffset: calc(190px / 2); } .withoutCalc line { stroke-dashoffset: 95px; } <svg class="withCalc" viewBox="0 0 200 200" width="200" ...
確定! 回上一頁