···11# svg-lua
22svg lua library
3344-54# usage
65```lua
76mon_dessin = svg:create()
···18171918can be tested [here](https://www.lua.org/cgi-bin/demo)
20192121-`svg.min.lua` generated with [Lua Minifier from Mothereff.in](https://mothereff.in/lua-minifier)2020+`svg.min.lua` generated with [Lua Minifier from Mothereff.in](https://mothereff.in/lua-minifier)
2121+2222+# Documentation
2323+2424+**svg:create()**
2525+ create the svg object
2626+ Params:
2727+ - width: number => width of the drawing
2828+ - height: number => height of the drawing
2929+ - stroke: string => lines color
3030+ - fill: string => fill color