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
Yes - agreed - that has been a long standing issue - I think it is CreateJS based, not ZIM based, but it does happen in ZIM too. @dijitaletkinlikler - sorry, what did you mean to say in your response?
I am sad. I don't know English so I use google translate. Sometimes it mistranslates. zimjs is a library built on createjs. I meant use zimjs instead of createjs.
lol - thanks @dijitaletkinlikler - we were wondering! This issue with the shadow of the border being above the shape has been around for a while, we have just put up with it. To this day, I make two shapes, one without the border that I put behind and add the shadow and then a shape with the border on top that I do not add the shadow. I think we built that in to ZIM Buttons but never solved the core issue. Maybe one day, I can dig into the CreateJS code and see what is causing it... or if anyone here has a solution, please let us know and we can update the code.
Issue Details
Version used (Ex; 1.0): 1.0.0
Describe whats happening (Include any relevant console errors, a Gist is preferred for longer errors):
If you add a Shadow to a shape with Strokestyle and Fill, a " Shadow Stroke" appears on top of the shape.
Fiddle
Windows 11 Pro Insider
Chrome 97.0.4692.99
If you remove the strokestyle, the shadow works as expected. So my current workaround is to draw a second shape for just the border.
The text was updated successfully, but these errors were encountered: