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

Semantics of at are unclear #25

Closed
noelwelsh opened this issue Feb 9, 2016 · 1 comment
Closed

Semantics of at are unclear #25

noelwelsh opened this issue Feb 9, 2016 · 1 comment

Comments

@noelwelsh
Copy link
Contributor

The semantics of at when combined with our combinators such as beside and above are unclear. For example, this does not render what I expect:

(Circle(10).fillColor(Color.darkBlue) beside 
  (Circle(10).fillColor(Color.aliceBlue).at(10,10) on Circle(10).fillColor(Color.red)))

Specifically, I don't expect a gap between the darkBlue and red circles.

@noelwelsh
Copy link
Contributor Author

Fixed by commit d863574

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