Closed fredboyle closed 6 months ago
Thanks for opening this issue and suggesting a fix. ✨
Please feel free to open a Pull Request with your suggested change and I'll get it merged into the Gem. Bonus points for writing a test that reproduces the problem. 👍
@fredboyle please close the issue as it was merged/fixed.
In the following example code:
A whitespace character is added to the "No gear" string.
The output ends up being:
Expected output:
Investigating the issue a fix was found when modifying
lib/inline_svg/transform_pipeline.rb
in the "inline_svg" gem by changing line #7 to:Could this fix be implemented or is there an alternative solution to remove the extra space that shouldn't be there?