摘要: SVG 意为可缩放矢量图形(Scalable Vector Graphics)。SVG 使用 XML 格式定义图像。 <svg> <circle r="50" cx="50" cy="50" fill="green"/> </svg>(形成一个圆) section元素描绘的是一个文档或者程序里的普通 阅读全文
posted @ 2018-10-31 15:26 错过1332 阅读(171) 评论(0) 推荐(0) 编辑