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
I get an output file that starts with falsefalse<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><symbol.... Seems like the boolean value is treated as a string instead of disabling the declarations.
The text was updated successfully, but these errors were encountered:
thanks for reporting this. Interesting. I'll look into this — it definitely worked at some point. Could you please tell me a little more about your platform (OS, Node version etc.). Thanks!
Reproduced in version 1.2.2
I configure
svg-sprite
like that:I get an output file that starts with
falsefalse<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><symbol...
. Seems like the boolean value is treated as a string instead of disabling the declarations.The text was updated successfully, but these errors were encountered: