Ulrich-Matthias Schäfer

Results 320 comments of Ulrich-Matthias Schäfer

Have a look [here](https://codepen.io/fuzzyma/pen/XoMPEp) to see how filters are used

Feel free to create some (same answer as to the last issue - sorry)

Could take a few more days depending on my work load. Will try to keep it in mind!

Please create a fiddle showing your issues. Show examples of what's wrong.

How is this in any way related to the issue? It's draw('cancel") as stated in the docs

Please create a fiddle which shows this issue!

Man please just create that fiddle! There is no worth in this question when I can't reproduce it. So take your code, chunk it down to the minimum and put...

```js const drawingFunc = function(e){ rect.draw('stop', e); drawing.off('mouseup', drawingFunc) }, false);` drawing.on('mouseup', drawingFunc) ```

Well, the question is, why you would run a Dom library on the server. Maybe for testing? For generating svg files? Who knows. But generally speaking if you don't see...

Thanks for your contribution! Its nice, that only such a little change is needed. However, its not only code changes which are required for the new version. Here is a...