Javascript Drawing Library

Does anyone know of a javascript drawing library which draws SMOOTH shapes? I suppose this would require antialiasing and I don’t know if javascript can do that. I have found a handful of general drawing libraries, but the shapes they create have severe staircasing.

Or if anyone can think of an alternative way to get the ability to dynamically change color and size without javascript drawing utilities that would still solve the problem.

Thanks.