Path, and bezier curves. based on algorithm found here.
fixed fonts in IE. strange beast, that one - involved weird hackery to do with line-height, and a patch to Walter's library.
workaround for lines with stroke-width above 1px. jsGraphics was rendering them incorrectly. fix involved converting lines to filled polygons, with each corner of the line as a point of the polygon.
2006-02-07
rounded rects. involved drawing filled and bordered ellipses at the corners, then a filled ellipse the width and height of the rect to clean up messy border pixels, two filled rects to complete the fill, and four lines to complete the border. messy, but it works. NEEDS OPTIMISING