Skip to main content

Home > 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

ParameterTypeDescription
namestringThe input name.
pathStringstringThe path.

Returns:

void