[css3-transforms] Prototype of SVG integration

Hello,

CSS3 Transforms [1] is the joined specification of SVG Transforms and CSS 2D/3D Transforms. As preparation prior the presentation for the SVG WG tomorrow and the FX TF on Wednesday , I'd like to share the first prototype with you. This prototype turns the SVG 'transform' attribute into a presentation attribute. You can use CSS Transforms to apply transformations on elements in SVG documents. Transforms can be animated by CSS Animations as well as CSS Transitions. The presentation attribute supports the new syntax defined on [1] now.

The following presentation demonstrates the new behavior:
https://github.com/adobe/web-platform/tree/may2012-f2f-prototype/presentations/transforms-may2012

Note: SVG DOM access to the transform attribute as well as SVG animations of the transform attributes are currently broken.

The prototype/experimental build is available at:

Pre-built binaries:
https://github.com/adobe/webkit/downloads

source access:
https://github.com/adobe/webkit/tree/may2012-f2f-prototype

Greetings,
Dirk

[1] http://dev.w3.org/csswg/css3-transforms/

Received on Monday, 7 May 2012 15:09:17 UTC