Skip to content

Commit

Permalink
Update files/zh-cn/web/svg/attribute/stroke-dasharray/index.md
Browse files Browse the repository at this point in the history
Co-authored-by: A1lo <[email protected]>
  • Loading branch information
Gahotx and yin1999 authored Aug 24, 2024
1 parent 6f01883 commit 3b27a73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions files/zh-cn/web/svg/attribute/stroke-dasharray/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ svg {
<!-- 虚线段和间隙长度不同 -->
<line x1="0" y1="5" x2="30" y2="5" stroke-dasharray="4 1" />

<!-- 具有奇数个各种长度的虚线段和间隙 -->
<!-- 具有奇数个不同长度的虚线段和间隙 -->
<line x1="0" y1="7" x2="30" y2="7" stroke-dasharray="4 1 2" />

<!-- 具有偶数个各种长度的虚线段和间隙 -->
<!-- 具有偶数个不同长度的虚线段和间隙 -->
<line x1="0" y1="9" x2="30" y2="9" stroke-dasharray="4 1 2 3" />

<!-- 以间隙开始的虚线 -->
Expand Down

0 comments on commit 3b27a73

Please sign in to comment.