node-images icon indicating copy to clipboard operation
node-images copied to clipboard

Draw image on negative coordinate

Open rafinskipg opened this issue 3 years ago • 0 comments

Hello, i want to draw an image translated 10 pixels to the top, so i am using a negative coordinate:

.draw(image, 0, -10)

But it does not work, is there any way to translate images to the top?

rafinskipg avatar Mar 10 '22 11:03 rafinskipg