comparison doodle/dia/grid_layer.d @ 34:c2f11e1d7470

Geometry cleanup and checkpoint.
author David Bryant <bagnose@gmail.com>
date Sun, 30 Aug 2009 15:32:12 +0930
parents 1754cb773d41
children 3f6bb0bb22dc
comparison
equal deleted inserted replaced
33:157b4ad5615d 34:c2f11e1d7470
8 import doodle.cairo.routines; 8 import doodle.cairo.routines;
9 import std.math; 9 import std.math;
10 } 10 }
11 11
12 interface Grid { 12 interface Grid {
13 //void zoom_changed();
13 } 14 }
14 15
15 class GridLayer : Layer, Grid { 16 class GridLayer : Layer, Grid {
16 this(in string name) { 17 this(in string name) {
17 super(name); 18 super(name);