vdcrea

Results 9 comments of vdcrea

If it s the case, the error could come from filters/filters/filter.resizeandcrop.php Line 55/56 $src_r and $dst_r seems to be the same, both ratios are calculated from meta width and meta...

I have tested the last integration branch, using the url params. A rule of /2/200/200/5/fff/ output an imagine a 200 x 300 px, the source image is cropped at position...

Thx Nicolas! Sure I will test tonight after work.

Ok, for now I have strange result with last commit (931cf04): 2/350/400/5/ccc ![2-350-400-5-ccc](https://cloud.githubusercontent.com/assets/1126750/15760999/32831f9a-2916-11e6-84de-36d5dc45ec14.jpg) From this original file ![original](https://cloud.githubusercontent.com/assets/1126750/15761013/4a8aa6bc-2916-11e6-8efb-ebffafc62ca9.jpg) I will be happy to test your next version ;-) Cheers and...

This is just PERFECT! :-D Thank you very much for this awesome fix.

This package works like a charm https://www.npmjs.com/package/svg-reorient and fixed my output. After running it against the files all `clip-rule="evenodd"` are removed and the font is perfect.

Try don't save it to a ref, a simple let worked for me. Replace `const vantaEffect = ref(null)` With `let vantaEffect` And later no need for `.value` obviously. If you...

I had the same issue, as a workaround you can wrap the scrolling component in a parent's div, and pass its node via data: parent.vue ``` import Child from './child'...

Hi Vincent and thanks for this plugin I am testing now. I am not sure if I use it well but I don't see `.future` class. only `.past` `.seen` and...