summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/driver/svg_font.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/driver/svg_font.php b/src/driver/svg_font.php
index d2fb620..0abeef6 100644
--- a/src/driver/svg_font.php
+++ b/src/driver/svg_font.php
@@ -247,7 +247,7 @@ class ezcGraphSvgFont
if ( $charInfo === false )
{
$prevCharInfo = null;
- $length .= .5 * $this->unitsPerEm[$fontPath];
+ $length += .5 * $this->unitsPerEm[$fontPath];
continue;
}
OpenPOWER on IntegriCloud