NikolayRys / Likely

The social sharing buttons that aren’t shabby
ISC License
395 stars 61 forks source link

Plans for 2.6 #186

Closed NikolayRys closed 3 years ago

NikolayRys commented 4 years ago

Another small release before 3.0:

far5n10v commented 4 years ago

@NikolayRys could you please explain how to generate svgIconPath from a regular SVG file? I use this on my website and would like to add some additional icons but couldn't understand how to make an SVG icon path. Thanks.

NikolayRys commented 4 years ago

@farhodjon thank you for this question, but it would be better to create a new issue to ask this. You just need to remove the initial M and the final z from the SVG string for it to be functional as svgIconPath.

We have plans to make it simpler in 3.0 and accept there regular svgs, but it is a breaking change.

NikolayRys commented 3 years ago

Now handled in https://github.com/NikolayRys/Likely/pull/195