[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) 783bb3d0 ed02dd64

+1 -2
+1 -2
svg.lua
··· 159 159 y2 = cy or 45, 160 160 stroke = stroke or self.stroke, 161 161 ["stroke-width"] = strokeWidth or 1, 162 - fill = fill or self.fill, 163 - transform = transform or "" 162 + fill = fill or self.fill 164 163 }) 165 164 end 166 165