blockly > zelos > PathObject > setOutlinePath

Méthode zelos.PathObject.setOutlinePath()

Définissez le chemin généré par le moteur de rendu pour un contour au niveau de l'élément SVG correspondant.

Signature :

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

Paramètres

Paramètres Type Description
name chaîne Nom de l'entrée.
pathString chaîne Chemin d'accès.

Renvoie :

void