标签: svg
请告诉我如何从css中的svg多边形,折线或路径d写入坐标?
您将怎样做才能像这样用CSS编写:
#poly{ fill:yellow; stroke:green; stroke-width:3px; points="50 30, 80 30, 40 100"; }