SVG

形状

  • 线
  • 折线
  • 路径
  • 矩形
  • 圆形
  • 椭圆

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

你可能感兴趣的:(SVG)