Ulrich-Matthias Schäfer
Ulrich-Matthias Schäfer
@alexander-akait as far as I can see watchpak also doesn't support globs for watched files. Only the ignore prop supports globs (at least that's what I grasped from their docs...
@43081j passing one in sounds interesting. But then again: maybe just give me more control. e.g. an event filter to effectively ignore events but not ignore watching. We talked about...
> I understand but one doesn't justify the other. We should still fix the code here to stop passing undefined. Even if a user can forcefully do it themselves Oh...
This is the svgdom repo, not svg.js. What exactly do you expect to happen?
Yes that is true. I still don't know what your issue is though. What do you expect to happen? What is happening instead? Give me something to work with!!
No, not yet. This library grows with it's requirements so feel free to implement the methods you need :). pointInFill sounds like a bigger undertaking tho especially for complex shapes
well, isPointInFill does NOT include strokes. That would be **way** harder :D If you need isPointInStroke - well, yes, thats an undertaking on its own
What du you mean by that? Do you want to move the shape around? Do you want to scale around the center?
No, this is not implemented. I am 70% certain it could work with the current code. You just need a handle and adapt the origin depending on the handle position...
Svg.js usually doenst use the baseline to move text. That's why there are 2 methods. The normal move() loves by the upper left corner and amove() moves by text-anchor. However,...