Skip to content

ACadSharp.IO.SvgConfiguration.LineWeightRatio

Albert Domenech edited this page Jul 25, 2025 · 3 revisions

LineWeightRatio Property

The will be divided by this value to process the stroke-width in the svg when the units are .

Remarks

The default value is 100, which matches with the line weight real value in mm.

Definition

Namespace: ACadSharp.IO.SvgConfiguration

C#

public Double LineWeightRatio { get; set; }

Property Value

Double

Clone this wiki locally