
1 ysc3839 2020-10-13 19:56:37 +08:00 via Android 把 SVG 发来看看? |
2 Pokemon123 OP @ysc3839 <svg id="svg-wrap" width="600" height="600" viewBox="0 0 600 600"> <polygon points="50 160 55 180 70 180 60 190 65 205 50 195 35 205 40 190 30 180 45 180" stroke="green" fill="transparent" stroke-width="5" my-attr="3" /> <ellipse cx="200" cy="200" rx="50" ry="20" my-attr="1" class="demo"/> </svg> |
3 ysc3839 2020-10-14 14:13:26 +08:00 via Android @Pokemon123 如果只有 path 的话还好搞,有别的形状就更复杂了。 |