| Property | Description | Default Value |
|---|---|---|
| AllowWebDownload | Whether web based images are supported in SVG files (which must be downloaded) | True |
| ForceBackground | Forces the SVG layer to be drawn with the specified background color (removing the transparent background) | clNone (disabled) |
| MaxLayerSize | Prevents overly large SVG files from overloading the system by skipping any layer larger than the specified size in any dimension (or reducing the size of the image when rendering) | 10000 (pixels) |
| MaxPointCount | Prevents overly complex path tags from being drawn, by skipping any with more than the specified number of points (Note: This value is doubled for polygon layers) | 5000 |
| MaxTagCount | Prevents loading of overly complex SVG files, by failing for fails that exceed the specified number of tags | 2000 |