diff doodle/tk/geometry.d @ 78:024a5608087f

Meh
author "David Bryant <bagnose@gmail.com>"
date Sun, 15 Aug 2010 15:19:14 +0930
parents 0e61702c6ea6
children 535bae7a7305
line wrap: on
line diff
--- a/doodle/tk/geometry.d	Sun Aug 15 01:36:22 2010 +0930
+++ b/doodle/tk/geometry.d	Sun Aug 15 15:19:14 2010 +0930
@@ -263,7 +263,7 @@
 
 // Operations about the centre
 
-Rectangle feather(in Rectangle r, double amount) {
+Rectangle feather(in Rectangle r, double amount) {          // feather isn't the right name
     assert(amount >= 0.0);
     assert(!isnan(amount));
     return Rectangle(Point(r.position.x - amount, r.position.y - amount),