[svgwg] Issue: [animation] transforms attr on paths referenced by mpath are ignored (#656) marked as SVG Animations

dirkschulze has just labeled an issue for https://github.com/w3c/svgwg as "SVG Animations":

== [animation] transforms attr on paths referenced by mpath are ignored ==
https://svgwg.org/specs/animations/#MPathElement

If the path referenced by an `<mpath>` element has a `transform` attribute. That transform is ignored. Only the definition (`d`) of the path is used.  At least that is the way that all browsers seem to have implemented it.

https://jsfiddle.net/u7vxgq9d/

However that behaviour is not explicitly specified by the spec.  Perhaps it should be made explicit?


See https://github.com/w3c/svgwg/issues/656

Received on Saturday, 13 April 2019 14:02:27 UTC