ATS-688: Negate OptionsBuilder's maintainAspectRatio boolean

This commit is contained in:
kristian 2020-03-30 09:33:38 +01:00
parent 3bed6930bf
commit b072c89694

View File

@ -339,7 +339,7 @@ final class OptionsBuilder
{ {
resize.append('>'); resize.append('>');
} }
if (maintainAspectRatio != null && maintainAspectRatio) if (maintainAspectRatio != null && !maintainAspectRatio)
{ {
resize.append('!'); resize.append('!');
} }