blockly > blockRendering > IPathObject > setPath
blockRendering.IPathObject.setPath() method
Set the path generated by the renderer onto the respective SVG element.
Signature:
setPath(pathString: string): void;
Parameters
Parameter | Type | Description |
---|---|---|
pathString | string | The path. |
Returns:
void