mirror of
https://github.com/Alfresco/alfresco-transform-core.git
synced 2025-05-26 17:24:47 +00:00
ATS-688: Negate OptionsBuilder's maintainAspectRatio boolean
This commit is contained in:
parent
3bed6930bf
commit
b072c89694
@ -339,7 +339,7 @@ final class OptionsBuilder
|
||||
{
|
||||
resize.append('>');
|
||||
}
|
||||
if (maintainAspectRatio != null && maintainAspectRatio)
|
||||
if (maintainAspectRatio != null && !maintainAspectRatio)
|
||||
{
|
||||
resize.append('!');
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user