summaryrefslogtreecommitdiffstats
path: root/src/driver
diff options
context:
space:
mode:
authorKore Nordmann <github@kore-nordmann.de>2008-11-23 13:21:15 +0000
committerKore Nordmann <github@kore-nordmann.de>2008-11-23 13:21:15 +0000
commitd31b67d037401c1143eb92d2eeac633d95f14435 (patch)
treef7871bf0fb0e775918f896dc1c91125463a58e43 /src/driver
parent45ab6746206b7fcdd93ae5d51f6963c9678cc6a5 (diff)
downloadzetacomponents-graph-d31b67d037401c1143eb92d2eeac633d95f14435.zip
zetacomponents-graph-d31b67d037401c1143eb92d2eeac633d95f14435.tar.gz
- Removed unnecessary realpath() calls, which do not work with paths using
stream wrappers.
Diffstat (limited to 'src/driver')
-rw-r--r--src/driver/svg_font.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/driver/svg_font.php b/src/driver/svg_font.php
index 65fe289..d2fb620 100644
--- a/src/driver/svg_font.php
+++ b/src/driver/svg_font.php
@@ -80,7 +80,6 @@ class ezcGraphSvgFont
*/
protected function initializeFont( $fontPath )
{
- $fontPath = realpath( $fontPath );
if ( isset( $this->fonts[$fontPath] ) )
{
return $fontPath;
OpenPOWER on IntegriCloud