- From: Amelia Bellamy-Royds via GitHub <sysbot+gh@w3.org>
- Date: Wed, 13 Feb 2019 23:26:50 +0000
- To: public-svg-issues@w3.org
@upsuper There's a definition [in the section on mapping the SVG syntax to equivalent CSS values](https://drafts.csswg.org/css-transforms/#svg-transform-functions): > The SVG transform function rotate with 3 values can not be mapped to a corresponding CSS `<transform-function>`. The 2 optional number values represent a horizontal translation value cx followed by a vertical translation value cy. Both number values get interpreted as CSS `<length>` types with px units and define the origin for rotation. The behavior is equivalent to an initial translation by cx, cy, a rotation defined by the first number value interpreted as `<angle>` type with deg unit followed by a translation by -cx, -cy. Is that sufficient? Otherwise, yes, file an issue at CSS. The transforms spec is out to CR this week, so any issues should be raised as soon as possible! -- GitHub Notification of comment by AmeliaBR Please view or discuss this issue at https://github.com/w3c/svgwg/issues/644#issuecomment-463417980 using your GitHub account
Received on Wednesday, 13 February 2019 23:26:51 UTC