• You might not be able to totally rename the prototype, but you should be able to do:

    Graphics. prototype.fillRect2 = Graphics. prototype.fillRect;
    Graphics. prototype.fillRect = ...;
    
About

Avatar for Gordon @Gordon started