Skip to content

createImageBitmap - add options to specify SVG viewport #1881

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

Open
jakearchibald opened this issue Oct 10, 2016 · 0 comments
Open

createImageBitmap - add options to specify SVG viewport #1881

jakearchibald opened this issue Oct 10, 2016 · 0 comments
Labels
addition/proposal New features or enhancements needs implementer interest Moving the issue forward requires implementers to express interest topic: canvas

Comments

@jakearchibald
Copy link
Contributor

I proposed in #1880 that the layout size of an <img> should set the viewport for SVG in terms of media queries when drawing to a <canvas>, as it lets you control the viewport size independent to drawn pixels.

Since createImageBitmap lets you draw a blob, you lose control over the viewport. Feels like we should add options to specify the viewport, which would fall back to the pattern described in #1880.

createImageBitmap(blob, {
  viewportWidth,
  viewportHeight
});
@zcorpan zcorpan added addition/proposal New features or enhancements topic: canvas labels Oct 20, 2016
@annevk annevk added the needs implementer interest Moving the issue forward requires implementers to express interest label Jan 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
addition/proposal New features or enhancements needs implementer interest Moving the issue forward requires implementers to express interest topic: canvas
Development

No branches or pull requests

3 participants