Upgrade jpgrah to 4.3.4 #15

Merged
nemunaire merged 2 commits from task/upgrade_jpgraph into master 2021-01-03 21:50:20 +00:00
4 changed files with 13 additions and 16 deletions
Showing only changes of commit 52e4266218 - Show all commits

View File

@ -434,8 +434,7 @@ class Image
$ymarg=4, $ymarg=4,
$cornerradius=0, $cornerradius=0,
$dropwidth=3 $dropwidth=3
) ) {
{
$oldx = $this->lastx; $oldx = $this->lastx;
$oldy = $this->lasty; $oldy = $this->lasty;
@ -551,8 +550,7 @@ class Image
$ymarg=4, $ymarg=4,
$cornerradius=0, $cornerradius=0,
$dropwidth=3 $dropwidth=3
) ) {
{
// This version of boxed text will stroke a rotated box round the text // This version of boxed text will stroke a rotated box round the text
// thta will follow the angle of the text. // thta will follow the angle of the text.

View File

@ -424,8 +424,7 @@ class PiePlot3D extends PiePlot
$startangle=0, $startangle=0,
$edgecolor="", $edgecolor="",
$edgeweight=1 $edgeweight=1
) ) {
{
//--------------------------------------------------------------------------- //---------------------------------------------------------------------------
// As usual the algorithm get more complicated than I originally // As usual the algorithm get more complicated than I originally