diff --git a/QuestPDF/Infrastructure/Unit.cs b/QuestPDF/Infrastructure/Unit.cs index 3d2cf8d..a4d55fc 100644 --- a/QuestPDF/Infrastructure/Unit.cs +++ b/QuestPDF/Infrastructure/Unit.cs @@ -32,7 +32,7 @@ namespace QuestPDF.Infrastructure Point => 1, Meter => 100 / InchToCentimetre * InchToPoints, Centimetre => 1 / InchToCentimetre * InchToPoints, - Millimetre => 10 / InchToCentimetre * InchToPoints, + Millimetre => 0.1f / InchToCentimetre * InchToPoints, Feet => 12 * InchToPoints, Inch => InchToPoints, Mill => InchToPoints / 1000f,