CSS 2D transforms rotate with center point

Hi,

is it possible to extend rotate(<angle>) in the CSS 2D transforms spec 
[1] with two optional arguments for the center of the rotation cx and cy 
to rotate(<angle> [, <number>, <number>])? This would make CSS 
transforms more compatible with SVGTransforms [2].

Dirk

[1] http://dev.w3.org/csswg/css3-2d-transforms/#transform-functions
[2] http://www.w3.org/TR/SVG11/coords.html#TransformAttribute

Received on Friday, 11 June 2010 05:44:09 UTC