-
Notifications
You must be signed in to change notification settings - Fork 50
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
Inline Tags Option #14
Comments
Interesting, I'll investigate and see what we can do… |
Did you find a solution to this? My preferred output would be: <svg ... ><path ... /> and everything else stripped away. |
Bumping this issue |
there are discussion about this here: svg/svgo#563 It should be possible to create a SVGO plugin that does this (docs here: https://github.com/svg/svgo/blob/master/docs/how-it-works/en.md) and then make this sketch plugin use the svgo plugin (I can do that once we have the svgo plugin) |
Hi,
Most of the SVGs exported can not be used in android studio, as android studio does not support
<defs> & <use>.
Although it's cleaner to use
<defs> & <use>
, but it makes the SVG useless in this case. It would be nice to have a way to export the SVG without any internal referencing.Thanks.
The text was updated successfully, but these errors were encountered: