···2020`svg.min.lua` generated with [Lua Minifier from Mothereff.in](https://mothereff.in/lua-minifier)
21212222# Documentation
2323-**svg:create()** *create the svg object*
2323+**svg:create(width, height, stroke, fill)** *create the svg object*
2424+2425Params:
2525-- width: number => width of the drawing
2626-- height: number => height of the drawing
2727-- stroke: string => lines color
2828-- fill: string => fill color2626+- width: number => width of the drawing, default to 100
2727+- height: number => height of the drawing, default to 100
2828+- stroke: string => lines color, default to '#000000'
2929+- fill: string => fill color, default to 'transparent'