diff --git a/src/transform/transform.ts b/src/transform/transform.ts index ca5140c..1ebc8d0 100644 --- a/src/transform/transform.ts +++ b/src/transform/transform.ts @@ -701,7 +701,7 @@ export abstract class Transform { let x2 = 0; let y2 = 0; - // this block sets [width] and [height] if null or negative. + // this block sets [width] and [height] if undefined or negative. if ( opt.width !== undefined && opt.height !== undefined &&