- From: Tab Atkins Jr. via GitHub <sysbot+gh@w3.org>
- Date: Thu, 05 Jan 2017 11:35:31 +0000
- To: public-houdini-archive@w3.org
tabatkins has just labeled a pull request from bfgeek for
https://github.com/w3c/css-houdini-drafts as "ready":
== [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:37 UTC