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

CanvasFilter objects as input to CanvasRenderingContext2D.filter attribute #6763

Merged
merged 3 commits into from
Dec 14, 2021

Commits on Dec 3, 2021

  1. Add CanvasFilter interface and support it in 2D canvas

    Tests: WPT html/canvas/element/manual/filters, html/canvas/element/filters, and html/canvas/offscreen/filters.
    
    Closes whatwg#5621.
    mysteryDate authored and annevk committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    2e11475 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2021

  1. Editorial tweaks

    domenic committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    94ff497 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2021

  1. nits

    annevk committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    270ab75 View commit details
    Browse the repository at this point in the history