add comment about bezier curves/polylines when clipping

This commit is contained in:
BobLd
2020-04-04 17:46:39 +01:00
committed by Eliot Jones
parent e2b03c3075
commit 270b1b5ef5

View File

@@ -18,6 +18,7 @@
/// <summary>
/// Should the parser clip paths? Default is true.
/// <para>Bezier curves will be transformed into polylines if clipping is set to true.</para>
/// </summary>
public bool ClipPaths { get; set; } = true;