[READ-ONLY] Mirror of https://github.com/thoda-dev/svg-lua. svg lua library
0

Configure Feed

Select the types of activity you want to include in your feed.

included path in test file

Thomas (Jan 8, 2019, 1:58 PM +0100) 9e62e5d1 1eea4479

+1
+1
test.lua
··· 13 13 mon_dessin:add(mon_dessin:Ellipse()) 14 14 mon_dessin:add(mon_dessin:Line()) 15 15 mon_dessin:add(mon_dessin:Polyline()) 16 + mon_dessin:add(mon_dessin:Path()) 16 17 print(mon_dessin:draw())