TCPDF Class [Tabs removed Commit]: Reverted back

This commit is contained in:
Adnan
2010-07-20 16:22:50 +05:00
parent 5a884f2f4d
commit ac3909d990

View File

@@ -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 ------------------------------
/* /*