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
The explainer documents don't explicitly state this anywhere, and probably should.
I suspect we want the default "font" properties (size, face, etc.) to come from the canvas' 2d context, or at least as much as possible.
What are the defaults for other CSS properties? Do we inherit values from the <canvas> tag? From the body/document? Other?
<canvas>
Thinking aloud: Taking values from any existing element might (?) pose invalidation issues.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The explainer documents don't explicitly state this anywhere, and probably should.
I suspect we want the default "font" properties (size, face, etc.) to come from the canvas' 2d context, or at least as much as possible.
What are the defaults for other CSS properties? Do we inherit values from the
<canvas>
tag? From the body/document? Other?Thinking aloud: Taking values from any existing element might (?) pose invalidation issues.
The text was updated successfully, but these errors were encountered: