目录
当前位置: 首页 > 文档资料 > Snap.svg 英文文档 >

Paper.svg(x, y, width, height, vbx, vby, vbw, vbh)

优质
小牛编辑
130浏览
2023-12-01

Creates a nested SVG element.

Parameters

  1. xnumberoptional X of the element
  2. ynumberoptional Y of the element
  3. widthnumberoptional width of the element
  4. heightnumberoptional height of the element
  5. vbxnumberoptional viewbox X
  6. vbynumberoptional viewbox Y
  7. vbwnumberoptional viewbox width
  8. vbhnumberoptional viewbox height

Returns: object the svg element