All:
I wonder how can I get SVG individual transform attribute such as: Translate Scale etcs rather than the whole transform string in D3.
Like in style, I can use style("background-color") to get individual background color rather than the whole style string.
Is there any similar API or method can be applied to transform attribute?
Thanks