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

Element.marker(x, y, width, height, refX, refY)

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

Creates a <marker> element from the current element To create a marker you have to specify the bounding rect and reference point:

Parameters

  1. xnumber
  2. ynumber
  3. widthnumber
  4. heightnumber
  5. refXnumber
  6. refYnumber

Returns: Element the <marker> element

You can specify the marker later as an argument for marker-start, marker-end, marker-mid, and marker attributes. The marker attribute places the marker at every point along the path, and marker-mid places them at every point except the start and end.