Post Reply 
Python graphic module: observations, assumptions, suggestions
12-04-2021, 09:43 PM (This post was last modified: 12-04-2021 09:47 PM by Guenter Schink.)
Post: #8
RE: Python graphic module: observations, assumptions, suggestions
As previously described, the filled arc draws o.k. filled black. The unfilled arc draws from 60° (2*30) to 180° (2*90)

   

to ensure we are talking about the same, I cite the proposed code:
Code:
from graphic import *
draw_arc(100,100,52,52,30,90)
draw_filled_arc(100,100,49,49,30,90,12345)

Günter

Edit: added the proposed code snipped
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Python graphic module: observations, assumptions, suggestions - Guenter Schink - 12-04-2021 09:43 PM



User(s) browsing this thread: 1 Guest(s)