How do I understand Transform properties in snap.svg?
I have been trying to learn snap.svg and I have some doubts regarding the transform properties. My question is pretty stupid but here it is In the following sample code, what do the the numbers mean? {"transform" : "t-10 0 s0 32 32"} {"transform" : "r180 32 32"} I am guessing that s stands for scale, Also what is the difference between animAfter and after? I am very new to SVGs. Ian The transform format is a string that is a sequence of transforms, so you can have several after each other. Edit: Snap doesn't make a distinction between upper/lower case these days, so this part does not make a