Rotating graphics
Posted: Sun Aug 13, 2017 4:52 pm
Code: Select all
> a, 1..12
#.drawline(220,200,300,200)
#.drawtext(310,185,"The text")
#.drawrotate(200,200,#.pi/6)
<
Mr.Kibernetik software support
https://nitisara.ru/forum/
Code: Select all
> a, 1..12
#.drawline(220,200,300,200)
#.drawtext(310,185,"The text")
#.drawrotate(200,200,#.pi/6)
<