summaryrefslogtreecommitdiffstats
path: root/tests/renderer_2d_test.php
diff options
context:
space:
mode:
authorKore Nordmann <github@kore-nordmann.de>2007-04-26 10:34:37 +0000
committerKore Nordmann <github@kore-nordmann.de>2007-04-26 10:34:37 +0000
commit2165dfa54ac706984b47e2358fef91c220e1481f (patch)
treee373c352dd1994a29bee81bbff8637fa87f86eb4 /tests/renderer_2d_test.php
parent02bed03a4e8d2acee8c5d5a2de09602164213e98 (diff)
downloadzetacomponents-graph-2165dfa54ac706984b47e2358fef91c220e1481f.zip
zetacomponents-graph-2165dfa54ac706984b47e2358fef91c220e1481f.tar.gz
- Fixed order of points in arrow head polygons
# No visual difference in compariosion files - Fixes arrow heads in rotated axis in radar charts
Diffstat (limited to 'tests/renderer_2d_test.php')
-rw-r--r--tests/renderer_2d_test.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/renderer_2d_test.php b/tests/renderer_2d_test.php
index e3aeadc..8a15f78 100644
--- a/tests/renderer_2d_test.php
+++ b/tests/renderer_2d_test.php
@@ -1594,8 +1594,8 @@ class ezcGraphRenderer2dTest extends ezcGraphTestCase
->with(
$this->equalTo( array(
new ezcGraphCoordinate( 450., 120. ),
- new ezcGraphCoordinate( 442., 116. ),
new ezcGraphCoordinate( 442., 124. ),
+ new ezcGraphCoordinate( 442., 116. ),
), 1. ),
$this->equalTo( ezcGraphColor::fromHex( '#2E3436' ) ),
$this->equalTo( true )
@@ -1628,8 +1628,8 @@ class ezcGraphRenderer2dTest extends ezcGraphTestCase
->with(
$this->equalTo( array(
new ezcGraphCoordinate( 150., 120. ),
- new ezcGraphCoordinate( 157., 123.5 ),
new ezcGraphCoordinate( 157., 116.5 ),
+ new ezcGraphCoordinate( 157., 123.5 ),
), 1. ),
$this->equalTo( ezcGraphColor::fromHex( '#2E3436' ) ),
$this->equalTo( true )
OpenPOWER on IntegriCloud