SVG_Estimate_weight ( svgObject ) -> Function result
| Parameter | Type | Description | |
|---|---|---|---|
| svgObject | SVG_Ref | → | Reference of SVG document |
| Function result | Real | ← | Size in bytes of SVG document |
The SVG_Estimate_weight command returns the size in bytes of the SVG tree whose reference is passed as in the svgObject parameter. If svgObject is not a valid reference, an error is generated.