1,5d0 < core/includes/image.inc | 40 ++++------ < core/modules/image/image.effects.inc | 6 +- < core/modules/image/image.test | 141 ++++++++++++++++++++++++++++++++++ < 3 files changed, 160 insertions(+), 27 deletions(-) < 7c2 < index 8dc36b9..af3fe42 100644 --- > index 8dc36b9..f6ae7f1 100644 15c10 < + * The target width, in pixels. If this value is NULL then the scaling will --- > + * The target width, in pixels. If this value is NULL then the scaling will be 18a14 > - * based only on the width value. 20c16 < * based only on the width value. --- > + * be based only on the width value. 41c37 < + // calculated to be bigger than it's target. --- > + // calculated to be bigger than its target.