blockly > zelos > PathObject > setOutlinePath

zelos.PathObject.setOutlinePath() method

Set the path generated by the renderer for an outline path on the respective outline path SVG element.

Signature:

setOutlinePath(name: string, pathString: string): void;

Parameters

Parameter Type Description
name string The input name.
pathString string The path.

Returns:

void