Kevin DeCapite
Kevin DeCapite
I was able to find some calls to `toLowerCase()` in the `css-what` dependency: - https://github.com/fb55/css-what/blob/master/index.js#L171 - https://github.com/fb55/css-what/blob/master/index.js#L185 - https://github.com/fb55/css-what/blob/master/index.js#L191 - https://github.com/fb55/css-what/blob/master/index.js#L249 I agree an option for this doesn't make much...
Juice's dependency graph, in case that's needed: ``` ├─┬ [email protected] │ ├─┬ [email protected] │ │ ├─┬ [email protected] │ │ │ ├── [email protected] │ │ │ ├── [email protected] │ │ │...
@numair Thank you for following-up. Unfortunately, I don't recall why I considered this a problem in the first place. Most likely I was trying to determine whether or not to...
@umer936 This would be a great value-add to the plugin. If I can contribute to what you're doing I'll certainly do so.
Here you go: https://codepen.io/etipaced/pen/WNQvRGM (I couldn't find the plugin on cdnjs so I just copy-pasted it from my `dist/` folder. The JS that creates the SVG and attaches `panZoom()` is...
I see. I would be willing to spend some time trying to implement this if you can point me in the right direction.