Author: kn
Date: Mon Jan 21 12:17:32 2008
New Revision: 7201

Log:
- Forget to fix this test case

Modified:
    trunk/Graph/tests/driver_svg_test.php

Modified: trunk/Graph/tests/driver_svg_test.php
==============================================================================
--- trunk/Graph/tests/driver_svg_test.php [iso-8859-1] (original)
+++ trunk/Graph/tests/driver_svg_test.php [iso-8859-1] Mon Jan 21 12:17:32 2008
@@ -1529,7 +1529,7 @@
     {
         $filename = $this->tempDir . __FUNCTION__ . '.svg';
 
-        $this->driver->options->strokeLineJoin = 'square';
+        $this->driver->options->strokeLineJoin = 'bevel';
         $this->driver->options->strokeLineCap = 'square';
         $this->driver->options->shapeRendering = 'optimizeSpeed';
         $this->driver->options->colorRendering = 'optimizeSpeed';


-- 
svn-components mailing list
svn-components@lists.ez.no
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to