i’m trying to learn all i can about the paper object in raphael. i’ve exhausted the raphael docs on the subject but one thing’s got me (by the nads) how on earth do you position the paper object?
i’ve tried using the setViewBox method but the x and y do not respond. is there another way to do this?
The first parameter is x, second is y.
Source: First line of code on their home page
To move the page itself after it has been created, use js to set the ‘top’ and/or ‘left’ style properties of the dom element