形狀
- <line> 線
- <polyline> 折線
- <polygon> 路徑
- <rect> 矩形
- <circle> 圓形
- <ellipse> 橢圓
style
- fill
- fill-opacity
- stroke
- stroke-opacity
- stroke-width
- opacity
rect
- width / heigth
- x / y
- rx / rx
circle
- cx / cy
- r
ellipse
- cx / cy
- rx / ry
line
- x1 / y1
- x2 / y2
polygon
- points
polyline
- points
path
- M = moveto
- L = lineto
- H = horizontal lineto
- V = vertical lineto
- C = curveto
- S = smooth curveto
- Q = quadratic Belzier curve
- T = smooth quadratic Belzier curveto
- A = elliptical Arc
- Z = closepath
濾鏡
- feBlend
- feColorMatrix
- feComponentTransfer
- feComposite
- feConvolveMatrix
- feDiffuseLighting
- feDisplacementMap
- feFlood
- feGaussianBlur
- feImage
- feMerge
- feMorphology
- feOffset
- feSpecularLighting
- feTile
- feTurbulence
- feDistantLight
- fePointLight
- feSpotLight