chore: add underline decoration type demo

This commit is contained in:
Hufe921
2024-02-28 20:53:25 +08:00
parent a7fa847b19
commit aa12296ef6
5 changed files with 85 additions and 2 deletions
+1
View File
@@ -0,0 +1 @@
<svg width="126" height="20" xmlns="http://www.w3.org/2000/svg"><path d="M4 10h118v1H4zm0 3h118v1H4z"/></svg>

After

Width:  |  Height:  |  Size: 109 B

+1
View File
@@ -0,0 +1 @@
<svg width="126" height="20" xmlns="http://www.w3.org/2000/svg"><path fill="none" stroke="#000000" d="M4 10 Q6 8,8 10 T12 10 T16 10 T20 10 T24 10 T28 10 T32 10 T36 10 T40 10 T44 10 T48 10 T52 10 T56 10 T60 10 T64 10 T68 10 T72 10 T76 10 T80 10 T84 10 T88 10 T92 10 T96 10 T100 10 T104 10 T108 10 T112 10 T116 10 T120 10 T124 10"/></svg>

After

Width:  |  Height:  |  Size: 336 B