Open PavelSigeti opened 1 year ago
NAVY-file:
ctx.strokeStyle = 'orange'; ctx.beginPath(); ctx.roundRect(10, 150, 150, 100, [10, 40]); ctx.stroke();
TypeError: ctx.roundRect is not a function
-
No response
vue
Works for me, where's your sandbox?
https://codesandbox.io/s/playing-around-7-forked-pnmbu6?file=/custom.navy
In drawSidebar function
Describe the bug
NAVY-file:
ctx.strokeStyle = 'orange'; ctx.beginPath(); ctx.roundRect(10, 150, 150, 100, [10, 40]); ctx.stroke();
TypeError: ctx.roundRect is not a function
Reproduction
-
Steps to reproduce
No response
Javascript Framework
vue
Logs
No response
Validations