blockly > blockRendering > PathObject > setMarkerSvg
Méthode blockRendering.PathObject.setMarkerSvg()
Ajoutez le repère SVG au groupe SVG de ce bloc.
Signature :
setMarkerSvg(markerSvg: SVGElement): void;
Paramètres
Paramètre | Type | Description |
---|---|---|
markerSvg | SVGElement | Racine SVG du repère à ajouter au groupe SVG de bloc. |
Renvoie :
vide