pathData

Typeproperty
Dictionarywidget.signature
LibrarySignature
Syntax
get the pathData of <widget>
set the pathData of <widget> to <array>
Associationscom.livecode.widget.signature
Summary

The path data used to draw the widget

Description

The pathData is a numerically indexed array of path info elements. Each path info element contains three keys:

  • path - SVG path instructions
  • color - the color to paint the path with
  • width - the line width of the path