Author: Kore Nordmann
Date: 2006-09-24 12:05:52 +0200 (Sun, 24 Sep 2006)
New Revision: 3553

Log:
- Set font path instead of no longer used option font

Modified:
   trunk/Graph/src/interfaces/element.php
   trunk/Graph/src/options/chart.php

Modified: trunk/Graph/src/interfaces/element.php
===================================================================
--- trunk/Graph/src/interfaces/element.php      2006-09-24 10:04:45 UTC (rev 
3552)
+++ trunk/Graph/src/interfaces/element.php      2006-09-24 10:05:52 UTC (rev 
3553)
@@ -133,7 +133,7 @@
                         $this->properties['fontCloned'] = true;
                     }
 
-                    $this->properties['font']->font = $propertyValue;
+                    $this->properties['font']->path = $propertyValue;
                 }
                 else
                 {

Modified: trunk/Graph/src/options/chart.php
===================================================================
--- trunk/Graph/src/options/chart.php   2006-09-24 10:04:45 UTC (rev 3552)
+++ trunk/Graph/src/options/chart.php   2006-09-24 10:05:52 UTC (rev 3553)
@@ -48,7 +48,7 @@
                 $this->properties['height'] = max( 1, (int) $propertyValue );
                 break;
             case 'font':
-                $this->properties['font']->font = $propertyValue;
+                $this->properties['font']->path = $propertyValue;
                 break;
             default:
                 throw new ezcBasePropertyNotFoundException( $propertyName );

-- 
svn-components mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to