You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR ready: #1279
No recursion yet, but svgo multipass feature should handle this.
@mesqueeb, @TheMuuj, @mixtur: You can already try this feature branch by installing it using this npm command: npm install github:strarsis/svgo#dereferenceUses-plugin
Note that this plugin currently doesn't run by default and has to explicitly enabled: svgo --enable=dereferenceUses [...]
Is there an option to, whenever
<use>
appears, and the<def>
is available, to replace that<use>
with the actual content?The text was updated successfully, but these errors were encountered: