[Constructor, Constructor(float radius)] interface Circle { attribute float r; attribute float cx; attribute float cy; readonly attribute float circumference; }; [Constructor, Constructor(float radius)] interface Circle { attribute float r; attribute float cx; attribute float cy; readonly attribute float circumference; }; Constructor Constructor(float radius) attribute float r; attribute float cx; attribute float cy; readonly attribute float circumference;