You are reading a single comment by @arvere and its replies. Click here to read the full conversation.
  • Hello, I'm trying to draw images using the Graphics library. I have a few small scale images (11x11px) which need to be displayed in different rotations. To save bytes, I am attempting to use the rotate option, as in:
    g.drawImage(img, x, y, { rotate: Math.PI })
    The image is drawn, but the end result has a 2px wide crop at the bottom edge. Is that a bug? Btw where can I find the bug tracker of this project? I am sure someone else ran across this before but I couldn't tell
    Thanks!

About

Avatar for arvere @arvere started