[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.

documentation part 1

Thomas DAGES (Dec 6, 2018, 3:39 PM +0100) c3d7666d 3642df23

+11 -2
+11 -2
README.md
··· 1 1 # svg-lua 2 2 svg lua library 3 3 4 - 5 4 # usage 6 5 ```lua 7 6 mon_dessin = svg:create() ··· 18 17 19 18 can be tested [here](https://www.lua.org/cgi-bin/demo) 20 19 21 - `svg.min.lua` generated with [Lua Minifier from Mothereff.in](https://mothereff.in/lua-minifier) 20 + `svg.min.lua` generated with [Lua Minifier from Mothereff.in](https://mothereff.in/lua-minifier) 21 + 22 + # Documentation 23 + 24 + **svg:create()** 25 + create the svg object 26 + Params: 27 + - width: number => width of the drawing 28 + - height: number => height of the drawing 29 + - stroke: string => lines color 30 + - fill: string => fill color