- From: Fredrik Söderqvist via GitHub <sysbot+gh@w3.org>
- Date: Sun, 26 Nov 2017 10:55:45 +0000
- To: public-svg-issues@w3.org
Having `selfTransform` and `ancestorTransforms` means you have the possibility of `{ selfTransform: false, ancestorTransforms: true }` which is a bit of an oddity. So an enumeration (`enum ApplyTransforms { "none", "self-only", "self-and-ancestors" }; ... ApplyTransforms applyTransforms = "none" ...`) or even a (nullable) Element might be a better choice. -- GitHub Notification of comment by fsoder Please view or discuss this issue at https://github.com/w3c/svgwg/issues/76#issuecomment-346999710 using your GitHub account
Received on Sunday, 26 November 2017 10:55:46 UTC