You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the nice library. I was testing the feasibility of using it in our production app, and noticed that it doesn't seem to support masking, unless I'm missing something.
Looking in SVGNode, I see that it includes a mask parameter is passed, but not actually used. I do see that clipping seems to be done in applyNodeAttributes(model:) What level of effort would be involved with getting masking working?
The text was updated successfully, but these errors were encountered:
Hey folks!
Thanks for the nice library. I was testing the feasibility of using it in our production app, and noticed that it doesn't seem to support masking, unless I'm missing something.
Looking in
SVGNode
, I see that it includes amask
parameter is passed, but not actually used. I do see that clipping seems to be done inapplyNodeAttributes(model:)
What level of effort would be involved with getting masking working?The text was updated successfully, but these errors were encountered: