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

Union of graphs with common or overlapping edges do not create a graph enclosing the entire area #17

Open
vivekramcfc opened this issue Feb 26, 2018 · 0 comments

Comments

@vivekramcfc
Copy link

Consider the following two rectangles:

  1. X: 0, Y: 0, Width: 100, Height: 100
  2. X: 100, Y: 0, Width: 100, Height: 100

The two rectangles have the edge (100, 0) -> (100, 100) in common. The union of these two produces the following output.
screen shot 2018-02-26 at 2 38 44 pm

Shouldn't it produce something like this?
screen shot 2018-02-26 at 2 38 57 pm

Also this:
screen shot 2018-02-26 at 2 41 38 pm

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

1 participant