Set ClipPaths to false if no ParsingOptions given (consistent behaviour)

This commit is contained in:
BobLd
2020-04-27 12:51:02 +01:00
committed by Eliot Jones
parent 09b951f667
commit f91acefcfa

View File

@@ -58,7 +58,7 @@
var passwords = new List<string>();
var clipPaths = options?.ClipPaths ?? true;
var clipPaths = options?.ClipPaths ?? false;
if (options?.Password != null)
{