We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is there a way for canvas to fill the drawing area?
Is something like this possible:
"size": {"canvasWidth": "100%"}
Problem I have is that it's not rendered the same at different resolutions. I would expect SVG to fill the drawing area automatically.
The text was updated successfully, but these errors were encountered:
I'm using this to occupy full containing Div area:
"size": { "canvasHeight": document.getElementById("divName").offsetHeight, "canvasWidth": document.getElementById("divName").offsetWidth, ... },
Sorry, something went wrong.
No branches or pull requests
Is there a way for canvas to fill the drawing area?
Is something like this possible:
Problem I have is that it's not rendered the same at different resolutions. I would expect SVG to fill the drawing area automatically.
The text was updated successfully, but these errors were encountered: