Difference between revisions of "Path2D:setSvgPath"
From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2016.04<br/> === Description === Set path with svg properties in single string separated by comma (,) <source lang="lua"> = Path2D:set...") |
|||
Line 4: | Line 4: | ||
Set path with svg properties in single string separated by comma (,) | Set path with svg properties in single string separated by comma (,) | ||
<source lang="lua"> | <source lang="lua"> | ||
− | + | Path2D:setSvgPath(svg_params) | |
</source> | </source> | ||
− | '''svg_params | + | '''svg_params''': (string) svg params separated by comma ''''''<br/> |
Revision as of 10:16, 23 August 2018
Available since: Gideros 2016.04
Description
Set path with svg properties in single string separated by comma (,)
Path2D:setSvgPath(svg_params)
'svg_params: (string) svg params separated by comma '