- From: pyoor via GitHub <sysbot+gh@w3.org>
- Date: Fri, 22 Jan 2021 15:35:05 +0000
- To: public-svg-issues@w3.org
pyoor has just created a new issue for https://github.com/w3c/svgwg:
== Invalid value syntax in <control-point> ==
The spec currently defines the `<control-point>` syntax as: `<number> ,? <number> ,? <number> ,? <number>`
https://github.com/w3c/svgwg/blob/693d8cc39144b5208c64c55d459b0db5ac8845c1/specs/animations/master/Overview.html#L1428-L1429
This can be better defined use the hash and curly brace combination defined in CSS Values and Units 3:
`<number>#{1,4}`
https://drafts.csswg.org/css-values-3/#component-multipliers
Please view or discuss this issue at https://github.com/w3c/svgwg/issues/821 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 22 January 2021 15:35:06 UTC