Skip to content

Commit

Permalink
* New fonts ready
Browse files Browse the repository at this point in the history
  • Loading branch information
Momchil Bozhinov committed Sep 19, 2019
1 parent d99afe9 commit 88701c4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bugs/bug27.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
];

$measurement_array = [
0 => 20.00, 1 => 23.00, 2 => 27.00, 3 => 26.89, 4 => 26.78, 5 => 26.67, 6 => 26.56, 7 => 26.44, 8 => 26.33, 9 => 26.22, 10 => 26.11, 11 => 26.00, 12 => 21.00, 13 => 29.00, 14 => 26.00, 15 => 25.00,
16 => 26.00, 17 => 26.00, 18 => 0.123456789, 19 => 0.123456789, 20 => 0.123456789, 21 => VOID, 22 => VOID, 23 => VOID, 24 => VOID, 25 => VOID, 26 => VOID, 27 => VOID, 28 => VOID, 29 => VOID, 30 => VOID,
0 => 20.00, 1 => 23.00, 2 => 27.00, 3 => 26.89, 4 => 26.78, 5 => 26.67, 6 => 26.56, 7 => 26.44, 8 => 26.33, 9 => 26.22, 10 => 26.11, 11 => 26.00, 12 => 21.00, 13 => 29.00, 14 => 26.00, 15 => 25.00,
16 => 26.00, 17 => 26.00, 18 => 0.123456789, 19 => 0.123456789, 20 => 0.123456789, 21 => VOID, 22 => VOID, 23 => VOID, 24 => VOID, 25 => VOID, 26 => VOID, 27 => VOID, 28 => VOID, 29 => VOID, 30 => VOID,
31 => VOID, 32 => VOID, 33 => VOID, 34 => VOID, 35 => VOID
];

Expand Down
1 change: 0 additions & 1 deletion bugs/bug29.2.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
/* Overlay with a gradient */
$myPicture->drawGradientArea(0,0,500,400, DIRECTION_VERTICAL,["StartColor"=>new pColor(219,231,139,50),"EndColor"=>new pColor(1,138,68,50)]);

/* Set the default font properties */
$myPicture->setFontProperties(["FontName"=>"pChart/fonts/Cairo-Regular.ttf","FontSize"=>12,"Color"=>new pColor(80)]);

/* Create the pPie object */
Expand Down
1 change: 0 additions & 1 deletion bugs/bug29.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
/* Overlay with a gradient */
$myPicture->drawGradientArea(0,0,350,280, DIRECTION_VERTICAL,["StartColor"=>new pColor(219,231,139,50),"EndColor"=>new pColor(1,138,68,50)]);

/* Set the default font properties */
$myPicture->setFontProperties(["FontName"=>"pChart/fonts/Cairo-Regular.ttf","FontSize"=>12,"Color"=>new pColor(80)]);

/* Create the pPie object */
Expand Down

0 comments on commit 88701c4

Please sign in to comment.