blockly > blockRendering > IPathObject > setMarkerSvg
Méthode blockRendering.IPathObject.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