W00t, Background be this rectangle which is coincidentally the size of the block you are talkings about.
Hmm. Are Border and Background both just special instances of Rectangle? Should they not be? They can has width and height of 1.0? The only complication I'm envisioning is the border nesting behavior.. but that should still be simple to code for. This way solve for change background color === solve for change rectangle color. :) Moving parts reduction ftw! On Sun, Feb 24, 2008 at 2:37 PM, why the lucky stiff < [EMAIL PROTECTED]> wrote: > On Fri, Feb 22, 2008 at 10:28:13PM -0800, Jesse Thompson wrote: > > I think what Mental is saying is that the graphics are retained in a > vector > > manner, not rasterized when they are drawn. Thus, it would be great to > have > > more access to Cairo's ability to manipulate the objects in situ instead > of > > having to delete and redraw the world every time something needs to > change > > color. :) > > Oh, okay, great! Yeah, that sounds good. > > I am also considering merging background and border. Since border > is merely a background stroke. > > _why >
