|
@@ 2537-2539 (lines=3) @@
|
| 2534 |
|
} |
| 2535 |
|
} |
| 2536 |
|
// and if there has been a stroke or fill colour set, then transfer them |
| 2537 |
|
if ($this->currentColour['r']>=0) { |
| 2538 |
|
$this->setColor($this->currentColour['r'], $this->currentColour['g'], $this->currentColour['b'], 1); |
| 2539 |
|
} |
| 2540 |
|
if ($this->currentStrokeColour['r']>=0) { |
| 2541 |
|
$this->setStrokeColor($this->currentStrokeColour['r'], $this->currentStrokeColour['g'], $this->currentStrokeColour['b'], 1); |
| 2542 |
|
} |
|
@@ 2540-2542 (lines=3) @@
|
| 2537 |
|
if ($this->currentColour['r']>=0) { |
| 2538 |
|
$this->setColor($this->currentColour['r'], $this->currentColour['g'], $this->currentColour['b'], 1); |
| 2539 |
|
} |
| 2540 |
|
if ($this->currentStrokeColour['r']>=0) { |
| 2541 |
|
$this->setStrokeColor($this->currentStrokeColour['r'], $this->currentStrokeColour['g'], $this->currentStrokeColour['b'], 1); |
| 2542 |
|
} |
| 2543 |
|
|
| 2544 |
|
// if there is a line style set, then put this in too |
| 2545 |
|
if (strlen($this->currentLineStyle)) { |