Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ctx.roundRect is not a function #56

Open
4 tasks done
PavelSigeti opened this issue Feb 2, 2023 · 2 comments
Open
4 tasks done

ctx.roundRect is not a function #56

PavelSigeti opened this issue Feb 2, 2023 · 2 comments

Comments

@PavelSigeti
Copy link

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

  • Read the docs.
  • Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
  • Make sure this is a NightVision issue and not a framework-specific issue.
  • The provided reproduction is a minimal reproducible example of the bug.
@C451
Copy link
Contributor

C451 commented Feb 3, 2023

Works for me, where's your sandbox?

@PavelSigeti
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants