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

path usage documentation

Thomas (Jan 8, 2019, 1:55 PM +0100) 09046685 e645605e

+7
+7
README.md
··· 127 127 - points: string => all the points of the polyline with the standard svg format "x1,y1 x2,y2 x3,y3 ..." 128 128 - stroke: string => lines color 129 129 - strokeWidth: string => lines width 130 + - fill: string => fill color 131 + 132 + **svg:Path(d, stroke, strokeWidth, fill)** *add a path* 133 + 134 + - d: string => standard svg parameters 135 + - stroke: string => lines color 136 + - strokeWidth: string => lines width 130 137 - fill: string => fill color