diff --git a/src/PhpWord/Shared/Drawing.php b/src/PhpWord/Shared/Drawing.php index f1d61eb6..5ee7e960 100644 --- a/src/PhpWord/Shared/Drawing.php +++ b/src/PhpWord/Shared/Drawing.php @@ -56,7 +56,7 @@ class Drawing */ public static function pixelsToPoints($value = 0) { - return $value * 0.67777777; + return $value * 0.75; } /**