-
<animateTransform id="" attributeType="XML" attributeName="transform" type="" from="" to="" dur="" fill="remove | freeze"> </animateTransform>查看全部
-
<animate attributeType="XML | CSS | AUTO" attributeName="" from="" to="" dur="" fill="remove | freeze"> </animate>查看全部
-
<a xlink:href="url" xlink:title="title" target="_blank"> <element></element> </a>查看全部
-
SVG命名空間。var SVG_NS = 'http://www.w3.org/2000/svg';查看全部
-
多邊形查看全部
-
折線<polyline>查看全部
-
直線<line>:x1,y1,x2,y2(兩個點的坐標)查看全部
-
橢圓<ellipse>:cx,cy,rx,ry(圓心坐標,。。。)查看全部
-
圓形<circle>:cx,xy,r(圓心坐標,半徑)查看全部
-
矩形<rect>:x,y,width,height,rx,ry(左上角坐標(x,y)、寬度、高度、圓角大?。?查看全部
-
SVG基本圖形和屬性 基本圖形:<rect> <circle> <ellipse> <line> <polyline> <polygon> 基本屬性:fill stroke stroke-width transform查看全部
-
使用XML描述矢量文件 W3C標準(1.1)http://www.w3.org/TR/SVG11 瀏覽器支持情況http://caniuse.com/#cats=SVG查看全部
-
變換動畫查看全部
-
變換動畫查看全部
-
創建圖形 document.createElementNS(ns,tagName) 添加圖像 element.appendChild(childElement) 設置/獲取屬性 element.setAttribute(name,value) element.getAttribute(name)查看全部
舉報
0/150
提交
取消