blockly > blockRendering > Mechanizm renderowania > makePathObject
Metoda blockRendering.Renderer.makePathObject()
Utwórz nową instancję obiektu ścieżki mechanizmu renderowania.
Podpis:
makePathObject(root: SVGElement, style: BlockStyle): IPathObject;
Parametry
Parametr | Typ | Opis |
---|---|---|
poziom główny | SVGElement | Główny element SVG. |
styl | BlockStyle | Obiekt stylu używany do kolorowania. |
Zwroty:
Obiekt ścieżki mechanizmu renderowania.