clone method

RenderTarget clone()

Implementation

RenderTarget clone() {
  return RenderTarget(1,1).copy( this );
}