view import/canvas.d @ 0:e907d2c54ec3

Initial import
author David Bryant <daveb@acres.com.au>
date Wed, 13 May 2009 15:42:39 +0930
parents
children
line wrap: on
line source

module interaction.canvas;

import presentation.geometry;

// World coordinates

interface Canvas {
    // color, line color, line style, line width, fill color,
    // stroke, fill,
    // image
    // text, clip,
}

// Pixel coordinates

interface Screen {
}