c 视频网站开发,中华建设杂志社网站,网站编程培训,建搜索型网站1. 引用 svg#xff0c;直接用 img 标签
img src帐篷.svg alt露营2. 画 svg 各种图形。
矩形 rect圆角矩形 rect圆圈 circle椭圆 ellipse线段 line折线 polyline多边形 polygon路径 path
svg width200 height250直接用 img 标签
img src帐篷.svg alt露营2. 画 svg 各种图形。
矩形 rect圆角矩形 rect圆圈 circle椭圆 ellipse线段 line折线 polyline多边形 polygon路径 path
svg width200 height250 version1.1 xmlnshttp://www.w3.org/2000/svgrect x10 y10 width30 height30 strokeblack filltransparent stroke-width5/rect x60 y10 rx10 ry10 width30 height30 strokeblack filltransparent stroke-width5/circle cx25 cy75 r20 strokered filltransparent stroke-width5/ellipse cx75 cy75 rx20 ry5 strokered filltransparent stroke-width5/line x110 x250 y1110 y2150 strokeorange filltransparent stroke-width5/polyline points60 110 65 120 70 115 75 130 80 125 85 140 90 135 95 150 100 145strokeorange filltransparent stroke-width5/polygon points50 160 55 180 70 180 60 190 65 205 50 195 35 205 40 190 30 180 45 180strokegreen filltransparent stroke-width5/path dM20,230 Q40,205 50,230 T90,230 fillnone strokeblue stroke-width5/
/svg
总结
对于前端开发来讲将 svg 当成图片用就行矢量图。
后续
svg 还有滤镜也可以学学filter
附录
帐篷 svg 代码太长就只发图片了。