Used as an value for the transform attribute. Translates the target by an amount given by dx, dy
transform=translate(x,y)
transform=translate(c(x,y))
transform=c(translate(x,y), rotate(a,cx,cy), scale(sx,sy
dx |
Change in x coordinate for translation |
dy |
Change in y coordinate for translation |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.