Re: [svgwg] Origin of CSS transform for svg:use

The `x` and `y` attributes in a `<use>` element cause an additional `translate()` to be added to the use elements transform..  This can result in unexpected effects if you are animating the transform.

https://svgwg.org/svg2-draft/single-page.html#struct-UseLayout

To avoid confusion, you may find it useful to not use the  `x` and `y` attributes in that situation.


-- 
GitHub Notification of comment by BigBadaboom
Please view or discuss this issue at https://github.com/w3c/svgwg/issues/370#issuecomment-347507453 using your GitHub account

Received on Tuesday, 28 November 2017 12:25:23 UTC