Composes a Drawable onto this canvas.
Canvas compose(Drawable drawer) { drawer.draw(this, bounds()); return this; }