flip method

Flips the image.

Implementation

CdnPathBuilder flip() {
  sb.write('/-/flip');
  return this;
}