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

fix transform support for path

Thomas (Jan 8, 2019, 1:56 PM +0100) 16275fb9 783bb3d0

+2 -1
+2 -1
svg.lua
··· 188 188 d = d or "M50 0 L75 100 L25 100 Z", 189 189 stroke = stroke or self.stroke, 190 190 ["stroke-width"] = strokeWidth or 1, 191 - fill = fill or self.fill 191 + fill = fill or self.fill, 192 + transform = transform or "" 192 193 }) 193 194 end