TCPDF Class [Tabs removed Commit]: Reverted back
This commit is contained in:
@@ -5164,7 +5164,6 @@ if(!class_exists('TCPDF', false)) {
|
|||||||
public function StopTransform() {
|
public function StopTransform() {
|
||||||
$this->_out('Q');
|
$this->_out('Q');
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Horizontal Scaling.
|
* Horizontal Scaling.
|
||||||
* @param float $s_x scaling factor for width as percent. 0 is not allowed.
|
* @param float $s_x scaling factor for width as percent. 0 is not allowed.
|
||||||
@@ -5425,6 +5424,7 @@ if(!class_exists('TCPDF', false)) {
|
|||||||
|
|
||||||
// END TRANSFORMATIONS SECTION -------------------------
|
// END TRANSFORMATIONS SECTION -------------------------
|
||||||
|
|
||||||
|
|
||||||
// START GRAPHIC FUNCTIONS SECTION ---------------------
|
// START GRAPHIC FUNCTIONS SECTION ---------------------
|
||||||
// The following section is based on the code provided by David Hernandez Sanz
|
// The following section is based on the code provided by David Hernandez Sanz
|
||||||
|
|
||||||
@@ -5692,6 +5692,7 @@ if(!class_exists('TCPDF', false)) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Draws a Bezier curve.
|
* Draws a Bezier curve.
|
||||||
* The Bezier curve is a tangent to the line between the control points at
|
* The Bezier curve is a tangent to the line between the control points at
|
||||||
@@ -6681,6 +6682,7 @@ if(!class_exists('TCPDF', false)) {
|
|||||||
$this->_out('endobj');
|
$this->_out('endobj');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// --- JAVASCRIPT - FORMS ------------------------------
|
// --- JAVASCRIPT - FORMS ------------------------------
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user