Search found 3 matches

by globalcitizen
Thu Sep 29, 2016 1:40 pm
Forum: Libraries and Tools
Topic: svglover :: Import and render simple SVGs
Replies: 8
Views: 6382

Re: svglover :: Import and render simple SVGs

Cool, you actually have a <path> implementation! But if I am reading correctly, only for filled (not stroked) paths. So perhaps this means also your implementation would not display the love logo either. And I tested, and it doesn't. I guess I still prefer my implementation ;) Rationale: with the th...
by globalcitizen
Tue Sep 27, 2016 8:37 am
Forum: Libraries and Tools
Topic: svglover :: Import and render simple SVGs
Replies: 8
Views: 6382

Re: svglover :: Import and render SVGs

I had a look at the old logo file. It was made in Illustrator. The good news is, the code it exported shouldn't be too hard to support as the only missing feature is <path> tags. Unfortunately they are nontrivial and I don't need them, so I am not going to bother. For anyone that does want to bother...
by globalcitizen
Tue Sep 27, 2016 7:24 am
Forum: Libraries and Tools
Topic: svglover :: Import and render simple SVGs
Replies: 8
Views: 6382

svglover :: Import and render simple SVGs

Hi there, this is my first post, my first Lua library and my first Love library. I wrote svglover , in order to import and display simple SVGs in Love. It only works with basic SVGs ... notably typography is not supported. If you have the chance, perhaps you can get around this limitation if your SV...