bholloway / resolve-url-loader

Webpack loader that resolves relative paths in url() statements based on the original source file
563 stars 71 forks source link

Fixed the diagram SVG #181

Closed dominikwilkowski closed 3 years ago

dominikwilkowski commented 3 years ago

This change fixes issues with how the previous version was relying on <switch> elements and embedded images instead of vectors. Many features were no-standard and relied on chrome "bugs" to work :) It's now also completely vector and scalable.

This version should now work on all platforms.

Old SVG

Screen Shot 2020-11-18 at 1 18 39 pm

New SVG

Screen Shot 2020-11-18 at 1 22 15 pm
bholloway commented 3 years ago

🙇 Thankyou