- From: Tab Atkins Jr. <jackalmage@gmail.com>
- Date: Mon, 25 Nov 2013 12:55:08 -0800
- To: Nicolas Froidure <nfroidure@elitwork.com>
- Cc: www-svg <www-svg@w3.org>
On Mon, Nov 25, 2013 at 1:30 AM, Nicolas Froidure <nfroidure@elitwork.com> wrote: > Hi, > > I'm authoring a JS library to stream SVG Path Datas ( > https://github.com/nfroidure/SVGPathData) and i would like to implement SVG > 3D transforms. > > When combining multiple SVG 3D transformations, should i keep the z > coordinate value and pass it to other transformations or should i always > consider that z value is 0? The spec for 3d transforms is <http://dev.w3.org/csswg/css-transforms/>, and the interaction with SVG specifically is <http://dev.w3.org/csswg/css-transforms/#svg-three-dimensional-functions>. ~TJ
Received on Monday, 25 November 2013 20:55:54 UTC