Path2D not being rendered properly after Graphics2D rotation

前端 未结 0 1465
忘了有多久
忘了有多久 2021-02-15 03:14

I\'m having an issue with Java2D graphics.

I\'m trying to render a simple Path2D created using this code:

tshape.moveTo(0, 0);
tshape.lineTo(1, 0);
tshape.         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题