[css-houdini-drafts] Pull Request: [css-paint-api] Adds paint function arguments.

bfgeek has just submitted a new pull request for 
https://github.com/w3c/css-houdini-drafts:

== [css-paint-api] Adds paint function arguments. ==
E.g.

registerPaint('foo', class {
    static get inputArguments() { return ['<length>']; }

    paint(ctx, size, styleMap, arguments) {

    }
});

Fixes #100.

See https://github.com/w3c/css-houdini-drafts/pull/337

Received on Thursday, 5 January 2017 11:35:33 UTC