Computer Science Canada Confusion about creating Arc 5 pixels wide? |
Author: | codergirl [ Mon Apr 09, 2018 9:42 am ] |
Post subject: | Confusion about creating Arc 5 pixels wide? |
Hello! I'm really confused about how to make an arc 5 pixels wide? Just because in the syntax there is no 'space' to put the width, only x,y, radius and colour basically... Can anyone help? Thanks ![]() ![]() |
Author: | Srlancelot39 [ Mon Apr 09, 2018 3:30 pm ] |
Post subject: | RE:Confusion about creating Arc 5 pixels wide? |
Not sure if an odd-numbered width is possible since width (diameter) = 2 * radius, and radius must be an integer. I think the closest you can get is 4 or 6? I might be wrong, since I have not used Turing in a very very (very) long time, but I'm pretty sure you're restricted to even-numbered diameters. |