- From: Rik Cabanier <cabanier@gmail.com>
- Date: Thu, 27 Jun 2013 20:59:43 -0700
- To: www-svg <www-svg@w3.org>
Received on Friday, 28 June 2013 04:00:10 UTC
All, currently transforms are listed as a property that causes isolation [1]. After talking this over with developers on blink and WebKit, I would like to drop that requirement and have them NOT cause isolation. Instead, an element with a transform should still allow access to its backdrop. With the current code in WK and blink, we would have to go out of our way to implement the currently specified behavior. Not only will it slow down rendering, it will also increase memory since we'd have to create an extra intermediate buffer. In addition, since SVG uses transforms all the time, blending would become almost impossible to use. Can I make that change to the spec? Rik 1: http://dev.w3.org/fxtf/compositing-1/#csscompositingrules_SVG
Received on Friday, 28 June 2013 04:00:10 UTC