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

Update README.md

Thomas DAGES (Dec 6, 2018, 3:40 PM +0100) 17a5b867 c0954e07

+6 -9
+6 -9
README.md
··· 20 20 `svg.min.lua` generated with [Lua Minifier from Mothereff.in](https://mothereff.in/lua-minifier) 21 21 22 22 # Documentation 23 - 24 - **svg:create()** 25 - 26 - create the svg object 27 - Params: 28 - - width: number => width of the drawing 29 - - height: number => height of the drawing 30 - - stroke: string => lines color 31 - - fill: string => fill color 23 + **svg:create()** *create the svg object* 24 + Params: 25 + - width: number => width of the drawing 26 + - height: number => height of the drawing 27 + - stroke: string => lines color 28 + - fill: string => fill color