summaryrefslogtreecommitdiffhomepage
path: root/test/quad_spec.rb
AgeCommit message (Collapse)Author
2019-01-06Tests and fixes to the public APITom Black
Namely to ensure attribute getters/setters are consistent
2018-12-12Make `contains?` inclusive (#137)Tom Black
If point is over the visual area, it's true. Also add default rectangle implementation to `renderable.rb`.
2018-09-26Documentation and style updatesTom Black
2017-06-03Use named arguments (#65)lstrzebinczyk
2017-05-31Implement #contains? for all renderableslstrzebinczyk
2017-03-28implement Color#opacity=lstrzebinczyk