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

Update README.md

Thomas DAGES (Dec 6, 2018, 3:35 PM +0100) 3642df23 cf1ceccf

+1 -1
+1 -1
README.md
··· 10 10 ``` 11 11 12 12 result : 13 - ```svg 13 + ```html 14 14 <svg width="100" height="100" fill="transparent" stroke="#000000" version="1.1" xmlns="http://www.w3.org/2000/svg"> 15 15 <rect y="10" x="10" stroke-width="1" height="10" width="10" rx="0" ry="0" /> 16 16 </svg>