-
-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Icon generator #44
Comments
Go for it! 😄 It's actually not as easy as you'd think! Definitely would consider a PR. This is on our radar as something we'd like to offer in the future. However, it's pretty far out on the roadmap. |
Sorry, but I can't build an interface that would fit your website. Otherwise here is beehive-outline-arrow-right.svg:
It assumes that there is just single element that should be masked. |
Appreciate the code sample, but the |
Do I guess correctly this is because of requirement to convert SVG to WebFont? Snap.path.intersection looks promising. Having all the intersections you just get some subpaths from both shapes and combine them together. |
Nope, it has to do with the fact that all our tooling operates off of the fact that a single icon can never have more than one path. Even as we plan for duo-tones, that simply would be two paths, but still no other elements. Snap.svg was actually one of the libraries I have plans to start experimenting with, so it looks like we're on the same page. 😄 |
Describe your suggested feature
Hi,
Please consider creatingt icon generator combining simple icons with additional signs.
By simple icons I mean icons like "folder", "map", "airplane" and by additional signs "-clock", "-lock-open", "-lock", "-check".
Those two shapes can be combined programmatically giving plenty of additional icons: "filter-lock-open", "bicycle-clock"
It can be done easily by applying to main shape with mask depending on secondary shape and then adding path with secondary shape in that place.
Best regards,
Janusz
The text was updated successfully, but these errors were encountered: