|
@@ 1690-1695 (lines=6) @@
|
| 1687 |
|
$positionArray['x2'] = $this->width; |
| 1688 |
|
$positionArray['y2'] = $thickness + $padding; |
| 1689 |
|
break; |
| 1690 |
|
case 'r': |
| 1691 |
|
$positionArray['x1'] = $this->width - $thickness - $padding; |
| 1692 |
|
$positionArray['y1'] = 0; |
| 1693 |
|
$positionArray['x2'] = $this->width - $padding; |
| 1694 |
|
$positionArray['y2'] = $this->height; |
| 1695 |
|
break; |
| 1696 |
|
case 'b': |
| 1697 |
|
$positionArray['x1'] = 0; |
| 1698 |
|
$positionArray['y1'] = $this->height - $thickness - $padding; |
|
@@ 1696-1701 (lines=6) @@
|
| 1693 |
|
$positionArray['x2'] = $this->width - $padding; |
| 1694 |
|
$positionArray['y2'] = $this->height; |
| 1695 |
|
break; |
| 1696 |
|
case 'b': |
| 1697 |
|
$positionArray['x1'] = 0; |
| 1698 |
|
$positionArray['y1'] = $this->height - $thickness - $padding; |
| 1699 |
|
$positionArray['x2'] = $this->width; |
| 1700 |
|
$positionArray['y2'] = $this->height - $padding; |
| 1701 |
|
break; |
| 1702 |
|
case 'l': |
| 1703 |
|
$positionArray['x1'] = $padding; |
| 1704 |
|
$positionArray['y1'] = 0; |