Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upDe-duplicate canvas image source drawing code #25118
Open
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#25087 added support for using OffscreenCanvas objects as image sources for other canvas drawing operations. We should figure out a way to reduce the duplication between draw_html_canvas_element and draw_offscreen_canvas, as well as the duplicate helper functions in OffscreenCanvas/HTMLCanvasElement (fetch_all_data, origin_is_clean, etc).