mirror of
https://github.com/Alfresco/alfresco-transform-core.git
synced 2025-08-07 17:48:35 +00:00
ATS-688: Negate OptionsBuilder's maintainAspectRatio boolean
This commit is contained in:
@@ -339,7 +339,7 @@ final class OptionsBuilder
|
|||||||
{
|
{
|
||||||
resize.append('>');
|
resize.append('>');
|
||||||
}
|
}
|
||||||
if (maintainAspectRatio != null && maintainAspectRatio)
|
if (maintainAspectRatio != null && !maintainAspectRatio)
|
||||||
{
|
{
|
||||||
resize.append('!');
|
resize.append('!');
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user