Felipe Hefler
Felipe Hefler
I think what you guys are facing is a Leaflet issue. In Leaflet polygons should *not* have the same first and last coords. From the docs (https://leafletjs.com/reference-1.4.0.html#polygon) > A class...
Might be an old thread, but could be worth to others. I assume the reason your CSS only solution didn't work was because you didn't have a parent `height` for...
Fair enough, I've done it myself, I just thought it would be a good "enhancement". Regarding compatibility that would be an easy fix, just add a version flag and check...
@JobLeonard That's more like it! 😃 👏
Got the same problem! Had to downgrade to previous version.
If someone bump into this: a `Webworker` will always terminate if `useHelper` is not set.
Let's say this is an HTML file called `partials.html`. ```HTML HTML5 Partials Small bits of HTML This is a perfect "validatable" piece of HTML code that fails get validated. Yet...
I'll use the example from the [README#Genrating Multiple Images](https://github.com/frinyvonnick/node-html-to-image#generating-multiple-images) as a base. ```js const liquidjsHTML = liquidjsRenderFunction( 'template.liquid', objectWithSomeData ); //outputs an HTML const pugHTML = pugsRenderFunction( 'template.pug'', objectWithSomeData );...
@frinyvonnick Re-reading the issue made me question the quality of my writing. 😅 I think I mixed up two different features in one issue. 1. The original issue was to...