summaryrefslogtreecommitdiffstats
path: root/src/options
diff options
context:
space:
mode:
authorKore Nordmann <github@kore-nordmann.de>2008-01-07 08:54:46 +0000
committerKore Nordmann <github@kore-nordmann.de>2008-01-07 08:54:46 +0000
commit38fe4b46581adecc69ef2c44baa2753856d3b8f3 (patch)
treebce25ea891481de7e13c2185c82426c39e3abed1 /src/options
parent00b228782d8db87caa497a86a9b46b038a97804b (diff)
downloadzetacomponents-graph-38fe4b46581adecc69ef2c44baa2753856d3b8f3.zip
zetacomponents-graph-38fe4b46581adecc69ef2c44baa2753856d3b8f3.tar.gz
- Fixed issue #12254: Bad property-check for strokeLineJoin in SVG driver
Diffstat (limited to 'src/options')
-rw-r--r--src/options/svg_driver.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/options/svg_driver.php b/src/options/svg_driver.php
index c05d62e..900b100 100644
--- a/src/options/svg_driver.php
+++ b/src/options/svg_driver.php
@@ -139,8 +139,8 @@ class ezcGraphSvgDriverOptions extends ezcGraphDriverOptions
case 'strokeLineJoin':
$values = array(
'round',
- 'butt',
- 'square',
+ 'miter',
+ 'bevel',
'inherit',
);
OpenPOWER on IntegriCloud