79599618

Date: 2025-04-30 05:50:21
Score: 1
Natty:
Report link

Will rotate will rotate the oval, to get the stretched effect, it's better to use skew.

canvas.translate(size.width * 0.5, size.height * 0.5);
canvas.skew(0.5,0);
canvas.translate(- size.width * 0.5,- size.height * 0.5);
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Rashi S