Published
- 1 min read
html canvas clear shadow
The solution for this is noted below
html canvas clear shadow
Solution
ctx.shadowColor = "transparent"; //or reset all styles ctx.restore();
Try other methods by searching on the site. That is if this doesn’t work