Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

G.view() does not work with arcs #12

Open
ckhordiasma opened this issue Jul 24, 2014 · 1 comment
Open

G.view() does not work with arcs #12

ckhordiasma opened this issue Jul 24, 2014 · 1 comment

Comments

@ckhordiasma
Copy link

Using the 'Basic Use' code in main.py, appended with a g.view(), the arc doesn't seem to be working correctly; instead of an arc, it just makes a straight line. I'm not sure if I am using it incorrectly or if it is working incorrectly.

image

Also:
g.arc(x=10, y=5, radius=20, direction='CCW') # counterclockwise arc with a radius of 5
The radius parameter is set to 20 but the comment says otherwise. This is in the 'Basic Use' code

@jminardi
Copy link
Owner

Sorry, I should note in the readme that the view functionality is not workign with arcs yet. I have a feature-view-arcs branch where I started implementing it.

@jminardi jminardi changed the title Problems with arc G.view() does not work with arcs Oct 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants