- From: Ian Kilpatrick via GitHub <sysbot+gh@w3.org>
- Date: Thu, 05 Jan 2017 11:35:26 +0000
- To: public-houdini-archive@w3.org
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