W3C home > Mailing lists > Public > public-fx@w3.org > April to June 2014

[css-transforms] feedback

From: Patrick Martin <patrick.martin.r@gmail.com>
Date: Thu, 19 Jun 2014 10:24:02 -0700
Message-ID: <CAN_rxo0tyfoLg6cPgTq2G-3Q41zTPMfemsXTXxh_ZBjeXB3vKQ@mail.gmail.com>
To: public-fx@w3.org
The spec needs to be modified to make doing SVG 3d transforms using the
SVGTransform object easier.

something along the lines of these functions need to be added :
SVGTransform.prototype.setRotateX(angle, x,y,z)
SVGTransform.prototype.setRotateY(angle, x,y,z)
SVGTransform.prototype.setRotate3d(anglex,angley,anglez,x,y,z)
SVGTransform.prototype.setTranslate3d(x,y,z)

Currently the specs make it so that in order to do 3d transforms through
javascript one must use setMatrix with an insane number of parameters all
calculated by the javascript code itself.
Received on Thursday, 19 June 2014 17:28:46 UTC

This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 19:49:49 UTC