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

Fix clipping when any vertice lie on clipping window #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kaustubh135
Copy link

When you give input for vertice which lies on clipping windows the complete diagram is clipped. To fix this I have editedleftClip, righrClip, topClip and bottomClip by adding a >= or <= at required position. For example try using this inputs,
xmin=100, ymin=100
xmax=300, ymax=300
points= {{200,200},{400,400},{250,300}}

I also changed name of new array to nw as new was causing problem while running in codeblock

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

Successfully merging this pull request may close these issues.

1 participant