Version Notes
- switching to TCPDF from FPDF (it lets using PDF version up to 1.7) / FPDF lecserélése TCPDF-re (ezzel a PDF fájlok 1.7-es verzióik kezelhetőek)
- compatible with Ledger 20131210 / Ledger 20131210 kompatibilis
Download this release
Release Info
Developer | Zsolt KOZAK |
Extension | ZsoltNet_LedgerInvoice |
Version | 0.9.5 |
Comparing to | |
See all releases |
Code changes from version 0.9.4 to 0.9.5
- app/code/community/ZsoltNet/LedgerInvoice/controllers/InvoiceController.php +9 -5
- app/code/community/ZsoltNet/LedgerInvoice/controllers/pdf/filters/FilterASCII85.php +0 -104
- app/code/community/ZsoltNet/LedgerInvoice/controllers/pdf/filters/FilterASCII85_FPDI.php +0 -33
- app/code/community/ZsoltNet/LedgerInvoice/controllers/pdf/filters/FilterLZW.php +0 -160
- app/code/community/ZsoltNet/LedgerInvoice/controllers/pdf/filters/FilterLZW_FPDI.php +0 -33
- app/code/community/ZsoltNet/LedgerInvoice/controllers/pdf/font/courier.php +0 -7
- app/code/community/ZsoltNet/LedgerInvoice/controllers/pdf/font/desktop.ini +0 -4
- app/code/community/ZsoltNet/LedgerInvoice/controllers/pdf/font/helvetica.php +0 -15
- app/code/community/ZsoltNet/LedgerInvoice/controllers/pdf/font/helveticab.php +0 -15
- app/code/community/ZsoltNet/LedgerInvoice/controllers/pdf/font/helveticabi.php +0 -15
- app/code/community/ZsoltNet/LedgerInvoice/controllers/pdf/font/helveticai.php +0 -15
- app/code/community/ZsoltNet/LedgerInvoice/controllers/pdf/font/makefont/cp1250.map +0 -251
- app/code/community/ZsoltNet/LedgerInvoice/controllers/pdf/font/makefont/cp1251.map +0 -255
- app/code/community/ZsoltNet/LedgerInvoice/controllers/pdf/font/makefont/cp1252.map +0 -251
- app/code/community/ZsoltNet/LedgerInvoice/controllers/pdf/font/makefont/cp1253.map +0 -239
- app/code/community/ZsoltNet/LedgerInvoice/controllers/pdf/font/makefont/cp1254.map +0 -249
- app/code/community/ZsoltNet/LedgerInvoice/controllers/pdf/font/makefont/cp1255.map +0 -233
- app/code/community/ZsoltNet/LedgerInvoice/controllers/pdf/font/makefont/cp1257.map +0 -244
- app/code/community/ZsoltNet/LedgerInvoice/controllers/pdf/font/makefont/cp1258.map +0 -247
- app/code/community/ZsoltNet/LedgerInvoice/controllers/pdf/font/makefont/cp874.map +0 -225
- app/code/community/ZsoltNet/LedgerInvoice/controllers/pdf/font/makefont/iso-8859-1.map +0 -256
- app/code/community/ZsoltNet/LedgerInvoice/controllers/pdf/font/makefont/iso-8859-11.map +0 -248
- app/code/community/ZsoltNet/LedgerInvoice/controllers/pdf/font/makefont/iso-8859-15.map +0 -256
- app/code/community/ZsoltNet/LedgerInvoice/controllers/pdf/font/makefont/iso-8859-16.map +0 -256
- app/code/community/ZsoltNet/LedgerInvoice/controllers/pdf/font/makefont/iso-8859-2.map +0 -256
- app/code/community/ZsoltNet/LedgerInvoice/controllers/pdf/font/makefont/iso-8859-4.map +0 -256
- app/code/community/ZsoltNet/LedgerInvoice/controllers/pdf/font/makefont/iso-8859-5.map +0 -256
- app/code/community/ZsoltNet/LedgerInvoice/controllers/pdf/font/makefont/iso-8859-7.map +0 -250
- app/code/community/ZsoltNet/LedgerInvoice/controllers/pdf/font/makefont/iso-8859-9.map +0 -256
- app/code/community/ZsoltNet/LedgerInvoice/controllers/pdf/font/makefont/koi8-r.map +0 -256
- app/code/community/ZsoltNet/LedgerInvoice/controllers/pdf/font/makefont/koi8-u.map +0 -256
- app/code/community/ZsoltNet/LedgerInvoice/controllers/pdf/font/makefont/makefont.php +0 -419
- app/code/community/ZsoltNet/LedgerInvoice/controllers/pdf/font/symbol.php +0 -15
- app/code/community/ZsoltNet/LedgerInvoice/controllers/pdf/font/times.php +0 -15
- app/code/community/ZsoltNet/LedgerInvoice/controllers/pdf/font/timesb.php +0 -15
- app/code/community/ZsoltNet/LedgerInvoice/controllers/pdf/font/timesbi.php +0 -15
- app/code/community/ZsoltNet/LedgerInvoice/controllers/pdf/font/timesi.php +0 -15
- app/code/community/ZsoltNet/LedgerInvoice/controllers/pdf/font/zapfdingbats.php +0 -15
- app/code/community/ZsoltNet/LedgerInvoice/controllers/pdf/fpdf.php +0 -1732
- app/code/community/ZsoltNet/LedgerInvoice/controllers/pdf/fpdi.php +0 -504
- app/code/community/ZsoltNet/LedgerInvoice/controllers/pdf/fpdi2tcpdf_bridge.php +0 -237
- app/code/community/ZsoltNet/LedgerInvoice/controllers/pdf/fpdi_pdf_parser.php +0 -396
- app/code/community/ZsoltNet/LedgerInvoice/controllers/pdf/pdf_context.php +0 -103
- app/code/community/ZsoltNet/LedgerInvoice/controllers/pdf/pdf_parser.php +0 -720
- app/code/community/ZsoltNet/LedgerInvoice/controllers/pdf/rotation.php +0 -39
- app/code/community/ZsoltNet/LedgerInvoice/controllers/tcpdf/CHANGELOG.TXT +2823 -0
- app/code/community/ZsoltNet/LedgerInvoice/controllers/tcpdf/LICENSE.TXT +858 -0
- app/code/community/ZsoltNet/LedgerInvoice/controllers/tcpdf/README.TXT +111 -0
- app/code/community/ZsoltNet/LedgerInvoice/controllers/tcpdf/composer.json +40 -0
- app/code/community/ZsoltNet/LedgerInvoice/controllers/{pdf → tcpdf}/concat_pdf.php +5 -3
- app/code/community/ZsoltNet/LedgerInvoice/controllers/tcpdf/config/tcpdf_config.php +222 -0
- app/code/community/ZsoltNet/LedgerInvoice/controllers/tcpdf/fonts/cid0cs.php +15 -0
app/code/community/ZsoltNet/LedgerInvoice/controllers/InvoiceController.php
CHANGED
@@ -2,9 +2,10 @@
|
|
2 |
require_once('HttpClient.class.php');
|
3 |
require_once('simple_html_dom.php');
|
4 |
require_once('db_pg.php');
|
5 |
-
require_once('
|
6 |
-
require_once('
|
7 |
-
require_once('
|
|
|
8 |
|
9 |
class ZsoltNet_LedgerInvoice_InvoiceController extends Mage_Adminhtml_Controller_Action
|
10 |
{
|
@@ -904,17 +905,20 @@ class ZsoltNet_LedgerInvoice_InvoiceController extends Mage_Adminhtml_Controller
|
|
904 |
fwrite($file,$content);
|
905 |
fclose($file);
|
906 |
|
907 |
-
$pdf = new
|
|
|
|
|
908 |
$pagecount = $pdf->setSourceFile($tempfile);
|
909 |
$i = 0;
|
910 |
while($i<$pagecount) {
|
911 |
-
$tplidx
|
912 |
if (!$tplidx) {
|
913 |
break;
|
914 |
}
|
915 |
$pdf->addPage();
|
916 |
$pdf->useTemplate($tplidx, 0, 0, 210);
|
917 |
}
|
|
|
918 |
unlink($tempfile);
|
919 |
return $pdf;
|
920 |
}
|
2 |
require_once('HttpClient.class.php');
|
3 |
require_once('simple_html_dom.php');
|
4 |
require_once('db_pg.php');
|
5 |
+
require_once('tcpdf/concat_pdf.php');
|
6 |
+
require_once('tcpdf/tcpdf.php');
|
7 |
+
require_once('tcpdf/tcpdi.php');
|
8 |
+
|
9 |
|
10 |
class ZsoltNet_LedgerInvoice_InvoiceController extends Mage_Adminhtml_Controller_Action
|
11 |
{
|
905 |
fwrite($file,$content);
|
906 |
fclose($file);
|
907 |
|
908 |
+
$pdf = new TCPDI(PDF_PAGE_ORIENTATION, PDF_UNIT, PDF_PAGE_FORMAT, true, 'UTF-8', false);
|
909 |
+
$pdf->setPrintHeader(false);
|
910 |
+
$pdf->setPrintFooter(false);
|
911 |
$pagecount = $pdf->setSourceFile($tempfile);
|
912 |
$i = 0;
|
913 |
while($i<$pagecount) {
|
914 |
+
$tplidx = $pdf->importPage(++$i);
|
915 |
if (!$tplidx) {
|
916 |
break;
|
917 |
}
|
918 |
$pdf->addPage();
|
919 |
$pdf->useTemplate($tplidx, 0, 0, 210);
|
920 |
}
|
921 |
+
|
922 |
unlink($tempfile);
|
923 |
return $pdf;
|
924 |
}
|
app/code/community/ZsoltNet/LedgerInvoice/controllers/pdf/filters/FilterASCII85.php
DELETED
@@ -1,104 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
//
|
3 |
-
// FPDI - Version 1.3.2
|
4 |
-
//
|
5 |
-
// Copyright 2004-2010 Setasign - Jan Slabon
|
6 |
-
//
|
7 |
-
// Licensed under the Apache License, Version 2.0 (the "License");
|
8 |
-
// you may not use this file except in compliance with the License.
|
9 |
-
// You may obtain a copy of the License at
|
10 |
-
//
|
11 |
-
// http://www.apache.org/licenses/LICENSE-2.0
|
12 |
-
//
|
13 |
-
// Unless required by applicable law or agreed to in writing, software
|
14 |
-
// distributed under the License is distributed on an "AS IS" BASIS,
|
15 |
-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
16 |
-
// See the License for the specific language governing permissions and
|
17 |
-
// limitations under the License.
|
18 |
-
//
|
19 |
-
|
20 |
-
if (!defined('ORD_z'))
|
21 |
-
define('ORD_z',ord('z'));
|
22 |
-
if (!defined('ORD_exclmark'))
|
23 |
-
define('ORD_exclmark', ord('!'));
|
24 |
-
if (!defined('ORD_u'))
|
25 |
-
define('ORD_u', ord('u'));
|
26 |
-
if (!defined('ORD_tilde'))
|
27 |
-
define('ORD_tilde', ord('~'));
|
28 |
-
|
29 |
-
$__tmp = version_compare(phpversion(), "5") == -1 ? array('FilterASCII85') : array('FilterASCII85', false);
|
30 |
-
if (!call_user_func_array('class_exists', $__tmp)) {
|
31 |
-
|
32 |
-
class FilterASCII85 {
|
33 |
-
|
34 |
-
function error($msg) {
|
35 |
-
die($msg);
|
36 |
-
}
|
37 |
-
|
38 |
-
function decode($in) {
|
39 |
-
$out = '';
|
40 |
-
$state = 0;
|
41 |
-
$chn = null;
|
42 |
-
|
43 |
-
$l = strlen($in);
|
44 |
-
|
45 |
-
for ($k = 0; $k < $l; ++$k) {
|
46 |
-
$ch = ord($in[$k]) & 0xff;
|
47 |
-
|
48 |
-
if ($ch == ORD_tilde) {
|
49 |
-
break;
|
50 |
-
}
|
51 |
-
if (preg_match('/^\s$/',chr($ch))) {
|
52 |
-
continue;
|
53 |
-
}
|
54 |
-
if ($ch == ORD_z && $state == 0) {
|
55 |
-
$out .= chr(0).chr(0).chr(0).chr(0);
|
56 |
-
continue;
|
57 |
-
}
|
58 |
-
if ($ch < ORD_exclmark || $ch > ORD_u) {
|
59 |
-
return $this->error('Illegal character in ASCII85Decode.');
|
60 |
-
}
|
61 |
-
|
62 |
-
$chn[$state++] = $ch - ORD_exclmark;
|
63 |
-
|
64 |
-
if ($state == 5) {
|
65 |
-
$state = 0;
|
66 |
-
$r = 0;
|
67 |
-
for ($j = 0; $j < 5; ++$j)
|
68 |
-
$r = $r * 85 + $chn[$j];
|
69 |
-
$out .= chr($r >> 24);
|
70 |
-
$out .= chr($r >> 16);
|
71 |
-
$out .= chr($r >> 8);
|
72 |
-
$out .= chr($r);
|
73 |
-
}
|
74 |
-
}
|
75 |
-
$r = 0;
|
76 |
-
|
77 |
-
if ($state == 1)
|
78 |
-
return $this->error('Illegal length in ASCII85Decode.');
|
79 |
-
if ($state == 2) {
|
80 |
-
$r = $chn[0] * 85 * 85 * 85 * 85 + ($chn[1]+1) * 85 * 85 * 85;
|
81 |
-
$out .= chr($r >> 24);
|
82 |
-
}
|
83 |
-
else if ($state == 3) {
|
84 |
-
$r = $chn[0] * 85 * 85 * 85 * 85 + $chn[1] * 85 * 85 * 85 + ($chn[2]+1) * 85 * 85;
|
85 |
-
$out .= chr($r >> 24);
|
86 |
-
$out .= chr($r >> 16);
|
87 |
-
}
|
88 |
-
else if ($state == 4) {
|
89 |
-
$r = $chn[0] * 85 * 85 * 85 * 85 + $chn[1] * 85 * 85 * 85 + $chn[2] * 85 * 85 + ($chn[3]+1) * 85 ;
|
90 |
-
$out .= chr($r >> 24);
|
91 |
-
$out .= chr($r >> 16);
|
92 |
-
$out .= chr($r >> 8);
|
93 |
-
}
|
94 |
-
|
95 |
-
return $out;
|
96 |
-
}
|
97 |
-
|
98 |
-
function encode($in) {
|
99 |
-
return $this->error("ASCII85 encoding not implemented.");
|
100 |
-
}
|
101 |
-
}
|
102 |
-
}
|
103 |
-
|
104 |
-
unset($__tmp);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/ZsoltNet/LedgerInvoice/controllers/pdf/filters/FilterASCII85_FPDI.php
DELETED
@@ -1,33 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
//
|
3 |
-
// FPDI - Version 1.3.2
|
4 |
-
//
|
5 |
-
// Copyright 2004-2010 Setasign - Jan Slabon
|
6 |
-
//
|
7 |
-
// Licensed under the Apache License, Version 2.0 (the "License");
|
8 |
-
// you may not use this file except in compliance with the License.
|
9 |
-
// You may obtain a copy of the License at
|
10 |
-
//
|
11 |
-
// http://www.apache.org/licenses/LICENSE-2.0
|
12 |
-
//
|
13 |
-
// Unless required by applicable law or agreed to in writing, software
|
14 |
-
// distributed under the License is distributed on an "AS IS" BASIS,
|
15 |
-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
16 |
-
// See the License for the specific language governing permissions and
|
17 |
-
// limitations under the License.
|
18 |
-
//
|
19 |
-
|
20 |
-
require_once('FilterASCII85.php');
|
21 |
-
|
22 |
-
class FilterASCII85_FPDI extends FilterASCII85 {
|
23 |
-
|
24 |
-
var $fpdi;
|
25 |
-
|
26 |
-
function FilterASCII85_FPDI(&$fpdi) {
|
27 |
-
$this->fpdi =& $fpdi;
|
28 |
-
}
|
29 |
-
|
30 |
-
function error($msg) {
|
31 |
-
$this->fpdi->error($msg);
|
32 |
-
}
|
33 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/ZsoltNet/LedgerInvoice/controllers/pdf/filters/FilterLZW.php
DELETED
@@ -1,160 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
//
|
3 |
-
// FPDI - Version 1.3.2
|
4 |
-
//
|
5 |
-
// Copyright 2004-2010 Setasign - Jan Slabon
|
6 |
-
//
|
7 |
-
// Licensed under the Apache License, Version 2.0 (the "License");
|
8 |
-
// you may not use this file except in compliance with the License.
|
9 |
-
// You may obtain a copy of the License at
|
10 |
-
//
|
11 |
-
// http://www.apache.org/licenses/LICENSE-2.0
|
12 |
-
//
|
13 |
-
// Unless required by applicable law or agreed to in writing, software
|
14 |
-
// distributed under the License is distributed on an "AS IS" BASIS,
|
15 |
-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
16 |
-
// See the License for the specific language governing permissions and
|
17 |
-
// limitations under the License.
|
18 |
-
//
|
19 |
-
|
20 |
-
$__tmp = version_compare(phpversion(), "5") == -1 ? array('FilterLZW') : array('FilterLZW', false);
|
21 |
-
if (!call_user_func_array('class_exists', $__tmp)) {
|
22 |
-
|
23 |
-
class FilterLZW {
|
24 |
-
|
25 |
-
var $sTable = array();
|
26 |
-
var $data = null;
|
27 |
-
var $dataLength = 0;
|
28 |
-
var $tIdx;
|
29 |
-
var $bitsToGet = 9;
|
30 |
-
var $bytePointer;
|
31 |
-
var $bitPointer;
|
32 |
-
var $nextData = 0;
|
33 |
-
var $nextBits = 0;
|
34 |
-
var $andTable = array(511, 1023, 2047, 4095);
|
35 |
-
|
36 |
-
function error($msg) {
|
37 |
-
die($msg);
|
38 |
-
}
|
39 |
-
|
40 |
-
/**
|
41 |
-
* Method to decode LZW compressed data.
|
42 |
-
*
|
43 |
-
* @param string data The compressed data.
|
44 |
-
*/
|
45 |
-
function decode($data) {
|
46 |
-
|
47 |
-
if($data[0] == 0x00 && $data[1] == 0x01) {
|
48 |
-
$this->error('LZW flavour not supported.');
|
49 |
-
}
|
50 |
-
|
51 |
-
$this->initsTable();
|
52 |
-
|
53 |
-
$this->data = $data;
|
54 |
-
$this->dataLength = strlen($data);
|
55 |
-
|
56 |
-
// Initialize pointers
|
57 |
-
$this->bytePointer = 0;
|
58 |
-
$this->bitPointer = 0;
|
59 |
-
|
60 |
-
$this->nextData = 0;
|
61 |
-
$this->nextBits = 0;
|
62 |
-
|
63 |
-
$oldCode = 0;
|
64 |
-
|
65 |
-
$string = '';
|
66 |
-
$uncompData = '';
|
67 |
-
|
68 |
-
while (($code = $this->getNextCode()) != 257) {
|
69 |
-
if ($code == 256) {
|
70 |
-
$this->initsTable();
|
71 |
-
$code = $this->getNextCode();
|
72 |
-
|
73 |
-
if ($code == 257) {
|
74 |
-
break;
|
75 |
-
}
|
76 |
-
|
77 |
-
$uncompData .= $this->sTable[$code];
|
78 |
-
$oldCode = $code;
|
79 |
-
|
80 |
-
} else {
|
81 |
-
|
82 |
-
if ($code < $this->tIdx) {
|
83 |
-
$string = $this->sTable[$code];
|
84 |
-
$uncompData .= $string;
|
85 |
-
|
86 |
-
$this->addStringToTable($this->sTable[$oldCode], $string[0]);
|
87 |
-
$oldCode = $code;
|
88 |
-
} else {
|
89 |
-
$string = $this->sTable[$oldCode];
|
90 |
-
$string = $string.$string[0];
|
91 |
-
$uncompData .= $string;
|
92 |
-
|
93 |
-
$this->addStringToTable($string);
|
94 |
-
$oldCode = $code;
|
95 |
-
}
|
96 |
-
}
|
97 |
-
}
|
98 |
-
|
99 |
-
return $uncompData;
|
100 |
-
}
|
101 |
-
|
102 |
-
|
103 |
-
/**
|
104 |
-
* Initialize the string table.
|
105 |
-
*/
|
106 |
-
function initsTable() {
|
107 |
-
$this->sTable = array();
|
108 |
-
|
109 |
-
for ($i = 0; $i < 256; $i++)
|
110 |
-
$this->sTable[$i] = chr($i);
|
111 |
-
|
112 |
-
$this->tIdx = 258;
|
113 |
-
$this->bitsToGet = 9;
|
114 |
-
}
|
115 |
-
|
116 |
-
/**
|
117 |
-
* Add a new string to the string table.
|
118 |
-
*/
|
119 |
-
function addStringToTable ($oldString, $newString='') {
|
120 |
-
$string = $oldString.$newString;
|
121 |
-
|
122 |
-
// Add this new String to the table
|
123 |
-
$this->sTable[$this->tIdx++] = $string;
|
124 |
-
|
125 |
-
if ($this->tIdx == 511) {
|
126 |
-
$this->bitsToGet = 10;
|
127 |
-
} else if ($this->tIdx == 1023) {
|
128 |
-
$this->bitsToGet = 11;
|
129 |
-
} else if ($this->tIdx == 2047) {
|
130 |
-
$this->bitsToGet = 12;
|
131 |
-
}
|
132 |
-
}
|
133 |
-
|
134 |
-
// Returns the next 9, 10, 11 or 12 bits
|
135 |
-
function getNextCode() {
|
136 |
-
if ($this->bytePointer == $this->dataLength) {
|
137 |
-
return 257;
|
138 |
-
}
|
139 |
-
|
140 |
-
$this->nextData = ($this->nextData << 8) | (ord($this->data[$this->bytePointer++]) & 0xff);
|
141 |
-
$this->nextBits += 8;
|
142 |
-
|
143 |
-
if ($this->nextBits < $this->bitsToGet) {
|
144 |
-
$this->nextData = ($this->nextData << 8) | (ord($this->data[$this->bytePointer++]) & 0xff);
|
145 |
-
$this->nextBits += 8;
|
146 |
-
}
|
147 |
-
|
148 |
-
$code = ($this->nextData >> ($this->nextBits - $this->bitsToGet)) & $this->andTable[$this->bitsToGet-9];
|
149 |
-
$this->nextBits -= $this->bitsToGet;
|
150 |
-
|
151 |
-
return $code;
|
152 |
-
}
|
153 |
-
|
154 |
-
function encode($in) {
|
155 |
-
$this->error("LZW encoding not implemented.");
|
156 |
-
}
|
157 |
-
}
|
158 |
-
}
|
159 |
-
|
160 |
-
unset($__tmp);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/ZsoltNet/LedgerInvoice/controllers/pdf/filters/FilterLZW_FPDI.php
DELETED
@@ -1,33 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
//
|
3 |
-
// FPDI - Version 1.3.2
|
4 |
-
//
|
5 |
-
// Copyright 2004-2010 Setasign - Jan Slabon
|
6 |
-
//
|
7 |
-
// Licensed under the Apache License, Version 2.0 (the "License");
|
8 |
-
// you may not use this file except in compliance with the License.
|
9 |
-
// You may obtain a copy of the License at
|
10 |
-
//
|
11 |
-
// http://www.apache.org/licenses/LICENSE-2.0
|
12 |
-
//
|
13 |
-
// Unless required by applicable law or agreed to in writing, software
|
14 |
-
// distributed under the License is distributed on an "AS IS" BASIS,
|
15 |
-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
16 |
-
// See the License for the specific language governing permissions and
|
17 |
-
// limitations under the License.
|
18 |
-
//
|
19 |
-
|
20 |
-
require_once('FilterLZW.php');
|
21 |
-
|
22 |
-
class FilterLZW_FPDI extends FilterLZW {
|
23 |
-
|
24 |
-
var $fpdi;
|
25 |
-
|
26 |
-
function FilterLZW_FPDI(&$fpdi) {
|
27 |
-
$this->fpdi =& $fpdi;
|
28 |
-
}
|
29 |
-
|
30 |
-
function error($msg) {
|
31 |
-
$this->fpdi->error($msg);
|
32 |
-
}
|
33 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/ZsoltNet/LedgerInvoice/controllers/pdf/font/courier.php
DELETED
@@ -1,7 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
for($i=0;$i<=255;$i++)
|
3 |
-
$fpdf_charwidths['courier'][chr($i)]=600;
|
4 |
-
$fpdf_charwidths['courierB']=$fpdf_charwidths['courier'];
|
5 |
-
$fpdf_charwidths['courierI']=$fpdf_charwidths['courier'];
|
6 |
-
$fpdf_charwidths['courierBI']=$fpdf_charwidths['courier'];
|
7 |
-
?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/ZsoltNet/LedgerInvoice/controllers/pdf/font/desktop.ini
DELETED
@@ -1,4 +0,0 @@
|
|
1 |
-
[ViewState]
|
2 |
-
Mode=
|
3 |
-
Vid=
|
4 |
-
FolderType=NotSpecified
|
|
|
|
|
|
|
|
app/code/community/ZsoltNet/LedgerInvoice/controllers/pdf/font/helvetica.php
DELETED
@@ -1,15 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
$fpdf_charwidths['helvetica']=array(
|
3 |
-
chr(0)=>278,chr(1)=>278,chr(2)=>278,chr(3)=>278,chr(4)=>278,chr(5)=>278,chr(6)=>278,chr(7)=>278,chr(8)=>278,chr(9)=>278,chr(10)=>278,chr(11)=>278,chr(12)=>278,chr(13)=>278,chr(14)=>278,chr(15)=>278,chr(16)=>278,chr(17)=>278,chr(18)=>278,chr(19)=>278,chr(20)=>278,chr(21)=>278,
|
4 |
-
chr(22)=>278,chr(23)=>278,chr(24)=>278,chr(25)=>278,chr(26)=>278,chr(27)=>278,chr(28)=>278,chr(29)=>278,chr(30)=>278,chr(31)=>278,' '=>278,'!'=>278,'"'=>355,'#'=>556,'$'=>556,'%'=>889,'&'=>667,'\''=>191,'('=>333,')'=>333,'*'=>389,'+'=>584,
|
5 |
-
','=>278,'-'=>333,'.'=>278,'/'=>278,'0'=>556,'1'=>556,'2'=>556,'3'=>556,'4'=>556,'5'=>556,'6'=>556,'7'=>556,'8'=>556,'9'=>556,':'=>278,';'=>278,'<'=>584,'='=>584,'>'=>584,'?'=>556,'@'=>1015,'A'=>667,
|
6 |
-
'B'=>667,'C'=>722,'D'=>722,'E'=>667,'F'=>611,'G'=>778,'H'=>722,'I'=>278,'J'=>500,'K'=>667,'L'=>556,'M'=>833,'N'=>722,'O'=>778,'P'=>667,'Q'=>778,'R'=>722,'S'=>667,'T'=>611,'U'=>722,'V'=>667,'W'=>944,
|
7 |
-
'X'=>667,'Y'=>667,'Z'=>611,'['=>278,'\\'=>278,']'=>278,'^'=>469,'_'=>556,'`'=>333,'a'=>556,'b'=>556,'c'=>500,'d'=>556,'e'=>556,'f'=>278,'g'=>556,'h'=>556,'i'=>222,'j'=>222,'k'=>500,'l'=>222,'m'=>833,
|
8 |
-
'n'=>556,'o'=>556,'p'=>556,'q'=>556,'r'=>333,'s'=>500,'t'=>278,'u'=>556,'v'=>500,'w'=>722,'x'=>500,'y'=>500,'z'=>500,'{'=>334,'|'=>260,'}'=>334,'~'=>584,chr(127)=>350,chr(128)=>556,chr(129)=>350,chr(130)=>222,chr(131)=>556,
|
9 |
-
chr(132)=>333,chr(133)=>1000,chr(134)=>556,chr(135)=>556,chr(136)=>333,chr(137)=>1000,chr(138)=>667,chr(139)=>333,chr(140)=>1000,chr(141)=>350,chr(142)=>611,chr(143)=>350,chr(144)=>350,chr(145)=>222,chr(146)=>222,chr(147)=>333,chr(148)=>333,chr(149)=>350,chr(150)=>556,chr(151)=>1000,chr(152)=>333,chr(153)=>1000,
|
10 |
-
chr(154)=>500,chr(155)=>333,chr(156)=>944,chr(157)=>350,chr(158)=>500,chr(159)=>667,chr(160)=>278,chr(161)=>333,chr(162)=>556,chr(163)=>556,chr(164)=>556,chr(165)=>556,chr(166)=>260,chr(167)=>556,chr(168)=>333,chr(169)=>737,chr(170)=>370,chr(171)=>556,chr(172)=>584,chr(173)=>333,chr(174)=>737,chr(175)=>333,
|
11 |
-
chr(176)=>400,chr(177)=>584,chr(178)=>333,chr(179)=>333,chr(180)=>333,chr(181)=>556,chr(182)=>537,chr(183)=>278,chr(184)=>333,chr(185)=>333,chr(186)=>365,chr(187)=>556,chr(188)=>834,chr(189)=>834,chr(190)=>834,chr(191)=>611,chr(192)=>667,chr(193)=>667,chr(194)=>667,chr(195)=>667,chr(196)=>667,chr(197)=>667,
|
12 |
-
chr(198)=>1000,chr(199)=>722,chr(200)=>667,chr(201)=>667,chr(202)=>667,chr(203)=>667,chr(204)=>278,chr(205)=>278,chr(206)=>278,chr(207)=>278,chr(208)=>722,chr(209)=>722,chr(210)=>778,chr(211)=>778,chr(212)=>778,chr(213)=>778,chr(214)=>778,chr(215)=>584,chr(216)=>778,chr(217)=>722,chr(218)=>722,chr(219)=>722,
|
13 |
-
chr(220)=>722,chr(221)=>667,chr(222)=>667,chr(223)=>611,chr(224)=>556,chr(225)=>556,chr(226)=>556,chr(227)=>556,chr(228)=>556,chr(229)=>556,chr(230)=>889,chr(231)=>500,chr(232)=>556,chr(233)=>556,chr(234)=>556,chr(235)=>556,chr(236)=>278,chr(237)=>278,chr(238)=>278,chr(239)=>278,chr(240)=>556,chr(241)=>556,
|
14 |
-
chr(242)=>556,chr(243)=>556,chr(244)=>556,chr(245)=>556,chr(246)=>556,chr(247)=>584,chr(248)=>611,chr(249)=>556,chr(250)=>556,chr(251)=>556,chr(252)=>556,chr(253)=>500,chr(254)=>556,chr(255)=>500);
|
15 |
-
?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/ZsoltNet/LedgerInvoice/controllers/pdf/font/helveticab.php
DELETED
@@ -1,15 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
$fpdf_charwidths['helveticaB']=array(
|
3 |
-
chr(0)=>278,chr(1)=>278,chr(2)=>278,chr(3)=>278,chr(4)=>278,chr(5)=>278,chr(6)=>278,chr(7)=>278,chr(8)=>278,chr(9)=>278,chr(10)=>278,chr(11)=>278,chr(12)=>278,chr(13)=>278,chr(14)=>278,chr(15)=>278,chr(16)=>278,chr(17)=>278,chr(18)=>278,chr(19)=>278,chr(20)=>278,chr(21)=>278,
|
4 |
-
chr(22)=>278,chr(23)=>278,chr(24)=>278,chr(25)=>278,chr(26)=>278,chr(27)=>278,chr(28)=>278,chr(29)=>278,chr(30)=>278,chr(31)=>278,' '=>278,'!'=>333,'"'=>474,'#'=>556,'$'=>556,'%'=>889,'&'=>722,'\''=>238,'('=>333,')'=>333,'*'=>389,'+'=>584,
|
5 |
-
','=>278,'-'=>333,'.'=>278,'/'=>278,'0'=>556,'1'=>556,'2'=>556,'3'=>556,'4'=>556,'5'=>556,'6'=>556,'7'=>556,'8'=>556,'9'=>556,':'=>333,';'=>333,'<'=>584,'='=>584,'>'=>584,'?'=>611,'@'=>975,'A'=>722,
|
6 |
-
'B'=>722,'C'=>722,'D'=>722,'E'=>667,'F'=>611,'G'=>778,'H'=>722,'I'=>278,'J'=>556,'K'=>722,'L'=>611,'M'=>833,'N'=>722,'O'=>778,'P'=>667,'Q'=>778,'R'=>722,'S'=>667,'T'=>611,'U'=>722,'V'=>667,'W'=>944,
|
7 |
-
'X'=>667,'Y'=>667,'Z'=>611,'['=>333,'\\'=>278,']'=>333,'^'=>584,'_'=>556,'`'=>333,'a'=>556,'b'=>611,'c'=>556,'d'=>611,'e'=>556,'f'=>333,'g'=>611,'h'=>611,'i'=>278,'j'=>278,'k'=>556,'l'=>278,'m'=>889,
|
8 |
-
'n'=>611,'o'=>611,'p'=>611,'q'=>611,'r'=>389,'s'=>556,'t'=>333,'u'=>611,'v'=>556,'w'=>778,'x'=>556,'y'=>556,'z'=>500,'{'=>389,'|'=>280,'}'=>389,'~'=>584,chr(127)=>350,chr(128)=>556,chr(129)=>350,chr(130)=>278,chr(131)=>556,
|
9 |
-
chr(132)=>500,chr(133)=>1000,chr(134)=>556,chr(135)=>556,chr(136)=>333,chr(137)=>1000,chr(138)=>667,chr(139)=>333,chr(140)=>1000,chr(141)=>350,chr(142)=>611,chr(143)=>350,chr(144)=>350,chr(145)=>278,chr(146)=>278,chr(147)=>500,chr(148)=>500,chr(149)=>350,chr(150)=>556,chr(151)=>1000,chr(152)=>333,chr(153)=>1000,
|
10 |
-
chr(154)=>556,chr(155)=>333,chr(156)=>944,chr(157)=>350,chr(158)=>500,chr(159)=>667,chr(160)=>278,chr(161)=>333,chr(162)=>556,chr(163)=>556,chr(164)=>556,chr(165)=>556,chr(166)=>280,chr(167)=>556,chr(168)=>333,chr(169)=>737,chr(170)=>370,chr(171)=>556,chr(172)=>584,chr(173)=>333,chr(174)=>737,chr(175)=>333,
|
11 |
-
chr(176)=>400,chr(177)=>584,chr(178)=>333,chr(179)=>333,chr(180)=>333,chr(181)=>611,chr(182)=>556,chr(183)=>278,chr(184)=>333,chr(185)=>333,chr(186)=>365,chr(187)=>556,chr(188)=>834,chr(189)=>834,chr(190)=>834,chr(191)=>611,chr(192)=>722,chr(193)=>722,chr(194)=>722,chr(195)=>722,chr(196)=>722,chr(197)=>722,
|
12 |
-
chr(198)=>1000,chr(199)=>722,chr(200)=>667,chr(201)=>667,chr(202)=>667,chr(203)=>667,chr(204)=>278,chr(205)=>278,chr(206)=>278,chr(207)=>278,chr(208)=>722,chr(209)=>722,chr(210)=>778,chr(211)=>778,chr(212)=>778,chr(213)=>778,chr(214)=>778,chr(215)=>584,chr(216)=>778,chr(217)=>722,chr(218)=>722,chr(219)=>722,
|
13 |
-
chr(220)=>722,chr(221)=>667,chr(222)=>667,chr(223)=>611,chr(224)=>556,chr(225)=>556,chr(226)=>556,chr(227)=>556,chr(228)=>556,chr(229)=>556,chr(230)=>889,chr(231)=>556,chr(232)=>556,chr(233)=>556,chr(234)=>556,chr(235)=>556,chr(236)=>278,chr(237)=>278,chr(238)=>278,chr(239)=>278,chr(240)=>611,chr(241)=>611,
|
14 |
-
chr(242)=>611,chr(243)=>611,chr(244)=>611,chr(245)=>611,chr(246)=>611,chr(247)=>584,chr(248)=>611,chr(249)=>611,chr(250)=>611,chr(251)=>611,chr(252)=>611,chr(253)=>556,chr(254)=>611,chr(255)=>556);
|
15 |
-
?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/ZsoltNet/LedgerInvoice/controllers/pdf/font/helveticabi.php
DELETED
@@ -1,15 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
$fpdf_charwidths['helveticaBI']=array(
|
3 |
-
chr(0)=>278,chr(1)=>278,chr(2)=>278,chr(3)=>278,chr(4)=>278,chr(5)=>278,chr(6)=>278,chr(7)=>278,chr(8)=>278,chr(9)=>278,chr(10)=>278,chr(11)=>278,chr(12)=>278,chr(13)=>278,chr(14)=>278,chr(15)=>278,chr(16)=>278,chr(17)=>278,chr(18)=>278,chr(19)=>278,chr(20)=>278,chr(21)=>278,
|
4 |
-
chr(22)=>278,chr(23)=>278,chr(24)=>278,chr(25)=>278,chr(26)=>278,chr(27)=>278,chr(28)=>278,chr(29)=>278,chr(30)=>278,chr(31)=>278,' '=>278,'!'=>333,'"'=>474,'#'=>556,'$'=>556,'%'=>889,'&'=>722,'\''=>238,'('=>333,')'=>333,'*'=>389,'+'=>584,
|
5 |
-
','=>278,'-'=>333,'.'=>278,'/'=>278,'0'=>556,'1'=>556,'2'=>556,'3'=>556,'4'=>556,'5'=>556,'6'=>556,'7'=>556,'8'=>556,'9'=>556,':'=>333,';'=>333,'<'=>584,'='=>584,'>'=>584,'?'=>611,'@'=>975,'A'=>722,
|
6 |
-
'B'=>722,'C'=>722,'D'=>722,'E'=>667,'F'=>611,'G'=>778,'H'=>722,'I'=>278,'J'=>556,'K'=>722,'L'=>611,'M'=>833,'N'=>722,'O'=>778,'P'=>667,'Q'=>778,'R'=>722,'S'=>667,'T'=>611,'U'=>722,'V'=>667,'W'=>944,
|
7 |
-
'X'=>667,'Y'=>667,'Z'=>611,'['=>333,'\\'=>278,']'=>333,'^'=>584,'_'=>556,'`'=>333,'a'=>556,'b'=>611,'c'=>556,'d'=>611,'e'=>556,'f'=>333,'g'=>611,'h'=>611,'i'=>278,'j'=>278,'k'=>556,'l'=>278,'m'=>889,
|
8 |
-
'n'=>611,'o'=>611,'p'=>611,'q'=>611,'r'=>389,'s'=>556,'t'=>333,'u'=>611,'v'=>556,'w'=>778,'x'=>556,'y'=>556,'z'=>500,'{'=>389,'|'=>280,'}'=>389,'~'=>584,chr(127)=>350,chr(128)=>556,chr(129)=>350,chr(130)=>278,chr(131)=>556,
|
9 |
-
chr(132)=>500,chr(133)=>1000,chr(134)=>556,chr(135)=>556,chr(136)=>333,chr(137)=>1000,chr(138)=>667,chr(139)=>333,chr(140)=>1000,chr(141)=>350,chr(142)=>611,chr(143)=>350,chr(144)=>350,chr(145)=>278,chr(146)=>278,chr(147)=>500,chr(148)=>500,chr(149)=>350,chr(150)=>556,chr(151)=>1000,chr(152)=>333,chr(153)=>1000,
|
10 |
-
chr(154)=>556,chr(155)=>333,chr(156)=>944,chr(157)=>350,chr(158)=>500,chr(159)=>667,chr(160)=>278,chr(161)=>333,chr(162)=>556,chr(163)=>556,chr(164)=>556,chr(165)=>556,chr(166)=>280,chr(167)=>556,chr(168)=>333,chr(169)=>737,chr(170)=>370,chr(171)=>556,chr(172)=>584,chr(173)=>333,chr(174)=>737,chr(175)=>333,
|
11 |
-
chr(176)=>400,chr(177)=>584,chr(178)=>333,chr(179)=>333,chr(180)=>333,chr(181)=>611,chr(182)=>556,chr(183)=>278,chr(184)=>333,chr(185)=>333,chr(186)=>365,chr(187)=>556,chr(188)=>834,chr(189)=>834,chr(190)=>834,chr(191)=>611,chr(192)=>722,chr(193)=>722,chr(194)=>722,chr(195)=>722,chr(196)=>722,chr(197)=>722,
|
12 |
-
chr(198)=>1000,chr(199)=>722,chr(200)=>667,chr(201)=>667,chr(202)=>667,chr(203)=>667,chr(204)=>278,chr(205)=>278,chr(206)=>278,chr(207)=>278,chr(208)=>722,chr(209)=>722,chr(210)=>778,chr(211)=>778,chr(212)=>778,chr(213)=>778,chr(214)=>778,chr(215)=>584,chr(216)=>778,chr(217)=>722,chr(218)=>722,chr(219)=>722,
|
13 |
-
chr(220)=>722,chr(221)=>667,chr(222)=>667,chr(223)=>611,chr(224)=>556,chr(225)=>556,chr(226)=>556,chr(227)=>556,chr(228)=>556,chr(229)=>556,chr(230)=>889,chr(231)=>556,chr(232)=>556,chr(233)=>556,chr(234)=>556,chr(235)=>556,chr(236)=>278,chr(237)=>278,chr(238)=>278,chr(239)=>278,chr(240)=>611,chr(241)=>611,
|
14 |
-
chr(242)=>611,chr(243)=>611,chr(244)=>611,chr(245)=>611,chr(246)=>611,chr(247)=>584,chr(248)=>611,chr(249)=>611,chr(250)=>611,chr(251)=>611,chr(252)=>611,chr(253)=>556,chr(254)=>611,chr(255)=>556);
|
15 |
-
?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/ZsoltNet/LedgerInvoice/controllers/pdf/font/helveticai.php
DELETED
@@ -1,15 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
$fpdf_charwidths['helveticaI']=array(
|
3 |
-
chr(0)=>278,chr(1)=>278,chr(2)=>278,chr(3)=>278,chr(4)=>278,chr(5)=>278,chr(6)=>278,chr(7)=>278,chr(8)=>278,chr(9)=>278,chr(10)=>278,chr(11)=>278,chr(12)=>278,chr(13)=>278,chr(14)=>278,chr(15)=>278,chr(16)=>278,chr(17)=>278,chr(18)=>278,chr(19)=>278,chr(20)=>278,chr(21)=>278,
|
4 |
-
chr(22)=>278,chr(23)=>278,chr(24)=>278,chr(25)=>278,chr(26)=>278,chr(27)=>278,chr(28)=>278,chr(29)=>278,chr(30)=>278,chr(31)=>278,' '=>278,'!'=>278,'"'=>355,'#'=>556,'$'=>556,'%'=>889,'&'=>667,'\''=>191,'('=>333,')'=>333,'*'=>389,'+'=>584,
|
5 |
-
','=>278,'-'=>333,'.'=>278,'/'=>278,'0'=>556,'1'=>556,'2'=>556,'3'=>556,'4'=>556,'5'=>556,'6'=>556,'7'=>556,'8'=>556,'9'=>556,':'=>278,';'=>278,'<'=>584,'='=>584,'>'=>584,'?'=>556,'@'=>1015,'A'=>667,
|
6 |
-
'B'=>667,'C'=>722,'D'=>722,'E'=>667,'F'=>611,'G'=>778,'H'=>722,'I'=>278,'J'=>500,'K'=>667,'L'=>556,'M'=>833,'N'=>722,'O'=>778,'P'=>667,'Q'=>778,'R'=>722,'S'=>667,'T'=>611,'U'=>722,'V'=>667,'W'=>944,
|
7 |
-
'X'=>667,'Y'=>667,'Z'=>611,'['=>278,'\\'=>278,']'=>278,'^'=>469,'_'=>556,'`'=>333,'a'=>556,'b'=>556,'c'=>500,'d'=>556,'e'=>556,'f'=>278,'g'=>556,'h'=>556,'i'=>222,'j'=>222,'k'=>500,'l'=>222,'m'=>833,
|
8 |
-
'n'=>556,'o'=>556,'p'=>556,'q'=>556,'r'=>333,'s'=>500,'t'=>278,'u'=>556,'v'=>500,'w'=>722,'x'=>500,'y'=>500,'z'=>500,'{'=>334,'|'=>260,'}'=>334,'~'=>584,chr(127)=>350,chr(128)=>556,chr(129)=>350,chr(130)=>222,chr(131)=>556,
|
9 |
-
chr(132)=>333,chr(133)=>1000,chr(134)=>556,chr(135)=>556,chr(136)=>333,chr(137)=>1000,chr(138)=>667,chr(139)=>333,chr(140)=>1000,chr(141)=>350,chr(142)=>611,chr(143)=>350,chr(144)=>350,chr(145)=>222,chr(146)=>222,chr(147)=>333,chr(148)=>333,chr(149)=>350,chr(150)=>556,chr(151)=>1000,chr(152)=>333,chr(153)=>1000,
|
10 |
-
chr(154)=>500,chr(155)=>333,chr(156)=>944,chr(157)=>350,chr(158)=>500,chr(159)=>667,chr(160)=>278,chr(161)=>333,chr(162)=>556,chr(163)=>556,chr(164)=>556,chr(165)=>556,chr(166)=>260,chr(167)=>556,chr(168)=>333,chr(169)=>737,chr(170)=>370,chr(171)=>556,chr(172)=>584,chr(173)=>333,chr(174)=>737,chr(175)=>333,
|
11 |
-
chr(176)=>400,chr(177)=>584,chr(178)=>333,chr(179)=>333,chr(180)=>333,chr(181)=>556,chr(182)=>537,chr(183)=>278,chr(184)=>333,chr(185)=>333,chr(186)=>365,chr(187)=>556,chr(188)=>834,chr(189)=>834,chr(190)=>834,chr(191)=>611,chr(192)=>667,chr(193)=>667,chr(194)=>667,chr(195)=>667,chr(196)=>667,chr(197)=>667,
|
12 |
-
chr(198)=>1000,chr(199)=>722,chr(200)=>667,chr(201)=>667,chr(202)=>667,chr(203)=>667,chr(204)=>278,chr(205)=>278,chr(206)=>278,chr(207)=>278,chr(208)=>722,chr(209)=>722,chr(210)=>778,chr(211)=>778,chr(212)=>778,chr(213)=>778,chr(214)=>778,chr(215)=>584,chr(216)=>778,chr(217)=>722,chr(218)=>722,chr(219)=>722,
|
13 |
-
chr(220)=>722,chr(221)=>667,chr(222)=>667,chr(223)=>611,chr(224)=>556,chr(225)=>556,chr(226)=>556,chr(227)=>556,chr(228)=>556,chr(229)=>556,chr(230)=>889,chr(231)=>500,chr(232)=>556,chr(233)=>556,chr(234)=>556,chr(235)=>556,chr(236)=>278,chr(237)=>278,chr(238)=>278,chr(239)=>278,chr(240)=>556,chr(241)=>556,
|
14 |
-
chr(242)=>556,chr(243)=>556,chr(244)=>556,chr(245)=>556,chr(246)=>556,chr(247)=>584,chr(248)=>611,chr(249)=>556,chr(250)=>556,chr(251)=>556,chr(252)=>556,chr(253)=>500,chr(254)=>556,chr(255)=>500);
|
15 |
-
?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/ZsoltNet/LedgerInvoice/controllers/pdf/font/makefont/cp1250.map
DELETED
@@ -1,251 +0,0 @@
|
|
1 |
-
!00 U+0000 .notdef
|
2 |
-
!01 U+0001 .notdef
|
3 |
-
!02 U+0002 .notdef
|
4 |
-
!03 U+0003 .notdef
|
5 |
-
!04 U+0004 .notdef
|
6 |
-
!05 U+0005 .notdef
|
7 |
-
!06 U+0006 .notdef
|
8 |
-
!07 U+0007 .notdef
|
9 |
-
!08 U+0008 .notdef
|
10 |
-
!09 U+0009 .notdef
|
11 |
-
!0A U+000A .notdef
|
12 |
-
!0B U+000B .notdef
|
13 |
-
!0C U+000C .notdef
|
14 |
-
!0D U+000D .notdef
|
15 |
-
!0E U+000E .notdef
|
16 |
-
!0F U+000F .notdef
|
17 |
-
!10 U+0010 .notdef
|
18 |
-
!11 U+0011 .notdef
|
19 |
-
!12 U+0012 .notdef
|
20 |
-
!13 U+0013 .notdef
|
21 |
-
!14 U+0014 .notdef
|
22 |
-
!15 U+0015 .notdef
|
23 |
-
!16 U+0016 .notdef
|
24 |
-
!17 U+0017 .notdef
|
25 |
-
!18 U+0018 .notdef
|
26 |
-
!19 U+0019 .notdef
|
27 |
-
!1A U+001A .notdef
|
28 |
-
!1B U+001B .notdef
|
29 |
-
!1C U+001C .notdef
|
30 |
-
!1D U+001D .notdef
|
31 |
-
!1E U+001E .notdef
|
32 |
-
!1F U+001F .notdef
|
33 |
-
!20 U+0020 space
|
34 |
-
!21 U+0021 exclam
|
35 |
-
!22 U+0022 quotedbl
|
36 |
-
!23 U+0023 numbersign
|
37 |
-
!24 U+0024 dollar
|
38 |
-
!25 U+0025 percent
|
39 |
-
!26 U+0026 ampersand
|
40 |
-
!27 U+0027 quotesingle
|
41 |
-
!28 U+0028 parenleft
|
42 |
-
!29 U+0029 parenright
|
43 |
-
!2A U+002A asterisk
|
44 |
-
!2B U+002B plus
|
45 |
-
!2C U+002C comma
|
46 |
-
!2D U+002D hyphen
|
47 |
-
!2E U+002E period
|
48 |
-
!2F U+002F slash
|
49 |
-
!30 U+0030 zero
|
50 |
-
!31 U+0031 one
|
51 |
-
!32 U+0032 two
|
52 |
-
!33 U+0033 three
|
53 |
-
!34 U+0034 four
|
54 |
-
!35 U+0035 five
|
55 |
-
!36 U+0036 six
|
56 |
-
!37 U+0037 seven
|
57 |
-
!38 U+0038 eight
|
58 |
-
!39 U+0039 nine
|
59 |
-
!3A U+003A colon
|
60 |
-
!3B U+003B semicolon
|
61 |
-
!3C U+003C less
|
62 |
-
!3D U+003D equal
|
63 |
-
!3E U+003E greater
|
64 |
-
!3F U+003F question
|
65 |
-
!40 U+0040 at
|
66 |
-
!41 U+0041 A
|
67 |
-
!42 U+0042 B
|
68 |
-
!43 U+0043 C
|
69 |
-
!44 U+0044 D
|
70 |
-
!45 U+0045 E
|
71 |
-
!46 U+0046 F
|
72 |
-
!47 U+0047 G
|
73 |
-
!48 U+0048 H
|
74 |
-
!49 U+0049 I
|
75 |
-
!4A U+004A J
|
76 |
-
!4B U+004B K
|
77 |
-
!4C U+004C L
|
78 |
-
!4D U+004D M
|
79 |
-
!4E U+004E N
|
80 |
-
!4F U+004F O
|
81 |
-
!50 U+0050 P
|
82 |
-
!51 U+0051 Q
|
83 |
-
!52 U+0052 R
|
84 |
-
!53 U+0053 S
|
85 |
-
!54 U+0054 T
|
86 |
-
!55 U+0055 U
|
87 |
-
!56 U+0056 V
|
88 |
-
!57 U+0057 W
|
89 |
-
!58 U+0058 X
|
90 |
-
!59 U+0059 Y
|
91 |
-
!5A U+005A Z
|
92 |
-
!5B U+005B bracketleft
|
93 |
-
!5C U+005C backslash
|
94 |
-
!5D U+005D bracketright
|
95 |
-
!5E U+005E asciicircum
|
96 |
-
!5F U+005F underscore
|
97 |
-
!60 U+0060 grave
|
98 |
-
!61 U+0061 a
|
99 |
-
!62 U+0062 b
|
100 |
-
!63 U+0063 c
|
101 |
-
!64 U+0064 d
|
102 |
-
!65 U+0065 e
|
103 |
-
!66 U+0066 f
|
104 |
-
!67 U+0067 g
|
105 |
-
!68 U+0068 h
|
106 |
-
!69 U+0069 i
|
107 |
-
!6A U+006A j
|
108 |
-
!6B U+006B k
|
109 |
-
!6C U+006C l
|
110 |
-
!6D U+006D m
|
111 |
-
!6E U+006E n
|
112 |
-
!6F U+006F o
|
113 |
-
!70 U+0070 p
|
114 |
-
!71 U+0071 q
|
115 |
-
!72 U+0072 r
|
116 |
-
!73 U+0073 s
|
117 |
-
!74 U+0074 t
|
118 |
-
!75 U+0075 u
|
119 |
-
!76 U+0076 v
|
120 |
-
!77 U+0077 w
|
121 |
-
!78 U+0078 x
|
122 |
-
!79 U+0079 y
|
123 |
-
!7A U+007A z
|
124 |
-
!7B U+007B braceleft
|
125 |
-
!7C U+007C bar
|
126 |
-
!7D U+007D braceright
|
127 |
-
!7E U+007E asciitilde
|
128 |
-
!7F U+007F .notdef
|
129 |
-
!80 U+20AC Euro
|
130 |
-
!82 U+201A quotesinglbase
|
131 |
-
!84 U+201E quotedblbase
|
132 |
-
!85 U+2026 ellipsis
|
133 |
-
!86 U+2020 dagger
|
134 |
-
!87 U+2021 daggerdbl
|
135 |
-
!89 U+2030 perthousand
|
136 |
-
!8A U+0160 Scaron
|
137 |
-
!8B U+2039 guilsinglleft
|
138 |
-
!8C U+015A Sacute
|
139 |
-
!8D U+0164 Tcaron
|
140 |
-
!8E U+017D Zcaron
|
141 |
-
!8F U+0179 Zacute
|
142 |
-
!91 U+2018 quoteleft
|
143 |
-
!92 U+2019 quoteright
|
144 |
-
!93 U+201C quotedblleft
|
145 |
-
!94 U+201D quotedblright
|
146 |
-
!95 U+2022 bullet
|
147 |
-
!96 U+2013 endash
|
148 |
-
!97 U+2014 emdash
|
149 |
-
!99 U+2122 trademark
|
150 |
-
!9A U+0161 scaron
|
151 |
-
!9B U+203A guilsinglright
|
152 |
-
!9C U+015B sacute
|
153 |
-
!9D U+0165 tcaron
|
154 |
-
!9E U+017E zcaron
|
155 |
-
!9F U+017A zacute
|
156 |
-
!A0 U+00A0 space
|
157 |
-
!A1 U+02C7 caron
|
158 |
-
!A2 U+02D8 breve
|
159 |
-
!A3 U+0141 Lslash
|
160 |
-
!A4 U+00A4 currency
|
161 |
-
!A5 U+0104 Aogonek
|
162 |
-
!A6 U+00A6 brokenbar
|
163 |
-
!A7 U+00A7 section
|
164 |
-
!A8 U+00A8 dieresis
|
165 |
-
!A9 U+00A9 copyright
|
166 |
-
!AA U+015E Scedilla
|
167 |
-
!AB U+00AB guillemotleft
|
168 |
-
!AC U+00AC logicalnot
|
169 |
-
!AD U+00AD hyphen
|
170 |
-
!AE U+00AE registered
|
171 |
-
!AF U+017B Zdotaccent
|
172 |
-
!B0 U+00B0 degree
|
173 |
-
!B1 U+00B1 plusminus
|
174 |
-
!B2 U+02DB ogonek
|
175 |
-
!B3 U+0142 lslash
|
176 |
-
!B4 U+00B4 acute
|
177 |
-
!B5 U+00B5 mu
|
178 |
-
!B6 U+00B6 paragraph
|
179 |
-
!B7 U+00B7 periodcentered
|
180 |
-
!B8 U+00B8 cedilla
|
181 |
-
!B9 U+0105 aogonek
|
182 |
-
!BA U+015F scedilla
|
183 |
-
!BB U+00BB guillemotright
|
184 |
-
!BC U+013D Lcaron
|
185 |
-
!BD U+02DD hungarumlaut
|
186 |
-
!BE U+013E lcaron
|
187 |
-
!BF U+017C zdotaccent
|
188 |
-
!C0 U+0154 Racute
|
189 |
-
!C1 U+00C1 Aacute
|
190 |
-
!C2 U+00C2 Acircumflex
|
191 |
-
!C3 U+0102 Abreve
|
192 |
-
!C4 U+00C4 Adieresis
|
193 |
-
!C5 U+0139 Lacute
|
194 |
-
!C6 U+0106 Cacute
|
195 |
-
!C7 U+00C7 Ccedilla
|
196 |
-
!C8 U+010C Ccaron
|
197 |
-
!C9 U+00C9 Eacute
|
198 |
-
!CA U+0118 Eogonek
|
199 |
-
!CB U+00CB Edieresis
|
200 |
-
!CC U+011A Ecaron
|
201 |
-
!CD U+00CD Iacute
|
202 |
-
!CE U+00CE Icircumflex
|
203 |
-
!CF U+010E Dcaron
|
204 |
-
!D0 U+0110 Dcroat
|
205 |
-
!D1 U+0143 Nacute
|
206 |
-
!D2 U+0147 Ncaron
|
207 |
-
!D3 U+00D3 Oacute
|
208 |
-
!D4 U+00D4 Ocircumflex
|
209 |
-
!D5 U+0150 Ohungarumlaut
|
210 |
-
!D6 U+00D6 Odieresis
|
211 |
-
!D7 U+00D7 multiply
|
212 |
-
!D8 U+0158 Rcaron
|
213 |
-
!D9 U+016E Uring
|
214 |
-
!DA U+00DA Uacute
|
215 |
-
!DB U+0170 Uhungarumlaut
|
216 |
-
!DC U+00DC Udieresis
|
217 |
-
!DD U+00DD Yacute
|
218 |
-
!DE U+0162 Tcommaaccent
|
219 |
-
!DF U+00DF germandbls
|
220 |
-
!E0 U+0155 racute
|
221 |
-
!E1 U+00E1 aacute
|
222 |
-
!E2 U+00E2 acircumflex
|
223 |
-
!E3 U+0103 abreve
|
224 |
-
!E4 U+00E4 adieresis
|
225 |
-
!E5 U+013A lacute
|
226 |
-
!E6 U+0107 cacute
|
227 |
-
!E7 U+00E7 ccedilla
|
228 |
-
!E8 U+010D ccaron
|
229 |
-
!E9 U+00E9 eacute
|
230 |
-
!EA U+0119 eogonek
|
231 |
-
!EB U+00EB edieresis
|
232 |
-
!EC U+011B ecaron
|
233 |
-
!ED U+00ED iacute
|
234 |
-
!EE U+00EE icircumflex
|
235 |
-
!EF U+010F dcaron
|
236 |
-
!F0 U+0111 dcroat
|
237 |
-
!F1 U+0144 nacute
|
238 |
-
!F2 U+0148 ncaron
|
239 |
-
!F3 U+00F3 oacute
|
240 |
-
!F4 U+00F4 ocircumflex
|
241 |
-
!F5 U+0151 ohungarumlaut
|
242 |
-
!F6 U+00F6 odieresis
|
243 |
-
!F7 U+00F7 divide
|
244 |
-
!F8 U+0159 rcaron
|
245 |
-
!F9 U+016F uring
|
246 |
-
!FA U+00FA uacute
|
247 |
-
!FB U+0171 uhungarumlaut
|
248 |
-
!FC U+00FC udieresis
|
249 |
-
!FD U+00FD yacute
|
250 |
-
!FE U+0163 tcommaaccent
|
251 |
-
!FF U+02D9 dotaccent
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/ZsoltNet/LedgerInvoice/controllers/pdf/font/makefont/cp1251.map
DELETED
@@ -1,255 +0,0 @@
|
|
1 |
-
!00 U+0000 .notdef
|
2 |
-
!01 U+0001 .notdef
|
3 |
-
!02 U+0002 .notdef
|
4 |
-
!03 U+0003 .notdef
|
5 |
-
!04 U+0004 .notdef
|
6 |
-
!05 U+0005 .notdef
|
7 |
-
!06 U+0006 .notdef
|
8 |
-
!07 U+0007 .notdef
|
9 |
-
!08 U+0008 .notdef
|
10 |
-
!09 U+0009 .notdef
|
11 |
-
!0A U+000A .notdef
|
12 |
-
!0B U+000B .notdef
|
13 |
-
!0C U+000C .notdef
|
14 |
-
!0D U+000D .notdef
|
15 |
-
!0E U+000E .notdef
|
16 |
-
!0F U+000F .notdef
|
17 |
-
!10 U+0010 .notdef
|
18 |
-
!11 U+0011 .notdef
|
19 |
-
!12 U+0012 .notdef
|
20 |
-
!13 U+0013 .notdef
|
21 |
-
!14 U+0014 .notdef
|
22 |
-
!15 U+0015 .notdef
|
23 |
-
!16 U+0016 .notdef
|
24 |
-
!17 U+0017 .notdef
|
25 |
-
!18 U+0018 .notdef
|
26 |
-
!19 U+0019 .notdef
|
27 |
-
!1A U+001A .notdef
|
28 |
-
!1B U+001B .notdef
|
29 |
-
!1C U+001C .notdef
|
30 |
-
!1D U+001D .notdef
|
31 |
-
!1E U+001E .notdef
|
32 |
-
!1F U+001F .notdef
|
33 |
-
!20 U+0020 space
|
34 |
-
!21 U+0021 exclam
|
35 |
-
!22 U+0022 quotedbl
|
36 |
-
!23 U+0023 numbersign
|
37 |
-
!24 U+0024 dollar
|
38 |
-
!25 U+0025 percent
|
39 |
-
!26 U+0026 ampersand
|
40 |
-
!27 U+0027 quotesingle
|
41 |
-
!28 U+0028 parenleft
|
42 |
-
!29 U+0029 parenright
|
43 |
-
!2A U+002A asterisk
|
44 |
-
!2B U+002B plus
|
45 |
-
!2C U+002C comma
|
46 |
-
!2D U+002D hyphen
|
47 |
-
!2E U+002E period
|
48 |
-
!2F U+002F slash
|
49 |
-
!30 U+0030 zero
|
50 |
-
!31 U+0031 one
|
51 |
-
!32 U+0032 two
|
52 |
-
!33 U+0033 three
|
53 |
-
!34 U+0034 four
|
54 |
-
!35 U+0035 five
|
55 |
-
!36 U+0036 six
|
56 |
-
!37 U+0037 seven
|
57 |
-
!38 U+0038 eight
|
58 |
-
!39 U+0039 nine
|
59 |
-
!3A U+003A colon
|
60 |
-
!3B U+003B semicolon
|
61 |
-
!3C U+003C less
|
62 |
-
!3D U+003D equal
|
63 |
-
!3E U+003E greater
|
64 |
-
!3F U+003F question
|
65 |
-
!40 U+0040 at
|
66 |
-
!41 U+0041 A
|
67 |
-
!42 U+0042 B
|
68 |
-
!43 U+0043 C
|
69 |
-
!44 U+0044 D
|
70 |
-
!45 U+0045 E
|
71 |
-
!46 U+0046 F
|
72 |
-
!47 U+0047 G
|
73 |
-
!48 U+0048 H
|
74 |
-
!49 U+0049 I
|
75 |
-
!4A U+004A J
|
76 |
-
!4B U+004B K
|
77 |
-
!4C U+004C L
|
78 |
-
!4D U+004D M
|
79 |
-
!4E U+004E N
|
80 |
-
!4F U+004F O
|
81 |
-
!50 U+0050 P
|
82 |
-
!51 U+0051 Q
|
83 |
-
!52 U+0052 R
|
84 |
-
!53 U+0053 S
|
85 |
-
!54 U+0054 T
|
86 |
-
!55 U+0055 U
|
87 |
-
!56 U+0056 V
|
88 |
-
!57 U+0057 W
|
89 |
-
!58 U+0058 X
|
90 |
-
!59 U+0059 Y
|
91 |
-
!5A U+005A Z
|
92 |
-
!5B U+005B bracketleft
|
93 |
-
!5C U+005C backslash
|
94 |
-
!5D U+005D bracketright
|
95 |
-
!5E U+005E asciicircum
|
96 |
-
!5F U+005F underscore
|
97 |
-
!60 U+0060 grave
|
98 |
-
!61 U+0061 a
|
99 |
-
!62 U+0062 b
|
100 |
-
!63 U+0063 c
|
101 |
-
!64 U+0064 d
|
102 |
-
!65 U+0065 e
|
103 |
-
!66 U+0066 f
|
104 |
-
!67 U+0067 g
|
105 |
-
!68 U+0068 h
|
106 |
-
!69 U+0069 i
|
107 |
-
!6A U+006A j
|
108 |
-
!6B U+006B k
|
109 |
-
!6C U+006C l
|
110 |
-
!6D U+006D m
|
111 |
-
!6E U+006E n
|
112 |
-
!6F U+006F o
|
113 |
-
!70 U+0070 p
|
114 |
-
!71 U+0071 q
|
115 |
-
!72 U+0072 r
|
116 |
-
!73 U+0073 s
|
117 |
-
!74 U+0074 t
|
118 |
-
!75 U+0075 u
|
119 |
-
!76 U+0076 v
|
120 |
-
!77 U+0077 w
|
121 |
-
!78 U+0078 x
|
122 |
-
!79 U+0079 y
|
123 |
-
!7A U+007A z
|
124 |
-
!7B U+007B braceleft
|
125 |
-
!7C U+007C bar
|
126 |
-
!7D U+007D braceright
|
127 |
-
!7E U+007E asciitilde
|
128 |
-
!7F U+007F .notdef
|
129 |
-
!80 U+0402 afii10051
|
130 |
-
!81 U+0403 afii10052
|
131 |
-
!82 U+201A quotesinglbase
|
132 |
-
!83 U+0453 afii10100
|
133 |
-
!84 U+201E quotedblbase
|
134 |
-
!85 U+2026 ellipsis
|
135 |
-
!86 U+2020 dagger
|
136 |
-
!87 U+2021 daggerdbl
|
137 |
-
!88 U+20AC Euro
|
138 |
-
!89 U+2030 perthousand
|
139 |
-
!8A U+0409 afii10058
|
140 |
-
!8B U+2039 guilsinglleft
|
141 |
-
!8C U+040A afii10059
|
142 |
-
!8D U+040C afii10061
|
143 |
-
!8E U+040B afii10060
|
144 |
-
!8F U+040F afii10145
|
145 |
-
!90 U+0452 afii10099
|
146 |
-
!91 U+2018 quoteleft
|
147 |
-
!92 U+2019 quoteright
|
148 |
-
!93 U+201C quotedblleft
|
149 |
-
!94 U+201D quotedblright
|
150 |
-
!95 U+2022 bullet
|
151 |
-
!96 U+2013 endash
|
152 |
-
!97 U+2014 emdash
|
153 |
-
!99 U+2122 trademark
|
154 |
-
!9A U+0459 afii10106
|
155 |
-
!9B U+203A guilsinglright
|
156 |
-
!9C U+045A afii10107
|
157 |
-
!9D U+045C afii10109
|
158 |
-
!9E U+045B afii10108
|
159 |
-
!9F U+045F afii10193
|
160 |
-
!A0 U+00A0 space
|
161 |
-
!A1 U+040E afii10062
|
162 |
-
!A2 U+045E afii10110
|
163 |
-
!A3 U+0408 afii10057
|
164 |
-
!A4 U+00A4 currency
|
165 |
-
!A5 U+0490 afii10050
|
166 |
-
!A6 U+00A6 brokenbar
|
167 |
-
!A7 U+00A7 section
|
168 |
-
!A8 U+0401 afii10023
|
169 |
-
!A9 U+00A9 copyright
|
170 |
-
!AA U+0404 afii10053
|
171 |
-
!AB U+00AB guillemotleft
|
172 |
-
!AC U+00AC logicalnot
|
173 |
-
!AD U+00AD hyphen
|
174 |
-
!AE U+00AE registered
|
175 |
-
!AF U+0407 afii10056
|
176 |
-
!B0 U+00B0 degree
|
177 |
-
!B1 U+00B1 plusminus
|
178 |
-
!B2 U+0406 afii10055
|
179 |
-
!B3 U+0456 afii10103
|
180 |
-
!B4 U+0491 afii10098
|
181 |
-
!B5 U+00B5 mu
|
182 |
-
!B6 U+00B6 paragraph
|
183 |
-
!B7 U+00B7 periodcentered
|
184 |
-
!B8 U+0451 afii10071
|
185 |
-
!B9 U+2116 afii61352
|
186 |
-
!BA U+0454 afii10101
|
187 |
-
!BB U+00BB guillemotright
|
188 |
-
!BC U+0458 afii10105
|
189 |
-
!BD U+0405 afii10054
|
190 |
-
!BE U+0455 afii10102
|
191 |
-
!BF U+0457 afii10104
|
192 |
-
!C0 U+0410 afii10017
|
193 |
-
!C1 U+0411 afii10018
|
194 |
-
!C2 U+0412 afii10019
|
195 |
-
!C3 U+0413 afii10020
|
196 |
-
!C4 U+0414 afii10021
|
197 |
-
!C5 U+0415 afii10022
|
198 |
-
!C6 U+0416 afii10024
|
199 |
-
!C7 U+0417 afii10025
|
200 |
-
!C8 U+0418 afii10026
|
201 |
-
!C9 U+0419 afii10027
|
202 |
-
!CA U+041A afii10028
|
203 |
-
!CB U+041B afii10029
|
204 |
-
!CC U+041C afii10030
|
205 |
-
!CD U+041D afii10031
|
206 |
-
!CE U+041E afii10032
|
207 |
-
!CF U+041F afii10033
|
208 |
-
!D0 U+0420 afii10034
|
209 |
-
!D1 U+0421 afii10035
|
210 |
-
!D2 U+0422 afii10036
|
211 |
-
!D3 U+0423 afii10037
|
212 |
-
!D4 U+0424 afii10038
|
213 |
-
!D5 U+0425 afii10039
|
214 |
-
!D6 U+0426 afii10040
|
215 |
-
!D7 U+0427 afii10041
|
216 |
-
!D8 U+0428 afii10042
|
217 |
-
!D9 U+0429 afii10043
|
218 |
-
!DA U+042A afii10044
|
219 |
-
!DB U+042B afii10045
|
220 |
-
!DC U+042C afii10046
|
221 |
-
!DD U+042D afii10047
|
222 |
-
!DE U+042E afii10048
|
223 |
-
!DF U+042F afii10049
|
224 |
-
!E0 U+0430 afii10065
|
225 |
-
!E1 U+0431 afii10066
|
226 |
-
!E2 U+0432 afii10067
|
227 |
-
!E3 U+0433 afii10068
|
228 |
-
!E4 U+0434 afii10069
|
229 |
-
!E5 U+0435 afii10070
|
230 |
-
!E6 U+0436 afii10072
|
231 |
-
!E7 U+0437 afii10073
|
232 |
-
!E8 U+0438 afii10074
|
233 |
-
!E9 U+0439 afii10075
|
234 |
-
!EA U+043A afii10076
|
235 |
-
!EB U+043B afii10077
|
236 |
-
!EC U+043C afii10078
|
237 |
-
!ED U+043D afii10079
|
238 |
-
!EE U+043E afii10080
|
239 |
-
!EF U+043F afii10081
|
240 |
-
!F0 U+0440 afii10082
|
241 |
-
!F1 U+0441 afii10083
|
242 |
-
!F2 U+0442 afii10084
|
243 |
-
!F3 U+0443 afii10085
|
244 |
-
!F4 U+0444 afii10086
|
245 |
-
!F5 U+0445 afii10087
|
246 |
-
!F6 U+0446 afii10088
|
247 |
-
!F7 U+0447 afii10089
|
248 |
-
!F8 U+0448 afii10090
|
249 |
-
!F9 U+0449 afii10091
|
250 |
-
!FA U+044A afii10092
|
251 |
-
!FB U+044B afii10093
|
252 |
-
!FC U+044C afii10094
|
253 |
-
!FD U+044D afii10095
|
254 |
-
!FE U+044E afii10096
|
255 |
-
!FF U+044F afii10097
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/ZsoltNet/LedgerInvoice/controllers/pdf/font/makefont/cp1252.map
DELETED
@@ -1,251 +0,0 @@
|
|
1 |
-
!00 U+0000 .notdef
|
2 |
-
!01 U+0001 .notdef
|
3 |
-
!02 U+0002 .notdef
|
4 |
-
!03 U+0003 .notdef
|
5 |
-
!04 U+0004 .notdef
|
6 |
-
!05 U+0005 .notdef
|
7 |
-
!06 U+0006 .notdef
|
8 |
-
!07 U+0007 .notdef
|
9 |
-
!08 U+0008 .notdef
|
10 |
-
!09 U+0009 .notdef
|
11 |
-
!0A U+000A .notdef
|
12 |
-
!0B U+000B .notdef
|
13 |
-
!0C U+000C .notdef
|
14 |
-
!0D U+000D .notdef
|
15 |
-
!0E U+000E .notdef
|
16 |
-
!0F U+000F .notdef
|
17 |
-
!10 U+0010 .notdef
|
18 |
-
!11 U+0011 .notdef
|
19 |
-
!12 U+0012 .notdef
|
20 |
-
!13 U+0013 .notdef
|
21 |
-
!14 U+0014 .notdef
|
22 |
-
!15 U+0015 .notdef
|
23 |
-
!16 U+0016 .notdef
|
24 |
-
!17 U+0017 .notdef
|
25 |
-
!18 U+0018 .notdef
|
26 |
-
!19 U+0019 .notdef
|
27 |
-
!1A U+001A .notdef
|
28 |
-
!1B U+001B .notdef
|
29 |
-
!1C U+001C .notdef
|
30 |
-
!1D U+001D .notdef
|
31 |
-
!1E U+001E .notdef
|
32 |
-
!1F U+001F .notdef
|
33 |
-
!20 U+0020 space
|
34 |
-
!21 U+0021 exclam
|
35 |
-
!22 U+0022 quotedbl
|
36 |
-
!23 U+0023 numbersign
|
37 |
-
!24 U+0024 dollar
|
38 |
-
!25 U+0025 percent
|
39 |
-
!26 U+0026 ampersand
|
40 |
-
!27 U+0027 quotesingle
|
41 |
-
!28 U+0028 parenleft
|
42 |
-
!29 U+0029 parenright
|
43 |
-
!2A U+002A asterisk
|
44 |
-
!2B U+002B plus
|
45 |
-
!2C U+002C comma
|
46 |
-
!2D U+002D hyphen
|
47 |
-
!2E U+002E period
|
48 |
-
!2F U+002F slash
|
49 |
-
!30 U+0030 zero
|
50 |
-
!31 U+0031 one
|
51 |
-
!32 U+0032 two
|
52 |
-
!33 U+0033 three
|
53 |
-
!34 U+0034 four
|
54 |
-
!35 U+0035 five
|
55 |
-
!36 U+0036 six
|
56 |
-
!37 U+0037 seven
|
57 |
-
!38 U+0038 eight
|
58 |
-
!39 U+0039 nine
|
59 |
-
!3A U+003A colon
|
60 |
-
!3B U+003B semicolon
|
61 |
-
!3C U+003C less
|
62 |
-
!3D U+003D equal
|
63 |
-
!3E U+003E greater
|
64 |
-
!3F U+003F question
|
65 |
-
!40 U+0040 at
|
66 |
-
!41 U+0041 A
|
67 |
-
!42 U+0042 B
|
68 |
-
!43 U+0043 C
|
69 |
-
!44 U+0044 D
|
70 |
-
!45 U+0045 E
|
71 |
-
!46 U+0046 F
|
72 |
-
!47 U+0047 G
|
73 |
-
!48 U+0048 H
|
74 |
-
!49 U+0049 I
|
75 |
-
!4A U+004A J
|
76 |
-
!4B U+004B K
|
77 |
-
!4C U+004C L
|
78 |
-
!4D U+004D M
|
79 |
-
!4E U+004E N
|
80 |
-
!4F U+004F O
|
81 |
-
!50 U+0050 P
|
82 |
-
!51 U+0051 Q
|
83 |
-
!52 U+0052 R
|
84 |
-
!53 U+0053 S
|
85 |
-
!54 U+0054 T
|
86 |
-
!55 U+0055 U
|
87 |
-
!56 U+0056 V
|
88 |
-
!57 U+0057 W
|
89 |
-
!58 U+0058 X
|
90 |
-
!59 U+0059 Y
|
91 |
-
!5A U+005A Z
|
92 |
-
!5B U+005B bracketleft
|
93 |
-
!5C U+005C backslash
|
94 |
-
!5D U+005D bracketright
|
95 |
-
!5E U+005E asciicircum
|
96 |
-
!5F U+005F underscore
|
97 |
-
!60 U+0060 grave
|
98 |
-
!61 U+0061 a
|
99 |
-
!62 U+0062 b
|
100 |
-
!63 U+0063 c
|
101 |
-
!64 U+0064 d
|
102 |
-
!65 U+0065 e
|
103 |
-
!66 U+0066 f
|
104 |
-
!67 U+0067 g
|
105 |
-
!68 U+0068 h
|
106 |
-
!69 U+0069 i
|
107 |
-
!6A U+006A j
|
108 |
-
!6B U+006B k
|
109 |
-
!6C U+006C l
|
110 |
-
!6D U+006D m
|
111 |
-
!6E U+006E n
|
112 |
-
!6F U+006F o
|
113 |
-
!70 U+0070 p
|
114 |
-
!71 U+0071 q
|
115 |
-
!72 U+0072 r
|
116 |
-
!73 U+0073 s
|
117 |
-
!74 U+0074 t
|
118 |
-
!75 U+0075 u
|
119 |
-
!76 U+0076 v
|
120 |
-
!77 U+0077 w
|
121 |
-
!78 U+0078 x
|
122 |
-
!79 U+0079 y
|
123 |
-
!7A U+007A z
|
124 |
-
!7B U+007B braceleft
|
125 |
-
!7C U+007C bar
|
126 |
-
!7D U+007D braceright
|
127 |
-
!7E U+007E asciitilde
|
128 |
-
!7F U+007F .notdef
|
129 |
-
!80 U+20AC Euro
|
130 |
-
!82 U+201A quotesinglbase
|
131 |
-
!83 U+0192 florin
|
132 |
-
!84 U+201E quotedblbase
|
133 |
-
!85 U+2026 ellipsis
|
134 |
-
!86 U+2020 dagger
|
135 |
-
!87 U+2021 daggerdbl
|
136 |
-
!88 U+02C6 circumflex
|
137 |
-
!89 U+2030 perthousand
|
138 |
-
!8A U+0160 Scaron
|
139 |
-
!8B U+2039 guilsinglleft
|
140 |
-
!8C U+0152 OE
|
141 |
-
!8E U+017D Zcaron
|
142 |
-
!91 U+2018 quoteleft
|
143 |
-
!92 U+2019 quoteright
|
144 |
-
!93 U+201C quotedblleft
|
145 |
-
!94 U+201D quotedblright
|
146 |
-
!95 U+2022 bullet
|
147 |
-
!96 U+2013 endash
|
148 |
-
!97 U+2014 emdash
|
149 |
-
!98 U+02DC tilde
|
150 |
-
!99 U+2122 trademark
|
151 |
-
!9A U+0161 scaron
|
152 |
-
!9B U+203A guilsinglright
|
153 |
-
!9C U+0153 oe
|
154 |
-
!9E U+017E zcaron
|
155 |
-
!9F U+0178 Ydieresis
|
156 |
-
!A0 U+00A0 space
|
157 |
-
!A1 U+00A1 exclamdown
|
158 |
-
!A2 U+00A2 cent
|
159 |
-
!A3 U+00A3 sterling
|
160 |
-
!A4 U+00A4 currency
|
161 |
-
!A5 U+00A5 yen
|
162 |
-
!A6 U+00A6 brokenbar
|
163 |
-
!A7 U+00A7 section
|
164 |
-
!A8 U+00A8 dieresis
|
165 |
-
!A9 U+00A9 copyright
|
166 |
-
!AA U+00AA ordfeminine
|
167 |
-
!AB U+00AB guillemotleft
|
168 |
-
!AC U+00AC logicalnot
|
169 |
-
!AD U+00AD hyphen
|
170 |
-
!AE U+00AE registered
|
171 |
-
!AF U+00AF macron
|
172 |
-
!B0 U+00B0 degree
|
173 |
-
!B1 U+00B1 plusminus
|
174 |
-
!B2 U+00B2 twosuperior
|
175 |
-
!B3 U+00B3 threesuperior
|
176 |
-
!B4 U+00B4 acute
|
177 |
-
!B5 U+00B5 mu
|
178 |
-
!B6 U+00B6 paragraph
|
179 |
-
!B7 U+00B7 periodcentered
|
180 |
-
!B8 U+00B8 cedilla
|
181 |
-
!B9 U+00B9 onesuperior
|
182 |
-
!BA U+00BA ordmasculine
|
183 |
-
!BB U+00BB guillemotright
|
184 |
-
!BC U+00BC onequarter
|
185 |
-
!BD U+00BD onehalf
|
186 |
-
!BE U+00BE threequarters
|
187 |
-
!BF U+00BF questiondown
|
188 |
-
!C0 U+00C0 Agrave
|
189 |
-
!C1 U+00C1 Aacute
|
190 |
-
!C2 U+00C2 Acircumflex
|
191 |
-
!C3 U+00C3 Atilde
|
192 |
-
!C4 U+00C4 Adieresis
|
193 |
-
!C5 U+00C5 Aring
|
194 |
-
!C6 U+00C6 AE
|
195 |
-
!C7 U+00C7 Ccedilla
|
196 |
-
!C8 U+00C8 Egrave
|
197 |
-
!C9 U+00C9 Eacute
|
198 |
-
!CA U+00CA Ecircumflex
|
199 |
-
!CB U+00CB Edieresis
|
200 |
-
!CC U+00CC Igrave
|
201 |
-
!CD U+00CD Iacute
|
202 |
-
!CE U+00CE Icircumflex
|
203 |
-
!CF U+00CF Idieresis
|
204 |
-
!D0 U+00D0 Eth
|
205 |
-
!D1 U+00D1 Ntilde
|
206 |
-
!D2 U+00D2 Ograve
|
207 |
-
!D3 U+00D3 Oacute
|
208 |
-
!D4 U+00D4 Ocircumflex
|
209 |
-
!D5 U+00D5 Otilde
|
210 |
-
!D6 U+00D6 Odieresis
|
211 |
-
!D7 U+00D7 multiply
|
212 |
-
!D8 U+00D8 Oslash
|
213 |
-
!D9 U+00D9 Ugrave
|
214 |
-
!DA U+00DA Uacute
|
215 |
-
!DB U+00DB Ucircumflex
|
216 |
-
!DC U+00DC Udieresis
|
217 |
-
!DD U+00DD Yacute
|
218 |
-
!DE U+00DE Thorn
|
219 |
-
!DF U+00DF germandbls
|
220 |
-
!E0 U+00E0 agrave
|
221 |
-
!E1 U+00E1 aacute
|
222 |
-
!E2 U+00E2 acircumflex
|
223 |
-
!E3 U+00E3 atilde
|
224 |
-
!E4 U+00E4 adieresis
|
225 |
-
!E5 U+00E5 aring
|
226 |
-
!E6 U+00E6 ae
|
227 |
-
!E7 U+00E7 ccedilla
|
228 |
-
!E8 U+00E8 egrave
|
229 |
-
!E9 U+00E9 eacute
|
230 |
-
!EA U+00EA ecircumflex
|
231 |
-
!EB U+00EB edieresis
|
232 |
-
!EC U+00EC igrave
|
233 |
-
!ED U+00ED iacute
|
234 |
-
!EE U+00EE icircumflex
|
235 |
-
!EF U+00EF idieresis
|
236 |
-
!F0 U+00F0 eth
|
237 |
-
!F1 U+00F1 ntilde
|
238 |
-
!F2 U+00F2 ograve
|
239 |
-
!F3 U+00F3 oacute
|
240 |
-
!F4 U+00F4 ocircumflex
|
241 |
-
!F5 U+00F5 otilde
|
242 |
-
!F6 U+00F6 odieresis
|
243 |
-
!F7 U+00F7 divide
|
244 |
-
!F8 U+00F8 oslash
|
245 |
-
!F9 U+00F9 ugrave
|
246 |
-
!FA U+00FA uacute
|
247 |
-
!FB U+00FB ucircumflex
|
248 |
-
!FC U+00FC udieresis
|
249 |
-
!FD U+00FD yacute
|
250 |
-
!FE U+00FE thorn
|
251 |
-
!FF U+00FF ydieresis
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/ZsoltNet/LedgerInvoice/controllers/pdf/font/makefont/cp1253.map
DELETED
@@ -1,239 +0,0 @@
|
|
1 |
-
!00 U+0000 .notdef
|
2 |
-
!01 U+0001 .notdef
|
3 |
-
!02 U+0002 .notdef
|
4 |
-
!03 U+0003 .notdef
|
5 |
-
!04 U+0004 .notdef
|
6 |
-
!05 U+0005 .notdef
|
7 |
-
!06 U+0006 .notdef
|
8 |
-
!07 U+0007 .notdef
|
9 |
-
!08 U+0008 .notdef
|
10 |
-
!09 U+0009 .notdef
|
11 |
-
!0A U+000A .notdef
|
12 |
-
!0B U+000B .notdef
|
13 |
-
!0C U+000C .notdef
|
14 |
-
!0D U+000D .notdef
|
15 |
-
!0E U+000E .notdef
|
16 |
-
!0F U+000F .notdef
|
17 |
-
!10 U+0010 .notdef
|
18 |
-
!11 U+0011 .notdef
|
19 |
-
!12 U+0012 .notdef
|
20 |
-
!13 U+0013 .notdef
|
21 |
-
!14 U+0014 .notdef
|
22 |
-
!15 U+0015 .notdef
|
23 |
-
!16 U+0016 .notdef
|
24 |
-
!17 U+0017 .notdef
|
25 |
-
!18 U+0018 .notdef
|
26 |
-
!19 U+0019 .notdef
|
27 |
-
!1A U+001A .notdef
|
28 |
-
!1B U+001B .notdef
|
29 |
-
!1C U+001C .notdef
|
30 |
-
!1D U+001D .notdef
|
31 |
-
!1E U+001E .notdef
|
32 |
-
!1F U+001F .notdef
|
33 |
-
!20 U+0020 space
|
34 |
-
!21 U+0021 exclam
|
35 |
-
!22 U+0022 quotedbl
|
36 |
-
!23 U+0023 numbersign
|
37 |
-
!24 U+0024 dollar
|
38 |
-
!25 U+0025 percent
|
39 |
-
!26 U+0026 ampersand
|
40 |
-
!27 U+0027 quotesingle
|
41 |
-
!28 U+0028 parenleft
|
42 |
-
!29 U+0029 parenright
|
43 |
-
!2A U+002A asterisk
|
44 |
-
!2B U+002B plus
|
45 |
-
!2C U+002C comma
|
46 |
-
!2D U+002D hyphen
|
47 |
-
!2E U+002E period
|
48 |
-
!2F U+002F slash
|
49 |
-
!30 U+0030 zero
|
50 |
-
!31 U+0031 one
|
51 |
-
!32 U+0032 two
|
52 |
-
!33 U+0033 three
|
53 |
-
!34 U+0034 four
|
54 |
-
!35 U+0035 five
|
55 |
-
!36 U+0036 six
|
56 |
-
!37 U+0037 seven
|
57 |
-
!38 U+0038 eight
|
58 |
-
!39 U+0039 nine
|
59 |
-
!3A U+003A colon
|
60 |
-
!3B U+003B semicolon
|
61 |
-
!3C U+003C less
|
62 |
-
!3D U+003D equal
|
63 |
-
!3E U+003E greater
|
64 |
-
!3F U+003F question
|
65 |
-
!40 U+0040 at
|
66 |
-
!41 U+0041 A
|
67 |
-
!42 U+0042 B
|
68 |
-
!43 U+0043 C
|
69 |
-
!44 U+0044 D
|
70 |
-
!45 U+0045 E
|
71 |
-
!46 U+0046 F
|
72 |
-
!47 U+0047 G
|
73 |
-
!48 U+0048 H
|
74 |
-
!49 U+0049 I
|
75 |
-
!4A U+004A J
|
76 |
-
!4B U+004B K
|
77 |
-
!4C U+004C L
|
78 |
-
!4D U+004D M
|
79 |
-
!4E U+004E N
|
80 |
-
!4F U+004F O
|
81 |
-
!50 U+0050 P
|
82 |
-
!51 U+0051 Q
|
83 |
-
!52 U+0052 R
|
84 |
-
!53 U+0053 S
|
85 |
-
!54 U+0054 T
|
86 |
-
!55 U+0055 U
|
87 |
-
!56 U+0056 V
|
88 |
-
!57 U+0057 W
|
89 |
-
!58 U+0058 X
|
90 |
-
!59 U+0059 Y
|
91 |
-
!5A U+005A Z
|
92 |
-
!5B U+005B bracketleft
|
93 |
-
!5C U+005C backslash
|
94 |
-
!5D U+005D bracketright
|
95 |
-
!5E U+005E asciicircum
|
96 |
-
!5F U+005F underscore
|
97 |
-
!60 U+0060 grave
|
98 |
-
!61 U+0061 a
|
99 |
-
!62 U+0062 b
|
100 |
-
!63 U+0063 c
|
101 |
-
!64 U+0064 d
|
102 |
-
!65 U+0065 e
|
103 |
-
!66 U+0066 f
|
104 |
-
!67 U+0067 g
|
105 |
-
!68 U+0068 h
|
106 |
-
!69 U+0069 i
|
107 |
-
!6A U+006A j
|
108 |
-
!6B U+006B k
|
109 |
-
!6C U+006C l
|
110 |
-
!6D U+006D m
|
111 |
-
!6E U+006E n
|
112 |
-
!6F U+006F o
|
113 |
-
!70 U+0070 p
|
114 |
-
!71 U+0071 q
|
115 |
-
!72 U+0072 r
|
116 |
-
!73 U+0073 s
|
117 |
-
!74 U+0074 t
|
118 |
-
!75 U+0075 u
|
119 |
-
!76 U+0076 v
|
120 |
-
!77 U+0077 w
|
121 |
-
!78 U+0078 x
|
122 |
-
!79 U+0079 y
|
123 |
-
!7A U+007A z
|
124 |
-
!7B U+007B braceleft
|
125 |
-
!7C U+007C bar
|
126 |
-
!7D U+007D braceright
|
127 |
-
!7E U+007E asciitilde
|
128 |
-
!7F U+007F .notdef
|
129 |
-
!80 U+20AC Euro
|
130 |
-
!82 U+201A quotesinglbase
|
131 |
-
!83 U+0192 florin
|
132 |
-
!84 U+201E quotedblbase
|
133 |
-
!85 U+2026 ellipsis
|
134 |
-
!86 U+2020 dagger
|
135 |
-
!87 U+2021 daggerdbl
|
136 |
-
!89 U+2030 perthousand
|
137 |
-
!8B U+2039 guilsinglleft
|
138 |
-
!91 U+2018 quoteleft
|
139 |
-
!92 U+2019 quoteright
|
140 |
-
!93 U+201C quotedblleft
|
141 |
-
!94 U+201D quotedblright
|
142 |
-
!95 U+2022 bullet
|
143 |
-
!96 U+2013 endash
|
144 |
-
!97 U+2014 emdash
|
145 |
-
!99 U+2122 trademark
|
146 |
-
!9B U+203A guilsinglright
|
147 |
-
!A0 U+00A0 space
|
148 |
-
!A1 U+0385 dieresistonos
|
149 |
-
!A2 U+0386 Alphatonos
|
150 |
-
!A3 U+00A3 sterling
|
151 |
-
!A4 U+00A4 currency
|
152 |
-
!A5 U+00A5 yen
|
153 |
-
!A6 U+00A6 brokenbar
|
154 |
-
!A7 U+00A7 section
|
155 |
-
!A8 U+00A8 dieresis
|
156 |
-
!A9 U+00A9 copyright
|
157 |
-
!AB U+00AB guillemotleft
|
158 |
-
!AC U+00AC logicalnot
|
159 |
-
!AD U+00AD hyphen
|
160 |
-
!AE U+00AE registered
|
161 |
-
!AF U+2015 afii00208
|
162 |
-
!B0 U+00B0 degree
|
163 |
-
!B1 U+00B1 plusminus
|
164 |
-
!B2 U+00B2 twosuperior
|
165 |
-
!B3 U+00B3 threesuperior
|
166 |
-
!B4 U+0384 tonos
|
167 |
-
!B5 U+00B5 mu
|
168 |
-
!B6 U+00B6 paragraph
|
169 |
-
!B7 U+00B7 periodcentered
|
170 |
-
!B8 U+0388 Epsilontonos
|
171 |
-
!B9 U+0389 Etatonos
|
172 |
-
!BA U+038A Iotatonos
|
173 |
-
!BB U+00BB guillemotright
|
174 |
-
!BC U+038C Omicrontonos
|
175 |
-
!BD U+00BD onehalf
|
176 |
-
!BE U+038E Upsilontonos
|
177 |
-
!BF U+038F Omegatonos
|
178 |
-
!C0 U+0390 iotadieresistonos
|
179 |
-
!C1 U+0391 Alpha
|
180 |
-
!C2 U+0392 Beta
|
181 |
-
!C3 U+0393 Gamma
|
182 |
-
!C4 U+0394 Delta
|
183 |
-
!C5 U+0395 Epsilon
|
184 |
-
!C6 U+0396 Zeta
|
185 |
-
!C7 U+0397 Eta
|
186 |
-
!C8 U+0398 Theta
|
187 |
-
!C9 U+0399 Iota
|
188 |
-
!CA U+039A Kappa
|
189 |
-
!CB U+039B Lambda
|
190 |
-
!CC U+039C Mu
|
191 |
-
!CD U+039D Nu
|
192 |
-
!CE U+039E Xi
|
193 |
-
!CF U+039F Omicron
|
194 |
-
!D0 U+03A0 Pi
|
195 |
-
!D1 U+03A1 Rho
|
196 |
-
!D3 U+03A3 Sigma
|
197 |
-
!D4 U+03A4 Tau
|
198 |
-
!D5 U+03A5 Upsilon
|
199 |
-
!D6 U+03A6 Phi
|
200 |
-
!D7 U+03A7 Chi
|
201 |
-
!D8 U+03A8 Psi
|
202 |
-
!D9 U+03A9 Omega
|
203 |
-
!DA U+03AA Iotadieresis
|
204 |
-
!DB U+03AB Upsilondieresis
|
205 |
-
!DC U+03AC alphatonos
|
206 |
-
!DD U+03AD epsilontonos
|
207 |
-
!DE U+03AE etatonos
|
208 |
-
!DF U+03AF iotatonos
|
209 |
-
!E0 U+03B0 upsilondieresistonos
|
210 |
-
!E1 U+03B1 alpha
|
211 |
-
!E2 U+03B2 beta
|
212 |
-
!E3 U+03B3 gamma
|
213 |
-
!E4 U+03B4 delta
|
214 |
-
!E5 U+03B5 epsilon
|
215 |
-
!E6 U+03B6 zeta
|
216 |
-
!E7 U+03B7 eta
|
217 |
-
!E8 U+03B8 theta
|
218 |
-
!E9 U+03B9 iota
|
219 |
-
!EA U+03BA kappa
|
220 |
-
!EB U+03BB lambda
|
221 |
-
!EC U+03BC mu
|
222 |
-
!ED U+03BD nu
|
223 |
-
!EE U+03BE xi
|
224 |
-
!EF U+03BF omicron
|
225 |
-
!F0 U+03C0 pi
|
226 |
-
!F1 U+03C1 rho
|
227 |
-
!F2 U+03C2 sigma1
|
228 |
-
!F3 U+03C3 sigma
|
229 |
-
!F4 U+03C4 tau
|
230 |
-
!F5 U+03C5 upsilon
|
231 |
-
!F6 U+03C6 phi
|
232 |
-
!F7 U+03C7 chi
|
233 |
-
!F8 U+03C8 psi
|
234 |
-
!F9 U+03C9 omega
|
235 |
-
!FA U+03CA iotadieresis
|
236 |
-
!FB U+03CB upsilondieresis
|
237 |
-
!FC U+03CC omicrontonos
|
238 |
-
!FD U+03CD upsilontonos
|
239 |
-
!FE U+03CE omegatonos
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/ZsoltNet/LedgerInvoice/controllers/pdf/font/makefont/cp1254.map
DELETED
@@ -1,249 +0,0 @@
|
|
1 |
-
!00 U+0000 .notdef
|
2 |
-
!01 U+0001 .notdef
|
3 |
-
!02 U+0002 .notdef
|
4 |
-
!03 U+0003 .notdef
|
5 |
-
!04 U+0004 .notdef
|
6 |
-
!05 U+0005 .notdef
|
7 |
-
!06 U+0006 .notdef
|
8 |
-
!07 U+0007 .notdef
|
9 |
-
!08 U+0008 .notdef
|
10 |
-
!09 U+0009 .notdef
|
11 |
-
!0A U+000A .notdef
|
12 |
-
!0B U+000B .notdef
|
13 |
-
!0C U+000C .notdef
|
14 |
-
!0D U+000D .notdef
|
15 |
-
!0E U+000E .notdef
|
16 |
-
!0F U+000F .notdef
|
17 |
-
!10 U+0010 .notdef
|
18 |
-
!11 U+0011 .notdef
|
19 |
-
!12 U+0012 .notdef
|
20 |
-
!13 U+0013 .notdef
|
21 |
-
!14 U+0014 .notdef
|
22 |
-
!15 U+0015 .notdef
|
23 |
-
!16 U+0016 .notdef
|
24 |
-
!17 U+0017 .notdef
|
25 |
-
!18 U+0018 .notdef
|
26 |
-
!19 U+0019 .notdef
|
27 |
-
!1A U+001A .notdef
|
28 |
-
!1B U+001B .notdef
|
29 |
-
!1C U+001C .notdef
|
30 |
-
!1D U+001D .notdef
|
31 |
-
!1E U+001E .notdef
|
32 |
-
!1F U+001F .notdef
|
33 |
-
!20 U+0020 space
|
34 |
-
!21 U+0021 exclam
|
35 |
-
!22 U+0022 quotedbl
|
36 |
-
!23 U+0023 numbersign
|
37 |
-
!24 U+0024 dollar
|
38 |
-
!25 U+0025 percent
|
39 |
-
!26 U+0026 ampersand
|
40 |
-
!27 U+0027 quotesingle
|
41 |
-
!28 U+0028 parenleft
|
42 |
-
!29 U+0029 parenright
|
43 |
-
!2A U+002A asterisk
|
44 |
-
!2B U+002B plus
|
45 |
-
!2C U+002C comma
|
46 |
-
!2D U+002D hyphen
|
47 |
-
!2E U+002E period
|
48 |
-
!2F U+002F slash
|
49 |
-
!30 U+0030 zero
|
50 |
-
!31 U+0031 one
|
51 |
-
!32 U+0032 two
|
52 |
-
!33 U+0033 three
|
53 |
-
!34 U+0034 four
|
54 |
-
!35 U+0035 five
|
55 |
-
!36 U+0036 six
|
56 |
-
!37 U+0037 seven
|
57 |
-
!38 U+0038 eight
|
58 |
-
!39 U+0039 nine
|
59 |
-
!3A U+003A colon
|
60 |
-
!3B U+003B semicolon
|
61 |
-
!3C U+003C less
|
62 |
-
!3D U+003D equal
|
63 |
-
!3E U+003E greater
|
64 |
-
!3F U+003F question
|
65 |
-
!40 U+0040 at
|
66 |
-
!41 U+0041 A
|
67 |
-
!42 U+0042 B
|
68 |
-
!43 U+0043 C
|
69 |
-
!44 U+0044 D
|
70 |
-
!45 U+0045 E
|
71 |
-
!46 U+0046 F
|
72 |
-
!47 U+0047 G
|
73 |
-
!48 U+0048 H
|
74 |
-
!49 U+0049 I
|
75 |
-
!4A U+004A J
|
76 |
-
!4B U+004B K
|
77 |
-
!4C U+004C L
|
78 |
-
!4D U+004D M
|
79 |
-
!4E U+004E N
|
80 |
-
!4F U+004F O
|
81 |
-
!50 U+0050 P
|
82 |
-
!51 U+0051 Q
|
83 |
-
!52 U+0052 R
|
84 |
-
!53 U+0053 S
|
85 |
-
!54 U+0054 T
|
86 |
-
!55 U+0055 U
|
87 |
-
!56 U+0056 V
|
88 |
-
!57 U+0057 W
|
89 |
-
!58 U+0058 X
|
90 |
-
!59 U+0059 Y
|
91 |
-
!5A U+005A Z
|
92 |
-
!5B U+005B bracketleft
|
93 |
-
!5C U+005C backslash
|
94 |
-
!5D U+005D bracketright
|
95 |
-
!5E U+005E asciicircum
|
96 |
-
!5F U+005F underscore
|
97 |
-
!60 U+0060 grave
|
98 |
-
!61 U+0061 a
|
99 |
-
!62 U+0062 b
|
100 |
-
!63 U+0063 c
|
101 |
-
!64 U+0064 d
|
102 |
-
!65 U+0065 e
|
103 |
-
!66 U+0066 f
|
104 |
-
!67 U+0067 g
|
105 |
-
!68 U+0068 h
|
106 |
-
!69 U+0069 i
|
107 |
-
!6A U+006A j
|
108 |
-
!6B U+006B k
|
109 |
-
!6C U+006C l
|
110 |
-
!6D U+006D m
|
111 |
-
!6E U+006E n
|
112 |
-
!6F U+006F o
|
113 |
-
!70 U+0070 p
|
114 |
-
!71 U+0071 q
|
115 |
-
!72 U+0072 r
|
116 |
-
!73 U+0073 s
|
117 |
-
!74 U+0074 t
|
118 |
-
!75 U+0075 u
|
119 |
-
!76 U+0076 v
|
120 |
-
!77 U+0077 w
|
121 |
-
!78 U+0078 x
|
122 |
-
!79 U+0079 y
|
123 |
-
!7A U+007A z
|
124 |
-
!7B U+007B braceleft
|
125 |
-
!7C U+007C bar
|
126 |
-
!7D U+007D braceright
|
127 |
-
!7E U+007E asciitilde
|
128 |
-
!7F U+007F .notdef
|
129 |
-
!80 U+20AC Euro
|
130 |
-
!82 U+201A quotesinglbase
|
131 |
-
!83 U+0192 florin
|
132 |
-
!84 U+201E quotedblbase
|
133 |
-
!85 U+2026 ellipsis
|
134 |
-
!86 U+2020 dagger
|
135 |
-
!87 U+2021 daggerdbl
|
136 |
-
!88 U+02C6 circumflex
|
137 |
-
!89 U+2030 perthousand
|
138 |
-
!8A U+0160 Scaron
|
139 |
-
!8B U+2039 guilsinglleft
|
140 |
-
!8C U+0152 OE
|
141 |
-
!91 U+2018 quoteleft
|
142 |
-
!92 U+2019 quoteright
|
143 |
-
!93 U+201C quotedblleft
|
144 |
-
!94 U+201D quotedblright
|
145 |
-
!95 U+2022 bullet
|
146 |
-
!96 U+2013 endash
|
147 |
-
!97 U+2014 emdash
|
148 |
-
!98 U+02DC tilde
|
149 |
-
!99 U+2122 trademark
|
150 |
-
!9A U+0161 scaron
|
151 |
-
!9B U+203A guilsinglright
|
152 |
-
!9C U+0153 oe
|
153 |
-
!9F U+0178 Ydieresis
|
154 |
-
!A0 U+00A0 space
|
155 |
-
!A1 U+00A1 exclamdown
|
156 |
-
!A2 U+00A2 cent
|
157 |
-
!A3 U+00A3 sterling
|
158 |
-
!A4 U+00A4 currency
|
159 |
-
!A5 U+00A5 yen
|
160 |
-
!A6 U+00A6 brokenbar
|
161 |
-
!A7 U+00A7 section
|
162 |
-
!A8 U+00A8 dieresis
|
163 |
-
!A9 U+00A9 copyright
|
164 |
-
!AA U+00AA ordfeminine
|
165 |
-
!AB U+00AB guillemotleft
|
166 |
-
!AC U+00AC logicalnot
|
167 |
-
!AD U+00AD hyphen
|
168 |
-
!AE U+00AE registered
|
169 |
-
!AF U+00AF macron
|
170 |
-
!B0 U+00B0 degree
|
171 |
-
!B1 U+00B1 plusminus
|
172 |
-
!B2 U+00B2 twosuperior
|
173 |
-
!B3 U+00B3 threesuperior
|
174 |
-
!B4 U+00B4 acute
|
175 |
-
!B5 U+00B5 mu
|
176 |
-
!B6 U+00B6 paragraph
|
177 |
-
!B7 U+00B7 periodcentered
|
178 |
-
!B8 U+00B8 cedilla
|
179 |
-
!B9 U+00B9 onesuperior
|
180 |
-
!BA U+00BA ordmasculine
|
181 |
-
!BB U+00BB guillemotright
|
182 |
-
!BC U+00BC onequarter
|
183 |
-
!BD U+00BD onehalf
|
184 |
-
!BE U+00BE threequarters
|
185 |
-
!BF U+00BF questiondown
|
186 |
-
!C0 U+00C0 Agrave
|
187 |
-
!C1 U+00C1 Aacute
|
188 |
-
!C2 U+00C2 Acircumflex
|
189 |
-
!C3 U+00C3 Atilde
|
190 |
-
!C4 U+00C4 Adieresis
|
191 |
-
!C5 U+00C5 Aring
|
192 |
-
!C6 U+00C6 AE
|
193 |
-
!C7 U+00C7 Ccedilla
|
194 |
-
!C8 U+00C8 Egrave
|
195 |
-
!C9 U+00C9 Eacute
|
196 |
-
!CA U+00CA Ecircumflex
|
197 |
-
!CB U+00CB Edieresis
|
198 |
-
!CC U+00CC Igrave
|
199 |
-
!CD U+00CD Iacute
|
200 |
-
!CE U+00CE Icircumflex
|
201 |
-
!CF U+00CF Idieresis
|
202 |
-
!D0 U+011E Gbreve
|
203 |
-
!D1 U+00D1 Ntilde
|
204 |
-
!D2 U+00D2 Ograve
|
205 |
-
!D3 U+00D3 Oacute
|
206 |
-
!D4 U+00D4 Ocircumflex
|
207 |
-
!D5 U+00D5 Otilde
|
208 |
-
!D6 U+00D6 Odieresis
|
209 |
-
!D7 U+00D7 multiply
|
210 |
-
!D8 U+00D8 Oslash
|
211 |
-
!D9 U+00D9 Ugrave
|
212 |
-
!DA U+00DA Uacute
|
213 |
-
!DB U+00DB Ucircumflex
|
214 |
-
!DC U+00DC Udieresis
|
215 |
-
!DD U+0130 Idotaccent
|
216 |
-
!DE U+015E Scedilla
|
217 |
-
!DF U+00DF germandbls
|
218 |
-
!E0 U+00E0 agrave
|
219 |
-
!E1 U+00E1 aacute
|
220 |
-
!E2 U+00E2 acircumflex
|
221 |
-
!E3 U+00E3 atilde
|
222 |
-
!E4 U+00E4 adieresis
|
223 |
-
!E5 U+00E5 aring
|
224 |
-
!E6 U+00E6 ae
|
225 |
-
!E7 U+00E7 ccedilla
|
226 |
-
!E8 U+00E8 egrave
|
227 |
-
!E9 U+00E9 eacute
|
228 |
-
!EA U+00EA ecircumflex
|
229 |
-
!EB U+00EB edieresis
|
230 |
-
!EC U+00EC igrave
|
231 |
-
!ED U+00ED iacute
|
232 |
-
!EE U+00EE icircumflex
|
233 |
-
!EF U+00EF idieresis
|
234 |
-
!F0 U+011F gbreve
|
235 |
-
!F1 U+00F1 ntilde
|
236 |
-
!F2 U+00F2 ograve
|
237 |
-
!F3 U+00F3 oacute
|
238 |
-
!F4 U+00F4 ocircumflex
|
239 |
-
!F5 U+00F5 otilde
|
240 |
-
!F6 U+00F6 odieresis
|
241 |
-
!F7 U+00F7 divide
|
242 |
-
!F8 U+00F8 oslash
|
243 |
-
!F9 U+00F9 ugrave
|
244 |
-
!FA U+00FA uacute
|
245 |
-
!FB U+00FB ucircumflex
|
246 |
-
!FC U+00FC udieresis
|
247 |
-
!FD U+0131 dotlessi
|
248 |
-
!FE U+015F scedilla
|
249 |
-
!FF U+00FF ydieresis
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/ZsoltNet/LedgerInvoice/controllers/pdf/font/makefont/cp1255.map
DELETED
@@ -1,233 +0,0 @@
|
|
1 |
-
!00 U+0000 .notdef
|
2 |
-
!01 U+0001 .notdef
|
3 |
-
!02 U+0002 .notdef
|
4 |
-
!03 U+0003 .notdef
|
5 |
-
!04 U+0004 .notdef
|
6 |
-
!05 U+0005 .notdef
|
7 |
-
!06 U+0006 .notdef
|
8 |
-
!07 U+0007 .notdef
|
9 |
-
!08 U+0008 .notdef
|
10 |
-
!09 U+0009 .notdef
|
11 |
-
!0A U+000A .notdef
|
12 |
-
!0B U+000B .notdef
|
13 |
-
!0C U+000C .notdef
|
14 |
-
!0D U+000D .notdef
|
15 |
-
!0E U+000E .notdef
|
16 |
-
!0F U+000F .notdef
|
17 |
-
!10 U+0010 .notdef
|
18 |
-
!11 U+0011 .notdef
|
19 |
-
!12 U+0012 .notdef
|
20 |
-
!13 U+0013 .notdef
|
21 |
-
!14 U+0014 .notdef
|
22 |
-
!15 U+0015 .notdef
|
23 |
-
!16 U+0016 .notdef
|
24 |
-
!17 U+0017 .notdef
|
25 |
-
!18 U+0018 .notdef
|
26 |
-
!19 U+0019 .notdef
|
27 |
-
!1A U+001A .notdef
|
28 |
-
!1B U+001B .notdef
|
29 |
-
!1C U+001C .notdef
|
30 |
-
!1D U+001D .notdef
|
31 |
-
!1E U+001E .notdef
|
32 |
-
!1F U+001F .notdef
|
33 |
-
!20 U+0020 space
|
34 |
-
!21 U+0021 exclam
|
35 |
-
!22 U+0022 quotedbl
|
36 |
-
!23 U+0023 numbersign
|
37 |
-
!24 U+0024 dollar
|
38 |
-
!25 U+0025 percent
|
39 |
-
!26 U+0026 ampersand
|
40 |
-
!27 U+0027 quotesingle
|
41 |
-
!28 U+0028 parenleft
|
42 |
-
!29 U+0029 parenright
|
43 |
-
!2A U+002A asterisk
|
44 |
-
!2B U+002B plus
|
45 |
-
!2C U+002C comma
|
46 |
-
!2D U+002D hyphen
|
47 |
-
!2E U+002E period
|
48 |
-
!2F U+002F slash
|
49 |
-
!30 U+0030 zero
|
50 |
-
!31 U+0031 one
|
51 |
-
!32 U+0032 two
|
52 |
-
!33 U+0033 three
|
53 |
-
!34 U+0034 four
|
54 |
-
!35 U+0035 five
|
55 |
-
!36 U+0036 six
|
56 |
-
!37 U+0037 seven
|
57 |
-
!38 U+0038 eight
|
58 |
-
!39 U+0039 nine
|
59 |
-
!3A U+003A colon
|
60 |
-
!3B U+003B semicolon
|
61 |
-
!3C U+003C less
|
62 |
-
!3D U+003D equal
|
63 |
-
!3E U+003E greater
|
64 |
-
!3F U+003F question
|
65 |
-
!40 U+0040 at
|
66 |
-
!41 U+0041 A
|
67 |
-
!42 U+0042 B
|
68 |
-
!43 U+0043 C
|
69 |
-
!44 U+0044 D
|
70 |
-
!45 U+0045 E
|
71 |
-
!46 U+0046 F
|
72 |
-
!47 U+0047 G
|
73 |
-
!48 U+0048 H
|
74 |
-
!49 U+0049 I
|
75 |
-
!4A U+004A J
|
76 |
-
!4B U+004B K
|
77 |
-
!4C U+004C L
|
78 |
-
!4D U+004D M
|
79 |
-
!4E U+004E N
|
80 |
-
!4F U+004F O
|
81 |
-
!50 U+0050 P
|
82 |
-
!51 U+0051 Q
|
83 |
-
!52 U+0052 R
|
84 |
-
!53 U+0053 S
|
85 |
-
!54 U+0054 T
|
86 |
-
!55 U+0055 U
|
87 |
-
!56 U+0056 V
|
88 |
-
!57 U+0057 W
|
89 |
-
!58 U+0058 X
|
90 |
-
!59 U+0059 Y
|
91 |
-
!5A U+005A Z
|
92 |
-
!5B U+005B bracketleft
|
93 |
-
!5C U+005C backslash
|
94 |
-
!5D U+005D bracketright
|
95 |
-
!5E U+005E asciicircum
|
96 |
-
!5F U+005F underscore
|
97 |
-
!60 U+0060 grave
|
98 |
-
!61 U+0061 a
|
99 |
-
!62 U+0062 b
|
100 |
-
!63 U+0063 c
|
101 |
-
!64 U+0064 d
|
102 |
-
!65 U+0065 e
|
103 |
-
!66 U+0066 f
|
104 |
-
!67 U+0067 g
|
105 |
-
!68 U+0068 h
|
106 |
-
!69 U+0069 i
|
107 |
-
!6A U+006A j
|
108 |
-
!6B U+006B k
|
109 |
-
!6C U+006C l
|
110 |
-
!6D U+006D m
|
111 |
-
!6E U+006E n
|
112 |
-
!6F U+006F o
|
113 |
-
!70 U+0070 p
|
114 |
-
!71 U+0071 q
|
115 |
-
!72 U+0072 r
|
116 |
-
!73 U+0073 s
|
117 |
-
!74 U+0074 t
|
118 |
-
!75 U+0075 u
|
119 |
-
!76 U+0076 v
|
120 |
-
!77 U+0077 w
|
121 |
-
!78 U+0078 x
|
122 |
-
!79 U+0079 y
|
123 |
-
!7A U+007A z
|
124 |
-
!7B U+007B braceleft
|
125 |
-
!7C U+007C bar
|
126 |
-
!7D U+007D braceright
|
127 |
-
!7E U+007E asciitilde
|
128 |
-
!7F U+007F .notdef
|
129 |
-
!80 U+20AC Euro
|
130 |
-
!82 U+201A quotesinglbase
|
131 |
-
!83 U+0192 florin
|
132 |
-
!84 U+201E quotedblbase
|
133 |
-
!85 U+2026 ellipsis
|
134 |
-
!86 U+2020 dagger
|
135 |
-
!87 U+2021 daggerdbl
|
136 |
-
!88 U+02C6 circumflex
|
137 |
-
!89 U+2030 perthousand
|
138 |
-
!8B U+2039 guilsinglleft
|
139 |
-
!91 U+2018 quoteleft
|
140 |
-
!92 U+2019 quoteright
|
141 |
-
!93 U+201C quotedblleft
|
142 |
-
!94 U+201D quotedblright
|
143 |
-
!95 U+2022 bullet
|
144 |
-
!96 U+2013 endash
|
145 |
-
!97 U+2014 emdash
|
146 |
-
!98 U+02DC tilde
|
147 |
-
!99 U+2122 trademark
|
148 |
-
!9B U+203A guilsinglright
|
149 |
-
!A0 U+00A0 space
|
150 |
-
!A1 U+00A1 exclamdown
|
151 |
-
!A2 U+00A2 cent
|
152 |
-
!A3 U+00A3 sterling
|
153 |
-
!A4 U+20AA afii57636
|
154 |
-
!A5 U+00A5 yen
|
155 |
-
!A6 U+00A6 brokenbar
|
156 |
-
!A7 U+00A7 section
|
157 |
-
!A8 U+00A8 dieresis
|
158 |
-
!A9 U+00A9 copyright
|
159 |
-
!AA U+00D7 multiply
|
160 |
-
!AB U+00AB guillemotleft
|
161 |
-
!AC U+00AC logicalnot
|
162 |
-
!AD U+00AD sfthyphen
|
163 |
-
!AE U+00AE registered
|
164 |
-
!AF U+00AF macron
|
165 |
-
!B0 U+00B0 degree
|
166 |
-
!B1 U+00B1 plusminus
|
167 |
-
!B2 U+00B2 twosuperior
|
168 |
-
!B3 U+00B3 threesuperior
|
169 |
-
!B4 U+00B4 acute
|
170 |
-
!B5 U+00B5 mu
|
171 |
-
!B6 U+00B6 paragraph
|
172 |
-
!B7 U+00B7 middot
|
173 |
-
!B8 U+00B8 cedilla
|
174 |
-
!B9 U+00B9 onesuperior
|
175 |
-
!BA U+00F7 divide
|
176 |
-
!BB U+00BB guillemotright
|
177 |
-
!BC U+00BC onequarter
|
178 |
-
!BD U+00BD onehalf
|
179 |
-
!BE U+00BE threequarters
|
180 |
-
!BF U+00BF questiondown
|
181 |
-
!C0 U+05B0 afii57799
|
182 |
-
!C1 U+05B1 afii57801
|
183 |
-
!C2 U+05B2 afii57800
|
184 |
-
!C3 U+05B3 afii57802
|
185 |
-
!C4 U+05B4 afii57793
|
186 |
-
!C5 U+05B5 afii57794
|
187 |
-
!C6 U+05B6 afii57795
|
188 |
-
!C7 U+05B7 afii57798
|
189 |
-
!C8 U+05B8 afii57797
|
190 |
-
!C9 U+05B9 afii57806
|
191 |
-
!CB U+05BB afii57796
|
192 |
-
!CC U+05BC afii57807
|
193 |
-
!CD U+05BD afii57839
|
194 |
-
!CE U+05BE afii57645
|
195 |
-
!CF U+05BF afii57841
|
196 |
-
!D0 U+05C0 afii57842
|
197 |
-
!D1 U+05C1 afii57804
|
198 |
-
!D2 U+05C2 afii57803
|
199 |
-
!D3 U+05C3 afii57658
|
200 |
-
!D4 U+05F0 afii57716
|
201 |
-
!D5 U+05F1 afii57717
|
202 |
-
!D6 U+05F2 afii57718
|
203 |
-
!D7 U+05F3 gereshhebrew
|
204 |
-
!D8 U+05F4 gershayimhebrew
|
205 |
-
!E0 U+05D0 afii57664
|
206 |
-
!E1 U+05D1 afii57665
|
207 |
-
!E2 U+05D2 afii57666
|
208 |
-
!E3 U+05D3 afii57667
|
209 |
-
!E4 U+05D4 afii57668
|
210 |
-
!E5 U+05D5 afii57669
|
211 |
-
!E6 U+05D6 afii57670
|
212 |
-
!E7 U+05D7 afii57671
|
213 |
-
!E8 U+05D8 afii57672
|
214 |
-
!E9 U+05D9 afii57673
|
215 |
-
!EA U+05DA afii57674
|
216 |
-
!EB U+05DB afii57675
|
217 |
-
!EC U+05DC afii57676
|
218 |
-
!ED U+05DD afii57677
|
219 |
-
!EE U+05DE afii57678
|
220 |
-
!EF U+05DF afii57679
|
221 |
-
!F0 U+05E0 afii57680
|
222 |
-
!F1 U+05E1 afii57681
|
223 |
-
!F2 U+05E2 afii57682
|
224 |
-
!F3 U+05E3 afii57683
|
225 |
-
!F4 U+05E4 afii57684
|
226 |
-
!F5 U+05E5 afii57685
|
227 |
-
!F6 U+05E6 afii57686
|
228 |
-
!F7 U+05E7 afii57687
|
229 |
-
!F8 U+05E8 afii57688
|
230 |
-
!F9 U+05E9 afii57689
|
231 |
-
!FA U+05EA afii57690
|
232 |
-
!FD U+200E afii299
|
233 |
-
!FE U+200F afii300
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/ZsoltNet/LedgerInvoice/controllers/pdf/font/makefont/cp1257.map
DELETED
@@ -1,244 +0,0 @@
|
|
1 |
-
!00 U+0000 .notdef
|
2 |
-
!01 U+0001 .notdef
|
3 |
-
!02 U+0002 .notdef
|
4 |
-
!03 U+0003 .notdef
|
5 |
-
!04 U+0004 .notdef
|
6 |
-
!05 U+0005 .notdef
|
7 |
-
!06 U+0006 .notdef
|
8 |
-
!07 U+0007 .notdef
|
9 |
-
!08 U+0008 .notdef
|
10 |
-
!09 U+0009 .notdef
|
11 |
-
!0A U+000A .notdef
|
12 |
-
!0B U+000B .notdef
|
13 |
-
!0C U+000C .notdef
|
14 |
-
!0D U+000D .notdef
|
15 |
-
!0E U+000E .notdef
|
16 |
-
!0F U+000F .notdef
|
17 |
-
!10 U+0010 .notdef
|
18 |
-
!11 U+0011 .notdef
|
19 |
-
!12 U+0012 .notdef
|
20 |
-
!13 U+0013 .notdef
|
21 |
-
!14 U+0014 .notdef
|
22 |
-
!15 U+0015 .notdef
|
23 |
-
!16 U+0016 .notdef
|
24 |
-
!17 U+0017 .notdef
|
25 |
-
!18 U+0018 .notdef
|
26 |
-
!19 U+0019 .notdef
|
27 |
-
!1A U+001A .notdef
|
28 |
-
!1B U+001B .notdef
|
29 |
-
!1C U+001C .notdef
|
30 |
-
!1D U+001D .notdef
|
31 |
-
!1E U+001E .notdef
|
32 |
-
!1F U+001F .notdef
|
33 |
-
!20 U+0020 space
|
34 |
-
!21 U+0021 exclam
|
35 |
-
!22 U+0022 quotedbl
|
36 |
-
!23 U+0023 numbersign
|
37 |
-
!24 U+0024 dollar
|
38 |
-
!25 U+0025 percent
|
39 |
-
!26 U+0026 ampersand
|
40 |
-
!27 U+0027 quotesingle
|
41 |
-
!28 U+0028 parenleft
|
42 |
-
!29 U+0029 parenright
|
43 |
-
!2A U+002A asterisk
|
44 |
-
!2B U+002B plus
|
45 |
-
!2C U+002C comma
|
46 |
-
!2D U+002D hyphen
|
47 |
-
!2E U+002E period
|
48 |
-
!2F U+002F slash
|
49 |
-
!30 U+0030 zero
|
50 |
-
!31 U+0031 one
|
51 |
-
!32 U+0032 two
|
52 |
-
!33 U+0033 three
|
53 |
-
!34 U+0034 four
|
54 |
-
!35 U+0035 five
|
55 |
-
!36 U+0036 six
|
56 |
-
!37 U+0037 seven
|
57 |
-
!38 U+0038 eight
|
58 |
-
!39 U+0039 nine
|
59 |
-
!3A U+003A colon
|
60 |
-
!3B U+003B semicolon
|
61 |
-
!3C U+003C less
|
62 |
-
!3D U+003D equal
|
63 |
-
!3E U+003E greater
|
64 |
-
!3F U+003F question
|
65 |
-
!40 U+0040 at
|
66 |
-
!41 U+0041 A
|
67 |
-
!42 U+0042 B
|
68 |
-
!43 U+0043 C
|
69 |
-
!44 U+0044 D
|
70 |
-
!45 U+0045 E
|
71 |
-
!46 U+0046 F
|
72 |
-
!47 U+0047 G
|
73 |
-
!48 U+0048 H
|
74 |
-
!49 U+0049 I
|
75 |
-
!4A U+004A J
|
76 |
-
!4B U+004B K
|
77 |
-
!4C U+004C L
|
78 |
-
!4D U+004D M
|
79 |
-
!4E U+004E N
|
80 |
-
!4F U+004F O
|
81 |
-
!50 U+0050 P
|
82 |
-
!51 U+0051 Q
|
83 |
-
!52 U+0052 R
|
84 |
-
!53 U+0053 S
|
85 |
-
!54 U+0054 T
|
86 |
-
!55 U+0055 U
|
87 |
-
!56 U+0056 V
|
88 |
-
!57 U+0057 W
|
89 |
-
!58 U+0058 X
|
90 |
-
!59 U+0059 Y
|
91 |
-
!5A U+005A Z
|
92 |
-
!5B U+005B bracketleft
|
93 |
-
!5C U+005C backslash
|
94 |
-
!5D U+005D bracketright
|
95 |
-
!5E U+005E asciicircum
|
96 |
-
!5F U+005F underscore
|
97 |
-
!60 U+0060 grave
|
98 |
-
!61 U+0061 a
|
99 |
-
!62 U+0062 b
|
100 |
-
!63 U+0063 c
|
101 |
-
!64 U+0064 d
|
102 |
-
!65 U+0065 e
|
103 |
-
!66 U+0066 f
|
104 |
-
!67 U+0067 g
|
105 |
-
!68 U+0068 h
|
106 |
-
!69 U+0069 i
|
107 |
-
!6A U+006A j
|
108 |
-
!6B U+006B k
|
109 |
-
!6C U+006C l
|
110 |
-
!6D U+006D m
|
111 |
-
!6E U+006E n
|
112 |
-
!6F U+006F o
|
113 |
-
!70 U+0070 p
|
114 |
-
!71 U+0071 q
|
115 |
-
!72 U+0072 r
|
116 |
-
!73 U+0073 s
|
117 |
-
!74 U+0074 t
|
118 |
-
!75 U+0075 u
|
119 |
-
!76 U+0076 v
|
120 |
-
!77 U+0077 w
|
121 |
-
!78 U+0078 x
|
122 |
-
!79 U+0079 y
|
123 |
-
!7A U+007A z
|
124 |
-
!7B U+007B braceleft
|
125 |
-
!7C U+007C bar
|
126 |
-
!7D U+007D braceright
|
127 |
-
!7E U+007E asciitilde
|
128 |
-
!7F U+007F .notdef
|
129 |
-
!80 U+20AC Euro
|
130 |
-
!82 U+201A quotesinglbase
|
131 |
-
!84 U+201E quotedblbase
|
132 |
-
!85 U+2026 ellipsis
|
133 |
-
!86 U+2020 dagger
|
134 |
-
!87 U+2021 daggerdbl
|
135 |
-
!89 U+2030 perthousand
|
136 |
-
!8B U+2039 guilsinglleft
|
137 |
-
!8D U+00A8 dieresis
|
138 |
-
!8E U+02C7 caron
|
139 |
-
!8F U+00B8 cedilla
|
140 |
-
!91 U+2018 quoteleft
|
141 |
-
!92 U+2019 quoteright
|
142 |
-
!93 U+201C quotedblleft
|
143 |
-
!94 U+201D quotedblright
|
144 |
-
!95 U+2022 bullet
|
145 |
-
!96 U+2013 endash
|
146 |
-
!97 U+2014 emdash
|
147 |
-
!99 U+2122 trademark
|
148 |
-
!9B U+203A guilsinglright
|
149 |
-
!9D U+00AF macron
|
150 |
-
!9E U+02DB ogonek
|
151 |
-
!A0 U+00A0 space
|
152 |
-
!A2 U+00A2 cent
|
153 |
-
!A3 U+00A3 sterling
|
154 |
-
!A4 U+00A4 currency
|
155 |
-
!A6 U+00A6 brokenbar
|
156 |
-
!A7 U+00A7 section
|
157 |
-
!A8 U+00D8 Oslash
|
158 |
-
!A9 U+00A9 copyright
|
159 |
-
!AA U+0156 Rcommaaccent
|
160 |
-
!AB U+00AB guillemotleft
|
161 |
-
!AC U+00AC logicalnot
|
162 |
-
!AD U+00AD hyphen
|
163 |
-
!AE U+00AE registered
|
164 |
-
!AF U+00C6 AE
|
165 |
-
!B0 U+00B0 degree
|
166 |
-
!B1 U+00B1 plusminus
|
167 |
-
!B2 U+00B2 twosuperior
|
168 |
-
!B3 U+00B3 threesuperior
|
169 |
-
!B4 U+00B4 acute
|
170 |
-
!B5 U+00B5 mu
|
171 |
-
!B6 U+00B6 paragraph
|
172 |
-
!B7 U+00B7 periodcentered
|
173 |
-
!B8 U+00F8 oslash
|
174 |
-
!B9 U+00B9 onesuperior
|
175 |
-
!BA U+0157 rcommaaccent
|
176 |
-
!BB U+00BB guillemotright
|
177 |
-
!BC U+00BC onequarter
|
178 |
-
!BD U+00BD onehalf
|
179 |
-
!BE U+00BE threequarters
|
180 |
-
!BF U+00E6 ae
|
181 |
-
!C0 U+0104 Aogonek
|
182 |
-
!C1 U+012E Iogonek
|
183 |
-
!C2 U+0100 Amacron
|
184 |
-
!C3 U+0106 Cacute
|
185 |
-
!C4 U+00C4 Adieresis
|
186 |
-
!C5 U+00C5 Aring
|
187 |
-
!C6 U+0118 Eogonek
|
188 |
-
!C7 U+0112 Emacron
|
189 |
-
!C8 U+010C Ccaron
|
190 |
-
!C9 U+00C9 Eacute
|
191 |
-
!CA U+0179 Zacute
|
192 |
-
!CB U+0116 Edotaccent
|
193 |
-
!CC U+0122 Gcommaaccent
|
194 |
-
!CD U+0136 Kcommaaccent
|
195 |
-
!CE U+012A Imacron
|
196 |
-
!CF U+013B Lcommaaccent
|
197 |
-
!D0 U+0160 Scaron
|
198 |
-
!D1 U+0143 Nacute
|
199 |
-
!D2 U+0145 Ncommaaccent
|
200 |
-
!D3 U+00D3 Oacute
|
201 |
-
!D4 U+014C Omacron
|
202 |
-
!D5 U+00D5 Otilde
|
203 |
-
!D6 U+00D6 Odieresis
|
204 |
-
!D7 U+00D7 multiply
|
205 |
-
!D8 U+0172 Uogonek
|
206 |
-
!D9 U+0141 Lslash
|
207 |
-
!DA U+015A Sacute
|
208 |
-
!DB U+016A Umacron
|
209 |
-
!DC U+00DC Udieresis
|
210 |
-
!DD U+017B Zdotaccent
|
211 |
-
!DE U+017D Zcaron
|
212 |
-
!DF U+00DF germandbls
|
213 |
-
!E0 U+0105 aogonek
|
214 |
-
!E1 U+012F iogonek
|
215 |
-
!E2 U+0101 amacron
|
216 |
-
!E3 U+0107 cacute
|
217 |
-
!E4 U+00E4 adieresis
|
218 |
-
!E5 U+00E5 aring
|
219 |
-
!E6 U+0119 eogonek
|
220 |
-
!E7 U+0113 emacron
|
221 |
-
!E8 U+010D ccaron
|
222 |
-
!E9 U+00E9 eacute
|
223 |
-
!EA U+017A zacute
|
224 |
-
!EB U+0117 edotaccent
|
225 |
-
!EC U+0123 gcommaaccent
|
226 |
-
!ED U+0137 kcommaaccent
|
227 |
-
!EE U+012B imacron
|
228 |
-
!EF U+013C lcommaaccent
|
229 |
-
!F0 U+0161 scaron
|
230 |
-
!F1 U+0144 nacute
|
231 |
-
!F2 U+0146 ncommaaccent
|
232 |
-
!F3 U+00F3 oacute
|
233 |
-
!F4 U+014D omacron
|
234 |
-
!F5 U+00F5 otilde
|
235 |
-
!F6 U+00F6 odieresis
|
236 |
-
!F7 U+00F7 divide
|
237 |
-
!F8 U+0173 uogonek
|
238 |
-
!F9 U+0142 lslash
|
239 |
-
!FA U+015B sacute
|
240 |
-
!FB U+016B umacron
|
241 |
-
!FC U+00FC udieresis
|
242 |
-
!FD U+017C zdotaccent
|
243 |
-
!FE U+017E zcaron
|
244 |
-
!FF U+02D9 dotaccent
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/ZsoltNet/LedgerInvoice/controllers/pdf/font/makefont/cp1258.map
DELETED
@@ -1,247 +0,0 @@
|
|
1 |
-
!00 U+0000 .notdef
|
2 |
-
!01 U+0001 .notdef
|
3 |
-
!02 U+0002 .notdef
|
4 |
-
!03 U+0003 .notdef
|
5 |
-
!04 U+0004 .notdef
|
6 |
-
!05 U+0005 .notdef
|
7 |
-
!06 U+0006 .notdef
|
8 |
-
!07 U+0007 .notdef
|
9 |
-
!08 U+0008 .notdef
|
10 |
-
!09 U+0009 .notdef
|
11 |
-
!0A U+000A .notdef
|
12 |
-
!0B U+000B .notdef
|
13 |
-
!0C U+000C .notdef
|
14 |
-
!0D U+000D .notdef
|
15 |
-
!0E U+000E .notdef
|
16 |
-
!0F U+000F .notdef
|
17 |
-
!10 U+0010 .notdef
|
18 |
-
!11 U+0011 .notdef
|
19 |
-
!12 U+0012 .notdef
|
20 |
-
!13 U+0013 .notdef
|
21 |
-
!14 U+0014 .notdef
|
22 |
-
!15 U+0015 .notdef
|
23 |
-
!16 U+0016 .notdef
|
24 |
-
!17 U+0017 .notdef
|
25 |
-
!18 U+0018 .notdef
|
26 |
-
!19 U+0019 .notdef
|
27 |
-
!1A U+001A .notdef
|
28 |
-
!1B U+001B .notdef
|
29 |
-
!1C U+001C .notdef
|
30 |
-
!1D U+001D .notdef
|
31 |
-
!1E U+001E .notdef
|
32 |
-
!1F U+001F .notdef
|
33 |
-
!20 U+0020 space
|
34 |
-
!21 U+0021 exclam
|
35 |
-
!22 U+0022 quotedbl
|
36 |
-
!23 U+0023 numbersign
|
37 |
-
!24 U+0024 dollar
|
38 |
-
!25 U+0025 percent
|
39 |
-
!26 U+0026 ampersand
|
40 |
-
!27 U+0027 quotesingle
|
41 |
-
!28 U+0028 parenleft
|
42 |
-
!29 U+0029 parenright
|
43 |
-
!2A U+002A asterisk
|
44 |
-
!2B U+002B plus
|
45 |
-
!2C U+002C comma
|
46 |
-
!2D U+002D hyphen
|
47 |
-
!2E U+002E period
|
48 |
-
!2F U+002F slash
|
49 |
-
!30 U+0030 zero
|
50 |
-
!31 U+0031 one
|
51 |
-
!32 U+0032 two
|
52 |
-
!33 U+0033 three
|
53 |
-
!34 U+0034 four
|
54 |
-
!35 U+0035 five
|
55 |
-
!36 U+0036 six
|
56 |
-
!37 U+0037 seven
|
57 |
-
!38 U+0038 eight
|
58 |
-
!39 U+0039 nine
|
59 |
-
!3A U+003A colon
|
60 |
-
!3B U+003B semicolon
|
61 |
-
!3C U+003C less
|
62 |
-
!3D U+003D equal
|
63 |
-
!3E U+003E greater
|
64 |
-
!3F U+003F question
|
65 |
-
!40 U+0040 at
|
66 |
-
!41 U+0041 A
|
67 |
-
!42 U+0042 B
|
68 |
-
!43 U+0043 C
|
69 |
-
!44 U+0044 D
|
70 |
-
!45 U+0045 E
|
71 |
-
!46 U+0046 F
|
72 |
-
!47 U+0047 G
|
73 |
-
!48 U+0048 H
|
74 |
-
!49 U+0049 I
|
75 |
-
!4A U+004A J
|
76 |
-
!4B U+004B K
|
77 |
-
!4C U+004C L
|
78 |
-
!4D U+004D M
|
79 |
-
!4E U+004E N
|
80 |
-
!4F U+004F O
|
81 |
-
!50 U+0050 P
|
82 |
-
!51 U+0051 Q
|
83 |
-
!52 U+0052 R
|
84 |
-
!53 U+0053 S
|
85 |
-
!54 U+0054 T
|
86 |
-
!55 U+0055 U
|
87 |
-
!56 U+0056 V
|
88 |
-
!57 U+0057 W
|
89 |
-
!58 U+0058 X
|
90 |
-
!59 U+0059 Y
|
91 |
-
!5A U+005A Z
|
92 |
-
!5B U+005B bracketleft
|
93 |
-
!5C U+005C backslash
|
94 |
-
!5D U+005D bracketright
|
95 |
-
!5E U+005E asciicircum
|
96 |
-
!5F U+005F underscore
|
97 |
-
!60 U+0060 grave
|
98 |
-
!61 U+0061 a
|
99 |
-
!62 U+0062 b
|
100 |
-
!63 U+0063 c
|
101 |
-
!64 U+0064 d
|
102 |
-
!65 U+0065 e
|
103 |
-
!66 U+0066 f
|
104 |
-
!67 U+0067 g
|
105 |
-
!68 U+0068 h
|
106 |
-
!69 U+0069 i
|
107 |
-
!6A U+006A j
|
108 |
-
!6B U+006B k
|
109 |
-
!6C U+006C l
|
110 |
-
!6D U+006D m
|
111 |
-
!6E U+006E n
|
112 |
-
!6F U+006F o
|
113 |
-
!70 U+0070 p
|
114 |
-
!71 U+0071 q
|
115 |
-
!72 U+0072 r
|
116 |
-
!73 U+0073 s
|
117 |
-
!74 U+0074 t
|
118 |
-
!75 U+0075 u
|
119 |
-
!76 U+0076 v
|
120 |
-
!77 U+0077 w
|
121 |
-
!78 U+0078 x
|
122 |
-
!79 U+0079 y
|
123 |
-
!7A U+007A z
|
124 |
-
!7B U+007B braceleft
|
125 |
-
!7C U+007C bar
|
126 |
-
!7D U+007D braceright
|
127 |
-
!7E U+007E asciitilde
|
128 |
-
!7F U+007F .notdef
|
129 |
-
!80 U+20AC Euro
|
130 |
-
!82 U+201A quotesinglbase
|
131 |
-
!83 U+0192 florin
|
132 |
-
!84 U+201E quotedblbase
|
133 |
-
!85 U+2026 ellipsis
|
134 |
-
!86 U+2020 dagger
|
135 |
-
!87 U+2021 daggerdbl
|
136 |
-
!88 U+02C6 circumflex
|
137 |
-
!89 U+2030 perthousand
|
138 |
-
!8B U+2039 guilsinglleft
|
139 |
-
!8C U+0152 OE
|
140 |
-
!91 U+2018 quoteleft
|
141 |
-
!92 U+2019 quoteright
|
142 |
-
!93 U+201C quotedblleft
|
143 |
-
!94 U+201D quotedblright
|
144 |
-
!95 U+2022 bullet
|
145 |
-
!96 U+2013 endash
|
146 |
-
!97 U+2014 emdash
|
147 |
-
!98 U+02DC tilde
|
148 |
-
!99 U+2122 trademark
|
149 |
-
!9B U+203A guilsinglright
|
150 |
-
!9C U+0153 oe
|
151 |
-
!9F U+0178 Ydieresis
|
152 |
-
!A0 U+00A0 space
|
153 |
-
!A1 U+00A1 exclamdown
|
154 |
-
!A2 U+00A2 cent
|
155 |
-
!A3 U+00A3 sterling
|
156 |
-
!A4 U+00A4 currency
|
157 |
-
!A5 U+00A5 yen
|
158 |
-
!A6 U+00A6 brokenbar
|
159 |
-
!A7 U+00A7 section
|
160 |
-
!A8 U+00A8 dieresis
|
161 |
-
!A9 U+00A9 copyright
|
162 |
-
!AA U+00AA ordfeminine
|
163 |
-
!AB U+00AB guillemotleft
|
164 |
-
!AC U+00AC logicalnot
|
165 |
-
!AD U+00AD hyphen
|
166 |
-
!AE U+00AE registered
|
167 |
-
!AF U+00AF macron
|
168 |
-
!B0 U+00B0 degree
|
169 |
-
!B1 U+00B1 plusminus
|
170 |
-
!B2 U+00B2 twosuperior
|
171 |
-
!B3 U+00B3 threesuperior
|
172 |
-
!B4 U+00B4 acute
|
173 |
-
!B5 U+00B5 mu
|
174 |
-
!B6 U+00B6 paragraph
|
175 |
-
!B7 U+00B7 periodcentered
|
176 |
-
!B8 U+00B8 cedilla
|
177 |
-
!B9 U+00B9 onesuperior
|
178 |
-
!BA U+00BA ordmasculine
|
179 |
-
!BB U+00BB guillemotright
|
180 |
-
!BC U+00BC onequarter
|
181 |
-
!BD U+00BD onehalf
|
182 |
-
!BE U+00BE threequarters
|
183 |
-
!BF U+00BF questiondown
|
184 |
-
!C0 U+00C0 Agrave
|
185 |
-
!C1 U+00C1 Aacute
|
186 |
-
!C2 U+00C2 Acircumflex
|
187 |
-
!C3 U+0102 Abreve
|
188 |
-
!C4 U+00C4 Adieresis
|
189 |
-
!C5 U+00C5 Aring
|
190 |
-
!C6 U+00C6 AE
|
191 |
-
!C7 U+00C7 Ccedilla
|
192 |
-
!C8 U+00C8 Egrave
|
193 |
-
!C9 U+00C9 Eacute
|
194 |
-
!CA U+00CA Ecircumflex
|
195 |
-
!CB U+00CB Edieresis
|
196 |
-
!CC U+0300 gravecomb
|
197 |
-
!CD U+00CD Iacute
|
198 |
-
!CE U+00CE Icircumflex
|
199 |
-
!CF U+00CF Idieresis
|
200 |
-
!D0 U+0110 Dcroat
|
201 |
-
!D1 U+00D1 Ntilde
|
202 |
-
!D2 U+0309 hookabovecomb
|
203 |
-
!D3 U+00D3 Oacute
|
204 |
-
!D4 U+00D4 Ocircumflex
|
205 |
-
!D5 U+01A0 Ohorn
|
206 |
-
!D6 U+00D6 Odieresis
|
207 |
-
!D7 U+00D7 multiply
|
208 |
-
!D8 U+00D8 Oslash
|
209 |
-
!D9 U+00D9 Ugrave
|
210 |
-
!DA U+00DA Uacute
|
211 |
-
!DB U+00DB Ucircumflex
|
212 |
-
!DC U+00DC Udieresis
|
213 |
-
!DD U+01AF Uhorn
|
214 |
-
!DE U+0303 tildecomb
|
215 |
-
!DF U+00DF germandbls
|
216 |
-
!E0 U+00E0 agrave
|
217 |
-
!E1 U+00E1 aacute
|
218 |
-
!E2 U+00E2 acircumflex
|
219 |
-
!E3 U+0103 abreve
|
220 |
-
!E4 U+00E4 adieresis
|
221 |
-
!E5 U+00E5 aring
|
222 |
-
!E6 U+00E6 ae
|
223 |
-
!E7 U+00E7 ccedilla
|
224 |
-
!E8 U+00E8 egrave
|
225 |
-
!E9 U+00E9 eacute
|
226 |
-
!EA U+00EA ecircumflex
|
227 |
-
!EB U+00EB edieresis
|
228 |
-
!EC U+0301 acutecomb
|
229 |
-
!ED U+00ED iacute
|
230 |
-
!EE U+00EE icircumflex
|
231 |
-
!EF U+00EF idieresis
|
232 |
-
!F0 U+0111 dcroat
|
233 |
-
!F1 U+00F1 ntilde
|
234 |
-
!F2 U+0323 dotbelowcomb
|
235 |
-
!F3 U+00F3 oacute
|
236 |
-
!F4 U+00F4 ocircumflex
|
237 |
-
!F5 U+01A1 ohorn
|
238 |
-
!F6 U+00F6 odieresis
|
239 |
-
!F7 U+00F7 divide
|
240 |
-
!F8 U+00F8 oslash
|
241 |
-
!F9 U+00F9 ugrave
|
242 |
-
!FA U+00FA uacute
|
243 |
-
!FB U+00FB ucircumflex
|
244 |
-
!FC U+00FC udieresis
|
245 |
-
!FD U+01B0 uhorn
|
246 |
-
!FE U+20AB dong
|
247 |
-
!FF U+00FF ydieresis
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/ZsoltNet/LedgerInvoice/controllers/pdf/font/makefont/cp874.map
DELETED
@@ -1,225 +0,0 @@
|
|
1 |
-
!00 U+0000 .notdef
|
2 |
-
!01 U+0001 .notdef
|
3 |
-
!02 U+0002 .notdef
|
4 |
-
!03 U+0003 .notdef
|
5 |
-
!04 U+0004 .notdef
|
6 |
-
!05 U+0005 .notdef
|
7 |
-
!06 U+0006 .notdef
|
8 |
-
!07 U+0007 .notdef
|
9 |
-
!08 U+0008 .notdef
|
10 |
-
!09 U+0009 .notdef
|
11 |
-
!0A U+000A .notdef
|
12 |
-
!0B U+000B .notdef
|
13 |
-
!0C U+000C .notdef
|
14 |
-
!0D U+000D .notdef
|
15 |
-
!0E U+000E .notdef
|
16 |
-
!0F U+000F .notdef
|
17 |
-
!10 U+0010 .notdef
|
18 |
-
!11 U+0011 .notdef
|
19 |
-
!12 U+0012 .notdef
|
20 |
-
!13 U+0013 .notdef
|
21 |
-
!14 U+0014 .notdef
|
22 |
-
!15 U+0015 .notdef
|
23 |
-
!16 U+0016 .notdef
|
24 |
-
!17 U+0017 .notdef
|
25 |
-
!18 U+0018 .notdef
|
26 |
-
!19 U+0019 .notdef
|
27 |
-
!1A U+001A .notdef
|
28 |
-
!1B U+001B .notdef
|
29 |
-
!1C U+001C .notdef
|
30 |
-
!1D U+001D .notdef
|
31 |
-
!1E U+001E .notdef
|
32 |
-
!1F U+001F .notdef
|
33 |
-
!20 U+0020 space
|
34 |
-
!21 U+0021 exclam
|
35 |
-
!22 U+0022 quotedbl
|
36 |
-
!23 U+0023 numbersign
|
37 |
-
!24 U+0024 dollar
|
38 |
-
!25 U+0025 percent
|
39 |
-
!26 U+0026 ampersand
|
40 |
-
!27 U+0027 quotesingle
|
41 |
-
!28 U+0028 parenleft
|
42 |
-
!29 U+0029 parenright
|
43 |
-
!2A U+002A asterisk
|
44 |
-
!2B U+002B plus
|
45 |
-
!2C U+002C comma
|
46 |
-
!2D U+002D hyphen
|
47 |
-
!2E U+002E period
|
48 |
-
!2F U+002F slash
|
49 |
-
!30 U+0030 zero
|
50 |
-
!31 U+0031 one
|
51 |
-
!32 U+0032 two
|
52 |
-
!33 U+0033 three
|
53 |
-
!34 U+0034 four
|
54 |
-
!35 U+0035 five
|
55 |
-
!36 U+0036 six
|
56 |
-
!37 U+0037 seven
|
57 |
-
!38 U+0038 eight
|
58 |
-
!39 U+0039 nine
|
59 |
-
!3A U+003A colon
|
60 |
-
!3B U+003B semicolon
|
61 |
-
!3C U+003C less
|
62 |
-
!3D U+003D equal
|
63 |
-
!3E U+003E greater
|
64 |
-
!3F U+003F question
|
65 |
-
!40 U+0040 at
|
66 |
-
!41 U+0041 A
|
67 |
-
!42 U+0042 B
|
68 |
-
!43 U+0043 C
|
69 |
-
!44 U+0044 D
|
70 |
-
!45 U+0045 E
|
71 |
-
!46 U+0046 F
|
72 |
-
!47 U+0047 G
|
73 |
-
!48 U+0048 H
|
74 |
-
!49 U+0049 I
|
75 |
-
!4A U+004A J
|
76 |
-
!4B U+004B K
|
77 |
-
!4C U+004C L
|
78 |
-
!4D U+004D M
|
79 |
-
!4E U+004E N
|
80 |
-
!4F U+004F O
|
81 |
-
!50 U+0050 P
|
82 |
-
!51 U+0051 Q
|
83 |
-
!52 U+0052 R
|
84 |
-
!53 U+0053 S
|
85 |
-
!54 U+0054 T
|
86 |
-
!55 U+0055 U
|
87 |
-
!56 U+0056 V
|
88 |
-
!57 U+0057 W
|
89 |
-
!58 U+0058 X
|
90 |
-
!59 U+0059 Y
|
91 |
-
!5A U+005A Z
|
92 |
-
!5B U+005B bracketleft
|
93 |
-
!5C U+005C backslash
|
94 |
-
!5D U+005D bracketright
|
95 |
-
!5E U+005E asciicircum
|
96 |
-
!5F U+005F underscore
|
97 |
-
!60 U+0060 grave
|
98 |
-
!61 U+0061 a
|
99 |
-
!62 U+0062 b
|
100 |
-
!63 U+0063 c
|
101 |
-
!64 U+0064 d
|
102 |
-
!65 U+0065 e
|
103 |
-
!66 U+0066 f
|
104 |
-
!67 U+0067 g
|
105 |
-
!68 U+0068 h
|
106 |
-
!69 U+0069 i
|
107 |
-
!6A U+006A j
|
108 |
-
!6B U+006B k
|
109 |
-
!6C U+006C l
|
110 |
-
!6D U+006D m
|
111 |
-
!6E U+006E n
|
112 |
-
!6F U+006F o
|
113 |
-
!70 U+0070 p
|
114 |
-
!71 U+0071 q
|
115 |
-
!72 U+0072 r
|
116 |
-
!73 U+0073 s
|
117 |
-
!74 U+0074 t
|
118 |
-
!75 U+0075 u
|
119 |
-
!76 U+0076 v
|
120 |
-
!77 U+0077 w
|
121 |
-
!78 U+0078 x
|
122 |
-
!79 U+0079 y
|
123 |
-
!7A U+007A z
|
124 |
-
!7B U+007B braceleft
|
125 |
-
!7C U+007C bar
|
126 |
-
!7D U+007D braceright
|
127 |
-
!7E U+007E asciitilde
|
128 |
-
!7F U+007F .notdef
|
129 |
-
!80 U+20AC Euro
|
130 |
-
!85 U+2026 ellipsis
|
131 |
-
!91 U+2018 quoteleft
|
132 |
-
!92 U+2019 quoteright
|
133 |
-
!93 U+201C quotedblleft
|
134 |
-
!94 U+201D quotedblright
|
135 |
-
!95 U+2022 bullet
|
136 |
-
!96 U+2013 endash
|
137 |
-
!97 U+2014 emdash
|
138 |
-
!A0 U+00A0 space
|
139 |
-
!A1 U+0E01 kokaithai
|
140 |
-
!A2 U+0E02 khokhaithai
|
141 |
-
!A3 U+0E03 khokhuatthai
|
142 |
-
!A4 U+0E04 khokhwaithai
|
143 |
-
!A5 U+0E05 khokhonthai
|
144 |
-
!A6 U+0E06 khorakhangthai
|
145 |
-
!A7 U+0E07 ngonguthai
|
146 |
-
!A8 U+0E08 chochanthai
|
147 |
-
!A9 U+0E09 chochingthai
|
148 |
-
!AA U+0E0A chochangthai
|
149 |
-
!AB U+0E0B sosothai
|
150 |
-
!AC U+0E0C chochoethai
|
151 |
-
!AD U+0E0D yoyingthai
|
152 |
-
!AE U+0E0E dochadathai
|
153 |
-
!AF U+0E0F topatakthai
|
154 |
-
!B0 U+0E10 thothanthai
|
155 |
-
!B1 U+0E11 thonangmonthothai
|
156 |
-
!B2 U+0E12 thophuthaothai
|
157 |
-
!B3 U+0E13 nonenthai
|
158 |
-
!B4 U+0E14 dodekthai
|
159 |
-
!B5 U+0E15 totaothai
|
160 |
-
!B6 U+0E16 thothungthai
|
161 |
-
!B7 U+0E17 thothahanthai
|
162 |
-
!B8 U+0E18 thothongthai
|
163 |
-
!B9 U+0E19 nonuthai
|
164 |
-
!BA U+0E1A bobaimaithai
|
165 |
-
!BB U+0E1B poplathai
|
166 |
-
!BC U+0E1C phophungthai
|
167 |
-
!BD U+0E1D fofathai
|
168 |
-
!BE U+0E1E phophanthai
|
169 |
-
!BF U+0E1F fofanthai
|
170 |
-
!C0 U+0E20 phosamphaothai
|
171 |
-
!C1 U+0E21 momathai
|
172 |
-
!C2 U+0E22 yoyakthai
|
173 |
-
!C3 U+0E23 roruathai
|
174 |
-
!C4 U+0E24 ruthai
|
175 |
-
!C5 U+0E25 lolingthai
|
176 |
-
!C6 U+0E26 luthai
|
177 |
-
!C7 U+0E27 wowaenthai
|
178 |
-
!C8 U+0E28 sosalathai
|
179 |
-
!C9 U+0E29 sorusithai
|
180 |
-
!CA U+0E2A sosuathai
|
181 |
-
!CB U+0E2B hohipthai
|
182 |
-
!CC U+0E2C lochulathai
|
183 |
-
!CD U+0E2D oangthai
|
184 |
-
!CE U+0E2E honokhukthai
|
185 |
-
!CF U+0E2F paiyannoithai
|
186 |
-
!D0 U+0E30 saraathai
|
187 |
-
!D1 U+0E31 maihanakatthai
|
188 |
-
!D2 U+0E32 saraaathai
|
189 |
-
!D3 U+0E33 saraamthai
|
190 |
-
!D4 U+0E34 saraithai
|
191 |
-
!D5 U+0E35 saraiithai
|
192 |
-
!D6 U+0E36 sarauethai
|
193 |
-
!D7 U+0E37 saraueethai
|
194 |
-
!D8 U+0E38 sarauthai
|
195 |
-
!D9 U+0E39 sarauuthai
|
196 |
-
!DA U+0E3A phinthuthai
|
197 |
-
!DF U+0E3F bahtthai
|
198 |
-
!E0 U+0E40 saraethai
|
199 |
-
!E1 U+0E41 saraaethai
|
200 |
-
!E2 U+0E42 saraothai
|
201 |
-
!E3 U+0E43 saraaimaimuanthai
|
202 |
-
!E4 U+0E44 saraaimaimalaithai
|
203 |
-
!E5 U+0E45 lakkhangyaothai
|
204 |
-
!E6 U+0E46 maiyamokthai
|
205 |
-
!E7 U+0E47 maitaikhuthai
|
206 |
-
!E8 U+0E48 maiekthai
|
207 |
-
!E9 U+0E49 maithothai
|
208 |
-
!EA U+0E4A maitrithai
|
209 |
-
!EB U+0E4B maichattawathai
|
210 |
-
!EC U+0E4C thanthakhatthai
|
211 |
-
!ED U+0E4D nikhahitthai
|
212 |
-
!EE U+0E4E yamakkanthai
|
213 |
-
!EF U+0E4F fongmanthai
|
214 |
-
!F0 U+0E50 zerothai
|
215 |
-
!F1 U+0E51 onethai
|
216 |
-
!F2 U+0E52 twothai
|
217 |
-
!F3 U+0E53 threethai
|
218 |
-
!F4 U+0E54 fourthai
|
219 |
-
!F5 U+0E55 fivethai
|
220 |
-
!F6 U+0E56 sixthai
|
221 |
-
!F7 U+0E57 seventhai
|
222 |
-
!F8 U+0E58 eightthai
|
223 |
-
!F9 U+0E59 ninethai
|
224 |
-
!FA U+0E5A angkhankhuthai
|
225 |
-
!FB U+0E5B khomutthai
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/ZsoltNet/LedgerInvoice/controllers/pdf/font/makefont/iso-8859-1.map
DELETED
@@ -1,256 +0,0 @@
|
|
1 |
-
!00 U+0000 .notdef
|
2 |
-
!01 U+0001 .notdef
|
3 |
-
!02 U+0002 .notdef
|
4 |
-
!03 U+0003 .notdef
|
5 |
-
!04 U+0004 .notdef
|
6 |
-
!05 U+0005 .notdef
|
7 |
-
!06 U+0006 .notdef
|
8 |
-
!07 U+0007 .notdef
|
9 |
-
!08 U+0008 .notdef
|
10 |
-
!09 U+0009 .notdef
|
11 |
-
!0A U+000A .notdef
|
12 |
-
!0B U+000B .notdef
|
13 |
-
!0C U+000C .notdef
|
14 |
-
!0D U+000D .notdef
|
15 |
-
!0E U+000E .notdef
|
16 |
-
!0F U+000F .notdef
|
17 |
-
!10 U+0010 .notdef
|
18 |
-
!11 U+0011 .notdef
|
19 |
-
!12 U+0012 .notdef
|
20 |
-
!13 U+0013 .notdef
|
21 |
-
!14 U+0014 .notdef
|
22 |
-
!15 U+0015 .notdef
|
23 |
-
!16 U+0016 .notdef
|
24 |
-
!17 U+0017 .notdef
|
25 |
-
!18 U+0018 .notdef
|
26 |
-
!19 U+0019 .notdef
|
27 |
-
!1A U+001A .notdef
|
28 |
-
!1B U+001B .notdef
|
29 |
-
!1C U+001C .notdef
|
30 |
-
!1D U+001D .notdef
|
31 |
-
!1E U+001E .notdef
|
32 |
-
!1F U+001F .notdef
|
33 |
-
!20 U+0020 space
|
34 |
-
!21 U+0021 exclam
|
35 |
-
!22 U+0022 quotedbl
|
36 |
-
!23 U+0023 numbersign
|
37 |
-
!24 U+0024 dollar
|
38 |
-
!25 U+0025 percent
|
39 |
-
!26 U+0026 ampersand
|
40 |
-
!27 U+0027 quotesingle
|
41 |
-
!28 U+0028 parenleft
|
42 |
-
!29 U+0029 parenright
|
43 |
-
!2A U+002A asterisk
|
44 |
-
!2B U+002B plus
|
45 |
-
!2C U+002C comma
|
46 |
-
!2D U+002D hyphen
|
47 |
-
!2E U+002E period
|
48 |
-
!2F U+002F slash
|
49 |
-
!30 U+0030 zero
|
50 |
-
!31 U+0031 one
|
51 |
-
!32 U+0032 two
|
52 |
-
!33 U+0033 three
|
53 |
-
!34 U+0034 four
|
54 |
-
!35 U+0035 five
|
55 |
-
!36 U+0036 six
|
56 |
-
!37 U+0037 seven
|
57 |
-
!38 U+0038 eight
|
58 |
-
!39 U+0039 nine
|
59 |
-
!3A U+003A colon
|
60 |
-
!3B U+003B semicolon
|
61 |
-
!3C U+003C less
|
62 |
-
!3D U+003D equal
|
63 |
-
!3E U+003E greater
|
64 |
-
!3F U+003F question
|
65 |
-
!40 U+0040 at
|
66 |
-
!41 U+0041 A
|
67 |
-
!42 U+0042 B
|
68 |
-
!43 U+0043 C
|
69 |
-
!44 U+0044 D
|
70 |
-
!45 U+0045 E
|
71 |
-
!46 U+0046 F
|
72 |
-
!47 U+0047 G
|
73 |
-
!48 U+0048 H
|
74 |
-
!49 U+0049 I
|
75 |
-
!4A U+004A J
|
76 |
-
!4B U+004B K
|
77 |
-
!4C U+004C L
|
78 |
-
!4D U+004D M
|
79 |
-
!4E U+004E N
|
80 |
-
!4F U+004F O
|
81 |
-
!50 U+0050 P
|
82 |
-
!51 U+0051 Q
|
83 |
-
!52 U+0052 R
|
84 |
-
!53 U+0053 S
|
85 |
-
!54 U+0054 T
|
86 |
-
!55 U+0055 U
|
87 |
-
!56 U+0056 V
|
88 |
-
!57 U+0057 W
|
89 |
-
!58 U+0058 X
|
90 |
-
!59 U+0059 Y
|
91 |
-
!5A U+005A Z
|
92 |
-
!5B U+005B bracketleft
|
93 |
-
!5C U+005C backslash
|
94 |
-
!5D U+005D bracketright
|
95 |
-
!5E U+005E asciicircum
|
96 |
-
!5F U+005F underscore
|
97 |
-
!60 U+0060 grave
|
98 |
-
!61 U+0061 a
|
99 |
-
!62 U+0062 b
|
100 |
-
!63 U+0063 c
|
101 |
-
!64 U+0064 d
|
102 |
-
!65 U+0065 e
|
103 |
-
!66 U+0066 f
|
104 |
-
!67 U+0067 g
|
105 |
-
!68 U+0068 h
|
106 |
-
!69 U+0069 i
|
107 |
-
!6A U+006A j
|
108 |
-
!6B U+006B k
|
109 |
-
!6C U+006C l
|
110 |
-
!6D U+006D m
|
111 |
-
!6E U+006E n
|
112 |
-
!6F U+006F o
|
113 |
-
!70 U+0070 p
|
114 |
-
!71 U+0071 q
|
115 |
-
!72 U+0072 r
|
116 |
-
!73 U+0073 s
|
117 |
-
!74 U+0074 t
|
118 |
-
!75 U+0075 u
|
119 |
-
!76 U+0076 v
|
120 |
-
!77 U+0077 w
|
121 |
-
!78 U+0078 x
|
122 |
-
!79 U+0079 y
|
123 |
-
!7A U+007A z
|
124 |
-
!7B U+007B braceleft
|
125 |
-
!7C U+007C bar
|
126 |
-
!7D U+007D braceright
|
127 |
-
!7E U+007E asciitilde
|
128 |
-
!7F U+007F .notdef
|
129 |
-
!80 U+0080 .notdef
|
130 |
-
!81 U+0081 .notdef
|
131 |
-
!82 U+0082 .notdef
|
132 |
-
!83 U+0083 .notdef
|
133 |
-
!84 U+0084 .notdef
|
134 |
-
!85 U+0085 .notdef
|
135 |
-
!86 U+0086 .notdef
|
136 |
-
!87 U+0087 .notdef
|
137 |
-
!88 U+0088 .notdef
|
138 |
-
!89 U+0089 .notdef
|
139 |
-
!8A U+008A .notdef
|
140 |
-
!8B U+008B .notdef
|
141 |
-
!8C U+008C .notdef
|
142 |
-
!8D U+008D .notdef
|
143 |
-
!8E U+008E .notdef
|
144 |
-
!8F U+008F .notdef
|
145 |
-
!90 U+0090 .notdef
|
146 |
-
!91 U+0091 .notdef
|
147 |
-
!92 U+0092 .notdef
|
148 |
-
!93 U+0093 .notdef
|
149 |
-
!94 U+0094 .notdef
|
150 |
-
!95 U+0095 .notdef
|
151 |
-
!96 U+0096 .notdef
|
152 |
-
!97 U+0097 .notdef
|
153 |
-
!98 U+0098 .notdef
|
154 |
-
!99 U+0099 .notdef
|
155 |
-
!9A U+009A .notdef
|
156 |
-
!9B U+009B .notdef
|
157 |
-
!9C U+009C .notdef
|
158 |
-
!9D U+009D .notdef
|
159 |
-
!9E U+009E .notdef
|
160 |
-
!9F U+009F .notdef
|
161 |
-
!A0 U+00A0 space
|
162 |
-
!A1 U+00A1 exclamdown
|
163 |
-
!A2 U+00A2 cent
|
164 |
-
!A3 U+00A3 sterling
|
165 |
-
!A4 U+00A4 currency
|
166 |
-
!A5 U+00A5 yen
|
167 |
-
!A6 U+00A6 brokenbar
|
168 |
-
!A7 U+00A7 section
|
169 |
-
!A8 U+00A8 dieresis
|
170 |
-
!A9 U+00A9 copyright
|
171 |
-
!AA U+00AA ordfeminine
|
172 |
-
!AB U+00AB guillemotleft
|
173 |
-
!AC U+00AC logicalnot
|
174 |
-
!AD U+00AD hyphen
|
175 |
-
!AE U+00AE registered
|
176 |
-
!AF U+00AF macron
|
177 |
-
!B0 U+00B0 degree
|
178 |
-
!B1 U+00B1 plusminus
|
179 |
-
!B2 U+00B2 twosuperior
|
180 |
-
!B3 U+00B3 threesuperior
|
181 |
-
!B4 U+00B4 acute
|
182 |
-
!B5 U+00B5 mu
|
183 |
-
!B6 U+00B6 paragraph
|
184 |
-
!B7 U+00B7 periodcentered
|
185 |
-
!B8 U+00B8 cedilla
|
186 |
-
!B9 U+00B9 onesuperior
|
187 |
-
!BA U+00BA ordmasculine
|
188 |
-
!BB U+00BB guillemotright
|
189 |
-
!BC U+00BC onequarter
|
190 |
-
!BD U+00BD onehalf
|
191 |
-
!BE U+00BE threequarters
|
192 |
-
!BF U+00BF questiondown
|
193 |
-
!C0 U+00C0 Agrave
|
194 |
-
!C1 U+00C1 Aacute
|
195 |
-
!C2 U+00C2 Acircumflex
|
196 |
-
!C3 U+00C3 Atilde
|
197 |
-
!C4 U+00C4 Adieresis
|
198 |
-
!C5 U+00C5 Aring
|
199 |
-
!C6 U+00C6 AE
|
200 |
-
!C7 U+00C7 Ccedilla
|
201 |
-
!C8 U+00C8 Egrave
|
202 |
-
!C9 U+00C9 Eacute
|
203 |
-
!CA U+00CA Ecircumflex
|
204 |
-
!CB U+00CB Edieresis
|
205 |
-
!CC U+00CC Igrave
|
206 |
-
!CD U+00CD Iacute
|
207 |
-
!CE U+00CE Icircumflex
|
208 |
-
!CF U+00CF Idieresis
|
209 |
-
!D0 U+00D0 Eth
|
210 |
-
!D1 U+00D1 Ntilde
|
211 |
-
!D2 U+00D2 Ograve
|
212 |
-
!D3 U+00D3 Oacute
|
213 |
-
!D4 U+00D4 Ocircumflex
|
214 |
-
!D5 U+00D5 Otilde
|
215 |
-
!D6 U+00D6 Odieresis
|
216 |
-
!D7 U+00D7 multiply
|
217 |
-
!D8 U+00D8 Oslash
|
218 |
-
!D9 U+00D9 Ugrave
|
219 |
-
!DA U+00DA Uacute
|
220 |
-
!DB U+00DB Ucircumflex
|
221 |
-
!DC U+00DC Udieresis
|
222 |
-
!DD U+00DD Yacute
|
223 |
-
!DE U+00DE Thorn
|
224 |
-
!DF U+00DF germandbls
|
225 |
-
!E0 U+00E0 agrave
|
226 |
-
!E1 U+00E1 aacute
|
227 |
-
!E2 U+00E2 acircumflex
|
228 |
-
!E3 U+00E3 atilde
|
229 |
-
!E4 U+00E4 adieresis
|
230 |
-
!E5 U+00E5 aring
|
231 |
-
!E6 U+00E6 ae
|
232 |
-
!E7 U+00E7 ccedilla
|
233 |
-
!E8 U+00E8 egrave
|
234 |
-
!E9 U+00E9 eacute
|
235 |
-
!EA U+00EA ecircumflex
|
236 |
-
!EB U+00EB edieresis
|
237 |
-
!EC U+00EC igrave
|
238 |
-
!ED U+00ED iacute
|
239 |
-
!EE U+00EE icircumflex
|
240 |
-
!EF U+00EF idieresis
|
241 |
-
!F0 U+00F0 eth
|
242 |
-
!F1 U+00F1 ntilde
|
243 |
-
!F2 U+00F2 ograve
|
244 |
-
!F3 U+00F3 oacute
|
245 |
-
!F4 U+00F4 ocircumflex
|
246 |
-
!F5 U+00F5 otilde
|
247 |
-
!F6 U+00F6 odieresis
|
248 |
-
!F7 U+00F7 divide
|
249 |
-
!F8 U+00F8 oslash
|
250 |
-
!F9 U+00F9 ugrave
|
251 |
-
!FA U+00FA uacute
|
252 |
-
!FB U+00FB ucircumflex
|
253 |
-
!FC U+00FC udieresis
|
254 |
-
!FD U+00FD yacute
|
255 |
-
!FE U+00FE thorn
|
256 |
-
!FF U+00FF ydieresis
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/ZsoltNet/LedgerInvoice/controllers/pdf/font/makefont/iso-8859-11.map
DELETED
@@ -1,248 +0,0 @@
|
|
1 |
-
!00 U+0000 .notdef
|
2 |
-
!01 U+0001 .notdef
|
3 |
-
!02 U+0002 .notdef
|
4 |
-
!03 U+0003 .notdef
|
5 |
-
!04 U+0004 .notdef
|
6 |
-
!05 U+0005 .notdef
|
7 |
-
!06 U+0006 .notdef
|
8 |
-
!07 U+0007 .notdef
|
9 |
-
!08 U+0008 .notdef
|
10 |
-
!09 U+0009 .notdef
|
11 |
-
!0A U+000A .notdef
|
12 |
-
!0B U+000B .notdef
|
13 |
-
!0C U+000C .notdef
|
14 |
-
!0D U+000D .notdef
|
15 |
-
!0E U+000E .notdef
|
16 |
-
!0F U+000F .notdef
|
17 |
-
!10 U+0010 .notdef
|
18 |
-
!11 U+0011 .notdef
|
19 |
-
!12 U+0012 .notdef
|
20 |
-
!13 U+0013 .notdef
|
21 |
-
!14 U+0014 .notdef
|
22 |
-
!15 U+0015 .notdef
|
23 |
-
!16 U+0016 .notdef
|
24 |
-
!17 U+0017 .notdef
|
25 |
-
!18 U+0018 .notdef
|
26 |
-
!19 U+0019 .notdef
|
27 |
-
!1A U+001A .notdef
|
28 |
-
!1B U+001B .notdef
|
29 |
-
!1C U+001C .notdef
|
30 |
-
!1D U+001D .notdef
|
31 |
-
!1E U+001E .notdef
|
32 |
-
!1F U+001F .notdef
|
33 |
-
!20 U+0020 space
|
34 |
-
!21 U+0021 exclam
|
35 |
-
!22 U+0022 quotedbl
|
36 |
-
!23 U+0023 numbersign
|
37 |
-
!24 U+0024 dollar
|
38 |
-
!25 U+0025 percent
|
39 |
-
!26 U+0026 ampersand
|
40 |
-
!27 U+0027 quotesingle
|
41 |
-
!28 U+0028 parenleft
|
42 |
-
!29 U+0029 parenright
|
43 |
-
!2A U+002A asterisk
|
44 |
-
!2B U+002B plus
|
45 |
-
!2C U+002C comma
|
46 |
-
!2D U+002D hyphen
|
47 |
-
!2E U+002E period
|
48 |
-
!2F U+002F slash
|
49 |
-
!30 U+0030 zero
|
50 |
-
!31 U+0031 one
|
51 |
-
!32 U+0032 two
|
52 |
-
!33 U+0033 three
|
53 |
-
!34 U+0034 four
|
54 |
-
!35 U+0035 five
|
55 |
-
!36 U+0036 six
|
56 |
-
!37 U+0037 seven
|
57 |
-
!38 U+0038 eight
|
58 |
-
!39 U+0039 nine
|
59 |
-
!3A U+003A colon
|
60 |
-
!3B U+003B semicolon
|
61 |
-
!3C U+003C less
|
62 |
-
!3D U+003D equal
|
63 |
-
!3E U+003E greater
|
64 |
-
!3F U+003F question
|
65 |
-
!40 U+0040 at
|
66 |
-
!41 U+0041 A
|
67 |
-
!42 U+0042 B
|
68 |
-
!43 U+0043 C
|
69 |
-
!44 U+0044 D
|
70 |
-
!45 U+0045 E
|
71 |
-
!46 U+0046 F
|
72 |
-
!47 U+0047 G
|
73 |
-
!48 U+0048 H
|
74 |
-
!49 U+0049 I
|
75 |
-
!4A U+004A J
|
76 |
-
!4B U+004B K
|
77 |
-
!4C U+004C L
|
78 |
-
!4D U+004D M
|
79 |
-
!4E U+004E N
|
80 |
-
!4F U+004F O
|
81 |
-
!50 U+0050 P
|
82 |
-
!51 U+0051 Q
|
83 |
-
!52 U+0052 R
|
84 |
-
!53 U+0053 S
|
85 |
-
!54 U+0054 T
|
86 |
-
!55 U+0055 U
|
87 |
-
!56 U+0056 V
|
88 |
-
!57 U+0057 W
|
89 |
-
!58 U+0058 X
|
90 |
-
!59 U+0059 Y
|
91 |
-
!5A U+005A Z
|
92 |
-
!5B U+005B bracketleft
|
93 |
-
!5C U+005C backslash
|
94 |
-
!5D U+005D bracketright
|
95 |
-
!5E U+005E asciicircum
|
96 |
-
!5F U+005F underscore
|
97 |
-
!60 U+0060 grave
|
98 |
-
!61 U+0061 a
|
99 |
-
!62 U+0062 b
|
100 |
-
!63 U+0063 c
|
101 |
-
!64 U+0064 d
|
102 |
-
!65 U+0065 e
|
103 |
-
!66 U+0066 f
|
104 |
-
!67 U+0067 g
|
105 |
-
!68 U+0068 h
|
106 |
-
!69 U+0069 i
|
107 |
-
!6A U+006A j
|
108 |
-
!6B U+006B k
|
109 |
-
!6C U+006C l
|
110 |
-
!6D U+006D m
|
111 |
-
!6E U+006E n
|
112 |
-
!6F U+006F o
|
113 |
-
!70 U+0070 p
|
114 |
-
!71 U+0071 q
|
115 |
-
!72 U+0072 r
|
116 |
-
!73 U+0073 s
|
117 |
-
!74 U+0074 t
|
118 |
-
!75 U+0075 u
|
119 |
-
!76 U+0076 v
|
120 |
-
!77 U+0077 w
|
121 |
-
!78 U+0078 x
|
122 |
-
!79 U+0079 y
|
123 |
-
!7A U+007A z
|
124 |
-
!7B U+007B braceleft
|
125 |
-
!7C U+007C bar
|
126 |
-
!7D U+007D braceright
|
127 |
-
!7E U+007E asciitilde
|
128 |
-
!7F U+007F .notdef
|
129 |
-
!80 U+0080 .notdef
|
130 |
-
!81 U+0081 .notdef
|
131 |
-
!82 U+0082 .notdef
|
132 |
-
!83 U+0083 .notdef
|
133 |
-
!84 U+0084 .notdef
|
134 |
-
!85 U+0085 .notdef
|
135 |
-
!86 U+0086 .notdef
|
136 |
-
!87 U+0087 .notdef
|
137 |
-
!88 U+0088 .notdef
|
138 |
-
!89 U+0089 .notdef
|
139 |
-
!8A U+008A .notdef
|
140 |
-
!8B U+008B .notdef
|
141 |
-
!8C U+008C .notdef
|
142 |
-
!8D U+008D .notdef
|
143 |
-
!8E U+008E .notdef
|
144 |
-
!8F U+008F .notdef
|
145 |
-
!90 U+0090 .notdef
|
146 |
-
!91 U+0091 .notdef
|
147 |
-
!92 U+0092 .notdef
|
148 |
-
!93 U+0093 .notdef
|
149 |
-
!94 U+0094 .notdef
|
150 |
-
!95 U+0095 .notdef
|
151 |
-
!96 U+0096 .notdef
|
152 |
-
!97 U+0097 .notdef
|
153 |
-
!98 U+0098 .notdef
|
154 |
-
!99 U+0099 .notdef
|
155 |
-
!9A U+009A .notdef
|
156 |
-
!9B U+009B .notdef
|
157 |
-
!9C U+009C .notdef
|
158 |
-
!9D U+009D .notdef
|
159 |
-
!9E U+009E .notdef
|
160 |
-
!9F U+009F .notdef
|
161 |
-
!A0 U+00A0 space
|
162 |
-
!A1 U+0E01 kokaithai
|
163 |
-
!A2 U+0E02 khokhaithai
|
164 |
-
!A3 U+0E03 khokhuatthai
|
165 |
-
!A4 U+0E04 khokhwaithai
|
166 |
-
!A5 U+0E05 khokhonthai
|
167 |
-
!A6 U+0E06 khorakhangthai
|
168 |
-
!A7 U+0E07 ngonguthai
|
169 |
-
!A8 U+0E08 chochanthai
|
170 |
-
!A9 U+0E09 chochingthai
|
171 |
-
!AA U+0E0A chochangthai
|
172 |
-
!AB U+0E0B sosothai
|
173 |
-
!AC U+0E0C chochoethai
|
174 |
-
!AD U+0E0D yoyingthai
|
175 |
-
!AE U+0E0E dochadathai
|
176 |
-
!AF U+0E0F topatakthai
|
177 |
-
!B0 U+0E10 thothanthai
|
178 |
-
!B1 U+0E11 thonangmonthothai
|
179 |
-
!B2 U+0E12 thophuthaothai
|
180 |
-
!B3 U+0E13 nonenthai
|
181 |
-
!B4 U+0E14 dodekthai
|
182 |
-
!B5 U+0E15 totaothai
|
183 |
-
!B6 U+0E16 thothungthai
|
184 |
-
!B7 U+0E17 thothahanthai
|
185 |
-
!B8 U+0E18 thothongthai
|
186 |
-
!B9 U+0E19 nonuthai
|
187 |
-
!BA U+0E1A bobaimaithai
|
188 |
-
!BB U+0E1B poplathai
|
189 |
-
!BC U+0E1C phophungthai
|
190 |
-
!BD U+0E1D fofathai
|
191 |
-
!BE U+0E1E phophanthai
|
192 |
-
!BF U+0E1F fofanthai
|
193 |
-
!C0 U+0E20 phosamphaothai
|
194 |
-
!C1 U+0E21 momathai
|
195 |
-
!C2 U+0E22 yoyakthai
|
196 |
-
!C3 U+0E23 roruathai
|
197 |
-
!C4 U+0E24 ruthai
|
198 |
-
!C5 U+0E25 lolingthai
|
199 |
-
!C6 U+0E26 luthai
|
200 |
-
!C7 U+0E27 wowaenthai
|
201 |
-
!C8 U+0E28 sosalathai
|
202 |
-
!C9 U+0E29 sorusithai
|
203 |
-
!CA U+0E2A sosuathai
|
204 |
-
!CB U+0E2B hohipthai
|
205 |
-
!CC U+0E2C lochulathai
|
206 |
-
!CD U+0E2D oangthai
|
207 |
-
!CE U+0E2E honokhukthai
|
208 |
-
!CF U+0E2F paiyannoithai
|
209 |
-
!D0 U+0E30 saraathai
|
210 |
-
!D1 U+0E31 maihanakatthai
|
211 |
-
!D2 U+0E32 saraaathai
|
212 |
-
!D3 U+0E33 saraamthai
|
213 |
-
!D4 U+0E34 saraithai
|
214 |
-
!D5 U+0E35 saraiithai
|
215 |
-
!D6 U+0E36 sarauethai
|
216 |
-
!D7 U+0E37 saraueethai
|
217 |
-
!D8 U+0E38 sarauthai
|
218 |
-
!D9 U+0E39 sarauuthai
|
219 |
-
!DA U+0E3A phinthuthai
|
220 |
-
!DF U+0E3F bahtthai
|
221 |
-
!E0 U+0E40 saraethai
|
222 |
-
!E1 U+0E41 saraaethai
|
223 |
-
!E2 U+0E42 saraothai
|
224 |
-
!E3 U+0E43 saraaimaimuanthai
|
225 |
-
!E4 U+0E44 saraaimaimalaithai
|
226 |
-
!E5 U+0E45 lakkhangyaothai
|
227 |
-
!E6 U+0E46 maiyamokthai
|
228 |
-
!E7 U+0E47 maitaikhuthai
|
229 |
-
!E8 U+0E48 maiekthai
|
230 |
-
!E9 U+0E49 maithothai
|
231 |
-
!EA U+0E4A maitrithai
|
232 |
-
!EB U+0E4B maichattawathai
|
233 |
-
!EC U+0E4C thanthakhatthai
|
234 |
-
!ED U+0E4D nikhahitthai
|
235 |
-
!EE U+0E4E yamakkanthai
|
236 |
-
!EF U+0E4F fongmanthai
|
237 |
-
!F0 U+0E50 zerothai
|
238 |
-
!F1 U+0E51 onethai
|
239 |
-
!F2 U+0E52 twothai
|
240 |
-
!F3 U+0E53 threethai
|
241 |
-
!F4 U+0E54 fourthai
|
242 |
-
!F5 U+0E55 fivethai
|
243 |
-
!F6 U+0E56 sixthai
|
244 |
-
!F7 U+0E57 seventhai
|
245 |
-
!F8 U+0E58 eightthai
|
246 |
-
!F9 U+0E59 ninethai
|
247 |
-
!FA U+0E5A angkhankhuthai
|
248 |
-
!FB U+0E5B khomutthai
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/ZsoltNet/LedgerInvoice/controllers/pdf/font/makefont/iso-8859-15.map
DELETED
@@ -1,256 +0,0 @@
|
|
1 |
-
!00 U+0000 .notdef
|
2 |
-
!01 U+0001 .notdef
|
3 |
-
!02 U+0002 .notdef
|
4 |
-
!03 U+0003 .notdef
|
5 |
-
!04 U+0004 .notdef
|
6 |
-
!05 U+0005 .notdef
|
7 |
-
!06 U+0006 .notdef
|
8 |
-
!07 U+0007 .notdef
|
9 |
-
!08 U+0008 .notdef
|
10 |
-
!09 U+0009 .notdef
|
11 |
-
!0A U+000A .notdef
|
12 |
-
!0B U+000B .notdef
|
13 |
-
!0C U+000C .notdef
|
14 |
-
!0D U+000D .notdef
|
15 |
-
!0E U+000E .notdef
|
16 |
-
!0F U+000F .notdef
|
17 |
-
!10 U+0010 .notdef
|
18 |
-
!11 U+0011 .notdef
|
19 |
-
!12 U+0012 .notdef
|
20 |
-
!13 U+0013 .notdef
|
21 |
-
!14 U+0014 .notdef
|
22 |
-
!15 U+0015 .notdef
|
23 |
-
!16 U+0016 .notdef
|
24 |
-
!17 U+0017 .notdef
|
25 |
-
!18 U+0018 .notdef
|
26 |
-
!19 U+0019 .notdef
|
27 |
-
!1A U+001A .notdef
|
28 |
-
!1B U+001B .notdef
|
29 |
-
!1C U+001C .notdef
|
30 |
-
!1D U+001D .notdef
|
31 |
-
!1E U+001E .notdef
|
32 |
-
!1F U+001F .notdef
|
33 |
-
!20 U+0020 space
|
34 |
-
!21 U+0021 exclam
|
35 |
-
!22 U+0022 quotedbl
|
36 |
-
!23 U+0023 numbersign
|
37 |
-
!24 U+0024 dollar
|
38 |
-
!25 U+0025 percent
|
39 |
-
!26 U+0026 ampersand
|
40 |
-
!27 U+0027 quotesingle
|
41 |
-
!28 U+0028 parenleft
|
42 |
-
!29 U+0029 parenright
|
43 |
-
!2A U+002A asterisk
|
44 |
-
!2B U+002B plus
|
45 |
-
!2C U+002C comma
|
46 |
-
!2D U+002D hyphen
|
47 |
-
!2E U+002E period
|
48 |
-
!2F U+002F slash
|
49 |
-
!30 U+0030 zero
|
50 |
-
!31 U+0031 one
|
51 |
-
!32 U+0032 two
|
52 |
-
!33 U+0033 three
|
53 |
-
!34 U+0034 four
|
54 |
-
!35 U+0035 five
|
55 |
-
!36 U+0036 six
|
56 |
-
!37 U+0037 seven
|
57 |
-
!38 U+0038 eight
|
58 |
-
!39 U+0039 nine
|
59 |
-
!3A U+003A colon
|
60 |
-
!3B U+003B semicolon
|
61 |
-
!3C U+003C less
|
62 |
-
!3D U+003D equal
|
63 |
-
!3E U+003E greater
|
64 |
-
!3F U+003F question
|
65 |
-
!40 U+0040 at
|
66 |
-
!41 U+0041 A
|
67 |
-
!42 U+0042 B
|
68 |
-
!43 U+0043 C
|
69 |
-
!44 U+0044 D
|
70 |
-
!45 U+0045 E
|
71 |
-
!46 U+0046 F
|
72 |
-
!47 U+0047 G
|
73 |
-
!48 U+0048 H
|
74 |
-
!49 U+0049 I
|
75 |
-
!4A U+004A J
|
76 |
-
!4B U+004B K
|
77 |
-
!4C U+004C L
|
78 |
-
!4D U+004D M
|
79 |
-
!4E U+004E N
|
80 |
-
!4F U+004F O
|
81 |
-
!50 U+0050 P
|
82 |
-
!51 U+0051 Q
|
83 |
-
!52 U+0052 R
|
84 |
-
!53 U+0053 S
|
85 |
-
!54 U+0054 T
|
86 |
-
!55 U+0055 U
|
87 |
-
!56 U+0056 V
|
88 |
-
!57 U+0057 W
|
89 |
-
!58 U+0058 X
|
90 |
-
!59 U+0059 Y
|
91 |
-
!5A U+005A Z
|
92 |
-
!5B U+005B bracketleft
|
93 |
-
!5C U+005C backslash
|
94 |
-
!5D U+005D bracketright
|
95 |
-
!5E U+005E asciicircum
|
96 |
-
!5F U+005F underscore
|
97 |
-
!60 U+0060 grave
|
98 |
-
!61 U+0061 a
|
99 |
-
!62 U+0062 b
|
100 |
-
!63 U+0063 c
|
101 |
-
!64 U+0064 d
|
102 |
-
!65 U+0065 e
|
103 |
-
!66 U+0066 f
|
104 |
-
!67 U+0067 g
|
105 |
-
!68 U+0068 h
|
106 |
-
!69 U+0069 i
|
107 |
-
!6A U+006A j
|
108 |
-
!6B U+006B k
|
109 |
-
!6C U+006C l
|
110 |
-
!6D U+006D m
|
111 |
-
!6E U+006E n
|
112 |
-
!6F U+006F o
|
113 |
-
!70 U+0070 p
|
114 |
-
!71 U+0071 q
|
115 |
-
!72 U+0072 r
|
116 |
-
!73 U+0073 s
|
117 |
-
!74 U+0074 t
|
118 |
-
!75 U+0075 u
|
119 |
-
!76 U+0076 v
|
120 |
-
!77 U+0077 w
|
121 |
-
!78 U+0078 x
|
122 |
-
!79 U+0079 y
|
123 |
-
!7A U+007A z
|
124 |
-
!7B U+007B braceleft
|
125 |
-
!7C U+007C bar
|
126 |
-
!7D U+007D braceright
|
127 |
-
!7E U+007E asciitilde
|
128 |
-
!7F U+007F .notdef
|
129 |
-
!80 U+0080 .notdef
|
130 |
-
!81 U+0081 .notdef
|
131 |
-
!82 U+0082 .notdef
|
132 |
-
!83 U+0083 .notdef
|
133 |
-
!84 U+0084 .notdef
|
134 |
-
!85 U+0085 .notdef
|
135 |
-
!86 U+0086 .notdef
|
136 |
-
!87 U+0087 .notdef
|
137 |
-
!88 U+0088 .notdef
|
138 |
-
!89 U+0089 .notdef
|
139 |
-
!8A U+008A .notdef
|
140 |
-
!8B U+008B .notdef
|
141 |
-
!8C U+008C .notdef
|
142 |
-
!8D U+008D .notdef
|
143 |
-
!8E U+008E .notdef
|
144 |
-
!8F U+008F .notdef
|
145 |
-
!90 U+0090 .notdef
|
146 |
-
!91 U+0091 .notdef
|
147 |
-
!92 U+0092 .notdef
|
148 |
-
!93 U+0093 .notdef
|
149 |
-
!94 U+0094 .notdef
|
150 |
-
!95 U+0095 .notdef
|
151 |
-
!96 U+0096 .notdef
|
152 |
-
!97 U+0097 .notdef
|
153 |
-
!98 U+0098 .notdef
|
154 |
-
!99 U+0099 .notdef
|
155 |
-
!9A U+009A .notdef
|
156 |
-
!9B U+009B .notdef
|
157 |
-
!9C U+009C .notdef
|
158 |
-
!9D U+009D .notdef
|
159 |
-
!9E U+009E .notdef
|
160 |
-
!9F U+009F .notdef
|
161 |
-
!A0 U+00A0 space
|
162 |
-
!A1 U+00A1 exclamdown
|
163 |
-
!A2 U+00A2 cent
|
164 |
-
!A3 U+00A3 sterling
|
165 |
-
!A4 U+20AC Euro
|
166 |
-
!A5 U+00A5 yen
|
167 |
-
!A6 U+0160 Scaron
|
168 |
-
!A7 U+00A7 section
|
169 |
-
!A8 U+0161 scaron
|
170 |
-
!A9 U+00A9 copyright
|
171 |
-
!AA U+00AA ordfeminine
|
172 |
-
!AB U+00AB guillemotleft
|
173 |
-
!AC U+00AC logicalnot
|
174 |
-
!AD U+00AD hyphen
|
175 |
-
!AE U+00AE registered
|
176 |
-
!AF U+00AF macron
|
177 |
-
!B0 U+00B0 degree
|
178 |
-
!B1 U+00B1 plusminus
|
179 |
-
!B2 U+00B2 twosuperior
|
180 |
-
!B3 U+00B3 threesuperior
|
181 |
-
!B4 U+017D Zcaron
|
182 |
-
!B5 U+00B5 mu
|
183 |
-
!B6 U+00B6 paragraph
|
184 |
-
!B7 U+00B7 periodcentered
|
185 |
-
!B8 U+017E zcaron
|
186 |
-
!B9 U+00B9 onesuperior
|
187 |
-
!BA U+00BA ordmasculine
|
188 |
-
!BB U+00BB guillemotright
|
189 |
-
!BC U+0152 OE
|
190 |
-
!BD U+0153 oe
|
191 |
-
!BE U+0178 Ydieresis
|
192 |
-
!BF U+00BF questiondown
|
193 |
-
!C0 U+00C0 Agrave
|
194 |
-
!C1 U+00C1 Aacute
|
195 |
-
!C2 U+00C2 Acircumflex
|
196 |
-
!C3 U+00C3 Atilde
|
197 |
-
!C4 U+00C4 Adieresis
|
198 |
-
!C5 U+00C5 Aring
|
199 |
-
!C6 U+00C6 AE
|
200 |
-
!C7 U+00C7 Ccedilla
|
201 |
-
!C8 U+00C8 Egrave
|
202 |
-
!C9 U+00C9 Eacute
|
203 |
-
!CA U+00CA Ecircumflex
|
204 |
-
!CB U+00CB Edieresis
|
205 |
-
!CC U+00CC Igrave
|
206 |
-
!CD U+00CD Iacute
|
207 |
-
!CE U+00CE Icircumflex
|
208 |
-
!CF U+00CF Idieresis
|
209 |
-
!D0 U+00D0 Eth
|
210 |
-
!D1 U+00D1 Ntilde
|
211 |
-
!D2 U+00D2 Ograve
|
212 |
-
!D3 U+00D3 Oacute
|
213 |
-
!D4 U+00D4 Ocircumflex
|
214 |
-
!D5 U+00D5 Otilde
|
215 |
-
!D6 U+00D6 Odieresis
|
216 |
-
!D7 U+00D7 multiply
|
217 |
-
!D8 U+00D8 Oslash
|
218 |
-
!D9 U+00D9 Ugrave
|
219 |
-
!DA U+00DA Uacute
|
220 |
-
!DB U+00DB Ucircumflex
|
221 |
-
!DC U+00DC Udieresis
|
222 |
-
!DD U+00DD Yacute
|
223 |
-
!DE U+00DE Thorn
|
224 |
-
!DF U+00DF germandbls
|
225 |
-
!E0 U+00E0 agrave
|
226 |
-
!E1 U+00E1 aacute
|
227 |
-
!E2 U+00E2 acircumflex
|
228 |
-
!E3 U+00E3 atilde
|
229 |
-
!E4 U+00E4 adieresis
|
230 |
-
!E5 U+00E5 aring
|
231 |
-
!E6 U+00E6 ae
|
232 |
-
!E7 U+00E7 ccedilla
|
233 |
-
!E8 U+00E8 egrave
|
234 |
-
!E9 U+00E9 eacute
|
235 |
-
!EA U+00EA ecircumflex
|
236 |
-
!EB U+00EB edieresis
|
237 |
-
!EC U+00EC igrave
|
238 |
-
!ED U+00ED iacute
|
239 |
-
!EE U+00EE icircumflex
|
240 |
-
!EF U+00EF idieresis
|
241 |
-
!F0 U+00F0 eth
|
242 |
-
!F1 U+00F1 ntilde
|
243 |
-
!F2 U+00F2 ograve
|
244 |
-
!F3 U+00F3 oacute
|
245 |
-
!F4 U+00F4 ocircumflex
|
246 |
-
!F5 U+00F5 otilde
|
247 |
-
!F6 U+00F6 odieresis
|
248 |
-
!F7 U+00F7 divide
|
249 |
-
!F8 U+00F8 oslash
|
250 |
-
!F9 U+00F9 ugrave
|
251 |
-
!FA U+00FA uacute
|
252 |
-
!FB U+00FB ucircumflex
|
253 |
-
!FC U+00FC udieresis
|
254 |
-
!FD U+00FD yacute
|
255 |
-
!FE U+00FE thorn
|
256 |
-
!FF U+00FF ydieresis
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/ZsoltNet/LedgerInvoice/controllers/pdf/font/makefont/iso-8859-16.map
DELETED
@@ -1,256 +0,0 @@
|
|
1 |
-
!00 U+0000 .notdef
|
2 |
-
!01 U+0001 .notdef
|
3 |
-
!02 U+0002 .notdef
|
4 |
-
!03 U+0003 .notdef
|
5 |
-
!04 U+0004 .notdef
|
6 |
-
!05 U+0005 .notdef
|
7 |
-
!06 U+0006 .notdef
|
8 |
-
!07 U+0007 .notdef
|
9 |
-
!08 U+0008 .notdef
|
10 |
-
!09 U+0009 .notdef
|
11 |
-
!0A U+000A .notdef
|
12 |
-
!0B U+000B .notdef
|
13 |
-
!0C U+000C .notdef
|
14 |
-
!0D U+000D .notdef
|
15 |
-
!0E U+000E .notdef
|
16 |
-
!0F U+000F .notdef
|
17 |
-
!10 U+0010 .notdef
|
18 |
-
!11 U+0011 .notdef
|
19 |
-
!12 U+0012 .notdef
|
20 |
-
!13 U+0013 .notdef
|
21 |
-
!14 U+0014 .notdef
|
22 |
-
!15 U+0015 .notdef
|
23 |
-
!16 U+0016 .notdef
|
24 |
-
!17 U+0017 .notdef
|
25 |
-
!18 U+0018 .notdef
|
26 |
-
!19 U+0019 .notdef
|
27 |
-
!1A U+001A .notdef
|
28 |
-
!1B U+001B .notdef
|
29 |
-
!1C U+001C .notdef
|
30 |
-
!1D U+001D .notdef
|
31 |
-
!1E U+001E .notdef
|
32 |
-
!1F U+001F .notdef
|
33 |
-
!20 U+0020 space
|
34 |
-
!21 U+0021 exclam
|
35 |
-
!22 U+0022 quotedbl
|
36 |
-
!23 U+0023 numbersign
|
37 |
-
!24 U+0024 dollar
|
38 |
-
!25 U+0025 percent
|
39 |
-
!26 U+0026 ampersand
|
40 |
-
!27 U+0027 quotesingle
|
41 |
-
!28 U+0028 parenleft
|
42 |
-
!29 U+0029 parenright
|
43 |
-
!2A U+002A asterisk
|
44 |
-
!2B U+002B plus
|
45 |
-
!2C U+002C comma
|
46 |
-
!2D U+002D hyphen
|
47 |
-
!2E U+002E period
|
48 |
-
!2F U+002F slash
|
49 |
-
!30 U+0030 zero
|
50 |
-
!31 U+0031 one
|
51 |
-
!32 U+0032 two
|
52 |
-
!33 U+0033 three
|
53 |
-
!34 U+0034 four
|
54 |
-
!35 U+0035 five
|
55 |
-
!36 U+0036 six
|
56 |
-
!37 U+0037 seven
|
57 |
-
!38 U+0038 eight
|
58 |
-
!39 U+0039 nine
|
59 |
-
!3A U+003A colon
|
60 |
-
!3B U+003B semicolon
|
61 |
-
!3C U+003C less
|
62 |
-
!3D U+003D equal
|
63 |
-
!3E U+003E greater
|
64 |
-
!3F U+003F question
|
65 |
-
!40 U+0040 at
|
66 |
-
!41 U+0041 A
|
67 |
-
!42 U+0042 B
|
68 |
-
!43 U+0043 C
|
69 |
-
!44 U+0044 D
|
70 |
-
!45 U+0045 E
|
71 |
-
!46 U+0046 F
|
72 |
-
!47 U+0047 G
|
73 |
-
!48 U+0048 H
|
74 |
-
!49 U+0049 I
|
75 |
-
!4A U+004A J
|
76 |
-
!4B U+004B K
|
77 |
-
!4C U+004C L
|
78 |
-
!4D U+004D M
|
79 |
-
!4E U+004E N
|
80 |
-
!4F U+004F O
|
81 |
-
!50 U+0050 P
|
82 |
-
!51 U+0051 Q
|
83 |
-
!52 U+0052 R
|
84 |
-
!53 U+0053 S
|
85 |
-
!54 U+0054 T
|
86 |
-
!55 U+0055 U
|
87 |
-
!56 U+0056 V
|
88 |
-
!57 U+0057 W
|
89 |
-
!58 U+0058 X
|
90 |
-
!59 U+0059 Y
|
91 |
-
!5A U+005A Z
|
92 |
-
!5B U+005B bracketleft
|
93 |
-
!5C U+005C backslash
|
94 |
-
!5D U+005D bracketright
|
95 |
-
!5E U+005E asciicircum
|
96 |
-
!5F U+005F underscore
|
97 |
-
!60 U+0060 grave
|
98 |
-
!61 U+0061 a
|
99 |
-
!62 U+0062 b
|
100 |
-
!63 U+0063 c
|
101 |
-
!64 U+0064 d
|
102 |
-
!65 U+0065 e
|
103 |
-
!66 U+0066 f
|
104 |
-
!67 U+0067 g
|
105 |
-
!68 U+0068 h
|
106 |
-
!69 U+0069 i
|
107 |
-
!6A U+006A j
|
108 |
-
!6B U+006B k
|
109 |
-
!6C U+006C l
|
110 |
-
!6D U+006D m
|
111 |
-
!6E U+006E n
|
112 |
-
!6F U+006F o
|
113 |
-
!70 U+0070 p
|
114 |
-
!71 U+0071 q
|
115 |
-
!72 U+0072 r
|
116 |
-
!73 U+0073 s
|
117 |
-
!74 U+0074 t
|
118 |
-
!75 U+0075 u
|
119 |
-
!76 U+0076 v
|
120 |
-
!77 U+0077 w
|
121 |
-
!78 U+0078 x
|
122 |
-
!79 U+0079 y
|
123 |
-
!7A U+007A z
|
124 |
-
!7B U+007B braceleft
|
125 |
-
!7C U+007C bar
|
126 |
-
!7D U+007D braceright
|
127 |
-
!7E U+007E asciitilde
|
128 |
-
!7F U+007F .notdef
|
129 |
-
!80 U+0080 .notdef
|
130 |
-
!81 U+0081 .notdef
|
131 |
-
!82 U+0082 .notdef
|
132 |
-
!83 U+0083 .notdef
|
133 |
-
!84 U+0084 .notdef
|
134 |
-
!85 U+0085 .notdef
|
135 |
-
!86 U+0086 .notdef
|
136 |
-
!87 U+0087 .notdef
|
137 |
-
!88 U+0088 .notdef
|
138 |
-
!89 U+0089 .notdef
|
139 |
-
!8A U+008A .notdef
|
140 |
-
!8B U+008B .notdef
|
141 |
-
!8C U+008C .notdef
|
142 |
-
!8D U+008D .notdef
|
143 |
-
!8E U+008E .notdef
|
144 |
-
!8F U+008F .notdef
|
145 |
-
!90 U+0090 .notdef
|
146 |
-
!91 U+0091 .notdef
|
147 |
-
!92 U+0092 .notdef
|
148 |
-
!93 U+0093 .notdef
|
149 |
-
!94 U+0094 .notdef
|
150 |
-
!95 U+0095 .notdef
|
151 |
-
!96 U+0096 .notdef
|
152 |
-
!97 U+0097 .notdef
|
153 |
-
!98 U+0098 .notdef
|
154 |
-
!99 U+0099 .notdef
|
155 |
-
!9A U+009A .notdef
|
156 |
-
!9B U+009B .notdef
|
157 |
-
!9C U+009C .notdef
|
158 |
-
!9D U+009D .notdef
|
159 |
-
!9E U+009E .notdef
|
160 |
-
!9F U+009F .notdef
|
161 |
-
!A0 U+00A0 space
|
162 |
-
!A1 U+0104 Aogonek
|
163 |
-
!A2 U+0105 aogonek
|
164 |
-
!A3 U+0141 Lslash
|
165 |
-
!A4 U+20AC Euro
|
166 |
-
!A5 U+201E quotedblbase
|
167 |
-
!A6 U+0160 Scaron
|
168 |
-
!A7 U+00A7 section
|
169 |
-
!A8 U+0161 scaron
|
170 |
-
!A9 U+00A9 copyright
|
171 |
-
!AA U+0218 Scommaaccent
|
172 |
-
!AB U+00AB guillemotleft
|
173 |
-
!AC U+0179 Zacute
|
174 |
-
!AD U+00AD hyphen
|
175 |
-
!AE U+017A zacute
|
176 |
-
!AF U+017B Zdotaccent
|
177 |
-
!B0 U+00B0 degree
|
178 |
-
!B1 U+00B1 plusminus
|
179 |
-
!B2 U+010C Ccaron
|
180 |
-
!B3 U+0142 lslash
|
181 |
-
!B4 U+017D Zcaron
|
182 |
-
!B5 U+201D quotedblright
|
183 |
-
!B6 U+00B6 paragraph
|
184 |
-
!B7 U+00B7 periodcentered
|
185 |
-
!B8 U+017E zcaron
|
186 |
-
!B9 U+010D ccaron
|
187 |
-
!BA U+0219 scommaaccent
|
188 |
-
!BB U+00BB guillemotright
|
189 |
-
!BC U+0152 OE
|
190 |
-
!BD U+0153 oe
|
191 |
-
!BE U+0178 Ydieresis
|
192 |
-
!BF U+017C zdotaccent
|
193 |
-
!C0 U+00C0 Agrave
|
194 |
-
!C1 U+00C1 Aacute
|
195 |
-
!C2 U+00C2 Acircumflex
|
196 |
-
!C3 U+0102 Abreve
|
197 |
-
!C4 U+00C4 Adieresis
|
198 |
-
!C5 U+0106 Cacute
|
199 |
-
!C6 U+00C6 AE
|
200 |
-
!C7 U+00C7 Ccedilla
|
201 |
-
!C8 U+00C8 Egrave
|
202 |
-
!C9 U+00C9 Eacute
|
203 |
-
!CA U+00CA Ecircumflex
|
204 |
-
!CB U+00CB Edieresis
|
205 |
-
!CC U+00CC Igrave
|
206 |
-
!CD U+00CD Iacute
|
207 |
-
!CE U+00CE Icircumflex
|
208 |
-
!CF U+00CF Idieresis
|
209 |
-
!D0 U+0110 Dcroat
|
210 |
-
!D1 U+0143 Nacute
|
211 |
-
!D2 U+00D2 Ograve
|
212 |
-
!D3 U+00D3 Oacute
|
213 |
-
!D4 U+00D4 Ocircumflex
|
214 |
-
!D5 U+0150 Ohungarumlaut
|
215 |
-
!D6 U+00D6 Odieresis
|
216 |
-
!D7 U+015A Sacute
|
217 |
-
!D8 U+0170 Uhungarumlaut
|
218 |
-
!D9 U+00D9 Ugrave
|
219 |
-
!DA U+00DA Uacute
|
220 |
-
!DB U+00DB Ucircumflex
|
221 |
-
!DC U+00DC Udieresis
|
222 |
-
!DD U+0118 Eogonek
|
223 |
-
!DE U+021A Tcommaaccent
|
224 |
-
!DF U+00DF germandbls
|
225 |
-
!E0 U+00E0 agrave
|
226 |
-
!E1 U+00E1 aacute
|
227 |
-
!E2 U+00E2 acircumflex
|
228 |
-
!E3 U+0103 abreve
|
229 |
-
!E4 U+00E4 adieresis
|
230 |
-
!E5 U+0107 cacute
|
231 |
-
!E6 U+00E6 ae
|
232 |
-
!E7 U+00E7 ccedilla
|
233 |
-
!E8 U+00E8 egrave
|
234 |
-
!E9 U+00E9 eacute
|
235 |
-
!EA U+00EA ecircumflex
|
236 |
-
!EB U+00EB edieresis
|
237 |
-
!EC U+00EC igrave
|
238 |
-
!ED U+00ED iacute
|
239 |
-
!EE U+00EE icircumflex
|
240 |
-
!EF U+00EF idieresis
|
241 |
-
!F0 U+0111 dcroat
|
242 |
-
!F1 U+0144 nacute
|
243 |
-
!F2 U+00F2 ograve
|
244 |
-
!F3 U+00F3 oacute
|
245 |
-
!F4 U+00F4 ocircumflex
|
246 |
-
!F5 U+0151 ohungarumlaut
|
247 |
-
!F6 U+00F6 odieresis
|
248 |
-
!F7 U+015B sacute
|
249 |
-
!F8 U+0171 uhungarumlaut
|
250 |
-
!F9 U+00F9 ugrave
|
251 |
-
!FA U+00FA uacute
|
252 |
-
!FB U+00FB ucircumflex
|
253 |
-
!FC U+00FC udieresis
|
254 |
-
!FD U+0119 eogonek
|
255 |
-
!FE U+021B tcommaaccent
|
256 |
-
!FF U+00FF ydieresis
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/ZsoltNet/LedgerInvoice/controllers/pdf/font/makefont/iso-8859-2.map
DELETED
@@ -1,256 +0,0 @@
|
|
1 |
-
!00 U+0000 .notdef
|
2 |
-
!01 U+0001 .notdef
|
3 |
-
!02 U+0002 .notdef
|
4 |
-
!03 U+0003 .notdef
|
5 |
-
!04 U+0004 .notdef
|
6 |
-
!05 U+0005 .notdef
|
7 |
-
!06 U+0006 .notdef
|
8 |
-
!07 U+0007 .notdef
|
9 |
-
!08 U+0008 .notdef
|
10 |
-
!09 U+0009 .notdef
|
11 |
-
!0A U+000A .notdef
|
12 |
-
!0B U+000B .notdef
|
13 |
-
!0C U+000C .notdef
|
14 |
-
!0D U+000D .notdef
|
15 |
-
!0E U+000E .notdef
|
16 |
-
!0F U+000F .notdef
|
17 |
-
!10 U+0010 .notdef
|
18 |
-
!11 U+0011 .notdef
|
19 |
-
!12 U+0012 .notdef
|
20 |
-
!13 U+0013 .notdef
|
21 |
-
!14 U+0014 .notdef
|
22 |
-
!15 U+0015 .notdef
|
23 |
-
!16 U+0016 .notdef
|
24 |
-
!17 U+0017 .notdef
|
25 |
-
!18 U+0018 .notdef
|
26 |
-
!19 U+0019 .notdef
|
27 |
-
!1A U+001A .notdef
|
28 |
-
!1B U+001B .notdef
|
29 |
-
!1C U+001C .notdef
|
30 |
-
!1D U+001D .notdef
|
31 |
-
!1E U+001E .notdef
|
32 |
-
!1F U+001F .notdef
|
33 |
-
!20 U+0020 space
|
34 |
-
!21 U+0021 exclam
|
35 |
-
!22 U+0022 quotedbl
|
36 |
-
!23 U+0023 numbersign
|
37 |
-
!24 U+0024 dollar
|
38 |
-
!25 U+0025 percent
|
39 |
-
!26 U+0026 ampersand
|
40 |
-
!27 U+0027 quotesingle
|
41 |
-
!28 U+0028 parenleft
|
42 |
-
!29 U+0029 parenright
|
43 |
-
!2A U+002A asterisk
|
44 |
-
!2B U+002B plus
|
45 |
-
!2C U+002C comma
|
46 |
-
!2D U+002D hyphen
|
47 |
-
!2E U+002E period
|
48 |
-
!2F U+002F slash
|
49 |
-
!30 U+0030 zero
|
50 |
-
!31 U+0031 one
|
51 |
-
!32 U+0032 two
|
52 |
-
!33 U+0033 three
|
53 |
-
!34 U+0034 four
|
54 |
-
!35 U+0035 five
|
55 |
-
!36 U+0036 six
|
56 |
-
!37 U+0037 seven
|
57 |
-
!38 U+0038 eight
|
58 |
-
!39 U+0039 nine
|
59 |
-
!3A U+003A colon
|
60 |
-
!3B U+003B semicolon
|
61 |
-
!3C U+003C less
|
62 |
-
!3D U+003D equal
|
63 |
-
!3E U+003E greater
|
64 |
-
!3F U+003F question
|
65 |
-
!40 U+0040 at
|
66 |
-
!41 U+0041 A
|
67 |
-
!42 U+0042 B
|
68 |
-
!43 U+0043 C
|
69 |
-
!44 U+0044 D
|
70 |
-
!45 U+0045 E
|
71 |
-
!46 U+0046 F
|
72 |
-
!47 U+0047 G
|
73 |
-
!48 U+0048 H
|
74 |
-
!49 U+0049 I
|
75 |
-
!4A U+004A J
|
76 |
-
!4B U+004B K
|
77 |
-
!4C U+004C L
|
78 |
-
!4D U+004D M
|
79 |
-
!4E U+004E N
|
80 |
-
!4F U+004F O
|
81 |
-
!50 U+0050 P
|
82 |
-
!51 U+0051 Q
|
83 |
-
!52 U+0052 R
|
84 |
-
!53 U+0053 S
|
85 |
-
!54 U+0054 T
|
86 |
-
!55 U+0055 U
|
87 |
-
!56 U+0056 V
|
88 |
-
!57 U+0057 W
|
89 |
-
!58 U+0058 X
|
90 |
-
!59 U+0059 Y
|
91 |
-
!5A U+005A Z
|
92 |
-
!5B U+005B bracketleft
|
93 |
-
!5C U+005C backslash
|
94 |
-
!5D U+005D bracketright
|
95 |
-
!5E U+005E asciicircum
|
96 |
-
!5F U+005F underscore
|
97 |
-
!60 U+0060 grave
|
98 |
-
!61 U+0061 a
|
99 |
-
!62 U+0062 b
|
100 |
-
!63 U+0063 c
|
101 |
-
!64 U+0064 d
|
102 |
-
!65 U+0065 e
|
103 |
-
!66 U+0066 f
|
104 |
-
!67 U+0067 g
|
105 |
-
!68 U+0068 h
|
106 |
-
!69 U+0069 i
|
107 |
-
!6A U+006A j
|
108 |
-
!6B U+006B k
|
109 |
-
!6C U+006C l
|
110 |
-
!6D U+006D m
|
111 |
-
!6E U+006E n
|
112 |
-
!6F U+006F o
|
113 |
-
!70 U+0070 p
|
114 |
-
!71 U+0071 q
|
115 |
-
!72 U+0072 r
|
116 |
-
!73 U+0073 s
|
117 |
-
!74 U+0074 t
|
118 |
-
!75 U+0075 u
|
119 |
-
!76 U+0076 v
|
120 |
-
!77 U+0077 w
|
121 |
-
!78 U+0078 x
|
122 |
-
!79 U+0079 y
|
123 |
-
!7A U+007A z
|
124 |
-
!7B U+007B braceleft
|
125 |
-
!7C U+007C bar
|
126 |
-
!7D U+007D braceright
|
127 |
-
!7E U+007E asciitilde
|
128 |
-
!7F U+007F .notdef
|
129 |
-
!80 U+0080 .notdef
|
130 |
-
!81 U+0081 .notdef
|
131 |
-
!82 U+0082 .notdef
|
132 |
-
!83 U+0083 .notdef
|
133 |
-
!84 U+0084 .notdef
|
134 |
-
!85 U+0085 .notdef
|
135 |
-
!86 U+0086 .notdef
|
136 |
-
!87 U+0087 .notdef
|
137 |
-
!88 U+0088 .notdef
|
138 |
-
!89 U+0089 .notdef
|
139 |
-
!8A U+008A .notdef
|
140 |
-
!8B U+008B .notdef
|
141 |
-
!8C U+008C .notdef
|
142 |
-
!8D U+008D .notdef
|
143 |
-
!8E U+008E .notdef
|
144 |
-
!8F U+008F .notdef
|
145 |
-
!90 U+0090 .notdef
|
146 |
-
!91 U+0091 .notdef
|
147 |
-
!92 U+0092 .notdef
|
148 |
-
!93 U+0093 .notdef
|
149 |
-
!94 U+0094 .notdef
|
150 |
-
!95 U+0095 .notdef
|
151 |
-
!96 U+0096 .notdef
|
152 |
-
!97 U+0097 .notdef
|
153 |
-
!98 U+0098 .notdef
|
154 |
-
!99 U+0099 .notdef
|
155 |
-
!9A U+009A .notdef
|
156 |
-
!9B U+009B .notdef
|
157 |
-
!9C U+009C .notdef
|
158 |
-
!9D U+009D .notdef
|
159 |
-
!9E U+009E .notdef
|
160 |
-
!9F U+009F .notdef
|
161 |
-
!A0 U+00A0 space
|
162 |
-
!A1 U+0104 Aogonek
|
163 |
-
!A2 U+02D8 breve
|
164 |
-
!A3 U+0141 Lslash
|
165 |
-
!A4 U+00A4 currency
|
166 |
-
!A5 U+013D Lcaron
|
167 |
-
!A6 U+015A Sacute
|
168 |
-
!A7 U+00A7 section
|
169 |
-
!A8 U+00A8 dieresis
|
170 |
-
!A9 U+0160 Scaron
|
171 |
-
!AA U+015E Scedilla
|
172 |
-
!AB U+0164 Tcaron
|
173 |
-
!AC U+0179 Zacute
|
174 |
-
!AD U+00AD hyphen
|
175 |
-
!AE U+017D Zcaron
|
176 |
-
!AF U+017B Zdotaccent
|
177 |
-
!B0 U+00B0 degree
|
178 |
-
!B1 U+0105 aogonek
|
179 |
-
!B2 U+02DB ogonek
|
180 |
-
!B3 U+0142 lslash
|
181 |
-
!B4 U+00B4 acute
|
182 |
-
!B5 U+013E lcaron
|
183 |
-
!B6 U+015B sacute
|
184 |
-
!B7 U+02C7 caron
|
185 |
-
!B8 U+00B8 cedilla
|
186 |
-
!B9 U+0161 scaron
|
187 |
-
!BA U+015F scedilla
|
188 |
-
!BB U+0165 tcaron
|
189 |
-
!BC U+017A zacute
|
190 |
-
!BD U+02DD hungarumlaut
|
191 |
-
!BE U+017E zcaron
|
192 |
-
!BF U+017C zdotaccent
|
193 |
-
!C0 U+0154 Racute
|
194 |
-
!C1 U+00C1 Aacute
|
195 |
-
!C2 U+00C2 Acircumflex
|
196 |
-
!C3 U+0102 Abreve
|
197 |
-
!C4 U+00C4 Adieresis
|
198 |
-
!C5 U+0139 Lacute
|
199 |
-
!C6 U+0106 Cacute
|
200 |
-
!C7 U+00C7 Ccedilla
|
201 |
-
!C8 U+010C Ccaron
|
202 |
-
!C9 U+00C9 Eacute
|
203 |
-
!CA U+0118 Eogonek
|
204 |
-
!CB U+00CB Edieresis
|
205 |
-
!CC U+011A Ecaron
|
206 |
-
!CD U+00CD Iacute
|
207 |
-
!CE U+00CE Icircumflex
|
208 |
-
!CF U+010E Dcaron
|
209 |
-
!D0 U+0110 Dcroat
|
210 |
-
!D1 U+0143 Nacute
|
211 |
-
!D2 U+0147 Ncaron
|
212 |
-
!D3 U+00D3 Oacute
|
213 |
-
!D4 U+00D4 Ocircumflex
|
214 |
-
!D5 U+0150 Ohungarumlaut
|
215 |
-
!D6 U+00D6 Odieresis
|
216 |
-
!D7 U+00D7 multiply
|
217 |
-
!D8 U+0158 Rcaron
|
218 |
-
!D9 U+016E Uring
|
219 |
-
!DA U+00DA Uacute
|
220 |
-
!DB U+0170 Uhungarumlaut
|
221 |
-
!DC U+00DC Udieresis
|
222 |
-
!DD U+00DD Yacute
|
223 |
-
!DE U+0162 Tcommaaccent
|
224 |
-
!DF U+00DF germandbls
|
225 |
-
!E0 U+0155 racute
|
226 |
-
!E1 U+00E1 aacute
|
227 |
-
!E2 U+00E2 acircumflex
|
228 |
-
!E3 U+0103 abreve
|
229 |
-
!E4 U+00E4 adieresis
|
230 |
-
!E5 U+013A lacute
|
231 |
-
!E6 U+0107 cacute
|
232 |
-
!E7 U+00E7 ccedilla
|
233 |
-
!E8 U+010D ccaron
|
234 |
-
!E9 U+00E9 eacute
|
235 |
-
!EA U+0119 eogonek
|
236 |
-
!EB U+00EB edieresis
|
237 |
-
!EC U+011B ecaron
|
238 |
-
!ED U+00ED iacute
|
239 |
-
!EE U+00EE icircumflex
|
240 |
-
!EF U+010F dcaron
|
241 |
-
!F0 U+0111 dcroat
|
242 |
-
!F1 U+0144 nacute
|
243 |
-
!F2 U+0148 ncaron
|
244 |
-
!F3 U+00F3 oacute
|
245 |
-
!F4 U+00F4 ocircumflex
|
246 |
-
!F5 U+0151 ohungarumlaut
|
247 |
-
!F6 U+00F6 odieresis
|
248 |
-
!F7 U+00F7 divide
|
249 |
-
!F8 U+0159 rcaron
|
250 |
-
!F9 U+016F uring
|
251 |
-
!FA U+00FA uacute
|
252 |
-
!FB U+0171 uhungarumlaut
|
253 |
-
!FC U+00FC udieresis
|
254 |
-
!FD U+00FD yacute
|
255 |
-
!FE U+0163 tcommaaccent
|
256 |
-
!FF U+02D9 dotaccent
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/ZsoltNet/LedgerInvoice/controllers/pdf/font/makefont/iso-8859-4.map
DELETED
@@ -1,256 +0,0 @@
|
|
1 |
-
!00 U+0000 .notdef
|
2 |
-
!01 U+0001 .notdef
|
3 |
-
!02 U+0002 .notdef
|
4 |
-
!03 U+0003 .notdef
|
5 |
-
!04 U+0004 .notdef
|
6 |
-
!05 U+0005 .notdef
|
7 |
-
!06 U+0006 .notdef
|
8 |
-
!07 U+0007 .notdef
|
9 |
-
!08 U+0008 .notdef
|
10 |
-
!09 U+0009 .notdef
|
11 |
-
!0A U+000A .notdef
|
12 |
-
!0B U+000B .notdef
|
13 |
-
!0C U+000C .notdef
|
14 |
-
!0D U+000D .notdef
|
15 |
-
!0E U+000E .notdef
|
16 |
-
!0F U+000F .notdef
|
17 |
-
!10 U+0010 .notdef
|
18 |
-
!11 U+0011 .notdef
|
19 |
-
!12 U+0012 .notdef
|
20 |
-
!13 U+0013 .notdef
|
21 |
-
!14 U+0014 .notdef
|
22 |
-
!15 U+0015 .notdef
|
23 |
-
!16 U+0016 .notdef
|
24 |
-
!17 U+0017 .notdef
|
25 |
-
!18 U+0018 .notdef
|
26 |
-
!19 U+0019 .notdef
|
27 |
-
!1A U+001A .notdef
|
28 |
-
!1B U+001B .notdef
|
29 |
-
!1C U+001C .notdef
|
30 |
-
!1D U+001D .notdef
|
31 |
-
!1E U+001E .notdef
|
32 |
-
!1F U+001F .notdef
|
33 |
-
!20 U+0020 space
|
34 |
-
!21 U+0021 exclam
|
35 |
-
!22 U+0022 quotedbl
|
36 |
-
!23 U+0023 numbersign
|
37 |
-
!24 U+0024 dollar
|
38 |
-
!25 U+0025 percent
|
39 |
-
!26 U+0026 ampersand
|
40 |
-
!27 U+0027 quotesingle
|
41 |
-
!28 U+0028 parenleft
|
42 |
-
!29 U+0029 parenright
|
43 |
-
!2A U+002A asterisk
|
44 |
-
!2B U+002B plus
|
45 |
-
!2C U+002C comma
|
46 |
-
!2D U+002D hyphen
|
47 |
-
!2E U+002E period
|
48 |
-
!2F U+002F slash
|
49 |
-
!30 U+0030 zero
|
50 |
-
!31 U+0031 one
|
51 |
-
!32 U+0032 two
|
52 |
-
!33 U+0033 three
|
53 |
-
!34 U+0034 four
|
54 |
-
!35 U+0035 five
|
55 |
-
!36 U+0036 six
|
56 |
-
!37 U+0037 seven
|
57 |
-
!38 U+0038 eight
|
58 |
-
!39 U+0039 nine
|
59 |
-
!3A U+003A colon
|
60 |
-
!3B U+003B semicolon
|
61 |
-
!3C U+003C less
|
62 |
-
!3D U+003D equal
|
63 |
-
!3E U+003E greater
|
64 |
-
!3F U+003F question
|
65 |
-
!40 U+0040 at
|
66 |
-
!41 U+0041 A
|
67 |
-
!42 U+0042 B
|
68 |
-
!43 U+0043 C
|
69 |
-
!44 U+0044 D
|
70 |
-
!45 U+0045 E
|
71 |
-
!46 U+0046 F
|
72 |
-
!47 U+0047 G
|
73 |
-
!48 U+0048 H
|
74 |
-
!49 U+0049 I
|
75 |
-
!4A U+004A J
|
76 |
-
!4B U+004B K
|
77 |
-
!4C U+004C L
|
78 |
-
!4D U+004D M
|
79 |
-
!4E U+004E N
|
80 |
-
!4F U+004F O
|
81 |
-
!50 U+0050 P
|
82 |
-
!51 U+0051 Q
|
83 |
-
!52 U+0052 R
|
84 |
-
!53 U+0053 S
|
85 |
-
!54 U+0054 T
|
86 |
-
!55 U+0055 U
|
87 |
-
!56 U+0056 V
|
88 |
-
!57 U+0057 W
|
89 |
-
!58 U+0058 X
|
90 |
-
!59 U+0059 Y
|
91 |
-
!5A U+005A Z
|
92 |
-
!5B U+005B bracketleft
|
93 |
-
!5C U+005C backslash
|
94 |
-
!5D U+005D bracketright
|
95 |
-
!5E U+005E asciicircum
|
96 |
-
!5F U+005F underscore
|
97 |
-
!60 U+0060 grave
|
98 |
-
!61 U+0061 a
|
99 |
-
!62 U+0062 b
|
100 |
-
!63 U+0063 c
|
101 |
-
!64 U+0064 d
|
102 |
-
!65 U+0065 e
|
103 |
-
!66 U+0066 f
|
104 |
-
!67 U+0067 g
|
105 |
-
!68 U+0068 h
|
106 |
-
!69 U+0069 i
|
107 |
-
!6A U+006A j
|
108 |
-
!6B U+006B k
|
109 |
-
!6C U+006C l
|
110 |
-
!6D U+006D m
|
111 |
-
!6E U+006E n
|
112 |
-
!6F U+006F o
|
113 |
-
!70 U+0070 p
|
114 |
-
!71 U+0071 q
|
115 |
-
!72 U+0072 r
|
116 |
-
!73 U+0073 s
|
117 |
-
!74 U+0074 t
|
118 |
-
!75 U+0075 u
|
119 |
-
!76 U+0076 v
|
120 |
-
!77 U+0077 w
|
121 |
-
!78 U+0078 x
|
122 |
-
!79 U+0079 y
|
123 |
-
!7A U+007A z
|
124 |
-
!7B U+007B braceleft
|
125 |
-
!7C U+007C bar
|
126 |
-
!7D U+007D braceright
|
127 |
-
!7E U+007E asciitilde
|
128 |
-
!7F U+007F .notdef
|
129 |
-
!80 U+0080 .notdef
|
130 |
-
!81 U+0081 .notdef
|
131 |
-
!82 U+0082 .notdef
|
132 |
-
!83 U+0083 .notdef
|
133 |
-
!84 U+0084 .notdef
|
134 |
-
!85 U+0085 .notdef
|
135 |
-
!86 U+0086 .notdef
|
136 |
-
!87 U+0087 .notdef
|
137 |
-
!88 U+0088 .notdef
|
138 |
-
!89 U+0089 .notdef
|
139 |
-
!8A U+008A .notdef
|
140 |
-
!8B U+008B .notdef
|
141 |
-
!8C U+008C .notdef
|
142 |
-
!8D U+008D .notdef
|
143 |
-
!8E U+008E .notdef
|
144 |
-
!8F U+008F .notdef
|
145 |
-
!90 U+0090 .notdef
|
146 |
-
!91 U+0091 .notdef
|
147 |
-
!92 U+0092 .notdef
|
148 |
-
!93 U+0093 .notdef
|
149 |
-
!94 U+0094 .notdef
|
150 |
-
!95 U+0095 .notdef
|
151 |
-
!96 U+0096 .notdef
|
152 |
-
!97 U+0097 .notdef
|
153 |
-
!98 U+0098 .notdef
|
154 |
-
!99 U+0099 .notdef
|
155 |
-
!9A U+009A .notdef
|
156 |
-
!9B U+009B .notdef
|
157 |
-
!9C U+009C .notdef
|
158 |
-
!9D U+009D .notdef
|
159 |
-
!9E U+009E .notdef
|
160 |
-
!9F U+009F .notdef
|
161 |
-
!A0 U+00A0 space
|
162 |
-
!A1 U+0104 Aogonek
|
163 |
-
!A2 U+0138 kgreenlandic
|
164 |
-
!A3 U+0156 Rcommaaccent
|
165 |
-
!A4 U+00A4 currency
|
166 |
-
!A5 U+0128 Itilde
|
167 |
-
!A6 U+013B Lcommaaccent
|
168 |
-
!A7 U+00A7 section
|
169 |
-
!A8 U+00A8 dieresis
|
170 |
-
!A9 U+0160 Scaron
|
171 |
-
!AA U+0112 Emacron
|
172 |
-
!AB U+0122 Gcommaaccent
|
173 |
-
!AC U+0166 Tbar
|
174 |
-
!AD U+00AD hyphen
|
175 |
-
!AE U+017D Zcaron
|
176 |
-
!AF U+00AF macron
|
177 |
-
!B0 U+00B0 degree
|
178 |
-
!B1 U+0105 aogonek
|
179 |
-
!B2 U+02DB ogonek
|
180 |
-
!B3 U+0157 rcommaaccent
|
181 |
-
!B4 U+00B4 acute
|
182 |
-
!B5 U+0129 itilde
|
183 |
-
!B6 U+013C lcommaaccent
|
184 |
-
!B7 U+02C7 caron
|
185 |
-
!B8 U+00B8 cedilla
|
186 |
-
!B9 U+0161 scaron
|
187 |
-
!BA U+0113 emacron
|
188 |
-
!BB U+0123 gcommaaccent
|
189 |
-
!BC U+0167 tbar
|
190 |
-
!BD U+014A Eng
|
191 |
-
!BE U+017E zcaron
|
192 |
-
!BF U+014B eng
|
193 |
-
!C0 U+0100 Amacron
|
194 |
-
!C1 U+00C1 Aacute
|
195 |
-
!C2 U+00C2 Acircumflex
|
196 |
-
!C3 U+00C3 Atilde
|
197 |
-
!C4 U+00C4 Adieresis
|
198 |
-
!C5 U+00C5 Aring
|
199 |
-
!C6 U+00C6 AE
|
200 |
-
!C7 U+012E Iogonek
|
201 |
-
!C8 U+010C Ccaron
|
202 |
-
!C9 U+00C9 Eacute
|
203 |
-
!CA U+0118 Eogonek
|
204 |
-
!CB U+00CB Edieresis
|
205 |
-
!CC U+0116 Edotaccent
|
206 |
-
!CD U+00CD Iacute
|
207 |
-
!CE U+00CE Icircumflex
|
208 |
-
!CF U+012A Imacron
|
209 |
-
!D0 U+0110 Dcroat
|
210 |
-
!D1 U+0145 Ncommaaccent
|
211 |
-
!D2 U+014C Omacron
|
212 |
-
!D3 U+0136 Kcommaaccent
|
213 |
-
!D4 U+00D4 Ocircumflex
|
214 |
-
!D5 U+00D5 Otilde
|
215 |
-
!D6 U+00D6 Odieresis
|
216 |
-
!D7 U+00D7 multiply
|
217 |
-
!D8 U+00D8 Oslash
|
218 |
-
!D9 U+0172 Uogonek
|
219 |
-
!DA U+00DA Uacute
|
220 |
-
!DB U+00DB Ucircumflex
|
221 |
-
!DC U+00DC Udieresis
|
222 |
-
!DD U+0168 Utilde
|
223 |
-
!DE U+016A Umacron
|
224 |
-
!DF U+00DF germandbls
|
225 |
-
!E0 U+0101 amacron
|
226 |
-
!E1 U+00E1 aacute
|
227 |
-
!E2 U+00E2 acircumflex
|
228 |
-
!E3 U+00E3 atilde
|
229 |
-
!E4 U+00E4 adieresis
|
230 |
-
!E5 U+00E5 aring
|
231 |
-
!E6 U+00E6 ae
|
232 |
-
!E7 U+012F iogonek
|
233 |
-
!E8 U+010D ccaron
|
234 |
-
!E9 U+00E9 eacute
|
235 |
-
!EA U+0119 eogonek
|
236 |
-
!EB U+00EB edieresis
|
237 |
-
!EC U+0117 edotaccent
|
238 |
-
!ED U+00ED iacute
|
239 |
-
!EE U+00EE icircumflex
|
240 |
-
!EF U+012B imacron
|
241 |
-
!F0 U+0111 dcroat
|
242 |
-
!F1 U+0146 ncommaaccent
|
243 |
-
!F2 U+014D omacron
|
244 |
-
!F3 U+0137 kcommaaccent
|
245 |
-
!F4 U+00F4 ocircumflex
|
246 |
-
!F5 U+00F5 otilde
|
247 |
-
!F6 U+00F6 odieresis
|
248 |
-
!F7 U+00F7 divide
|
249 |
-
!F8 U+00F8 oslash
|
250 |
-
!F9 U+0173 uogonek
|
251 |
-
!FA U+00FA uacute
|
252 |
-
!FB U+00FB ucircumflex
|
253 |
-
!FC U+00FC udieresis
|
254 |
-
!FD U+0169 utilde
|
255 |
-
!FE U+016B umacron
|
256 |
-
!FF U+02D9 dotaccent
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/ZsoltNet/LedgerInvoice/controllers/pdf/font/makefont/iso-8859-5.map
DELETED
@@ -1,256 +0,0 @@
|
|
1 |
-
!00 U+0000 .notdef
|
2 |
-
!01 U+0001 .notdef
|
3 |
-
!02 U+0002 .notdef
|
4 |
-
!03 U+0003 .notdef
|
5 |
-
!04 U+0004 .notdef
|
6 |
-
!05 U+0005 .notdef
|
7 |
-
!06 U+0006 .notdef
|
8 |
-
!07 U+0007 .notdef
|
9 |
-
!08 U+0008 .notdef
|
10 |
-
!09 U+0009 .notdef
|
11 |
-
!0A U+000A .notdef
|
12 |
-
!0B U+000B .notdef
|
13 |
-
!0C U+000C .notdef
|
14 |
-
!0D U+000D .notdef
|
15 |
-
!0E U+000E .notdef
|
16 |
-
!0F U+000F .notdef
|
17 |
-
!10 U+0010 .notdef
|
18 |
-
!11 U+0011 .notdef
|
19 |
-
!12 U+0012 .notdef
|
20 |
-
!13 U+0013 .notdef
|
21 |
-
!14 U+0014 .notdef
|
22 |
-
!15 U+0015 .notdef
|
23 |
-
!16 U+0016 .notdef
|
24 |
-
!17 U+0017 .notdef
|
25 |
-
!18 U+0018 .notdef
|
26 |
-
!19 U+0019 .notdef
|
27 |
-
!1A U+001A .notdef
|
28 |
-
!1B U+001B .notdef
|
29 |
-
!1C U+001C .notdef
|
30 |
-
!1D U+001D .notdef
|
31 |
-
!1E U+001E .notdef
|
32 |
-
!1F U+001F .notdef
|
33 |
-
!20 U+0020 space
|
34 |
-
!21 U+0021 exclam
|
35 |
-
!22 U+0022 quotedbl
|
36 |
-
!23 U+0023 numbersign
|
37 |
-
!24 U+0024 dollar
|
38 |
-
!25 U+0025 percent
|
39 |
-
!26 U+0026 ampersand
|
40 |
-
!27 U+0027 quotesingle
|
41 |
-
!28 U+0028 parenleft
|
42 |
-
!29 U+0029 parenright
|
43 |
-
!2A U+002A asterisk
|
44 |
-
!2B U+002B plus
|
45 |
-
!2C U+002C comma
|
46 |
-
!2D U+002D hyphen
|
47 |
-
!2E U+002E period
|
48 |
-
!2F U+002F slash
|
49 |
-
!30 U+0030 zero
|
50 |
-
!31 U+0031 one
|
51 |
-
!32 U+0032 two
|
52 |
-
!33 U+0033 three
|
53 |
-
!34 U+0034 four
|
54 |
-
!35 U+0035 five
|
55 |
-
!36 U+0036 six
|
56 |
-
!37 U+0037 seven
|
57 |
-
!38 U+0038 eight
|
58 |
-
!39 U+0039 nine
|
59 |
-
!3A U+003A colon
|
60 |
-
!3B U+003B semicolon
|
61 |
-
!3C U+003C less
|
62 |
-
!3D U+003D equal
|
63 |
-
!3E U+003E greater
|
64 |
-
!3F U+003F question
|
65 |
-
!40 U+0040 at
|
66 |
-
!41 U+0041 A
|
67 |
-
!42 U+0042 B
|
68 |
-
!43 U+0043 C
|
69 |
-
!44 U+0044 D
|
70 |
-
!45 U+0045 E
|
71 |
-
!46 U+0046 F
|
72 |
-
!47 U+0047 G
|
73 |
-
!48 U+0048 H
|
74 |
-
!49 U+0049 I
|
75 |
-
!4A U+004A J
|
76 |
-
!4B U+004B K
|
77 |
-
!4C U+004C L
|
78 |
-
!4D U+004D M
|
79 |
-
!4E U+004E N
|
80 |
-
!4F U+004F O
|
81 |
-
!50 U+0050 P
|
82 |
-
!51 U+0051 Q
|
83 |
-
!52 U+0052 R
|
84 |
-
!53 U+0053 S
|
85 |
-
!54 U+0054 T
|
86 |
-
!55 U+0055 U
|
87 |
-
!56 U+0056 V
|
88 |
-
!57 U+0057 W
|
89 |
-
!58 U+0058 X
|
90 |
-
!59 U+0059 Y
|
91 |
-
!5A U+005A Z
|
92 |
-
!5B U+005B bracketleft
|
93 |
-
!5C U+005C backslash
|
94 |
-
!5D U+005D bracketright
|
95 |
-
!5E U+005E asciicircum
|
96 |
-
!5F U+005F underscore
|
97 |
-
!60 U+0060 grave
|
98 |
-
!61 U+0061 a
|
99 |
-
!62 U+0062 b
|
100 |
-
!63 U+0063 c
|
101 |
-
!64 U+0064 d
|
102 |
-
!65 U+0065 e
|
103 |
-
!66 U+0066 f
|
104 |
-
!67 U+0067 g
|
105 |
-
!68 U+0068 h
|
106 |
-
!69 U+0069 i
|
107 |
-
!6A U+006A j
|
108 |
-
!6B U+006B k
|
109 |
-
!6C U+006C l
|
110 |
-
!6D U+006D m
|
111 |
-
!6E U+006E n
|
112 |
-
!6F U+006F o
|
113 |
-
!70 U+0070 p
|
114 |
-
!71 U+0071 q
|
115 |
-
!72 U+0072 r
|
116 |
-
!73 U+0073 s
|
117 |
-
!74 U+0074 t
|
118 |
-
!75 U+0075 u
|
119 |
-
!76 U+0076 v
|
120 |
-
!77 U+0077 w
|
121 |
-
!78 U+0078 x
|
122 |
-
!79 U+0079 y
|
123 |
-
!7A U+007A z
|
124 |
-
!7B U+007B braceleft
|
125 |
-
!7C U+007C bar
|
126 |
-
!7D U+007D braceright
|
127 |
-
!7E U+007E asciitilde
|
128 |
-
!7F U+007F .notdef
|
129 |
-
!80 U+0080 .notdef
|
130 |
-
!81 U+0081 .notdef
|
131 |
-
!82 U+0082 .notdef
|
132 |
-
!83 U+0083 .notdef
|
133 |
-
!84 U+0084 .notdef
|
134 |
-
!85 U+0085 .notdef
|
135 |
-
!86 U+0086 .notdef
|
136 |
-
!87 U+0087 .notdef
|
137 |
-
!88 U+0088 .notdef
|
138 |
-
!89 U+0089 .notdef
|
139 |
-
!8A U+008A .notdef
|
140 |
-
!8B U+008B .notdef
|
141 |
-
!8C U+008C .notdef
|
142 |
-
!8D U+008D .notdef
|
143 |
-
!8E U+008E .notdef
|
144 |
-
!8F U+008F .notdef
|
145 |
-
!90 U+0090 .notdef
|
146 |
-
!91 U+0091 .notdef
|
147 |
-
!92 U+0092 .notdef
|
148 |
-
!93 U+0093 .notdef
|
149 |
-
!94 U+0094 .notdef
|
150 |
-
!95 U+0095 .notdef
|
151 |
-
!96 U+0096 .notdef
|
152 |
-
!97 U+0097 .notdef
|
153 |
-
!98 U+0098 .notdef
|
154 |
-
!99 U+0099 .notdef
|
155 |
-
!9A U+009A .notdef
|
156 |
-
!9B U+009B .notdef
|
157 |
-
!9C U+009C .notdef
|
158 |
-
!9D U+009D .notdef
|
159 |
-
!9E U+009E .notdef
|
160 |
-
!9F U+009F .notdef
|
161 |
-
!A0 U+00A0 space
|
162 |
-
!A1 U+0401 afii10023
|
163 |
-
!A2 U+0402 afii10051
|
164 |
-
!A3 U+0403 afii10052
|
165 |
-
!A4 U+0404 afii10053
|
166 |
-
!A5 U+0405 afii10054
|
167 |
-
!A6 U+0406 afii10055
|
168 |
-
!A7 U+0407 afii10056
|
169 |
-
!A8 U+0408 afii10057
|
170 |
-
!A9 U+0409 afii10058
|
171 |
-
!AA U+040A afii10059
|
172 |
-
!AB U+040B afii10060
|
173 |
-
!AC U+040C afii10061
|
174 |
-
!AD U+00AD hyphen
|
175 |
-
!AE U+040E afii10062
|
176 |
-
!AF U+040F afii10145
|
177 |
-
!B0 U+0410 afii10017
|
178 |
-
!B1 U+0411 afii10018
|
179 |
-
!B2 U+0412 afii10019
|
180 |
-
!B3 U+0413 afii10020
|
181 |
-
!B4 U+0414 afii10021
|
182 |
-
!B5 U+0415 afii10022
|
183 |
-
!B6 U+0416 afii10024
|
184 |
-
!B7 U+0417 afii10025
|
185 |
-
!B8 U+0418 afii10026
|
186 |
-
!B9 U+0419 afii10027
|
187 |
-
!BA U+041A afii10028
|
188 |
-
!BB U+041B afii10029
|
189 |
-
!BC U+041C afii10030
|
190 |
-
!BD U+041D afii10031
|
191 |
-
!BE U+041E afii10032
|
192 |
-
!BF U+041F afii10033
|
193 |
-
!C0 U+0420 afii10034
|
194 |
-
!C1 U+0421 afii10035
|
195 |
-
!C2 U+0422 afii10036
|
196 |
-
!C3 U+0423 afii10037
|
197 |
-
!C4 U+0424 afii10038
|
198 |
-
!C5 U+0425 afii10039
|
199 |
-
!C6 U+0426 afii10040
|
200 |
-
!C7 U+0427 afii10041
|
201 |
-
!C8 U+0428 afii10042
|
202 |
-
!C9 U+0429 afii10043
|
203 |
-
!CA U+042A afii10044
|
204 |
-
!CB U+042B afii10045
|
205 |
-
!CC U+042C afii10046
|
206 |
-
!CD U+042D afii10047
|
207 |
-
!CE U+042E afii10048
|
208 |
-
!CF U+042F afii10049
|
209 |
-
!D0 U+0430 afii10065
|
210 |
-
!D1 U+0431 afii10066
|
211 |
-
!D2 U+0432 afii10067
|
212 |
-
!D3 U+0433 afii10068
|
213 |
-
!D4 U+0434 afii10069
|
214 |
-
!D5 U+0435 afii10070
|
215 |
-
!D6 U+0436 afii10072
|
216 |
-
!D7 U+0437 afii10073
|
217 |
-
!D8 U+0438 afii10074
|
218 |
-
!D9 U+0439 afii10075
|
219 |
-
!DA U+043A afii10076
|
220 |
-
!DB U+043B afii10077
|
221 |
-
!DC U+043C afii10078
|
222 |
-
!DD U+043D afii10079
|
223 |
-
!DE U+043E afii10080
|
224 |
-
!DF U+043F afii10081
|
225 |
-
!E0 U+0440 afii10082
|
226 |
-
!E1 U+0441 afii10083
|
227 |
-
!E2 U+0442 afii10084
|
228 |
-
!E3 U+0443 afii10085
|
229 |
-
!E4 U+0444 afii10086
|
230 |
-
!E5 U+0445 afii10087
|
231 |
-
!E6 U+0446 afii10088
|
232 |
-
!E7 U+0447 afii10089
|
233 |
-
!E8 U+0448 afii10090
|
234 |
-
!E9 U+0449 afii10091
|
235 |
-
!EA U+044A afii10092
|
236 |
-
!EB U+044B afii10093
|
237 |
-
!EC U+044C afii10094
|
238 |
-
!ED U+044D afii10095
|
239 |
-
!EE U+044E afii10096
|
240 |
-
!EF U+044F afii10097
|
241 |
-
!F0 U+2116 afii61352
|
242 |
-
!F1 U+0451 afii10071
|
243 |
-
!F2 U+0452 afii10099
|
244 |
-
!F3 U+0453 afii10100
|
245 |
-
!F4 U+0454 afii10101
|
246 |
-
!F5 U+0455 afii10102
|
247 |
-
!F6 U+0456 afii10103
|
248 |
-
!F7 U+0457 afii10104
|
249 |
-
!F8 U+0458 afii10105
|
250 |
-
!F9 U+0459 afii10106
|
251 |
-
!FA U+045A afii10107
|
252 |
-
!FB U+045B afii10108
|
253 |
-
!FC U+045C afii10109
|
254 |
-
!FD U+00A7 section
|
255 |
-
!FE U+045E afii10110
|
256 |
-
!FF U+045F afii10193
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/ZsoltNet/LedgerInvoice/controllers/pdf/font/makefont/iso-8859-7.map
DELETED
@@ -1,250 +0,0 @@
|
|
1 |
-
!00 U+0000 .notdef
|
2 |
-
!01 U+0001 .notdef
|
3 |
-
!02 U+0002 .notdef
|
4 |
-
!03 U+0003 .notdef
|
5 |
-
!04 U+0004 .notdef
|
6 |
-
!05 U+0005 .notdef
|
7 |
-
!06 U+0006 .notdef
|
8 |
-
!07 U+0007 .notdef
|
9 |
-
!08 U+0008 .notdef
|
10 |
-
!09 U+0009 .notdef
|
11 |
-
!0A U+000A .notdef
|
12 |
-
!0B U+000B .notdef
|
13 |
-
!0C U+000C .notdef
|
14 |
-
!0D U+000D .notdef
|
15 |
-
!0E U+000E .notdef
|
16 |
-
!0F U+000F .notdef
|
17 |
-
!10 U+0010 .notdef
|
18 |
-
!11 U+0011 .notdef
|
19 |
-
!12 U+0012 .notdef
|
20 |
-
!13 U+0013 .notdef
|
21 |
-
!14 U+0014 .notdef
|
22 |
-
!15 U+0015 .notdef
|
23 |
-
!16 U+0016 .notdef
|
24 |
-
!17 U+0017 .notdef
|
25 |
-
!18 U+0018 .notdef
|
26 |
-
!19 U+0019 .notdef
|
27 |
-
!1A U+001A .notdef
|
28 |
-
!1B U+001B .notdef
|
29 |
-
!1C U+001C .notdef
|
30 |
-
!1D U+001D .notdef
|
31 |
-
!1E U+001E .notdef
|
32 |
-
!1F U+001F .notdef
|
33 |
-
!20 U+0020 space
|
34 |
-
!21 U+0021 exclam
|
35 |
-
!22 U+0022 quotedbl
|
36 |
-
!23 U+0023 numbersign
|
37 |
-
!24 U+0024 dollar
|
38 |
-
!25 U+0025 percent
|
39 |
-
!26 U+0026 ampersand
|
40 |
-
!27 U+0027 quotesingle
|
41 |
-
!28 U+0028 parenleft
|
42 |
-
!29 U+0029 parenright
|
43 |
-
!2A U+002A asterisk
|
44 |
-
!2B U+002B plus
|
45 |
-
!2C U+002C comma
|
46 |
-
!2D U+002D hyphen
|
47 |
-
!2E U+002E period
|
48 |
-
!2F U+002F slash
|
49 |
-
!30 U+0030 zero
|
50 |
-
!31 U+0031 one
|
51 |
-
!32 U+0032 two
|
52 |
-
!33 U+0033 three
|
53 |
-
!34 U+0034 four
|
54 |
-
!35 U+0035 five
|
55 |
-
!36 U+0036 six
|
56 |
-
!37 U+0037 seven
|
57 |
-
!38 U+0038 eight
|
58 |
-
!39 U+0039 nine
|
59 |
-
!3A U+003A colon
|
60 |
-
!3B U+003B semicolon
|
61 |
-
!3C U+003C less
|
62 |
-
!3D U+003D equal
|
63 |
-
!3E U+003E greater
|
64 |
-
!3F U+003F question
|
65 |
-
!40 U+0040 at
|
66 |
-
!41 U+0041 A
|
67 |
-
!42 U+0042 B
|
68 |
-
!43 U+0043 C
|
69 |
-
!44 U+0044 D
|
70 |
-
!45 U+0045 E
|
71 |
-
!46 U+0046 F
|
72 |
-
!47 U+0047 G
|
73 |
-
!48 U+0048 H
|
74 |
-
!49 U+0049 I
|
75 |
-
!4A U+004A J
|
76 |
-
!4B U+004B K
|
77 |
-
!4C U+004C L
|
78 |
-
!4D U+004D M
|
79 |
-
!4E U+004E N
|
80 |
-
!4F U+004F O
|
81 |
-
!50 U+0050 P
|
82 |
-
!51 U+0051 Q
|
83 |
-
!52 U+0052 R
|
84 |
-
!53 U+0053 S
|
85 |
-
!54 U+0054 T
|
86 |
-
!55 U+0055 U
|
87 |
-
!56 U+0056 V
|
88 |
-
!57 U+0057 W
|
89 |
-
!58 U+0058 X
|
90 |
-
!59 U+0059 Y
|
91 |
-
!5A U+005A Z
|
92 |
-
!5B U+005B bracketleft
|
93 |
-
!5C U+005C backslash
|
94 |
-
!5D U+005D bracketright
|
95 |
-
!5E U+005E asciicircum
|
96 |
-
!5F U+005F underscore
|
97 |
-
!60 U+0060 grave
|
98 |
-
!61 U+0061 a
|
99 |
-
!62 U+0062 b
|
100 |
-
!63 U+0063 c
|
101 |
-
!64 U+0064 d
|
102 |
-
!65 U+0065 e
|
103 |
-
!66 U+0066 f
|
104 |
-
!67 U+0067 g
|
105 |
-
!68 U+0068 h
|
106 |
-
!69 U+0069 i
|
107 |
-
!6A U+006A j
|
108 |
-
!6B U+006B k
|
109 |
-
!6C U+006C l
|
110 |
-
!6D U+006D m
|
111 |
-
!6E U+006E n
|
112 |
-
!6F U+006F o
|
113 |
-
!70 U+0070 p
|
114 |
-
!71 U+0071 q
|
115 |
-
!72 U+0072 r
|
116 |
-
!73 U+0073 s
|
117 |
-
!74 U+0074 t
|
118 |
-
!75 U+0075 u
|
119 |
-
!76 U+0076 v
|
120 |
-
!77 U+0077 w
|
121 |
-
!78 U+0078 x
|
122 |
-
!79 U+0079 y
|
123 |
-
!7A U+007A z
|
124 |
-
!7B U+007B braceleft
|
125 |
-
!7C U+007C bar
|
126 |
-
!7D U+007D braceright
|
127 |
-
!7E U+007E asciitilde
|
128 |
-
!7F U+007F .notdef
|
129 |
-
!80 U+0080 .notdef
|
130 |
-
!81 U+0081 .notdef
|
131 |
-
!82 U+0082 .notdef
|
132 |
-
!83 U+0083 .notdef
|
133 |
-
!84 U+0084 .notdef
|
134 |
-
!85 U+0085 .notdef
|
135 |
-
!86 U+0086 .notdef
|
136 |
-
!87 U+0087 .notdef
|
137 |
-
!88 U+0088 .notdef
|
138 |
-
!89 U+0089 .notdef
|
139 |
-
!8A U+008A .notdef
|
140 |
-
!8B U+008B .notdef
|
141 |
-
!8C U+008C .notdef
|
142 |
-
!8D U+008D .notdef
|
143 |
-
!8E U+008E .notdef
|
144 |
-
!8F U+008F .notdef
|
145 |
-
!90 U+0090 .notdef
|
146 |
-
!91 U+0091 .notdef
|
147 |
-
!92 U+0092 .notdef
|
148 |
-
!93 U+0093 .notdef
|
149 |
-
!94 U+0094 .notdef
|
150 |
-
!95 U+0095 .notdef
|
151 |
-
!96 U+0096 .notdef
|
152 |
-
!97 U+0097 .notdef
|
153 |
-
!98 U+0098 .notdef
|
154 |
-
!99 U+0099 .notdef
|
155 |
-
!9A U+009A .notdef
|
156 |
-
!9B U+009B .notdef
|
157 |
-
!9C U+009C .notdef
|
158 |
-
!9D U+009D .notdef
|
159 |
-
!9E U+009E .notdef
|
160 |
-
!9F U+009F .notdef
|
161 |
-
!A0 U+00A0 space
|
162 |
-
!A1 U+2018 quoteleft
|
163 |
-
!A2 U+2019 quoteright
|
164 |
-
!A3 U+00A3 sterling
|
165 |
-
!A6 U+00A6 brokenbar
|
166 |
-
!A7 U+00A7 section
|
167 |
-
!A8 U+00A8 dieresis
|
168 |
-
!A9 U+00A9 copyright
|
169 |
-
!AB U+00AB guillemotleft
|
170 |
-
!AC U+00AC logicalnot
|
171 |
-
!AD U+00AD hyphen
|
172 |
-
!AF U+2015 afii00208
|
173 |
-
!B0 U+00B0 degree
|
174 |
-
!B1 U+00B1 plusminus
|
175 |
-
!B2 U+00B2 twosuperior
|
176 |
-
!B3 U+00B3 threesuperior
|
177 |
-
!B4 U+0384 tonos
|
178 |
-
!B5 U+0385 dieresistonos
|
179 |
-
!B6 U+0386 Alphatonos
|
180 |
-
!B7 U+00B7 periodcentered
|
181 |
-
!B8 U+0388 Epsilontonos
|
182 |
-
!B9 U+0389 Etatonos
|
183 |
-
!BA U+038A Iotatonos
|
184 |
-
!BB U+00BB guillemotright
|
185 |
-
!BC U+038C Omicrontonos
|
186 |
-
!BD U+00BD onehalf
|
187 |
-
!BE U+038E Upsilontonos
|
188 |
-
!BF U+038F Omegatonos
|
189 |
-
!C0 U+0390 iotadieresistonos
|
190 |
-
!C1 U+0391 Alpha
|
191 |
-
!C2 U+0392 Beta
|
192 |
-
!C3 U+0393 Gamma
|
193 |
-
!C4 U+0394 Delta
|
194 |
-
!C5 U+0395 Epsilon
|
195 |
-
!C6 U+0396 Zeta
|
196 |
-
!C7 U+0397 Eta
|
197 |
-
!C8 U+0398 Theta
|
198 |
-
!C9 U+0399 Iota
|
199 |
-
!CA U+039A Kappa
|
200 |
-
!CB U+039B Lambda
|
201 |
-
!CC U+039C Mu
|
202 |
-
!CD U+039D Nu
|
203 |
-
!CE U+039E Xi
|
204 |
-
!CF U+039F Omicron
|
205 |
-
!D0 U+03A0 Pi
|
206 |
-
!D1 U+03A1 Rho
|
207 |
-
!D3 U+03A3 Sigma
|
208 |
-
!D4 U+03A4 Tau
|
209 |
-
!D5 U+03A5 Upsilon
|
210 |
-
!D6 U+03A6 Phi
|
211 |
-
!D7 U+03A7 Chi
|
212 |
-
!D8 U+03A8 Psi
|
213 |
-
!D9 U+03A9 Omega
|
214 |
-
!DA U+03AA Iotadieresis
|
215 |
-
!DB U+03AB Upsilondieresis
|
216 |
-
!DC U+03AC alphatonos
|
217 |
-
!DD U+03AD epsilontonos
|
218 |
-
!DE U+03AE etatonos
|
219 |
-
!DF U+03AF iotatonos
|
220 |
-
!E0 U+03B0 upsilondieresistonos
|
221 |
-
!E1 U+03B1 alpha
|
222 |
-
!E2 U+03B2 beta
|
223 |
-
!E3 U+03B3 gamma
|
224 |
-
!E4 U+03B4 delta
|
225 |
-
!E5 U+03B5 epsilon
|
226 |
-
!E6 U+03B6 zeta
|
227 |
-
!E7 U+03B7 eta
|
228 |
-
!E8 U+03B8 theta
|
229 |
-
!E9 U+03B9 iota
|
230 |
-
!EA U+03BA kappa
|
231 |
-
!EB U+03BB lambda
|
232 |
-
!EC U+03BC mu
|
233 |
-
!ED U+03BD nu
|
234 |
-
!EE U+03BE xi
|
235 |
-
!EF U+03BF omicron
|
236 |
-
!F0 U+03C0 pi
|
237 |
-
!F1 U+03C1 rho
|
238 |
-
!F2 U+03C2 sigma1
|
239 |
-
!F3 U+03C3 sigma
|
240 |
-
!F4 U+03C4 tau
|
241 |
-
!F5 U+03C5 upsilon
|
242 |
-
!F6 U+03C6 phi
|
243 |
-
!F7 U+03C7 chi
|
244 |
-
!F8 U+03C8 psi
|
245 |
-
!F9 U+03C9 omega
|
246 |
-
!FA U+03CA iotadieresis
|
247 |
-
!FB U+03CB upsilondieresis
|
248 |
-
!FC U+03CC omicrontonos
|
249 |
-
!FD U+03CD upsilontonos
|
250 |
-
!FE U+03CE omegatonos
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/ZsoltNet/LedgerInvoice/controllers/pdf/font/makefont/iso-8859-9.map
DELETED
@@ -1,256 +0,0 @@
|
|
1 |
-
!00 U+0000 .notdef
|
2 |
-
!01 U+0001 .notdef
|
3 |
-
!02 U+0002 .notdef
|
4 |
-
!03 U+0003 .notdef
|
5 |
-
!04 U+0004 .notdef
|
6 |
-
!05 U+0005 .notdef
|
7 |
-
!06 U+0006 .notdef
|
8 |
-
!07 U+0007 .notdef
|
9 |
-
!08 U+0008 .notdef
|
10 |
-
!09 U+0009 .notdef
|
11 |
-
!0A U+000A .notdef
|
12 |
-
!0B U+000B .notdef
|
13 |
-
!0C U+000C .notdef
|
14 |
-
!0D U+000D .notdef
|
15 |
-
!0E U+000E .notdef
|
16 |
-
!0F U+000F .notdef
|
17 |
-
!10 U+0010 .notdef
|
18 |
-
!11 U+0011 .notdef
|
19 |
-
!12 U+0012 .notdef
|
20 |
-
!13 U+0013 .notdef
|
21 |
-
!14 U+0014 .notdef
|
22 |
-
!15 U+0015 .notdef
|
23 |
-
!16 U+0016 .notdef
|
24 |
-
!17 U+0017 .notdef
|
25 |
-
!18 U+0018 .notdef
|
26 |
-
!19 U+0019 .notdef
|
27 |
-
!1A U+001A .notdef
|
28 |
-
!1B U+001B .notdef
|
29 |
-
!1C U+001C .notdef
|
30 |
-
!1D U+001D .notdef
|
31 |
-
!1E U+001E .notdef
|
32 |
-
!1F U+001F .notdef
|
33 |
-
!20 U+0020 space
|
34 |
-
!21 U+0021 exclam
|
35 |
-
!22 U+0022 quotedbl
|
36 |
-
!23 U+0023 numbersign
|
37 |
-
!24 U+0024 dollar
|
38 |
-
!25 U+0025 percent
|
39 |
-
!26 U+0026 ampersand
|
40 |
-
!27 U+0027 quotesingle
|
41 |
-
!28 U+0028 parenleft
|
42 |
-
!29 U+0029 parenright
|
43 |
-
!2A U+002A asterisk
|
44 |
-
!2B U+002B plus
|
45 |
-
!2C U+002C comma
|
46 |
-
!2D U+002D hyphen
|
47 |
-
!2E U+002E period
|
48 |
-
!2F U+002F slash
|
49 |
-
!30 U+0030 zero
|
50 |
-
!31 U+0031 one
|
51 |
-
!32 U+0032 two
|
52 |
-
!33 U+0033 three
|
53 |
-
!34 U+0034 four
|
54 |
-
!35 U+0035 five
|
55 |
-
!36 U+0036 six
|
56 |
-
!37 U+0037 seven
|
57 |
-
!38 U+0038 eight
|
58 |
-
!39 U+0039 nine
|
59 |
-
!3A U+003A colon
|
60 |
-
!3B U+003B semicolon
|
61 |
-
!3C U+003C less
|
62 |
-
!3D U+003D equal
|
63 |
-
!3E U+003E greater
|
64 |
-
!3F U+003F question
|
65 |
-
!40 U+0040 at
|
66 |
-
!41 U+0041 A
|
67 |
-
!42 U+0042 B
|
68 |
-
!43 U+0043 C
|
69 |
-
!44 U+0044 D
|
70 |
-
!45 U+0045 E
|
71 |
-
!46 U+0046 F
|
72 |
-
!47 U+0047 G
|
73 |
-
!48 U+0048 H
|
74 |
-
!49 U+0049 I
|
75 |
-
!4A U+004A J
|
76 |
-
!4B U+004B K
|
77 |
-
!4C U+004C L
|
78 |
-
!4D U+004D M
|
79 |
-
!4E U+004E N
|
80 |
-
!4F U+004F O
|
81 |
-
!50 U+0050 P
|
82 |
-
!51 U+0051 Q
|
83 |
-
!52 U+0052 R
|
84 |
-
!53 U+0053 S
|
85 |
-
!54 U+0054 T
|
86 |
-
!55 U+0055 U
|
87 |
-
!56 U+0056 V
|
88 |
-
!57 U+0057 W
|
89 |
-
!58 U+0058 X
|
90 |
-
!59 U+0059 Y
|
91 |
-
!5A U+005A Z
|
92 |
-
!5B U+005B bracketleft
|
93 |
-
!5C U+005C backslash
|
94 |
-
!5D U+005D bracketright
|
95 |
-
!5E U+005E asciicircum
|
96 |
-
!5F U+005F underscore
|
97 |
-
!60 U+0060 grave
|
98 |
-
!61 U+0061 a
|
99 |
-
!62 U+0062 b
|
100 |
-
!63 U+0063 c
|
101 |
-
!64 U+0064 d
|
102 |
-
!65 U+0065 e
|
103 |
-
!66 U+0066 f
|
104 |
-
!67 U+0067 g
|
105 |
-
!68 U+0068 h
|
106 |
-
!69 U+0069 i
|
107 |
-
!6A U+006A j
|
108 |
-
!6B U+006B k
|
109 |
-
!6C U+006C l
|
110 |
-
!6D U+006D m
|
111 |
-
!6E U+006E n
|
112 |
-
!6F U+006F o
|
113 |
-
!70 U+0070 p
|
114 |
-
!71 U+0071 q
|
115 |
-
!72 U+0072 r
|
116 |
-
!73 U+0073 s
|
117 |
-
!74 U+0074 t
|
118 |
-
!75 U+0075 u
|
119 |
-
!76 U+0076 v
|
120 |
-
!77 U+0077 w
|
121 |
-
!78 U+0078 x
|
122 |
-
!79 U+0079 y
|
123 |
-
!7A U+007A z
|
124 |
-
!7B U+007B braceleft
|
125 |
-
!7C U+007C bar
|
126 |
-
!7D U+007D braceright
|
127 |
-
!7E U+007E asciitilde
|
128 |
-
!7F U+007F .notdef
|
129 |
-
!80 U+0080 .notdef
|
130 |
-
!81 U+0081 .notdef
|
131 |
-
!82 U+0082 .notdef
|
132 |
-
!83 U+0083 .notdef
|
133 |
-
!84 U+0084 .notdef
|
134 |
-
!85 U+0085 .notdef
|
135 |
-
!86 U+0086 .notdef
|
136 |
-
!87 U+0087 .notdef
|
137 |
-
!88 U+0088 .notdef
|
138 |
-
!89 U+0089 .notdef
|
139 |
-
!8A U+008A .notdef
|
140 |
-
!8B U+008B .notdef
|
141 |
-
!8C U+008C .notdef
|
142 |
-
!8D U+008D .notdef
|
143 |
-
!8E U+008E .notdef
|
144 |
-
!8F U+008F .notdef
|
145 |
-
!90 U+0090 .notdef
|
146 |
-
!91 U+0091 .notdef
|
147 |
-
!92 U+0092 .notdef
|
148 |
-
!93 U+0093 .notdef
|
149 |
-
!94 U+0094 .notdef
|
150 |
-
!95 U+0095 .notdef
|
151 |
-
!96 U+0096 .notdef
|
152 |
-
!97 U+0097 .notdef
|
153 |
-
!98 U+0098 .notdef
|
154 |
-
!99 U+0099 .notdef
|
155 |
-
!9A U+009A .notdef
|
156 |
-
!9B U+009B .notdef
|
157 |
-
!9C U+009C .notdef
|
158 |
-
!9D U+009D .notdef
|
159 |
-
!9E U+009E .notdef
|
160 |
-
!9F U+009F .notdef
|
161 |
-
!A0 U+00A0 space
|
162 |
-
!A1 U+00A1 exclamdown
|
163 |
-
!A2 U+00A2 cent
|
164 |
-
!A3 U+00A3 sterling
|
165 |
-
!A4 U+00A4 currency
|
166 |
-
!A5 U+00A5 yen
|
167 |
-
!A6 U+00A6 brokenbar
|
168 |
-
!A7 U+00A7 section
|
169 |
-
!A8 U+00A8 dieresis
|
170 |
-
!A9 U+00A9 copyright
|
171 |
-
!AA U+00AA ordfeminine
|
172 |
-
!AB U+00AB guillemotleft
|
173 |
-
!AC U+00AC logicalnot
|
174 |
-
!AD U+00AD hyphen
|
175 |
-
!AE U+00AE registered
|
176 |
-
!AF U+00AF macron
|
177 |
-
!B0 U+00B0 degree
|
178 |
-
!B1 U+00B1 plusminus
|
179 |
-
!B2 U+00B2 twosuperior
|
180 |
-
!B3 U+00B3 threesuperior
|
181 |
-
!B4 U+00B4 acute
|
182 |
-
!B5 U+00B5 mu
|
183 |
-
!B6 U+00B6 paragraph
|
184 |
-
!B7 U+00B7 periodcentered
|
185 |
-
!B8 U+00B8 cedilla
|
186 |
-
!B9 U+00B9 onesuperior
|
187 |
-
!BA U+00BA ordmasculine
|
188 |
-
!BB U+00BB guillemotright
|
189 |
-
!BC U+00BC onequarter
|
190 |
-
!BD U+00BD onehalf
|
191 |
-
!BE U+00BE threequarters
|
192 |
-
!BF U+00BF questiondown
|
193 |
-
!C0 U+00C0 Agrave
|
194 |
-
!C1 U+00C1 Aacute
|
195 |
-
!C2 U+00C2 Acircumflex
|
196 |
-
!C3 U+00C3 Atilde
|
197 |
-
!C4 U+00C4 Adieresis
|
198 |
-
!C5 U+00C5 Aring
|
199 |
-
!C6 U+00C6 AE
|
200 |
-
!C7 U+00C7 Ccedilla
|
201 |
-
!C8 U+00C8 Egrave
|
202 |
-
!C9 U+00C9 Eacute
|
203 |
-
!CA U+00CA Ecircumflex
|
204 |
-
!CB U+00CB Edieresis
|
205 |
-
!CC U+00CC Igrave
|
206 |
-
!CD U+00CD Iacute
|
207 |
-
!CE U+00CE Icircumflex
|
208 |
-
!CF U+00CF Idieresis
|
209 |
-
!D0 U+011E Gbreve
|
210 |
-
!D1 U+00D1 Ntilde
|
211 |
-
!D2 U+00D2 Ograve
|
212 |
-
!D3 U+00D3 Oacute
|
213 |
-
!D4 U+00D4 Ocircumflex
|
214 |
-
!D5 U+00D5 Otilde
|
215 |
-
!D6 U+00D6 Odieresis
|
216 |
-
!D7 U+00D7 multiply
|
217 |
-
!D8 U+00D8 Oslash
|
218 |
-
!D9 U+00D9 Ugrave
|
219 |
-
!DA U+00DA Uacute
|
220 |
-
!DB U+00DB Ucircumflex
|
221 |
-
!DC U+00DC Udieresis
|
222 |
-
!DD U+0130 Idotaccent
|
223 |
-
!DE U+015E Scedilla
|
224 |
-
!DF U+00DF germandbls
|
225 |
-
!E0 U+00E0 agrave
|
226 |
-
!E1 U+00E1 aacute
|
227 |
-
!E2 U+00E2 acircumflex
|
228 |
-
!E3 U+00E3 atilde
|
229 |
-
!E4 U+00E4 adieresis
|
230 |
-
!E5 U+00E5 aring
|
231 |
-
!E6 U+00E6 ae
|
232 |
-
!E7 U+00E7 ccedilla
|
233 |
-
!E8 U+00E8 egrave
|
234 |
-
!E9 U+00E9 eacute
|
235 |
-
!EA U+00EA ecircumflex
|
236 |
-
!EB U+00EB edieresis
|
237 |
-
!EC U+00EC igrave
|
238 |
-
!ED U+00ED iacute
|
239 |
-
!EE U+00EE icircumflex
|
240 |
-
!EF U+00EF idieresis
|
241 |
-
!F0 U+011F gbreve
|
242 |
-
!F1 U+00F1 ntilde
|
243 |
-
!F2 U+00F2 ograve
|
244 |
-
!F3 U+00F3 oacute
|
245 |
-
!F4 U+00F4 ocircumflex
|
246 |
-
!F5 U+00F5 otilde
|
247 |
-
!F6 U+00F6 odieresis
|
248 |
-
!F7 U+00F7 divide
|
249 |
-
!F8 U+00F8 oslash
|
250 |
-
!F9 U+00F9 ugrave
|
251 |
-
!FA U+00FA uacute
|
252 |
-
!FB U+00FB ucircumflex
|
253 |
-
!FC U+00FC udieresis
|
254 |
-
!FD U+0131 dotlessi
|
255 |
-
!FE U+015F scedilla
|
256 |
-
!FF U+00FF ydieresis
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/ZsoltNet/LedgerInvoice/controllers/pdf/font/makefont/koi8-r.map
DELETED
@@ -1,256 +0,0 @@
|
|
1 |
-
!00 U+0000 .notdef
|
2 |
-
!01 U+0001 .notdef
|
3 |
-
!02 U+0002 .notdef
|
4 |
-
!03 U+0003 .notdef
|
5 |
-
!04 U+0004 .notdef
|
6 |
-
!05 U+0005 .notdef
|
7 |
-
!06 U+0006 .notdef
|
8 |
-
!07 U+0007 .notdef
|
9 |
-
!08 U+0008 .notdef
|
10 |
-
!09 U+0009 .notdef
|
11 |
-
!0A U+000A .notdef
|
12 |
-
!0B U+000B .notdef
|
13 |
-
!0C U+000C .notdef
|
14 |
-
!0D U+000D .notdef
|
15 |
-
!0E U+000E .notdef
|
16 |
-
!0F U+000F .notdef
|
17 |
-
!10 U+0010 .notdef
|
18 |
-
!11 U+0011 .notdef
|
19 |
-
!12 U+0012 .notdef
|
20 |
-
!13 U+0013 .notdef
|
21 |
-
!14 U+0014 .notdef
|
22 |
-
!15 U+0015 .notdef
|
23 |
-
!16 U+0016 .notdef
|
24 |
-
!17 U+0017 .notdef
|
25 |
-
!18 U+0018 .notdef
|
26 |
-
!19 U+0019 .notdef
|
27 |
-
!1A U+001A .notdef
|
28 |
-
!1B U+001B .notdef
|
29 |
-
!1C U+001C .notdef
|
30 |
-
!1D U+001D .notdef
|
31 |
-
!1E U+001E .notdef
|
32 |
-
!1F U+001F .notdef
|
33 |
-
!20 U+0020 space
|
34 |
-
!21 U+0021 exclam
|
35 |
-
!22 U+0022 quotedbl
|
36 |
-
!23 U+0023 numbersign
|
37 |
-
!24 U+0024 dollar
|
38 |
-
!25 U+0025 percent
|
39 |
-
!26 U+0026 ampersand
|
40 |
-
!27 U+0027 quotesingle
|
41 |
-
!28 U+0028 parenleft
|
42 |
-
!29 U+0029 parenright
|
43 |
-
!2A U+002A asterisk
|
44 |
-
!2B U+002B plus
|
45 |
-
!2C U+002C comma
|
46 |
-
!2D U+002D hyphen
|
47 |
-
!2E U+002E period
|
48 |
-
!2F U+002F slash
|
49 |
-
!30 U+0030 zero
|
50 |
-
!31 U+0031 one
|
51 |
-
!32 U+0032 two
|
52 |
-
!33 U+0033 three
|
53 |
-
!34 U+0034 four
|
54 |
-
!35 U+0035 five
|
55 |
-
!36 U+0036 six
|
56 |
-
!37 U+0037 seven
|
57 |
-
!38 U+0038 eight
|
58 |
-
!39 U+0039 nine
|
59 |
-
!3A U+003A colon
|
60 |
-
!3B U+003B semicolon
|
61 |
-
!3C U+003C less
|
62 |
-
!3D U+003D equal
|
63 |
-
!3E U+003E greater
|
64 |
-
!3F U+003F question
|
65 |
-
!40 U+0040 at
|
66 |
-
!41 U+0041 A
|
67 |
-
!42 U+0042 B
|
68 |
-
!43 U+0043 C
|
69 |
-
!44 U+0044 D
|
70 |
-
!45 U+0045 E
|
71 |
-
!46 U+0046 F
|
72 |
-
!47 U+0047 G
|
73 |
-
!48 U+0048 H
|
74 |
-
!49 U+0049 I
|
75 |
-
!4A U+004A J
|
76 |
-
!4B U+004B K
|
77 |
-
!4C U+004C L
|
78 |
-
!4D U+004D M
|
79 |
-
!4E U+004E N
|
80 |
-
!4F U+004F O
|
81 |
-
!50 U+0050 P
|
82 |
-
!51 U+0051 Q
|
83 |
-
!52 U+0052 R
|
84 |
-
!53 U+0053 S
|
85 |
-
!54 U+0054 T
|
86 |
-
!55 U+0055 U
|
87 |
-
!56 U+0056 V
|
88 |
-
!57 U+0057 W
|
89 |
-
!58 U+0058 X
|
90 |
-
!59 U+0059 Y
|
91 |
-
!5A U+005A Z
|
92 |
-
!5B U+005B bracketleft
|
93 |
-
!5C U+005C backslash
|
94 |
-
!5D U+005D bracketright
|
95 |
-
!5E U+005E asciicircum
|
96 |
-
!5F U+005F underscore
|
97 |
-
!60 U+0060 grave
|
98 |
-
!61 U+0061 a
|
99 |
-
!62 U+0062 b
|
100 |
-
!63 U+0063 c
|
101 |
-
!64 U+0064 d
|
102 |
-
!65 U+0065 e
|
103 |
-
!66 U+0066 f
|
104 |
-
!67 U+0067 g
|
105 |
-
!68 U+0068 h
|
106 |
-
!69 U+0069 i
|
107 |
-
!6A U+006A j
|
108 |
-
!6B U+006B k
|
109 |
-
!6C U+006C l
|
110 |
-
!6D U+006D m
|
111 |
-
!6E U+006E n
|
112 |
-
!6F U+006F o
|
113 |
-
!70 U+0070 p
|
114 |
-
!71 U+0071 q
|
115 |
-
!72 U+0072 r
|
116 |
-
!73 U+0073 s
|
117 |
-
!74 U+0074 t
|
118 |
-
!75 U+0075 u
|
119 |
-
!76 U+0076 v
|
120 |
-
!77 U+0077 w
|
121 |
-
!78 U+0078 x
|
122 |
-
!79 U+0079 y
|
123 |
-
!7A U+007A z
|
124 |
-
!7B U+007B braceleft
|
125 |
-
!7C U+007C bar
|
126 |
-
!7D U+007D braceright
|
127 |
-
!7E U+007E asciitilde
|
128 |
-
!7F U+007F .notdef
|
129 |
-
!80 U+2500 SF100000
|
130 |
-
!81 U+2502 SF110000
|
131 |
-
!82 U+250C SF010000
|
132 |
-
!83 U+2510 SF030000
|
133 |
-
!84 U+2514 SF020000
|
134 |
-
!85 U+2518 SF040000
|
135 |
-
!86 U+251C SF080000
|
136 |
-
!87 U+2524 SF090000
|
137 |
-
!88 U+252C SF060000
|
138 |
-
!89 U+2534 SF070000
|
139 |
-
!8A U+253C SF050000
|
140 |
-
!8B U+2580 upblock
|
141 |
-
!8C U+2584 dnblock
|
142 |
-
!8D U+2588 block
|
143 |
-
!8E U+258C lfblock
|
144 |
-
!8F U+2590 rtblock
|
145 |
-
!90 U+2591 ltshade
|
146 |
-
!91 U+2592 shade
|
147 |
-
!92 U+2593 dkshade
|
148 |
-
!93 U+2320 integraltp
|
149 |
-
!94 U+25A0 filledbox
|
150 |
-
!95 U+2219 periodcentered
|
151 |
-
!96 U+221A radical
|
152 |
-
!97 U+2248 approxequal
|
153 |
-
!98 U+2264 lessequal
|
154 |
-
!99 U+2265 greaterequal
|
155 |
-
!9A U+00A0 space
|
156 |
-
!9B U+2321 integralbt
|
157 |
-
!9C U+00B0 degree
|
158 |
-
!9D U+00B2 twosuperior
|
159 |
-
!9E U+00B7 periodcentered
|
160 |
-
!9F U+00F7 divide
|
161 |
-
!A0 U+2550 SF430000
|
162 |
-
!A1 U+2551 SF240000
|
163 |
-
!A2 U+2552 SF510000
|
164 |
-
!A3 U+0451 afii10071
|
165 |
-
!A4 U+2553 SF520000
|
166 |
-
!A5 U+2554 SF390000
|
167 |
-
!A6 U+2555 SF220000
|
168 |
-
!A7 U+2556 SF210000
|
169 |
-
!A8 U+2557 SF250000
|
170 |
-
!A9 U+2558 SF500000
|
171 |
-
!AA U+2559 SF490000
|
172 |
-
!AB U+255A SF380000
|
173 |
-
!AC U+255B SF280000
|
174 |
-
!AD U+255C SF270000
|
175 |
-
!AE U+255D SF260000
|
176 |
-
!AF U+255E SF360000
|
177 |
-
!B0 U+255F SF370000
|
178 |
-
!B1 U+2560 SF420000
|
179 |
-
!B2 U+2561 SF190000
|
180 |
-
!B3 U+0401 afii10023
|
181 |
-
!B4 U+2562 SF200000
|
182 |
-
!B5 U+2563 SF230000
|
183 |
-
!B6 U+2564 SF470000
|
184 |
-
!B7 U+2565 SF480000
|
185 |
-
!B8 U+2566 SF410000
|
186 |
-
!B9 U+2567 SF450000
|
187 |
-
!BA U+2568 SF460000
|
188 |
-
!BB U+2569 SF400000
|
189 |
-
!BC U+256A SF540000
|
190 |
-
!BD U+256B SF530000
|
191 |
-
!BE U+256C SF440000
|
192 |
-
!BF U+00A9 copyright
|
193 |
-
!C0 U+044E afii10096
|
194 |
-
!C1 U+0430 afii10065
|
195 |
-
!C2 U+0431 afii10066
|
196 |
-
!C3 U+0446 afii10088
|
197 |
-
!C4 U+0434 afii10069
|
198 |
-
!C5 U+0435 afii10070
|
199 |
-
!C6 U+0444 afii10086
|
200 |
-
!C7 U+0433 afii10068
|
201 |
-
!C8 U+0445 afii10087
|
202 |
-
!C9 U+0438 afii10074
|
203 |
-
!CA U+0439 afii10075
|
204 |
-
!CB U+043A afii10076
|
205 |
-
!CC U+043B afii10077
|
206 |
-
!CD U+043C afii10078
|
207 |
-
!CE U+043D afii10079
|
208 |
-
!CF U+043E afii10080
|
209 |
-
!D0 U+043F afii10081
|
210 |
-
!D1 U+044F afii10097
|
211 |
-
!D2 U+0440 afii10082
|
212 |
-
!D3 U+0441 afii10083
|
213 |
-
!D4 U+0442 afii10084
|
214 |
-
!D5 U+0443 afii10085
|
215 |
-
!D6 U+0436 afii10072
|
216 |
-
!D7 U+0432 afii10067
|
217 |
-
!D8 U+044C afii10094
|
218 |
-
!D9 U+044B afii10093
|
219 |
-
!DA U+0437 afii10073
|
220 |
-
!DB U+0448 afii10090
|
221 |
-
!DC U+044D afii10095
|
222 |
-
!DD U+0449 afii10091
|
223 |
-
!DE U+0447 afii10089
|
224 |
-
!DF U+044A afii10092
|
225 |
-
!E0 U+042E afii10048
|
226 |
-
!E1 U+0410 afii10017
|
227 |
-
!E2 U+0411 afii10018
|
228 |
-
!E3 U+0426 afii10040
|
229 |
-
!E4 U+0414 afii10021
|
230 |
-
!E5 U+0415 afii10022
|
231 |
-
!E6 U+0424 afii10038
|
232 |
-
!E7 U+0413 afii10020
|
233 |
-
!E8 U+0425 afii10039
|
234 |
-
!E9 U+0418 afii10026
|
235 |
-
!EA U+0419 afii10027
|
236 |
-
!EB U+041A afii10028
|
237 |
-
!EC U+041B afii10029
|
238 |
-
!ED U+041C afii10030
|
239 |
-
!EE U+041D afii10031
|
240 |
-
!EF U+041E afii10032
|
241 |
-
!F0 U+041F afii10033
|
242 |
-
!F1 U+042F afii10049
|
243 |
-
!F2 U+0420 afii10034
|
244 |
-
!F3 U+0421 afii10035
|
245 |
-
!F4 U+0422 afii10036
|
246 |
-
!F5 U+0423 afii10037
|
247 |
-
!F6 U+0416 afii10024
|
248 |
-
!F7 U+0412 afii10019
|
249 |
-
!F8 U+042C afii10046
|
250 |
-
!F9 U+042B afii10045
|
251 |
-
!FA U+0417 afii10025
|
252 |
-
!FB U+0428 afii10042
|
253 |
-
!FC U+042D afii10047
|
254 |
-
!FD U+0429 afii10043
|
255 |
-
!FE U+0427 afii10041
|
256 |
-
!FF U+042A afii10044
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/ZsoltNet/LedgerInvoice/controllers/pdf/font/makefont/koi8-u.map
DELETED
@@ -1,256 +0,0 @@
|
|
1 |
-
!00 U+0000 .notdef
|
2 |
-
!01 U+0001 .notdef
|
3 |
-
!02 U+0002 .notdef
|
4 |
-
!03 U+0003 .notdef
|
5 |
-
!04 U+0004 .notdef
|
6 |
-
!05 U+0005 .notdef
|
7 |
-
!06 U+0006 .notdef
|
8 |
-
!07 U+0007 .notdef
|
9 |
-
!08 U+0008 .notdef
|
10 |
-
!09 U+0009 .notdef
|
11 |
-
!0A U+000A .notdef
|
12 |
-
!0B U+000B .notdef
|
13 |
-
!0C U+000C .notdef
|
14 |
-
!0D U+000D .notdef
|
15 |
-
!0E U+000E .notdef
|
16 |
-
!0F U+000F .notdef
|
17 |
-
!10 U+0010 .notdef
|
18 |
-
!11 U+0011 .notdef
|
19 |
-
!12 U+0012 .notdef
|
20 |
-
!13 U+0013 .notdef
|
21 |
-
!14 U+0014 .notdef
|
22 |
-
!15 U+0015 .notdef
|
23 |
-
!16 U+0016 .notdef
|
24 |
-
!17 U+0017 .notdef
|
25 |
-
!18 U+0018 .notdef
|
26 |
-
!19 U+0019 .notdef
|
27 |
-
!1A U+001A .notdef
|
28 |
-
!1B U+001B .notdef
|
29 |
-
!1C U+001C .notdef
|
30 |
-
!1D U+001D .notdef
|
31 |
-
!1E U+001E .notdef
|
32 |
-
!1F U+001F .notdef
|
33 |
-
!20 U+0020 space
|
34 |
-
!21 U+0021 exclam
|
35 |
-
!22 U+0022 quotedbl
|
36 |
-
!23 U+0023 numbersign
|
37 |
-
!24 U+0024 dollar
|
38 |
-
!25 U+0025 percent
|
39 |
-
!26 U+0026 ampersand
|
40 |
-
!27 U+0027 quotesingle
|
41 |
-
!28 U+0028 parenleft
|
42 |
-
!29 U+0029 parenright
|
43 |
-
!2A U+002A asterisk
|
44 |
-
!2B U+002B plus
|
45 |
-
!2C U+002C comma
|
46 |
-
!2D U+002D hyphen
|
47 |
-
!2E U+002E period
|
48 |
-
!2F U+002F slash
|
49 |
-
!30 U+0030 zero
|
50 |
-
!31 U+0031 one
|
51 |
-
!32 U+0032 two
|
52 |
-
!33 U+0033 three
|
53 |
-
!34 U+0034 four
|
54 |
-
!35 U+0035 five
|
55 |
-
!36 U+0036 six
|
56 |
-
!37 U+0037 seven
|
57 |
-
!38 U+0038 eight
|
58 |
-
!39 U+0039 nine
|
59 |
-
!3A U+003A colon
|
60 |
-
!3B U+003B semicolon
|
61 |
-
!3C U+003C less
|
62 |
-
!3D U+003D equal
|
63 |
-
!3E U+003E greater
|
64 |
-
!3F U+003F question
|
65 |
-
!40 U+0040 at
|
66 |
-
!41 U+0041 A
|
67 |
-
!42 U+0042 B
|
68 |
-
!43 U+0043 C
|
69 |
-
!44 U+0044 D
|
70 |
-
!45 U+0045 E
|
71 |
-
!46 U+0046 F
|
72 |
-
!47 U+0047 G
|
73 |
-
!48 U+0048 H
|
74 |
-
!49 U+0049 I
|
75 |
-
!4A U+004A J
|
76 |
-
!4B U+004B K
|
77 |
-
!4C U+004C L
|
78 |
-
!4D U+004D M
|
79 |
-
!4E U+004E N
|
80 |
-
!4F U+004F O
|
81 |
-
!50 U+0050 P
|
82 |
-
!51 U+0051 Q
|
83 |
-
!52 U+0052 R
|
84 |
-
!53 U+0053 S
|
85 |
-
!54 U+0054 T
|
86 |
-
!55 U+0055 U
|
87 |
-
!56 U+0056 V
|
88 |
-
!57 U+0057 W
|
89 |
-
!58 U+0058 X
|
90 |
-
!59 U+0059 Y
|
91 |
-
!5A U+005A Z
|
92 |
-
!5B U+005B bracketleft
|
93 |
-
!5C U+005C backslash
|
94 |
-
!5D U+005D bracketright
|
95 |
-
!5E U+005E asciicircum
|
96 |
-
!5F U+005F underscore
|
97 |
-
!60 U+0060 grave
|
98 |
-
!61 U+0061 a
|
99 |
-
!62 U+0062 b
|
100 |
-
!63 U+0063 c
|
101 |
-
!64 U+0064 d
|
102 |
-
!65 U+0065 e
|
103 |
-
!66 U+0066 f
|
104 |
-
!67 U+0067 g
|
105 |
-
!68 U+0068 h
|
106 |
-
!69 U+0069 i
|
107 |
-
!6A U+006A j
|
108 |
-
!6B U+006B k
|
109 |
-
!6C U+006C l
|
110 |
-
!6D U+006D m
|
111 |
-
!6E U+006E n
|
112 |
-
!6F U+006F o
|
113 |
-
!70 U+0070 p
|
114 |
-
!71 U+0071 q
|
115 |
-
!72 U+0072 r
|
116 |
-
!73 U+0073 s
|
117 |
-
!74 U+0074 t
|
118 |
-
!75 U+0075 u
|
119 |
-
!76 U+0076 v
|
120 |
-
!77 U+0077 w
|
121 |
-
!78 U+0078 x
|
122 |
-
!79 U+0079 y
|
123 |
-
!7A U+007A z
|
124 |
-
!7B U+007B braceleft
|
125 |
-
!7C U+007C bar
|
126 |
-
!7D U+007D braceright
|
127 |
-
!7E U+007E asciitilde
|
128 |
-
!7F U+007F .notdef
|
129 |
-
!80 U+2500 SF100000
|
130 |
-
!81 U+2502 SF110000
|
131 |
-
!82 U+250C SF010000
|
132 |
-
!83 U+2510 SF030000
|
133 |
-
!84 U+2514 SF020000
|
134 |
-
!85 U+2518 SF040000
|
135 |
-
!86 U+251C SF080000
|
136 |
-
!87 U+2524 SF090000
|
137 |
-
!88 U+252C SF060000
|
138 |
-
!89 U+2534 SF070000
|
139 |
-
!8A U+253C SF050000
|
140 |
-
!8B U+2580 upblock
|
141 |
-
!8C U+2584 dnblock
|
142 |
-
!8D U+2588 block
|
143 |
-
!8E U+258C lfblock
|
144 |
-
!8F U+2590 rtblock
|
145 |
-
!90 U+2591 ltshade
|
146 |
-
!91 U+2592 shade
|
147 |
-
!92 U+2593 dkshade
|
148 |
-
!93 U+2320 integraltp
|
149 |
-
!94 U+25A0 filledbox
|
150 |
-
!95 U+2022 bullet
|
151 |
-
!96 U+221A radical
|
152 |
-
!97 U+2248 approxequal
|
153 |
-
!98 U+2264 lessequal
|
154 |
-
!99 U+2265 greaterequal
|
155 |
-
!9A U+00A0 space
|
156 |
-
!9B U+2321 integralbt
|
157 |
-
!9C U+00B0 degree
|
158 |
-
!9D U+00B2 twosuperior
|
159 |
-
!9E U+00B7 periodcentered
|
160 |
-
!9F U+00F7 divide
|
161 |
-
!A0 U+2550 SF430000
|
162 |
-
!A1 U+2551 SF240000
|
163 |
-
!A2 U+2552 SF510000
|
164 |
-
!A3 U+0451 afii10071
|
165 |
-
!A4 U+0454 afii10101
|
166 |
-
!A5 U+2554 SF390000
|
167 |
-
!A6 U+0456 afii10103
|
168 |
-
!A7 U+0457 afii10104
|
169 |
-
!A8 U+2557 SF250000
|
170 |
-
!A9 U+2558 SF500000
|
171 |
-
!AA U+2559 SF490000
|
172 |
-
!AB U+255A SF380000
|
173 |
-
!AC U+255B SF280000
|
174 |
-
!AD U+0491 afii10098
|
175 |
-
!AE U+255D SF260000
|
176 |
-
!AF U+255E SF360000
|
177 |
-
!B0 U+255F SF370000
|
178 |
-
!B1 U+2560 SF420000
|
179 |
-
!B2 U+2561 SF190000
|
180 |
-
!B3 U+0401 afii10023
|
181 |
-
!B4 U+0404 afii10053
|
182 |
-
!B5 U+2563 SF230000
|
183 |
-
!B6 U+0406 afii10055
|
184 |
-
!B7 U+0407 afii10056
|
185 |
-
!B8 U+2566 SF410000
|
186 |
-
!B9 U+2567 SF450000
|
187 |
-
!BA U+2568 SF460000
|
188 |
-
!BB U+2569 SF400000
|
189 |
-
!BC U+256A SF540000
|
190 |
-
!BD U+0490 afii10050
|
191 |
-
!BE U+256C SF440000
|
192 |
-
!BF U+00A9 copyright
|
193 |
-
!C0 U+044E afii10096
|
194 |
-
!C1 U+0430 afii10065
|
195 |
-
!C2 U+0431 afii10066
|
196 |
-
!C3 U+0446 afii10088
|
197 |
-
!C4 U+0434 afii10069
|
198 |
-
!C5 U+0435 afii10070
|
199 |
-
!C6 U+0444 afii10086
|
200 |
-
!C7 U+0433 afii10068
|
201 |
-
!C8 U+0445 afii10087
|
202 |
-
!C9 U+0438 afii10074
|
203 |
-
!CA U+0439 afii10075
|
204 |
-
!CB U+043A afii10076
|
205 |
-
!CC U+043B afii10077
|
206 |
-
!CD U+043C afii10078
|
207 |
-
!CE U+043D afii10079
|
208 |
-
!CF U+043E afii10080
|
209 |
-
!D0 U+043F afii10081
|
210 |
-
!D1 U+044F afii10097
|
211 |
-
!D2 U+0440 afii10082
|
212 |
-
!D3 U+0441 afii10083
|
213 |
-
!D4 U+0442 afii10084
|
214 |
-
!D5 U+0443 afii10085
|
215 |
-
!D6 U+0436 afii10072
|
216 |
-
!D7 U+0432 afii10067
|
217 |
-
!D8 U+044C afii10094
|
218 |
-
!D9 U+044B afii10093
|
219 |
-
!DA U+0437 afii10073
|
220 |
-
!DB U+0448 afii10090
|
221 |
-
!DC U+044D afii10095
|
222 |
-
!DD U+0449 afii10091
|
223 |
-
!DE U+0447 afii10089
|
224 |
-
!DF U+044A afii10092
|
225 |
-
!E0 U+042E afii10048
|
226 |
-
!E1 U+0410 afii10017
|
227 |
-
!E2 U+0411 afii10018
|
228 |
-
!E3 U+0426 afii10040
|
229 |
-
!E4 U+0414 afii10021
|
230 |
-
!E5 U+0415 afii10022
|
231 |
-
!E6 U+0424 afii10038
|
232 |
-
!E7 U+0413 afii10020
|
233 |
-
!E8 U+0425 afii10039
|
234 |
-
!E9 U+0418 afii10026
|
235 |
-
!EA U+0419 afii10027
|
236 |
-
!EB U+041A afii10028
|
237 |
-
!EC U+041B afii10029
|
238 |
-
!ED U+041C afii10030
|
239 |
-
!EE U+041D afii10031
|
240 |
-
!EF U+041E afii10032
|
241 |
-
!F0 U+041F afii10033
|
242 |
-
!F1 U+042F afii10049
|
243 |
-
!F2 U+0420 afii10034
|
244 |
-
!F3 U+0421 afii10035
|
245 |
-
!F4 U+0422 afii10036
|
246 |
-
!F5 U+0423 afii10037
|
247 |
-
!F6 U+0416 afii10024
|
248 |
-
!F7 U+0412 afii10019
|
249 |
-
!F8 U+042C afii10046
|
250 |
-
!F9 U+042B afii10045
|
251 |
-
!FA U+0417 afii10025
|
252 |
-
!FB U+0428 afii10042
|
253 |
-
!FC U+042D afii10047
|
254 |
-
!FD U+0429 afii10043
|
255 |
-
!FE U+0427 afii10041
|
256 |
-
!FF U+042A afii10044
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/ZsoltNet/LedgerInvoice/controllers/pdf/font/makefont/makefont.php
DELETED
@@ -1,419 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
/*******************************************************************************
|
3 |
-
* Utility to generate font definition files *
|
4 |
-
* *
|
5 |
-
* Version: 1.14 *
|
6 |
-
* Date: 2008-08-03 *
|
7 |
-
* Author: Olivier PLATHEY *
|
8 |
-
*******************************************************************************/
|
9 |
-
|
10 |
-
function ReadMap($enc)
|
11 |
-
{
|
12 |
-
//Read a map file
|
13 |
-
$file=dirname(__FILE__).'/'.strtolower($enc).'.map';
|
14 |
-
$a=file($file);
|
15 |
-
if(empty($a))
|
16 |
-
die('<b>Error:</b> encoding not found: '.$enc);
|
17 |
-
$cc2gn=array();
|
18 |
-
foreach($a as $l)
|
19 |
-
{
|
20 |
-
if($l[0]=='!')
|
21 |
-
{
|
22 |
-
$e=preg_split('/[ \\t]+/',rtrim($l));
|
23 |
-
$cc=hexdec(substr($e[0],1));
|
24 |
-
$gn=$e[2];
|
25 |
-
$cc2gn[$cc]=$gn;
|
26 |
-
}
|
27 |
-
}
|
28 |
-
for($i=0;$i<=255;$i++)
|
29 |
-
{
|
30 |
-
if(!isset($cc2gn[$i]))
|
31 |
-
$cc2gn[$i]='.notdef';
|
32 |
-
}
|
33 |
-
return $cc2gn;
|
34 |
-
}
|
35 |
-
|
36 |
-
function ReadAFM($file, &$map)
|
37 |
-
{
|
38 |
-
//Read a font metric file
|
39 |
-
$a=file($file);
|
40 |
-
if(empty($a))
|
41 |
-
die('File not found');
|
42 |
-
$widths=array();
|
43 |
-
$fm=array();
|
44 |
-
$fix=array('Edot'=>'Edotaccent','edot'=>'edotaccent','Idot'=>'Idotaccent','Zdot'=>'Zdotaccent','zdot'=>'zdotaccent',
|
45 |
-
'Odblacute'=>'Ohungarumlaut','odblacute'=>'ohungarumlaut','Udblacute'=>'Uhungarumlaut','udblacute'=>'uhungarumlaut',
|
46 |
-
'Gcedilla'=>'Gcommaaccent','gcedilla'=>'gcommaaccent','Kcedilla'=>'Kcommaaccent','kcedilla'=>'kcommaaccent',
|
47 |
-
'Lcedilla'=>'Lcommaaccent','lcedilla'=>'lcommaaccent','Ncedilla'=>'Ncommaaccent','ncedilla'=>'ncommaaccent',
|
48 |
-
'Rcedilla'=>'Rcommaaccent','rcedilla'=>'rcommaaccent','Scedilla'=>'Scommaaccent','scedilla'=>'scommaaccent',
|
49 |
-
'Tcedilla'=>'Tcommaaccent','tcedilla'=>'tcommaaccent','Dslash'=>'Dcroat','dslash'=>'dcroat','Dmacron'=>'Dcroat','dmacron'=>'dcroat',
|
50 |
-
'combininggraveaccent'=>'gravecomb','combininghookabove'=>'hookabovecomb','combiningtildeaccent'=>'tildecomb',
|
51 |
-
'combiningacuteaccent'=>'acutecomb','combiningdotbelow'=>'dotbelowcomb','dongsign'=>'dong');
|
52 |
-
foreach($a as $l)
|
53 |
-
{
|
54 |
-
$e=explode(' ',rtrim($l));
|
55 |
-
if(count($e)<2)
|
56 |
-
continue;
|
57 |
-
$code=$e[0];
|
58 |
-
$param=$e[1];
|
59 |
-
if($code=='C')
|
60 |
-
{
|
61 |
-
//Character metrics
|
62 |
-
$cc=(int)$e[1];
|
63 |
-
$w=$e[4];
|
64 |
-
$gn=$e[7];
|
65 |
-
if(substr($gn,-4)=='20AC')
|
66 |
-
$gn='Euro';
|
67 |
-
if(isset($fix[$gn]))
|
68 |
-
{
|
69 |
-
//Fix incorrect glyph name
|
70 |
-
foreach($map as $c=>$n)
|
71 |
-
{
|
72 |
-
if($n==$fix[$gn])
|
73 |
-
$map[$c]=$gn;
|
74 |
-
}
|
75 |
-
}
|
76 |
-
if(empty($map))
|
77 |
-
{
|
78 |
-
//Symbolic font: use built-in encoding
|
79 |
-
$widths[$cc]=$w;
|
80 |
-
}
|
81 |
-
else
|
82 |
-
{
|
83 |
-
$widths[$gn]=$w;
|
84 |
-
if($gn=='X')
|
85 |
-
$fm['CapXHeight']=$e[13];
|
86 |
-
}
|
87 |
-
if($gn=='.notdef')
|
88 |
-
$fm['MissingWidth']=$w;
|
89 |
-
}
|
90 |
-
elseif($code=='FontName')
|
91 |
-
$fm['FontName']=$param;
|
92 |
-
elseif($code=='Weight')
|
93 |
-
$fm['Weight']=$param;
|
94 |
-
elseif($code=='ItalicAngle')
|
95 |
-
$fm['ItalicAngle']=(double)$param;
|
96 |
-
elseif($code=='Ascender')
|
97 |
-
$fm['Ascender']=(int)$param;
|
98 |
-
elseif($code=='Descender')
|
99 |
-
$fm['Descender']=(int)$param;
|
100 |
-
elseif($code=='UnderlineThickness')
|
101 |
-
$fm['UnderlineThickness']=(int)$param;
|
102 |
-
elseif($code=='UnderlinePosition')
|
103 |
-
$fm['UnderlinePosition']=(int)$param;
|
104 |
-
elseif($code=='IsFixedPitch')
|
105 |
-
$fm['IsFixedPitch']=($param=='true');
|
106 |
-
elseif($code=='FontBBox')
|
107 |
-
$fm['FontBBox']=array($e[1],$e[2],$e[3],$e[4]);
|
108 |
-
elseif($code=='CapHeight')
|
109 |
-
$fm['CapHeight']=(int)$param;
|
110 |
-
elseif($code=='StdVW')
|
111 |
-
$fm['StdVW']=(int)$param;
|
112 |
-
}
|
113 |
-
if(!isset($fm['FontName']))
|
114 |
-
die('FontName not found');
|
115 |
-
if(!empty($map))
|
116 |
-
{
|
117 |
-
if(!isset($widths['.notdef']))
|
118 |
-
$widths['.notdef']=600;
|
119 |
-
if(!isset($widths['Delta']) && isset($widths['increment']))
|
120 |
-
$widths['Delta']=$widths['increment'];
|
121 |
-
//Order widths according to map
|
122 |
-
for($i=0;$i<=255;$i++)
|
123 |
-
{
|
124 |
-
if(!isset($widths[$map[$i]]))
|
125 |
-
{
|
126 |
-
echo '<b>Warning:</b> character '.$map[$i].' is missing<br>';
|
127 |
-
$widths[$i]=$widths['.notdef'];
|
128 |
-
}
|
129 |
-
else
|
130 |
-
$widths[$i]=$widths[$map[$i]];
|
131 |
-
}
|
132 |
-
}
|
133 |
-
$fm['Widths']=$widths;
|
134 |
-
return $fm;
|
135 |
-
}
|
136 |
-
|
137 |
-
function MakeFontDescriptor($fm, $symbolic)
|
138 |
-
{
|
139 |
-
//Ascent
|
140 |
-
$asc=(isset($fm['Ascender']) ? $fm['Ascender'] : 1000);
|
141 |
-
$fd="array('Ascent'=>".$asc;
|
142 |
-
//Descent
|
143 |
-
$desc=(isset($fm['Descender']) ? $fm['Descender'] : -200);
|
144 |
-
$fd.=",'Descent'=>".$desc;
|
145 |
-
//CapHeight
|
146 |
-
if(isset($fm['CapHeight']))
|
147 |
-
$ch=$fm['CapHeight'];
|
148 |
-
elseif(isset($fm['CapXHeight']))
|
149 |
-
$ch=$fm['CapXHeight'];
|
150 |
-
else
|
151 |
-
$ch=$asc;
|
152 |
-
$fd.=",'CapHeight'=>".$ch;
|
153 |
-
//Flags
|
154 |
-
$flags=0;
|
155 |
-
if(isset($fm['IsFixedPitch']) && $fm['IsFixedPitch'])
|
156 |
-
$flags+=1<<0;
|
157 |
-
if($symbolic)
|
158 |
-
$flags+=1<<2;
|
159 |
-
if(!$symbolic)
|
160 |
-
$flags+=1<<5;
|
161 |
-
if(isset($fm['ItalicAngle']) && $fm['ItalicAngle']!=0)
|
162 |
-
$flags+=1<<6;
|
163 |
-
$fd.=",'Flags'=>".$flags;
|
164 |
-
//FontBBox
|
165 |
-
if(isset($fm['FontBBox']))
|
166 |
-
$fbb=$fm['FontBBox'];
|
167 |
-
else
|
168 |
-
$fbb=array(0,$desc-100,1000,$asc+100);
|
169 |
-
$fd.=",'FontBBox'=>'[".$fbb[0].' '.$fbb[1].' '.$fbb[2].' '.$fbb[3]."]'";
|
170 |
-
//ItalicAngle
|
171 |
-
$ia=(isset($fm['ItalicAngle']) ? $fm['ItalicAngle'] : 0);
|
172 |
-
$fd.=",'ItalicAngle'=>".$ia;
|
173 |
-
//StemV
|
174 |
-
if(isset($fm['StdVW']))
|
175 |
-
$stemv=$fm['StdVW'];
|
176 |
-
elseif(isset($fm['Weight']) && preg_match('/bold|black/i',$fm['Weight']))
|
177 |
-
$stemv=120;
|
178 |
-
else
|
179 |
-
$stemv=70;
|
180 |
-
$fd.=",'StemV'=>".$stemv;
|
181 |
-
//MissingWidth
|
182 |
-
if(isset($fm['MissingWidth']))
|
183 |
-
$fd.=",'MissingWidth'=>".$fm['MissingWidth'];
|
184 |
-
$fd.=')';
|
185 |
-
return $fd;
|
186 |
-
}
|
187 |
-
|
188 |
-
function MakeWidthArray($fm)
|
189 |
-
{
|
190 |
-
//Make character width array
|
191 |
-
$s="array(\n\t";
|
192 |
-
$cw=$fm['Widths'];
|
193 |
-
for($i=0;$i<=255;$i++)
|
194 |
-
{
|
195 |
-
if(chr($i)=="'")
|
196 |
-
$s.="'\\''";
|
197 |
-
elseif(chr($i)=="\\")
|
198 |
-
$s.="'\\\\'";
|
199 |
-
elseif($i>=32 && $i<=126)
|
200 |
-
$s.="'".chr($i)."'";
|
201 |
-
else
|
202 |
-
$s.="chr($i)";
|
203 |
-
$s.='=>'.$fm['Widths'][$i];
|
204 |
-
if($i<255)
|
205 |
-
$s.=',';
|
206 |
-
if(($i+1)%22==0)
|
207 |
-
$s.="\n\t";
|
208 |
-
}
|
209 |
-
$s.=')';
|
210 |
-
return $s;
|
211 |
-
}
|
212 |
-
|
213 |
-
function MakeFontEncoding($map)
|
214 |
-
{
|
215 |
-
//Build differences from reference encoding
|
216 |
-
$ref=ReadMap('cp1252');
|
217 |
-
$s='';
|
218 |
-
$last=0;
|
219 |
-
for($i=32;$i<=255;$i++)
|
220 |
-
{
|
221 |
-
if($map[$i]!=$ref[$i])
|
222 |
-
{
|
223 |
-
if($i!=$last+1)
|
224 |
-
$s.=$i.' ';
|
225 |
-
$last=$i;
|
226 |
-
$s.='/'.$map[$i].' ';
|
227 |
-
}
|
228 |
-
}
|
229 |
-
return rtrim($s);
|
230 |
-
}
|
231 |
-
|
232 |
-
function SaveToFile($file, $s, $mode)
|
233 |
-
{
|
234 |
-
$f=fopen($file,'w'.$mode);
|
235 |
-
if(!$f)
|
236 |
-
die('Can\'t write to file '.$file);
|
237 |
-
fwrite($f,$s,strlen($s));
|
238 |
-
fclose($f);
|
239 |
-
}
|
240 |
-
|
241 |
-
function ReadShort($f)
|
242 |
-
{
|
243 |
-
$a=unpack('n1n',fread($f,2));
|
244 |
-
return $a['n'];
|
245 |
-
}
|
246 |
-
|
247 |
-
function ReadLong($f)
|
248 |
-
{
|
249 |
-
$a=unpack('N1N',fread($f,4));
|
250 |
-
return $a['N'];
|
251 |
-
}
|
252 |
-
|
253 |
-
function CheckTTF($file)
|
254 |
-
{
|
255 |
-
//Check if font license allows embedding
|
256 |
-
$f=fopen($file,'rb');
|
257 |
-
if(!$f)
|
258 |
-
die('<b>Error:</b> Can\'t open '.$file);
|
259 |
-
//Extract number of tables
|
260 |
-
fseek($f,4,SEEK_CUR);
|
261 |
-
$nb=ReadShort($f);
|
262 |
-
fseek($f,6,SEEK_CUR);
|
263 |
-
//Seek OS/2 table
|
264 |
-
$found=false;
|
265 |
-
for($i=0;$i<$nb;$i++)
|
266 |
-
{
|
267 |
-
if(fread($f,4)=='OS/2')
|
268 |
-
{
|
269 |
-
$found=true;
|
270 |
-
break;
|
271 |
-
}
|
272 |
-
fseek($f,12,SEEK_CUR);
|
273 |
-
}
|
274 |
-
if(!$found)
|
275 |
-
{
|
276 |
-
fclose($f);
|
277 |
-
return;
|
278 |
-
}
|
279 |
-
fseek($f,4,SEEK_CUR);
|
280 |
-
$offset=ReadLong($f);
|
281 |
-
fseek($f,$offset,SEEK_SET);
|
282 |
-
//Extract fsType flags
|
283 |
-
fseek($f,8,SEEK_CUR);
|
284 |
-
$fsType=ReadShort($f);
|
285 |
-
$rl=($fsType & 0x02)!=0;
|
286 |
-
$pp=($fsType & 0x04)!=0;
|
287 |
-
$e=($fsType & 0x08)!=0;
|
288 |
-
fclose($f);
|
289 |
-
if($rl && !$pp && !$e)
|
290 |
-
echo '<b>Warning:</b> font license does not allow embedding';
|
291 |
-
}
|
292 |
-
|
293 |
-
/*******************************************************************************
|
294 |
-
* fontfile: path to TTF file (or empty string if not to be embedded) *
|
295 |
-
* afmfile: path to AFM file *
|
296 |
-
* enc: font encoding (or empty string for symbolic fonts) *
|
297 |
-
* patch: optional patch for encoding *
|
298 |
-
* type: font type if fontfile is empty *
|
299 |
-
*******************************************************************************/
|
300 |
-
function MakeFont($fontfile, $afmfile, $enc='cp1252', $patch=array(), $type='TrueType')
|
301 |
-
{
|
302 |
-
//Generate a font definition file
|
303 |
-
if(get_magic_quotes_runtime())
|
304 |
-
@set_magic_quotes_runtime(0);
|
305 |
-
ini_set('auto_detect_line_endings','1');
|
306 |
-
if($enc)
|
307 |
-
{
|
308 |
-
$map=ReadMap($enc);
|
309 |
-
foreach($patch as $cc=>$gn)
|
310 |
-
$map[$cc]=$gn;
|
311 |
-
}
|
312 |
-
else
|
313 |
-
$map=array();
|
314 |
-
if(!file_exists($afmfile))
|
315 |
-
die('<b>Error:</b> AFM file not found: '.$afmfile);
|
316 |
-
$fm=ReadAFM($afmfile,$map);
|
317 |
-
if($enc)
|
318 |
-
$diff=MakeFontEncoding($map);
|
319 |
-
else
|
320 |
-
$diff='';
|
321 |
-
$fd=MakeFontDescriptor($fm,empty($map));
|
322 |
-
//Find font type
|
323 |
-
if($fontfile)
|
324 |
-
{
|
325 |
-
$ext=strtolower(substr($fontfile,-3));
|
326 |
-
if($ext=='ttf')
|
327 |
-
$type='TrueType';
|
328 |
-
elseif($ext=='pfb')
|
329 |
-
$type='Type1';
|
330 |
-
else
|
331 |
-
die('<b>Error:</b> unrecognized font file extension: '.$ext);
|
332 |
-
}
|
333 |
-
else
|
334 |
-
{
|
335 |
-
if($type!='TrueType' && $type!='Type1')
|
336 |
-
die('<b>Error:</b> incorrect font type: '.$type);
|
337 |
-
}
|
338 |
-
//Start generation
|
339 |
-
$s='<?php'."\n";
|
340 |
-
$s.='$type=\''.$type."';\n";
|
341 |
-
$s.='$name=\''.$fm['FontName']."';\n";
|
342 |
-
$s.='$desc='.$fd.";\n";
|
343 |
-
if(!isset($fm['UnderlinePosition']))
|
344 |
-
$fm['UnderlinePosition']=-100;
|
345 |
-
if(!isset($fm['UnderlineThickness']))
|
346 |
-
$fm['UnderlineThickness']=50;
|
347 |
-
$s.='$up='.$fm['UnderlinePosition'].";\n";
|
348 |
-
$s.='$ut='.$fm['UnderlineThickness'].";\n";
|
349 |
-
$w=MakeWidthArray($fm);
|
350 |
-
$s.='$cw='.$w.";\n";
|
351 |
-
$s.='$enc=\''.$enc."';\n";
|
352 |
-
$s.='$diff=\''.$diff."';\n";
|
353 |
-
$basename=substr(basename($afmfile),0,-4);
|
354 |
-
if($fontfile)
|
355 |
-
{
|
356 |
-
//Embedded font
|
357 |
-
if(!file_exists($fontfile))
|
358 |
-
die('<b>Error:</b> font file not found: '.$fontfile);
|
359 |
-
if($type=='TrueType')
|
360 |
-
CheckTTF($fontfile);
|
361 |
-
$f=fopen($fontfile,'rb');
|
362 |
-
if(!$f)
|
363 |
-
die('<b>Error:</b> Can\'t open '.$fontfile);
|
364 |
-
$file=fread($f,filesize($fontfile));
|
365 |
-
fclose($f);
|
366 |
-
if($type=='Type1')
|
367 |
-
{
|
368 |
-
//Find first two sections and discard third one
|
369 |
-
$header=(ord($file[0])==128);
|
370 |
-
if($header)
|
371 |
-
{
|
372 |
-
//Strip first binary header
|
373 |
-
$file=substr($file,6);
|
374 |
-
}
|
375 |
-
$pos=strpos($file,'eexec');
|
376 |
-
if(!$pos)
|
377 |
-
die('<b>Error:</b> font file does not seem to be valid Type1');
|
378 |
-
$size1=$pos+6;
|
379 |
-
if($header && ord($file[$size1])==128)
|
380 |
-
{
|
381 |
-
//Strip second binary header
|
382 |
-
$file=substr($file,0,$size1).substr($file,$size1+6);
|
383 |
-
}
|
384 |
-
$pos=strpos($file,'00000000');
|
385 |
-
if(!$pos)
|
386 |
-
die('<b>Error:</b> font file does not seem to be valid Type1');
|
387 |
-
$size2=$pos-$size1;
|
388 |
-
$file=substr($file,0,$size1+$size2);
|
389 |
-
}
|
390 |
-
if(function_exists('gzcompress'))
|
391 |
-
{
|
392 |
-
$cmp=$basename.'.z';
|
393 |
-
SaveToFile($cmp,gzcompress($file),'b');
|
394 |
-
$s.='$file=\''.$cmp."';\n";
|
395 |
-
echo 'Font file compressed ('.$cmp.')<br>';
|
396 |
-
}
|
397 |
-
else
|
398 |
-
{
|
399 |
-
$s.='$file=\''.basename($fontfile)."';\n";
|
400 |
-
echo '<b>Notice:</b> font file could not be compressed (zlib extension not available)<br>';
|
401 |
-
}
|
402 |
-
if($type=='Type1')
|
403 |
-
{
|
404 |
-
$s.='$size1='.$size1.";\n";
|
405 |
-
$s.='$size2='.$size2.";\n";
|
406 |
-
}
|
407 |
-
else
|
408 |
-
$s.='$originalsize='.filesize($fontfile).";\n";
|
409 |
-
}
|
410 |
-
else
|
411 |
-
{
|
412 |
-
//Not embedded font
|
413 |
-
$s.='$file='."'';\n";
|
414 |
-
}
|
415 |
-
$s.="?>\n";
|
416 |
-
SaveToFile($basename.'.php',$s,'t');
|
417 |
-
echo 'Font definition file generated ('.$basename.'.php'.')<br>';
|
418 |
-
}
|
419 |
-
?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/ZsoltNet/LedgerInvoice/controllers/pdf/font/symbol.php
DELETED
@@ -1,15 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
$fpdf_charwidths['symbol']=array(
|
3 |
-
chr(0)=>250,chr(1)=>250,chr(2)=>250,chr(3)=>250,chr(4)=>250,chr(5)=>250,chr(6)=>250,chr(7)=>250,chr(8)=>250,chr(9)=>250,chr(10)=>250,chr(11)=>250,chr(12)=>250,chr(13)=>250,chr(14)=>250,chr(15)=>250,chr(16)=>250,chr(17)=>250,chr(18)=>250,chr(19)=>250,chr(20)=>250,chr(21)=>250,
|
4 |
-
chr(22)=>250,chr(23)=>250,chr(24)=>250,chr(25)=>250,chr(26)=>250,chr(27)=>250,chr(28)=>250,chr(29)=>250,chr(30)=>250,chr(31)=>250,' '=>250,'!'=>333,'"'=>713,'#'=>500,'$'=>549,'%'=>833,'&'=>778,'\''=>439,'('=>333,')'=>333,'*'=>500,'+'=>549,
|
5 |
-
','=>250,'-'=>549,'.'=>250,'/'=>278,'0'=>500,'1'=>500,'2'=>500,'3'=>500,'4'=>500,'5'=>500,'6'=>500,'7'=>500,'8'=>500,'9'=>500,':'=>278,';'=>278,'<'=>549,'='=>549,'>'=>549,'?'=>444,'@'=>549,'A'=>722,
|
6 |
-
'B'=>667,'C'=>722,'D'=>612,'E'=>611,'F'=>763,'G'=>603,'H'=>722,'I'=>333,'J'=>631,'K'=>722,'L'=>686,'M'=>889,'N'=>722,'O'=>722,'P'=>768,'Q'=>741,'R'=>556,'S'=>592,'T'=>611,'U'=>690,'V'=>439,'W'=>768,
|
7 |
-
'X'=>645,'Y'=>795,'Z'=>611,'['=>333,'\\'=>863,']'=>333,'^'=>658,'_'=>500,'`'=>500,'a'=>631,'b'=>549,'c'=>549,'d'=>494,'e'=>439,'f'=>521,'g'=>411,'h'=>603,'i'=>329,'j'=>603,'k'=>549,'l'=>549,'m'=>576,
|
8 |
-
'n'=>521,'o'=>549,'p'=>549,'q'=>521,'r'=>549,'s'=>603,'t'=>439,'u'=>576,'v'=>713,'w'=>686,'x'=>493,'y'=>686,'z'=>494,'{'=>480,'|'=>200,'}'=>480,'~'=>549,chr(127)=>0,chr(128)=>0,chr(129)=>0,chr(130)=>0,chr(131)=>0,
|
9 |
-
chr(132)=>0,chr(133)=>0,chr(134)=>0,chr(135)=>0,chr(136)=>0,chr(137)=>0,chr(138)=>0,chr(139)=>0,chr(140)=>0,chr(141)=>0,chr(142)=>0,chr(143)=>0,chr(144)=>0,chr(145)=>0,chr(146)=>0,chr(147)=>0,chr(148)=>0,chr(149)=>0,chr(150)=>0,chr(151)=>0,chr(152)=>0,chr(153)=>0,
|
10 |
-
chr(154)=>0,chr(155)=>0,chr(156)=>0,chr(157)=>0,chr(158)=>0,chr(159)=>0,chr(160)=>750,chr(161)=>620,chr(162)=>247,chr(163)=>549,chr(164)=>167,chr(165)=>713,chr(166)=>500,chr(167)=>753,chr(168)=>753,chr(169)=>753,chr(170)=>753,chr(171)=>1042,chr(172)=>987,chr(173)=>603,chr(174)=>987,chr(175)=>603,
|
11 |
-
chr(176)=>400,chr(177)=>549,chr(178)=>411,chr(179)=>549,chr(180)=>549,chr(181)=>713,chr(182)=>494,chr(183)=>460,chr(184)=>549,chr(185)=>549,chr(186)=>549,chr(187)=>549,chr(188)=>1000,chr(189)=>603,chr(190)=>1000,chr(191)=>658,chr(192)=>823,chr(193)=>686,chr(194)=>795,chr(195)=>987,chr(196)=>768,chr(197)=>768,
|
12 |
-
chr(198)=>823,chr(199)=>768,chr(200)=>768,chr(201)=>713,chr(202)=>713,chr(203)=>713,chr(204)=>713,chr(205)=>713,chr(206)=>713,chr(207)=>713,chr(208)=>768,chr(209)=>713,chr(210)=>790,chr(211)=>790,chr(212)=>890,chr(213)=>823,chr(214)=>549,chr(215)=>250,chr(216)=>713,chr(217)=>603,chr(218)=>603,chr(219)=>1042,
|
13 |
-
chr(220)=>987,chr(221)=>603,chr(222)=>987,chr(223)=>603,chr(224)=>494,chr(225)=>329,chr(226)=>790,chr(227)=>790,chr(228)=>786,chr(229)=>713,chr(230)=>384,chr(231)=>384,chr(232)=>384,chr(233)=>384,chr(234)=>384,chr(235)=>384,chr(236)=>494,chr(237)=>494,chr(238)=>494,chr(239)=>494,chr(240)=>0,chr(241)=>329,
|
14 |
-
chr(242)=>274,chr(243)=>686,chr(244)=>686,chr(245)=>686,chr(246)=>384,chr(247)=>384,chr(248)=>384,chr(249)=>384,chr(250)=>384,chr(251)=>384,chr(252)=>494,chr(253)=>494,chr(254)=>494,chr(255)=>0);
|
15 |
-
?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/ZsoltNet/LedgerInvoice/controllers/pdf/font/times.php
DELETED
@@ -1,15 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
$fpdf_charwidths['times']=array(
|
3 |
-
chr(0)=>250,chr(1)=>250,chr(2)=>250,chr(3)=>250,chr(4)=>250,chr(5)=>250,chr(6)=>250,chr(7)=>250,chr(8)=>250,chr(9)=>250,chr(10)=>250,chr(11)=>250,chr(12)=>250,chr(13)=>250,chr(14)=>250,chr(15)=>250,chr(16)=>250,chr(17)=>250,chr(18)=>250,chr(19)=>250,chr(20)=>250,chr(21)=>250,
|
4 |
-
chr(22)=>250,chr(23)=>250,chr(24)=>250,chr(25)=>250,chr(26)=>250,chr(27)=>250,chr(28)=>250,chr(29)=>250,chr(30)=>250,chr(31)=>250,' '=>250,'!'=>333,'"'=>408,'#'=>500,'$'=>500,'%'=>833,'&'=>778,'\''=>180,'('=>333,')'=>333,'*'=>500,'+'=>564,
|
5 |
-
','=>250,'-'=>333,'.'=>250,'/'=>278,'0'=>500,'1'=>500,'2'=>500,'3'=>500,'4'=>500,'5'=>500,'6'=>500,'7'=>500,'8'=>500,'9'=>500,':'=>278,';'=>278,'<'=>564,'='=>564,'>'=>564,'?'=>444,'@'=>921,'A'=>722,
|
6 |
-
'B'=>667,'C'=>667,'D'=>722,'E'=>611,'F'=>556,'G'=>722,'H'=>722,'I'=>333,'J'=>389,'K'=>722,'L'=>611,'M'=>889,'N'=>722,'O'=>722,'P'=>556,'Q'=>722,'R'=>667,'S'=>556,'T'=>611,'U'=>722,'V'=>722,'W'=>944,
|
7 |
-
'X'=>722,'Y'=>722,'Z'=>611,'['=>333,'\\'=>278,']'=>333,'^'=>469,'_'=>500,'`'=>333,'a'=>444,'b'=>500,'c'=>444,'d'=>500,'e'=>444,'f'=>333,'g'=>500,'h'=>500,'i'=>278,'j'=>278,'k'=>500,'l'=>278,'m'=>778,
|
8 |
-
'n'=>500,'o'=>500,'p'=>500,'q'=>500,'r'=>333,'s'=>389,'t'=>278,'u'=>500,'v'=>500,'w'=>722,'x'=>500,'y'=>500,'z'=>444,'{'=>480,'|'=>200,'}'=>480,'~'=>541,chr(127)=>350,chr(128)=>500,chr(129)=>350,chr(130)=>333,chr(131)=>500,
|
9 |
-
chr(132)=>444,chr(133)=>1000,chr(134)=>500,chr(135)=>500,chr(136)=>333,chr(137)=>1000,chr(138)=>556,chr(139)=>333,chr(140)=>889,chr(141)=>350,chr(142)=>611,chr(143)=>350,chr(144)=>350,chr(145)=>333,chr(146)=>333,chr(147)=>444,chr(148)=>444,chr(149)=>350,chr(150)=>500,chr(151)=>1000,chr(152)=>333,chr(153)=>980,
|
10 |
-
chr(154)=>389,chr(155)=>333,chr(156)=>722,chr(157)=>350,chr(158)=>444,chr(159)=>722,chr(160)=>250,chr(161)=>333,chr(162)=>500,chr(163)=>500,chr(164)=>500,chr(165)=>500,chr(166)=>200,chr(167)=>500,chr(168)=>333,chr(169)=>760,chr(170)=>276,chr(171)=>500,chr(172)=>564,chr(173)=>333,chr(174)=>760,chr(175)=>333,
|
11 |
-
chr(176)=>400,chr(177)=>564,chr(178)=>300,chr(179)=>300,chr(180)=>333,chr(181)=>500,chr(182)=>453,chr(183)=>250,chr(184)=>333,chr(185)=>300,chr(186)=>310,chr(187)=>500,chr(188)=>750,chr(189)=>750,chr(190)=>750,chr(191)=>444,chr(192)=>722,chr(193)=>722,chr(194)=>722,chr(195)=>722,chr(196)=>722,chr(197)=>722,
|
12 |
-
chr(198)=>889,chr(199)=>667,chr(200)=>611,chr(201)=>611,chr(202)=>611,chr(203)=>611,chr(204)=>333,chr(205)=>333,chr(206)=>333,chr(207)=>333,chr(208)=>722,chr(209)=>722,chr(210)=>722,chr(211)=>722,chr(212)=>722,chr(213)=>722,chr(214)=>722,chr(215)=>564,chr(216)=>722,chr(217)=>722,chr(218)=>722,chr(219)=>722,
|
13 |
-
chr(220)=>722,chr(221)=>722,chr(222)=>556,chr(223)=>500,chr(224)=>444,chr(225)=>444,chr(226)=>444,chr(227)=>444,chr(228)=>444,chr(229)=>444,chr(230)=>667,chr(231)=>444,chr(232)=>444,chr(233)=>444,chr(234)=>444,chr(235)=>444,chr(236)=>278,chr(237)=>278,chr(238)=>278,chr(239)=>278,chr(240)=>500,chr(241)=>500,
|
14 |
-
chr(242)=>500,chr(243)=>500,chr(244)=>500,chr(245)=>500,chr(246)=>500,chr(247)=>564,chr(248)=>500,chr(249)=>500,chr(250)=>500,chr(251)=>500,chr(252)=>500,chr(253)=>500,chr(254)=>500,chr(255)=>500);
|
15 |
-
?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/ZsoltNet/LedgerInvoice/controllers/pdf/font/timesb.php
DELETED
@@ -1,15 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
$fpdf_charwidths['timesB']=array(
|
3 |
-
chr(0)=>250,chr(1)=>250,chr(2)=>250,chr(3)=>250,chr(4)=>250,chr(5)=>250,chr(6)=>250,chr(7)=>250,chr(8)=>250,chr(9)=>250,chr(10)=>250,chr(11)=>250,chr(12)=>250,chr(13)=>250,chr(14)=>250,chr(15)=>250,chr(16)=>250,chr(17)=>250,chr(18)=>250,chr(19)=>250,chr(20)=>250,chr(21)=>250,
|
4 |
-
chr(22)=>250,chr(23)=>250,chr(24)=>250,chr(25)=>250,chr(26)=>250,chr(27)=>250,chr(28)=>250,chr(29)=>250,chr(30)=>250,chr(31)=>250,' '=>250,'!'=>333,'"'=>555,'#'=>500,'$'=>500,'%'=>1000,'&'=>833,'\''=>278,'('=>333,')'=>333,'*'=>500,'+'=>570,
|
5 |
-
','=>250,'-'=>333,'.'=>250,'/'=>278,'0'=>500,'1'=>500,'2'=>500,'3'=>500,'4'=>500,'5'=>500,'6'=>500,'7'=>500,'8'=>500,'9'=>500,':'=>333,';'=>333,'<'=>570,'='=>570,'>'=>570,'?'=>500,'@'=>930,'A'=>722,
|
6 |
-
'B'=>667,'C'=>722,'D'=>722,'E'=>667,'F'=>611,'G'=>778,'H'=>778,'I'=>389,'J'=>500,'K'=>778,'L'=>667,'M'=>944,'N'=>722,'O'=>778,'P'=>611,'Q'=>778,'R'=>722,'S'=>556,'T'=>667,'U'=>722,'V'=>722,'W'=>1000,
|
7 |
-
'X'=>722,'Y'=>722,'Z'=>667,'['=>333,'\\'=>278,']'=>333,'^'=>581,'_'=>500,'`'=>333,'a'=>500,'b'=>556,'c'=>444,'d'=>556,'e'=>444,'f'=>333,'g'=>500,'h'=>556,'i'=>278,'j'=>333,'k'=>556,'l'=>278,'m'=>833,
|
8 |
-
'n'=>556,'o'=>500,'p'=>556,'q'=>556,'r'=>444,'s'=>389,'t'=>333,'u'=>556,'v'=>500,'w'=>722,'x'=>500,'y'=>500,'z'=>444,'{'=>394,'|'=>220,'}'=>394,'~'=>520,chr(127)=>350,chr(128)=>500,chr(129)=>350,chr(130)=>333,chr(131)=>500,
|
9 |
-
chr(132)=>500,chr(133)=>1000,chr(134)=>500,chr(135)=>500,chr(136)=>333,chr(137)=>1000,chr(138)=>556,chr(139)=>333,chr(140)=>1000,chr(141)=>350,chr(142)=>667,chr(143)=>350,chr(144)=>350,chr(145)=>333,chr(146)=>333,chr(147)=>500,chr(148)=>500,chr(149)=>350,chr(150)=>500,chr(151)=>1000,chr(152)=>333,chr(153)=>1000,
|
10 |
-
chr(154)=>389,chr(155)=>333,chr(156)=>722,chr(157)=>350,chr(158)=>444,chr(159)=>722,chr(160)=>250,chr(161)=>333,chr(162)=>500,chr(163)=>500,chr(164)=>500,chr(165)=>500,chr(166)=>220,chr(167)=>500,chr(168)=>333,chr(169)=>747,chr(170)=>300,chr(171)=>500,chr(172)=>570,chr(173)=>333,chr(174)=>747,chr(175)=>333,
|
11 |
-
chr(176)=>400,chr(177)=>570,chr(178)=>300,chr(179)=>300,chr(180)=>333,chr(181)=>556,chr(182)=>540,chr(183)=>250,chr(184)=>333,chr(185)=>300,chr(186)=>330,chr(187)=>500,chr(188)=>750,chr(189)=>750,chr(190)=>750,chr(191)=>500,chr(192)=>722,chr(193)=>722,chr(194)=>722,chr(195)=>722,chr(196)=>722,chr(197)=>722,
|
12 |
-
chr(198)=>1000,chr(199)=>722,chr(200)=>667,chr(201)=>667,chr(202)=>667,chr(203)=>667,chr(204)=>389,chr(205)=>389,chr(206)=>389,chr(207)=>389,chr(208)=>722,chr(209)=>722,chr(210)=>778,chr(211)=>778,chr(212)=>778,chr(213)=>778,chr(214)=>778,chr(215)=>570,chr(216)=>778,chr(217)=>722,chr(218)=>722,chr(219)=>722,
|
13 |
-
chr(220)=>722,chr(221)=>722,chr(222)=>611,chr(223)=>556,chr(224)=>500,chr(225)=>500,chr(226)=>500,chr(227)=>500,chr(228)=>500,chr(229)=>500,chr(230)=>722,chr(231)=>444,chr(232)=>444,chr(233)=>444,chr(234)=>444,chr(235)=>444,chr(236)=>278,chr(237)=>278,chr(238)=>278,chr(239)=>278,chr(240)=>500,chr(241)=>556,
|
14 |
-
chr(242)=>500,chr(243)=>500,chr(244)=>500,chr(245)=>500,chr(246)=>500,chr(247)=>570,chr(248)=>500,chr(249)=>556,chr(250)=>556,chr(251)=>556,chr(252)=>556,chr(253)=>500,chr(254)=>556,chr(255)=>500);
|
15 |
-
?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/ZsoltNet/LedgerInvoice/controllers/pdf/font/timesbi.php
DELETED
@@ -1,15 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
$fpdf_charwidths['timesBI']=array(
|
3 |
-
chr(0)=>250,chr(1)=>250,chr(2)=>250,chr(3)=>250,chr(4)=>250,chr(5)=>250,chr(6)=>250,chr(7)=>250,chr(8)=>250,chr(9)=>250,chr(10)=>250,chr(11)=>250,chr(12)=>250,chr(13)=>250,chr(14)=>250,chr(15)=>250,chr(16)=>250,chr(17)=>250,chr(18)=>250,chr(19)=>250,chr(20)=>250,chr(21)=>250,
|
4 |
-
chr(22)=>250,chr(23)=>250,chr(24)=>250,chr(25)=>250,chr(26)=>250,chr(27)=>250,chr(28)=>250,chr(29)=>250,chr(30)=>250,chr(31)=>250,' '=>250,'!'=>389,'"'=>555,'#'=>500,'$'=>500,'%'=>833,'&'=>778,'\''=>278,'('=>333,')'=>333,'*'=>500,'+'=>570,
|
5 |
-
','=>250,'-'=>333,'.'=>250,'/'=>278,'0'=>500,'1'=>500,'2'=>500,'3'=>500,'4'=>500,'5'=>500,'6'=>500,'7'=>500,'8'=>500,'9'=>500,':'=>333,';'=>333,'<'=>570,'='=>570,'>'=>570,'?'=>500,'@'=>832,'A'=>667,
|
6 |
-
'B'=>667,'C'=>667,'D'=>722,'E'=>667,'F'=>667,'G'=>722,'H'=>778,'I'=>389,'J'=>500,'K'=>667,'L'=>611,'M'=>889,'N'=>722,'O'=>722,'P'=>611,'Q'=>722,'R'=>667,'S'=>556,'T'=>611,'U'=>722,'V'=>667,'W'=>889,
|
7 |
-
'X'=>667,'Y'=>611,'Z'=>611,'['=>333,'\\'=>278,']'=>333,'^'=>570,'_'=>500,'`'=>333,'a'=>500,'b'=>500,'c'=>444,'d'=>500,'e'=>444,'f'=>333,'g'=>500,'h'=>556,'i'=>278,'j'=>278,'k'=>500,'l'=>278,'m'=>778,
|
8 |
-
'n'=>556,'o'=>500,'p'=>500,'q'=>500,'r'=>389,'s'=>389,'t'=>278,'u'=>556,'v'=>444,'w'=>667,'x'=>500,'y'=>444,'z'=>389,'{'=>348,'|'=>220,'}'=>348,'~'=>570,chr(127)=>350,chr(128)=>500,chr(129)=>350,chr(130)=>333,chr(131)=>500,
|
9 |
-
chr(132)=>500,chr(133)=>1000,chr(134)=>500,chr(135)=>500,chr(136)=>333,chr(137)=>1000,chr(138)=>556,chr(139)=>333,chr(140)=>944,chr(141)=>350,chr(142)=>611,chr(143)=>350,chr(144)=>350,chr(145)=>333,chr(146)=>333,chr(147)=>500,chr(148)=>500,chr(149)=>350,chr(150)=>500,chr(151)=>1000,chr(152)=>333,chr(153)=>1000,
|
10 |
-
chr(154)=>389,chr(155)=>333,chr(156)=>722,chr(157)=>350,chr(158)=>389,chr(159)=>611,chr(160)=>250,chr(161)=>389,chr(162)=>500,chr(163)=>500,chr(164)=>500,chr(165)=>500,chr(166)=>220,chr(167)=>500,chr(168)=>333,chr(169)=>747,chr(170)=>266,chr(171)=>500,chr(172)=>606,chr(173)=>333,chr(174)=>747,chr(175)=>333,
|
11 |
-
chr(176)=>400,chr(177)=>570,chr(178)=>300,chr(179)=>300,chr(180)=>333,chr(181)=>576,chr(182)=>500,chr(183)=>250,chr(184)=>333,chr(185)=>300,chr(186)=>300,chr(187)=>500,chr(188)=>750,chr(189)=>750,chr(190)=>750,chr(191)=>500,chr(192)=>667,chr(193)=>667,chr(194)=>667,chr(195)=>667,chr(196)=>667,chr(197)=>667,
|
12 |
-
chr(198)=>944,chr(199)=>667,chr(200)=>667,chr(201)=>667,chr(202)=>667,chr(203)=>667,chr(204)=>389,chr(205)=>389,chr(206)=>389,chr(207)=>389,chr(208)=>722,chr(209)=>722,chr(210)=>722,chr(211)=>722,chr(212)=>722,chr(213)=>722,chr(214)=>722,chr(215)=>570,chr(216)=>722,chr(217)=>722,chr(218)=>722,chr(219)=>722,
|
13 |
-
chr(220)=>722,chr(221)=>611,chr(222)=>611,chr(223)=>500,chr(224)=>500,chr(225)=>500,chr(226)=>500,chr(227)=>500,chr(228)=>500,chr(229)=>500,chr(230)=>722,chr(231)=>444,chr(232)=>444,chr(233)=>444,chr(234)=>444,chr(235)=>444,chr(236)=>278,chr(237)=>278,chr(238)=>278,chr(239)=>278,chr(240)=>500,chr(241)=>556,
|
14 |
-
chr(242)=>500,chr(243)=>500,chr(244)=>500,chr(245)=>500,chr(246)=>500,chr(247)=>570,chr(248)=>500,chr(249)=>556,chr(250)=>556,chr(251)=>556,chr(252)=>556,chr(253)=>444,chr(254)=>500,chr(255)=>444);
|
15 |
-
?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/ZsoltNet/LedgerInvoice/controllers/pdf/font/timesi.php
DELETED
@@ -1,15 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
$fpdf_charwidths['timesI']=array(
|
3 |
-
chr(0)=>250,chr(1)=>250,chr(2)=>250,chr(3)=>250,chr(4)=>250,chr(5)=>250,chr(6)=>250,chr(7)=>250,chr(8)=>250,chr(9)=>250,chr(10)=>250,chr(11)=>250,chr(12)=>250,chr(13)=>250,chr(14)=>250,chr(15)=>250,chr(16)=>250,chr(17)=>250,chr(18)=>250,chr(19)=>250,chr(20)=>250,chr(21)=>250,
|
4 |
-
chr(22)=>250,chr(23)=>250,chr(24)=>250,chr(25)=>250,chr(26)=>250,chr(27)=>250,chr(28)=>250,chr(29)=>250,chr(30)=>250,chr(31)=>250,' '=>250,'!'=>333,'"'=>420,'#'=>500,'$'=>500,'%'=>833,'&'=>778,'\''=>214,'('=>333,')'=>333,'*'=>500,'+'=>675,
|
5 |
-
','=>250,'-'=>333,'.'=>250,'/'=>278,'0'=>500,'1'=>500,'2'=>500,'3'=>500,'4'=>500,'5'=>500,'6'=>500,'7'=>500,'8'=>500,'9'=>500,':'=>333,';'=>333,'<'=>675,'='=>675,'>'=>675,'?'=>500,'@'=>920,'A'=>611,
|
6 |
-
'B'=>611,'C'=>667,'D'=>722,'E'=>611,'F'=>611,'G'=>722,'H'=>722,'I'=>333,'J'=>444,'K'=>667,'L'=>556,'M'=>833,'N'=>667,'O'=>722,'P'=>611,'Q'=>722,'R'=>611,'S'=>500,'T'=>556,'U'=>722,'V'=>611,'W'=>833,
|
7 |
-
'X'=>611,'Y'=>556,'Z'=>556,'['=>389,'\\'=>278,']'=>389,'^'=>422,'_'=>500,'`'=>333,'a'=>500,'b'=>500,'c'=>444,'d'=>500,'e'=>444,'f'=>278,'g'=>500,'h'=>500,'i'=>278,'j'=>278,'k'=>444,'l'=>278,'m'=>722,
|
8 |
-
'n'=>500,'o'=>500,'p'=>500,'q'=>500,'r'=>389,'s'=>389,'t'=>278,'u'=>500,'v'=>444,'w'=>667,'x'=>444,'y'=>444,'z'=>389,'{'=>400,'|'=>275,'}'=>400,'~'=>541,chr(127)=>350,chr(128)=>500,chr(129)=>350,chr(130)=>333,chr(131)=>500,
|
9 |
-
chr(132)=>556,chr(133)=>889,chr(134)=>500,chr(135)=>500,chr(136)=>333,chr(137)=>1000,chr(138)=>500,chr(139)=>333,chr(140)=>944,chr(141)=>350,chr(142)=>556,chr(143)=>350,chr(144)=>350,chr(145)=>333,chr(146)=>333,chr(147)=>556,chr(148)=>556,chr(149)=>350,chr(150)=>500,chr(151)=>889,chr(152)=>333,chr(153)=>980,
|
10 |
-
chr(154)=>389,chr(155)=>333,chr(156)=>667,chr(157)=>350,chr(158)=>389,chr(159)=>556,chr(160)=>250,chr(161)=>389,chr(162)=>500,chr(163)=>500,chr(164)=>500,chr(165)=>500,chr(166)=>275,chr(167)=>500,chr(168)=>333,chr(169)=>760,chr(170)=>276,chr(171)=>500,chr(172)=>675,chr(173)=>333,chr(174)=>760,chr(175)=>333,
|
11 |
-
chr(176)=>400,chr(177)=>675,chr(178)=>300,chr(179)=>300,chr(180)=>333,chr(181)=>500,chr(182)=>523,chr(183)=>250,chr(184)=>333,chr(185)=>300,chr(186)=>310,chr(187)=>500,chr(188)=>750,chr(189)=>750,chr(190)=>750,chr(191)=>500,chr(192)=>611,chr(193)=>611,chr(194)=>611,chr(195)=>611,chr(196)=>611,chr(197)=>611,
|
12 |
-
chr(198)=>889,chr(199)=>667,chr(200)=>611,chr(201)=>611,chr(202)=>611,chr(203)=>611,chr(204)=>333,chr(205)=>333,chr(206)=>333,chr(207)=>333,chr(208)=>722,chr(209)=>667,chr(210)=>722,chr(211)=>722,chr(212)=>722,chr(213)=>722,chr(214)=>722,chr(215)=>675,chr(216)=>722,chr(217)=>722,chr(218)=>722,chr(219)=>722,
|
13 |
-
chr(220)=>722,chr(221)=>556,chr(222)=>611,chr(223)=>500,chr(224)=>500,chr(225)=>500,chr(226)=>500,chr(227)=>500,chr(228)=>500,chr(229)=>500,chr(230)=>667,chr(231)=>444,chr(232)=>444,chr(233)=>444,chr(234)=>444,chr(235)=>444,chr(236)=>278,chr(237)=>278,chr(238)=>278,chr(239)=>278,chr(240)=>500,chr(241)=>500,
|
14 |
-
chr(242)=>500,chr(243)=>500,chr(244)=>500,chr(245)=>500,chr(246)=>500,chr(247)=>675,chr(248)=>500,chr(249)=>500,chr(250)=>500,chr(251)=>500,chr(252)=>500,chr(253)=>444,chr(254)=>500,chr(255)=>444);
|
15 |
-
?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/ZsoltNet/LedgerInvoice/controllers/pdf/font/zapfdingbats.php
DELETED
@@ -1,15 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
$fpdf_charwidths['zapfdingbats']=array(
|
3 |
-
chr(0)=>0,chr(1)=>0,chr(2)=>0,chr(3)=>0,chr(4)=>0,chr(5)=>0,chr(6)=>0,chr(7)=>0,chr(8)=>0,chr(9)=>0,chr(10)=>0,chr(11)=>0,chr(12)=>0,chr(13)=>0,chr(14)=>0,chr(15)=>0,chr(16)=>0,chr(17)=>0,chr(18)=>0,chr(19)=>0,chr(20)=>0,chr(21)=>0,
|
4 |
-
chr(22)=>0,chr(23)=>0,chr(24)=>0,chr(25)=>0,chr(26)=>0,chr(27)=>0,chr(28)=>0,chr(29)=>0,chr(30)=>0,chr(31)=>0,' '=>278,'!'=>974,'"'=>961,'#'=>974,'$'=>980,'%'=>719,'&'=>789,'\''=>790,'('=>791,')'=>690,'*'=>960,'+'=>939,
|
5 |
-
','=>549,'-'=>855,'.'=>911,'/'=>933,'0'=>911,'1'=>945,'2'=>974,'3'=>755,'4'=>846,'5'=>762,'6'=>761,'7'=>571,'8'=>677,'9'=>763,':'=>760,';'=>759,'<'=>754,'='=>494,'>'=>552,'?'=>537,'@'=>577,'A'=>692,
|
6 |
-
'B'=>786,'C'=>788,'D'=>788,'E'=>790,'F'=>793,'G'=>794,'H'=>816,'I'=>823,'J'=>789,'K'=>841,'L'=>823,'M'=>833,'N'=>816,'O'=>831,'P'=>923,'Q'=>744,'R'=>723,'S'=>749,'T'=>790,'U'=>792,'V'=>695,'W'=>776,
|
7 |
-
'X'=>768,'Y'=>792,'Z'=>759,'['=>707,'\\'=>708,']'=>682,'^'=>701,'_'=>826,'`'=>815,'a'=>789,'b'=>789,'c'=>707,'d'=>687,'e'=>696,'f'=>689,'g'=>786,'h'=>787,'i'=>713,'j'=>791,'k'=>785,'l'=>791,'m'=>873,
|
8 |
-
'n'=>761,'o'=>762,'p'=>762,'q'=>759,'r'=>759,'s'=>892,'t'=>892,'u'=>788,'v'=>784,'w'=>438,'x'=>138,'y'=>277,'z'=>415,'{'=>392,'|'=>392,'}'=>668,'~'=>668,chr(127)=>0,chr(128)=>390,chr(129)=>390,chr(130)=>317,chr(131)=>317,
|
9 |
-
chr(132)=>276,chr(133)=>276,chr(134)=>509,chr(135)=>509,chr(136)=>410,chr(137)=>410,chr(138)=>234,chr(139)=>234,chr(140)=>334,chr(141)=>334,chr(142)=>0,chr(143)=>0,chr(144)=>0,chr(145)=>0,chr(146)=>0,chr(147)=>0,chr(148)=>0,chr(149)=>0,chr(150)=>0,chr(151)=>0,chr(152)=>0,chr(153)=>0,
|
10 |
-
chr(154)=>0,chr(155)=>0,chr(156)=>0,chr(157)=>0,chr(158)=>0,chr(159)=>0,chr(160)=>0,chr(161)=>732,chr(162)=>544,chr(163)=>544,chr(164)=>910,chr(165)=>667,chr(166)=>760,chr(167)=>760,chr(168)=>776,chr(169)=>595,chr(170)=>694,chr(171)=>626,chr(172)=>788,chr(173)=>788,chr(174)=>788,chr(175)=>788,
|
11 |
-
chr(176)=>788,chr(177)=>788,chr(178)=>788,chr(179)=>788,chr(180)=>788,chr(181)=>788,chr(182)=>788,chr(183)=>788,chr(184)=>788,chr(185)=>788,chr(186)=>788,chr(187)=>788,chr(188)=>788,chr(189)=>788,chr(190)=>788,chr(191)=>788,chr(192)=>788,chr(193)=>788,chr(194)=>788,chr(195)=>788,chr(196)=>788,chr(197)=>788,
|
12 |
-
chr(198)=>788,chr(199)=>788,chr(200)=>788,chr(201)=>788,chr(202)=>788,chr(203)=>788,chr(204)=>788,chr(205)=>788,chr(206)=>788,chr(207)=>788,chr(208)=>788,chr(209)=>788,chr(210)=>788,chr(211)=>788,chr(212)=>894,chr(213)=>838,chr(214)=>1016,chr(215)=>458,chr(216)=>748,chr(217)=>924,chr(218)=>748,chr(219)=>918,
|
13 |
-
chr(220)=>927,chr(221)=>928,chr(222)=>928,chr(223)=>834,chr(224)=>873,chr(225)=>828,chr(226)=>924,chr(227)=>924,chr(228)=>917,chr(229)=>930,chr(230)=>931,chr(231)=>463,chr(232)=>883,chr(233)=>836,chr(234)=>836,chr(235)=>867,chr(236)=>867,chr(237)=>696,chr(238)=>696,chr(239)=>874,chr(240)=>0,chr(241)=>874,
|
14 |
-
chr(242)=>760,chr(243)=>946,chr(244)=>771,chr(245)=>865,chr(246)=>771,chr(247)=>888,chr(248)=>967,chr(249)=>888,chr(250)=>831,chr(251)=>873,chr(252)=>927,chr(253)=>970,chr(254)=>918,chr(255)=>0);
|
15 |
-
?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/ZsoltNet/LedgerInvoice/controllers/pdf/fpdf.php
DELETED
@@ -1,1732 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
/*******************************************************************************
|
3 |
-
* FPDF *
|
4 |
-
* *
|
5 |
-
* Version: 1.6 *
|
6 |
-
* Date: 2008-08-03 *
|
7 |
-
* Author: Olivier PLATHEY *
|
8 |
-
*******************************************************************************/
|
9 |
-
|
10 |
-
define('FPDF_VERSION','1.6');
|
11 |
-
|
12 |
-
class FPDF
|
13 |
-
{
|
14 |
-
var $page; //current page number
|
15 |
-
var $n; //current object number
|
16 |
-
var $offsets; //array of object offsets
|
17 |
-
var $buffer; //buffer holding in-memory PDF
|
18 |
-
var $pages; //array containing pages
|
19 |
-
var $state; //current document state
|
20 |
-
var $compress; //compression flag
|
21 |
-
var $k; //scale factor (number of points in user unit)
|
22 |
-
var $DefOrientation; //default orientation
|
23 |
-
var $CurOrientation; //current orientation
|
24 |
-
var $PageFormats; //available page formats
|
25 |
-
var $DefPageFormat; //default page format
|
26 |
-
var $CurPageFormat; //current page format
|
27 |
-
var $PageSizes; //array storing non-default page sizes
|
28 |
-
var $wPt,$hPt; //dimensions of current page in points
|
29 |
-
var $w,$h; //dimensions of current page in user unit
|
30 |
-
var $lMargin; //left margin
|
31 |
-
var $tMargin; //top margin
|
32 |
-
var $rMargin; //right margin
|
33 |
-
var $bMargin; //page break margin
|
34 |
-
var $cMargin; //cell margin
|
35 |
-
var $x,$y; //current position in user unit
|
36 |
-
var $lasth; //height of last printed cell
|
37 |
-
var $LineWidth; //line width in user unit
|
38 |
-
var $CoreFonts; //array of standard font names
|
39 |
-
var $fonts; //array of used fonts
|
40 |
-
var $FontFiles; //array of font files
|
41 |
-
var $diffs; //array of encoding differences
|
42 |
-
var $FontFamily; //current font family
|
43 |
-
var $FontStyle; //current font style
|
44 |
-
var $underline; //underlining flag
|
45 |
-
var $CurrentFont; //current font info
|
46 |
-
var $FontSizePt; //current font size in points
|
47 |
-
var $FontSize; //current font size in user unit
|
48 |
-
var $DrawColor; //commands for drawing color
|
49 |
-
var $FillColor; //commands for filling color
|
50 |
-
var $TextColor; //commands for text color
|
51 |
-
var $ColorFlag; //indicates whether fill and text colors are different
|
52 |
-
var $ws; //word spacing
|
53 |
-
var $images; //array of used images
|
54 |
-
var $PageLinks; //array of links in pages
|
55 |
-
var $links; //array of internal links
|
56 |
-
var $AutoPageBreak; //automatic page breaking
|
57 |
-
var $PageBreakTrigger; //threshold used to trigger page breaks
|
58 |
-
var $InHeader; //flag set when processing header
|
59 |
-
var $InFooter; //flag set when processing footer
|
60 |
-
var $ZoomMode; //zoom display mode
|
61 |
-
var $LayoutMode; //layout display mode
|
62 |
-
var $title; //title
|
63 |
-
var $subject; //subject
|
64 |
-
var $author; //author
|
65 |
-
var $keywords; //keywords
|
66 |
-
var $creator; //creator
|
67 |
-
var $AliasNbPages; //alias for total number of pages
|
68 |
-
var $PDFVersion; //PDF version number
|
69 |
-
|
70 |
-
/*******************************************************************************
|
71 |
-
* *
|
72 |
-
* Public methods *
|
73 |
-
* *
|
74 |
-
*******************************************************************************/
|
75 |
-
function FPDF($orientation='P', $unit='mm', $format='A4')
|
76 |
-
{
|
77 |
-
//Some checks
|
78 |
-
$this->_dochecks();
|
79 |
-
//Initialization of properties
|
80 |
-
$this->page=0;
|
81 |
-
$this->n=2;
|
82 |
-
$this->buffer='';
|
83 |
-
$this->pages=array();
|
84 |
-
$this->PageSizes=array();
|
85 |
-
$this->state=0;
|
86 |
-
$this->fonts=array();
|
87 |
-
$this->FontFiles=array();
|
88 |
-
$this->diffs=array();
|
89 |
-
$this->images=array();
|
90 |
-
$this->links=array();
|
91 |
-
$this->InHeader=false;
|
92 |
-
$this->InFooter=false;
|
93 |
-
$this->lasth=0;
|
94 |
-
$this->FontFamily='';
|
95 |
-
$this->FontStyle='';
|
96 |
-
$this->FontSizePt=12;
|
97 |
-
$this->underline=false;
|
98 |
-
$this->DrawColor='0 G';
|
99 |
-
$this->FillColor='0 g';
|
100 |
-
$this->TextColor='0 g';
|
101 |
-
$this->ColorFlag=false;
|
102 |
-
$this->ws=0;
|
103 |
-
//Standard fonts
|
104 |
-
$this->CoreFonts=array('courier'=>'Courier', 'courierB'=>'Courier-Bold', 'courierI'=>'Courier-Oblique', 'courierBI'=>'Courier-BoldOblique',
|
105 |
-
'helvetica'=>'Helvetica', 'helveticaB'=>'Helvetica-Bold', 'helveticaI'=>'Helvetica-Oblique', 'helveticaBI'=>'Helvetica-BoldOblique',
|
106 |
-
'times'=>'Times-Roman', 'timesB'=>'Times-Bold', 'timesI'=>'Times-Italic', 'timesBI'=>'Times-BoldItalic',
|
107 |
-
'symbol'=>'Symbol', 'zapfdingbats'=>'ZapfDingbats');
|
108 |
-
//Scale factor
|
109 |
-
if($unit=='pt')
|
110 |
-
$this->k=1;
|
111 |
-
elseif($unit=='mm')
|
112 |
-
$this->k=72/25.4;
|
113 |
-
elseif($unit=='cm')
|
114 |
-
$this->k=72/2.54;
|
115 |
-
elseif($unit=='in')
|
116 |
-
$this->k=72;
|
117 |
-
else
|
118 |
-
$this->Error('Incorrect unit: '.$unit);
|
119 |
-
//Page format
|
120 |
-
$this->PageFormats=array('a3'=>array(841.89,1190.55), 'a4'=>array(595.28,841.89), 'a5'=>array(420.94,595.28),
|
121 |
-
'letter'=>array(612,792), 'legal'=>array(612,1008));
|
122 |
-
if(is_string($format))
|
123 |
-
$format=$this->_getpageformat($format);
|
124 |
-
$this->DefPageFormat=$format;
|
125 |
-
$this->CurPageFormat=$format;
|
126 |
-
//Page orientation
|
127 |
-
$orientation=strtolower($orientation);
|
128 |
-
if($orientation=='p' || $orientation=='portrait')
|
129 |
-
{
|
130 |
-
$this->DefOrientation='P';
|
131 |
-
$this->w=$this->DefPageFormat[0];
|
132 |
-
$this->h=$this->DefPageFormat[1];
|
133 |
-
}
|
134 |
-
elseif($orientation=='l' || $orientation=='landscape')
|
135 |
-
{
|
136 |
-
$this->DefOrientation='L';
|
137 |
-
$this->w=$this->DefPageFormat[1];
|
138 |
-
$this->h=$this->DefPageFormat[0];
|
139 |
-
}
|
140 |
-
else
|
141 |
-
$this->Error('Incorrect orientation: '.$orientation);
|
142 |
-
$this->CurOrientation=$this->DefOrientation;
|
143 |
-
$this->wPt=$this->w*$this->k;
|
144 |
-
$this->hPt=$this->h*$this->k;
|
145 |
-
//Page margins (1 cm)
|
146 |
-
$margin=28.35/$this->k;
|
147 |
-
$this->SetMargins($margin,$margin);
|
148 |
-
//Interior cell margin (1 mm)
|
149 |
-
$this->cMargin=$margin/10;
|
150 |
-
//Line width (0.2 mm)
|
151 |
-
$this->LineWidth=.567/$this->k;
|
152 |
-
//Automatic page break
|
153 |
-
$this->SetAutoPageBreak(true,2*$margin);
|
154 |
-
//Full width display mode
|
155 |
-
$this->SetDisplayMode('fullwidth');
|
156 |
-
//Enable compression
|
157 |
-
$this->SetCompression(true);
|
158 |
-
//Set default PDF version number
|
159 |
-
$this->PDFVersion='1.3';
|
160 |
-
}
|
161 |
-
|
162 |
-
function SetMargins($left, $top, $right=null)
|
163 |
-
{
|
164 |
-
//Set left, top and right margins
|
165 |
-
$this->lMargin=$left;
|
166 |
-
$this->tMargin=$top;
|
167 |
-
if($right===null)
|
168 |
-
$right=$left;
|
169 |
-
$this->rMargin=$right;
|
170 |
-
}
|
171 |
-
|
172 |
-
function SetLeftMargin($margin)
|
173 |
-
{
|
174 |
-
//Set left margin
|
175 |
-
$this->lMargin=$margin;
|
176 |
-
if($this->page>0 && $this->x<$margin)
|
177 |
-
$this->x=$margin;
|
178 |
-
}
|
179 |
-
|
180 |
-
function SetTopMargin($margin)
|
181 |
-
{
|
182 |
-
//Set top margin
|
183 |
-
$this->tMargin=$margin;
|
184 |
-
}
|
185 |
-
|
186 |
-
function SetRightMargin($margin)
|
187 |
-
{
|
188 |
-
//Set right margin
|
189 |
-
$this->rMargin=$margin;
|
190 |
-
}
|
191 |
-
|
192 |
-
function SetAutoPageBreak($auto, $margin=0)
|
193 |
-
{
|
194 |
-
//Set auto page break mode and triggering margin
|
195 |
-
$this->AutoPageBreak=$auto;
|
196 |
-
$this->bMargin=$margin;
|
197 |
-
$this->PageBreakTrigger=$this->h-$margin;
|
198 |
-
}
|
199 |
-
|
200 |
-
function SetDisplayMode($zoom, $layout='continuous')
|
201 |
-
{
|
202 |
-
//Set display mode in viewer
|
203 |
-
if($zoom=='fullpage' || $zoom=='fullwidth' || $zoom=='real' || $zoom=='default' || !is_string($zoom))
|
204 |
-
$this->ZoomMode=$zoom;
|
205 |
-
else
|
206 |
-
$this->Error('Incorrect zoom display mode: '.$zoom);
|
207 |
-
if($layout=='single' || $layout=='continuous' || $layout=='two' || $layout=='default')
|
208 |
-
$this->LayoutMode=$layout;
|
209 |
-
else
|
210 |
-
$this->Error('Incorrect layout display mode: '.$layout);
|
211 |
-
}
|
212 |
-
|
213 |
-
function SetCompression($compress)
|
214 |
-
{
|
215 |
-
//Set page compression
|
216 |
-
if(function_exists('gzcompress'))
|
217 |
-
$this->compress=$compress;
|
218 |
-
else
|
219 |
-
$this->compress=false;
|
220 |
-
}
|
221 |
-
|
222 |
-
function SetTitle($title, $isUTF8=false)
|
223 |
-
{
|
224 |
-
//Title of document
|
225 |
-
if($isUTF8)
|
226 |
-
$title=$this->_UTF8toUTF16($title);
|
227 |
-
$this->title=$title;
|
228 |
-
}
|
229 |
-
|
230 |
-
function SetSubject($subject, $isUTF8=false)
|
231 |
-
{
|
232 |
-
//Subject of document
|
233 |
-
if($isUTF8)
|
234 |
-
$subject=$this->_UTF8toUTF16($subject);
|
235 |
-
$this->subject=$subject;
|
236 |
-
}
|
237 |
-
|
238 |
-
function SetAuthor($author, $isUTF8=false)
|
239 |
-
{
|
240 |
-
//Author of document
|
241 |
-
if($isUTF8)
|
242 |
-
$author=$this->_UTF8toUTF16($author);
|
243 |
-
$this->author=$author;
|
244 |
-
}
|
245 |
-
|
246 |
-
function SetKeywords($keywords, $isUTF8=false)
|
247 |
-
{
|
248 |
-
//Keywords of document
|
249 |
-
if($isUTF8)
|
250 |
-
$keywords=$this->_UTF8toUTF16($keywords);
|
251 |
-
$this->keywords=$keywords;
|
252 |
-
}
|
253 |
-
|
254 |
-
function SetCreator($creator, $isUTF8=false)
|
255 |
-
{
|
256 |
-
//Creator of document
|
257 |
-
if($isUTF8)
|
258 |
-
$creator=$this->_UTF8toUTF16($creator);
|
259 |
-
$this->creator=$creator;
|
260 |
-
}
|
261 |
-
|
262 |
-
function AliasNbPages($alias='{nb}')
|
263 |
-
{
|
264 |
-
//Define an alias for total number of pages
|
265 |
-
$this->AliasNbPages=$alias;
|
266 |
-
}
|
267 |
-
|
268 |
-
function Error($msg)
|
269 |
-
{
|
270 |
-
//Fatal error
|
271 |
-
die('<b>FPDF error:</b> '.$msg);
|
272 |
-
}
|
273 |
-
|
274 |
-
function Open()
|
275 |
-
{
|
276 |
-
//Begin document
|
277 |
-
$this->state=1;
|
278 |
-
}
|
279 |
-
|
280 |
-
function Close()
|
281 |
-
{
|
282 |
-
//Terminate document
|
283 |
-
if($this->state==3)
|
284 |
-
return;
|
285 |
-
if($this->page==0)
|
286 |
-
$this->AddPage();
|
287 |
-
//Page footer
|
288 |
-
$this->InFooter=true;
|
289 |
-
$this->Footer();
|
290 |
-
$this->InFooter=false;
|
291 |
-
//Close page
|
292 |
-
$this->_endpage();
|
293 |
-
//Close document
|
294 |
-
$this->_enddoc();
|
295 |
-
}
|
296 |
-
|
297 |
-
function AddPage($orientation='', $format='')
|
298 |
-
{
|
299 |
-
//Start a new page
|
300 |
-
if($this->state==0)
|
301 |
-
$this->Open();
|
302 |
-
$family=$this->FontFamily;
|
303 |
-
$style=$this->FontStyle.($this->underline ? 'U' : '');
|
304 |
-
$size=$this->FontSizePt;
|
305 |
-
$lw=$this->LineWidth;
|
306 |
-
$dc=$this->DrawColor;
|
307 |
-
$fc=$this->FillColor;
|
308 |
-
$tc=$this->TextColor;
|
309 |
-
$cf=$this->ColorFlag;
|
310 |
-
if($this->page>0)
|
311 |
-
{
|
312 |
-
//Page footer
|
313 |
-
$this->InFooter=true;
|
314 |
-
$this->Footer();
|
315 |
-
$this->InFooter=false;
|
316 |
-
//Close page
|
317 |
-
$this->_endpage();
|
318 |
-
}
|
319 |
-
//Start new page
|
320 |
-
$this->_beginpage($orientation,$format);
|
321 |
-
//Set line cap style to square
|
322 |
-
$this->_out('2 J');
|
323 |
-
//Set line width
|
324 |
-
$this->LineWidth=$lw;
|
325 |
-
$this->_out(sprintf('%.2F w',$lw*$this->k));
|
326 |
-
//Set font
|
327 |
-
if($family)
|
328 |
-
$this->SetFont($family,$style,$size);
|
329 |
-
//Set colors
|
330 |
-
$this->DrawColor=$dc;
|
331 |
-
if($dc!='0 G')
|
332 |
-
$this->_out($dc);
|
333 |
-
$this->FillColor=$fc;
|
334 |
-
if($fc!='0 g')
|
335 |
-
$this->_out($fc);
|
336 |
-
$this->TextColor=$tc;
|
337 |
-
$this->ColorFlag=$cf;
|
338 |
-
//Page header
|
339 |
-
$this->InHeader=true;
|
340 |
-
$this->Header();
|
341 |
-
$this->InHeader=false;
|
342 |
-
//Restore line width
|
343 |
-
if($this->LineWidth!=$lw)
|
344 |
-
{
|
345 |
-
$this->LineWidth=$lw;
|
346 |
-
$this->_out(sprintf('%.2F w',$lw*$this->k));
|
347 |
-
}
|
348 |
-
//Restore font
|
349 |
-
if($family)
|
350 |
-
$this->SetFont($family,$style,$size);
|
351 |
-
//Restore colors
|
352 |
-
if($this->DrawColor!=$dc)
|
353 |
-
{
|
354 |
-
$this->DrawColor=$dc;
|
355 |
-
$this->_out($dc);
|
356 |
-
}
|
357 |
-
if($this->FillColor!=$fc)
|
358 |
-
{
|
359 |
-
$this->FillColor=$fc;
|
360 |
-
$this->_out($fc);
|
361 |
-
}
|
362 |
-
$this->TextColor=$tc;
|
363 |
-
$this->ColorFlag=$cf;
|
364 |
-
}
|
365 |
-
|
366 |
-
function Header()
|
367 |
-
{
|
368 |
-
//To be implemented in your own inherited class
|
369 |
-
}
|
370 |
-
|
371 |
-
function Footer()
|
372 |
-
{
|
373 |
-
//To be implemented in your own inherited class
|
374 |
-
}
|
375 |
-
|
376 |
-
function PageNo()
|
377 |
-
{
|
378 |
-
//Get current page number
|
379 |
-
return $this->page;
|
380 |
-
}
|
381 |
-
|
382 |
-
function SetDrawColor($r, $g=null, $b=null)
|
383 |
-
{
|
384 |
-
//Set color for all stroking operations
|
385 |
-
if(($r==0 && $g==0 && $b==0) || $g===null)
|
386 |
-
$this->DrawColor=sprintf('%.3F G',$r/255);
|
387 |
-
else
|
388 |
-
$this->DrawColor=sprintf('%.3F %.3F %.3F RG',$r/255,$g/255,$b/255);
|
389 |
-
if($this->page>0)
|
390 |
-
$this->_out($this->DrawColor);
|
391 |
-
}
|
392 |
-
|
393 |
-
function SetFillColor($r, $g=null, $b=null)
|
394 |
-
{
|
395 |
-
//Set color for all filling operations
|
396 |
-
if(($r==0 && $g==0 && $b==0) || $g===null)
|
397 |
-
$this->FillColor=sprintf('%.3F g',$r/255);
|
398 |
-
else
|
399 |
-
$this->FillColor=sprintf('%.3F %.3F %.3F rg',$r/255,$g/255,$b/255);
|
400 |
-
$this->ColorFlag=($this->FillColor!=$this->TextColor);
|
401 |
-
if($this->page>0)
|
402 |
-
$this->_out($this->FillColor);
|
403 |
-
}
|
404 |
-
|
405 |
-
function SetTextColor($r, $g=null, $b=null)
|
406 |
-
{
|
407 |
-
//Set color for text
|
408 |
-
if(($r==0 && $g==0 && $b==0) || $g===null)
|
409 |
-
$this->TextColor=sprintf('%.3F g',$r/255);
|
410 |
-
else
|
411 |
-
$this->TextColor=sprintf('%.3F %.3F %.3F rg',$r/255,$g/255,$b/255);
|
412 |
-
$this->ColorFlag=($this->FillColor!=$this->TextColor);
|
413 |
-
}
|
414 |
-
|
415 |
-
function GetStringWidth($s)
|
416 |
-
{
|
417 |
-
//Get width of a string in the current font
|
418 |
-
$s=(string)$s;
|
419 |
-
$cw=&$this->CurrentFont['cw'];
|
420 |
-
$w=0;
|
421 |
-
$l=strlen($s);
|
422 |
-
for($i=0;$i<$l;$i++)
|
423 |
-
$w+=$cw[$s[$i]];
|
424 |
-
return $w*$this->FontSize/1000;
|
425 |
-
}
|
426 |
-
|
427 |
-
function SetLineWidth($width)
|
428 |
-
{
|
429 |
-
//Set line width
|
430 |
-
$this->LineWidth=$width;
|
431 |
-
if($this->page>0)
|
432 |
-
$this->_out(sprintf('%.2F w',$width*$this->k));
|
433 |
-
}
|
434 |
-
|
435 |
-
function Line($x1, $y1, $x2, $y2)
|
436 |
-
{
|
437 |
-
//Draw a line
|
438 |
-
$this->_out(sprintf('%.2F %.2F m %.2F %.2F l S',$x1*$this->k,($this->h-$y1)*$this->k,$x2*$this->k,($this->h-$y2)*$this->k));
|
439 |
-
}
|
440 |
-
|
441 |
-
function Rect($x, $y, $w, $h, $style='')
|
442 |
-
{
|
443 |
-
//Draw a rectangle
|
444 |
-
if($style=='F')
|
445 |
-
$op='f';
|
446 |
-
elseif($style=='FD' || $style=='DF')
|
447 |
-
$op='B';
|
448 |
-
else
|
449 |
-
$op='S';
|
450 |
-
$this->_out(sprintf('%.2F %.2F %.2F %.2F re %s',$x*$this->k,($this->h-$y)*$this->k,$w*$this->k,-$h*$this->k,$op));
|
451 |
-
}
|
452 |
-
|
453 |
-
function AddFont($family, $style='', $file='')
|
454 |
-
{
|
455 |
-
//Add a TrueType or Type1 font
|
456 |
-
$family=strtolower($family);
|
457 |
-
if($file=='')
|
458 |
-
$file=str_replace(' ','',$family).strtolower($style).'.php';
|
459 |
-
if($family=='arial')
|
460 |
-
$family='helvetica';
|
461 |
-
$style=strtoupper($style);
|
462 |
-
if($style=='IB')
|
463 |
-
$style='BI';
|
464 |
-
$fontkey=$family.$style;
|
465 |
-
if(isset($this->fonts[$fontkey]))
|
466 |
-
return;
|
467 |
-
include($this->_getfontpath().$file);
|
468 |
-
if(!isset($name))
|
469 |
-
$this->Error('Could not include font definition file');
|
470 |
-
$i=count($this->fonts)+1;
|
471 |
-
$this->fonts[$fontkey]=array('i'=>$i, 'type'=>$type, 'name'=>$name, 'desc'=>$desc, 'up'=>$up, 'ut'=>$ut, 'cw'=>$cw, 'enc'=>$enc, 'file'=>$file);
|
472 |
-
if($diff)
|
473 |
-
{
|
474 |
-
//Search existing encodings
|
475 |
-
$d=0;
|
476 |
-
$nb=count($this->diffs);
|
477 |
-
for($i=1;$i<=$nb;$i++)
|
478 |
-
{
|
479 |
-
if($this->diffs[$i]==$diff)
|
480 |
-
{
|
481 |
-
$d=$i;
|
482 |
-
break;
|
483 |
-
}
|
484 |
-
}
|
485 |
-
if($d==0)
|
486 |
-
{
|
487 |
-
$d=$nb+1;
|
488 |
-
$this->diffs[$d]=$diff;
|
489 |
-
}
|
490 |
-
$this->fonts[$fontkey]['diff']=$d;
|
491 |
-
}
|
492 |
-
if($file)
|
493 |
-
{
|
494 |
-
if($type=='TrueType')
|
495 |
-
$this->FontFiles[$file]=array('length1'=>$originalsize);
|
496 |
-
else
|
497 |
-
$this->FontFiles[$file]=array('length1'=>$size1, 'length2'=>$size2);
|
498 |
-
}
|
499 |
-
}
|
500 |
-
|
501 |
-
function SetFont($family, $style='', $size=0)
|
502 |
-
{
|
503 |
-
//Select a font; size given in points
|
504 |
-
global $fpdf_charwidths;
|
505 |
-
|
506 |
-
$family=strtolower($family);
|
507 |
-
if($family=='')
|
508 |
-
$family=$this->FontFamily;
|
509 |
-
if($family=='arial')
|
510 |
-
$family='helvetica';
|
511 |
-
elseif($family=='symbol' || $family=='zapfdingbats')
|
512 |
-
$style='';
|
513 |
-
$style=strtoupper($style);
|
514 |
-
if(strpos($style,'U')!==false)
|
515 |
-
{
|
516 |
-
$this->underline=true;
|
517 |
-
$style=str_replace('U','',$style);
|
518 |
-
}
|
519 |
-
else
|
520 |
-
$this->underline=false;
|
521 |
-
if($style=='IB')
|
522 |
-
$style='BI';
|
523 |
-
if($size==0)
|
524 |
-
$size=$this->FontSizePt;
|
525 |
-
//Test if font is already selected
|
526 |
-
if($this->FontFamily==$family && $this->FontStyle==$style && $this->FontSizePt==$size)
|
527 |
-
return;
|
528 |
-
//Test if used for the first time
|
529 |
-
$fontkey=$family.$style;
|
530 |
-
if(!isset($this->fonts[$fontkey]))
|
531 |
-
{
|
532 |
-
//Check if one of the standard fonts
|
533 |
-
if(isset($this->CoreFonts[$fontkey]))
|
534 |
-
{
|
535 |
-
if(!isset($fpdf_charwidths[$fontkey]))
|
536 |
-
{
|
537 |
-
//Load metric file
|
538 |
-
$file=$family;
|
539 |
-
if($family=='times' || $family=='helvetica')
|
540 |
-
$file.=strtolower($style);
|
541 |
-
include($this->_getfontpath().$file.'.php');
|
542 |
-
if(!isset($fpdf_charwidths[$fontkey]))
|
543 |
-
$this->Error('Could not include font metric file');
|
544 |
-
}
|
545 |
-
$i=count($this->fonts)+1;
|
546 |
-
$name=$this->CoreFonts[$fontkey];
|
547 |
-
$cw=$fpdf_charwidths[$fontkey];
|
548 |
-
$this->fonts[$fontkey]=array('i'=>$i, 'type'=>'core', 'name'=>$name, 'up'=>-100, 'ut'=>50, 'cw'=>$cw);
|
549 |
-
}
|
550 |
-
else
|
551 |
-
$this->Error('Undefined font: '.$family.' '.$style);
|
552 |
-
}
|
553 |
-
//Select it
|
554 |
-
$this->FontFamily=$family;
|
555 |
-
$this->FontStyle=$style;
|
556 |
-
$this->FontSizePt=$size;
|
557 |
-
$this->FontSize=$size/$this->k;
|
558 |
-
$this->CurrentFont=&$this->fonts[$fontkey];
|
559 |
-
if($this->page>0)
|
560 |
-
$this->_out(sprintf('BT /F%d %.2F Tf ET',$this->CurrentFont['i'],$this->FontSizePt));
|
561 |
-
}
|
562 |
-
|
563 |
-
function SetFontSize($size)
|
564 |
-
{
|
565 |
-
//Set font size in points
|
566 |
-
if($this->FontSizePt==$size)
|
567 |
-
return;
|
568 |
-
$this->FontSizePt=$size;
|
569 |
-
$this->FontSize=$size/$this->k;
|
570 |
-
if($this->page>0)
|
571 |
-
$this->_out(sprintf('BT /F%d %.2F Tf ET',$this->CurrentFont['i'],$this->FontSizePt));
|
572 |
-
}
|
573 |
-
|
574 |
-
function AddLink()
|
575 |
-
{
|
576 |
-
//Create a new internal link
|
577 |
-
$n=count($this->links)+1;
|
578 |
-
$this->links[$n]=array(0, 0);
|
579 |
-
return $n;
|
580 |
-
}
|
581 |
-
|
582 |
-
function SetLink($link, $y=0, $page=-1)
|
583 |
-
{
|
584 |
-
//Set destination of internal link
|
585 |
-
if($y==-1)
|
586 |
-
$y=$this->y;
|
587 |
-
if($page==-1)
|
588 |
-
$page=$this->page;
|
589 |
-
$this->links[$link]=array($page, $y);
|
590 |
-
}
|
591 |
-
|
592 |
-
function Link($x, $y, $w, $h, $link)
|
593 |
-
{
|
594 |
-
//Put a link on the page
|
595 |
-
$this->PageLinks[$this->page][]=array($x*$this->k, $this->hPt-$y*$this->k, $w*$this->k, $h*$this->k, $link);
|
596 |
-
}
|
597 |
-
|
598 |
-
function Text($x, $y, $txt)
|
599 |
-
{
|
600 |
-
//Output a string
|
601 |
-
$s=sprintf('BT %.2F %.2F Td (%s) Tj ET',$x*$this->k,($this->h-$y)*$this->k,$this->_escape($txt));
|
602 |
-
if($this->underline && $txt!='')
|
603 |
-
$s.=' '.$this->_dounderline($x,$y,$txt);
|
604 |
-
if($this->ColorFlag)
|
605 |
-
$s='q '.$this->TextColor.' '.$s.' Q';
|
606 |
-
$this->_out($s);
|
607 |
-
}
|
608 |
-
|
609 |
-
function AcceptPageBreak()
|
610 |
-
{
|
611 |
-
//Accept automatic page break or not
|
612 |
-
return $this->AutoPageBreak;
|
613 |
-
}
|
614 |
-
|
615 |
-
function Cell($w, $h=0, $txt='', $border=0, $ln=0, $align='', $fill=false, $link='')
|
616 |
-
{
|
617 |
-
//Output a cell
|
618 |
-
$k=$this->k;
|
619 |
-
if($this->y+$h>$this->PageBreakTrigger && !$this->InHeader && !$this->InFooter && $this->AcceptPageBreak())
|
620 |
-
{
|
621 |
-
//Automatic page break
|
622 |
-
$x=$this->x;
|
623 |
-
$ws=$this->ws;
|
624 |
-
if($ws>0)
|
625 |
-
{
|
626 |
-
$this->ws=0;
|
627 |
-
$this->_out('0 Tw');
|
628 |
-
}
|
629 |
-
$this->AddPage($this->CurOrientation,$this->CurPageFormat);
|
630 |
-
$this->x=$x;
|
631 |
-
if($ws>0)
|
632 |
-
{
|
633 |
-
$this->ws=$ws;
|
634 |
-
$this->_out(sprintf('%.3F Tw',$ws*$k));
|
635 |
-
}
|
636 |
-
}
|
637 |
-
if($w==0)
|
638 |
-
$w=$this->w-$this->rMargin-$this->x;
|
639 |
-
$s='';
|
640 |
-
if($fill || $border==1)
|
641 |
-
{
|
642 |
-
if($fill)
|
643 |
-
$op=($border==1) ? 'B' : 'f';
|
644 |
-
else
|
645 |
-
$op='S';
|
646 |
-
$s=sprintf('%.2F %.2F %.2F %.2F re %s ',$this->x*$k,($this->h-$this->y)*$k,$w*$k,-$h*$k,$op);
|
647 |
-
}
|
648 |
-
if(is_string($border))
|
649 |
-
{
|
650 |
-
$x=$this->x;
|
651 |
-
$y=$this->y;
|
652 |
-
if(strpos($border,'L')!==false)
|
653 |
-
$s.=sprintf('%.2F %.2F m %.2F %.2F l S ',$x*$k,($this->h-$y)*$k,$x*$k,($this->h-($y+$h))*$k);
|
654 |
-
if(strpos($border,'T')!==false)
|
655 |
-
$s.=sprintf('%.2F %.2F m %.2F %.2F l S ',$x*$k,($this->h-$y)*$k,($x+$w)*$k,($this->h-$y)*$k);
|
656 |
-
if(strpos($border,'R')!==false)
|
657 |
-
$s.=sprintf('%.2F %.2F m %.2F %.2F l S ',($x+$w)*$k,($this->h-$y)*$k,($x+$w)*$k,($this->h-($y+$h))*$k);
|
658 |
-
if(strpos($border,'B')!==false)
|
659 |
-
$s.=sprintf('%.2F %.2F m %.2F %.2F l S ',$x*$k,($this->h-($y+$h))*$k,($x+$w)*$k,($this->h-($y+$h))*$k);
|
660 |
-
}
|
661 |
-
if($txt!=='')
|
662 |
-
{
|
663 |
-
if($align=='R')
|
664 |
-
$dx=$w-$this->cMargin-$this->GetStringWidth($txt);
|
665 |
-
elseif($align=='C')
|
666 |
-
$dx=($w-$this->GetStringWidth($txt))/2;
|
667 |
-
else
|
668 |
-
$dx=$this->cMargin;
|
669 |
-
if($this->ColorFlag)
|
670 |
-
$s.='q '.$this->TextColor.' ';
|
671 |
-
$txt2=str_replace(')','\\)',str_replace('(','\\(',str_replace('\\','\\\\',$txt)));
|
672 |
-
$s.=sprintf('BT %.2F %.2F Td (%s) Tj ET',($this->x+$dx)*$k,($this->h-($this->y+.5*$h+.3*$this->FontSize))*$k,$txt2);
|
673 |
-
if($this->underline)
|
674 |
-
$s.=' '.$this->_dounderline($this->x+$dx,$this->y+.5*$h+.3*$this->FontSize,$txt);
|
675 |
-
if($this->ColorFlag)
|
676 |
-
$s.=' Q';
|
677 |
-
if($link)
|
678 |
-
$this->Link($this->x+$dx,$this->y+.5*$h-.5*$this->FontSize,$this->GetStringWidth($txt),$this->FontSize,$link);
|
679 |
-
}
|
680 |
-
if($s)
|
681 |
-
$this->_out($s);
|
682 |
-
$this->lasth=$h;
|
683 |
-
if($ln>0)
|
684 |
-
{
|
685 |
-
//Go to next line
|
686 |
-
$this->y+=$h;
|
687 |
-
if($ln==1)
|
688 |
-
$this->x=$this->lMargin;
|
689 |
-
}
|
690 |
-
else
|
691 |
-
$this->x+=$w;
|
692 |
-
}
|
693 |
-
|
694 |
-
function MultiCell($w, $h, $txt, $border=0, $align='J', $fill=false)
|
695 |
-
{
|
696 |
-
//Output text with automatic or explicit line breaks
|
697 |
-
$cw=&$this->CurrentFont['cw'];
|
698 |
-
if($w==0)
|
699 |
-
$w=$this->w-$this->rMargin-$this->x;
|
700 |
-
$wmax=($w-2*$this->cMargin)*1000/$this->FontSize;
|
701 |
-
$s=str_replace("\r",'',$txt);
|
702 |
-
$nb=strlen($s);
|
703 |
-
if($nb>0 && $s[$nb-1]=="\n")
|
704 |
-
$nb--;
|
705 |
-
$b=0;
|
706 |
-
if($border)
|
707 |
-
{
|
708 |
-
if($border==1)
|
709 |
-
{
|
710 |
-
$border='LTRB';
|
711 |
-
$b='LRT';
|
712 |
-
$b2='LR';
|
713 |
-
}
|
714 |
-
else
|
715 |
-
{
|
716 |
-
$b2='';
|
717 |
-
if(strpos($border,'L')!==false)
|
718 |
-
$b2.='L';
|
719 |
-
if(strpos($border,'R')!==false)
|
720 |
-
$b2.='R';
|
721 |
-
$b=(strpos($border,'T')!==false) ? $b2.'T' : $b2;
|
722 |
-
}
|
723 |
-
}
|
724 |
-
$sep=-1;
|
725 |
-
$i=0;
|
726 |
-
$j=0;
|
727 |
-
$l=0;
|
728 |
-
$ns=0;
|
729 |
-
$nl=1;
|
730 |
-
while($i<$nb)
|
731 |
-
{
|
732 |
-
//Get next character
|
733 |
-
$c=$s[$i];
|
734 |
-
if($c=="\n")
|
735 |
-
{
|
736 |
-
//Explicit line break
|
737 |
-
if($this->ws>0)
|
738 |
-
{
|
739 |
-
$this->ws=0;
|
740 |
-
$this->_out('0 Tw');
|
741 |
-
}
|
742 |
-
$this->Cell($w,$h,substr($s,$j,$i-$j),$b,2,$align,$fill);
|
743 |
-
$i++;
|
744 |
-
$sep=-1;
|
745 |
-
$j=$i;
|
746 |
-
$l=0;
|
747 |
-
$ns=0;
|
748 |
-
$nl++;
|
749 |
-
if($border && $nl==2)
|
750 |
-
$b=$b2;
|
751 |
-
continue;
|
752 |
-
}
|
753 |
-
if($c==' ')
|
754 |
-
{
|
755 |
-
$sep=$i;
|
756 |
-
$ls=$l;
|
757 |
-
$ns++;
|
758 |
-
}
|
759 |
-
$l+=$cw[$c];
|
760 |
-
if($l>$wmax)
|
761 |
-
{
|
762 |
-
//Automatic line break
|
763 |
-
if($sep==-1)
|
764 |
-
{
|
765 |
-
if($i==$j)
|
766 |
-
$i++;
|
767 |
-
if($this->ws>0)
|
768 |
-
{
|
769 |
-
$this->ws=0;
|
770 |
-
$this->_out('0 Tw');
|
771 |
-
}
|
772 |
-
$this->Cell($w,$h,substr($s,$j,$i-$j),$b,2,$align,$fill);
|
773 |
-
}
|
774 |
-
else
|
775 |
-
{
|
776 |
-
if($align=='J')
|
777 |
-
{
|
778 |
-
$this->ws=($ns>1) ? ($wmax-$ls)/1000*$this->FontSize/($ns-1) : 0;
|
779 |
-
$this->_out(sprintf('%.3F Tw',$this->ws*$this->k));
|
780 |
-
}
|
781 |
-
$this->Cell($w,$h,substr($s,$j,$sep-$j),$b,2,$align,$fill);
|
782 |
-
$i=$sep+1;
|
783 |
-
}
|
784 |
-
$sep=-1;
|
785 |
-
$j=$i;
|
786 |
-
$l=0;
|
787 |
-
$ns=0;
|
788 |
-
$nl++;
|
789 |
-
if($border && $nl==2)
|
790 |
-
$b=$b2;
|
791 |
-
}
|
792 |
-
else
|
793 |
-
$i++;
|
794 |
-
}
|
795 |
-
//Last chunk
|
796 |
-
if($this->ws>0)
|
797 |
-
{
|
798 |
-
$this->ws=0;
|
799 |
-
$this->_out('0 Tw');
|
800 |
-
}
|
801 |
-
if($border && strpos($border,'B')!==false)
|
802 |
-
$b.='B';
|
803 |
-
$this->Cell($w,$h,substr($s,$j,$i-$j),$b,2,$align,$fill);
|
804 |
-
$this->x=$this->lMargin;
|
805 |
-
}
|
806 |
-
|
807 |
-
function Write($h, $txt, $link='')
|
808 |
-
{
|
809 |
-
//Output text in flowing mode
|
810 |
-
$cw=&$this->CurrentFont['cw'];
|
811 |
-
$w=$this->w-$this->rMargin-$this->x;
|
812 |
-
$wmax=($w-2*$this->cMargin)*1000/$this->FontSize;
|
813 |
-
$s=str_replace("\r",'',$txt);
|
814 |
-
$nb=strlen($s);
|
815 |
-
$sep=-1;
|
816 |
-
$i=0;
|
817 |
-
$j=0;
|
818 |
-
$l=0;
|
819 |
-
$nl=1;
|
820 |
-
while($i<$nb)
|
821 |
-
{
|
822 |
-
//Get next character
|
823 |
-
$c=$s[$i];
|
824 |
-
if($c=="\n")
|
825 |
-
{
|
826 |
-
//Explicit line break
|
827 |
-
$this->Cell($w,$h,substr($s,$j,$i-$j),0,2,'',0,$link);
|
828 |
-
$i++;
|
829 |
-
$sep=-1;
|
830 |
-
$j=$i;
|
831 |
-
$l=0;
|
832 |
-
if($nl==1)
|
833 |
-
{
|
834 |
-
$this->x=$this->lMargin;
|
835 |
-
$w=$this->w-$this->rMargin-$this->x;
|
836 |
-
$wmax=($w-2*$this->cMargin)*1000/$this->FontSize;
|
837 |
-
}
|
838 |
-
$nl++;
|
839 |
-
continue;
|
840 |
-
}
|
841 |
-
if($c==' ')
|
842 |
-
$sep=$i;
|
843 |
-
$l+=$cw[$c];
|
844 |
-
if($l>$wmax)
|
845 |
-
{
|
846 |
-
//Automatic line break
|
847 |
-
if($sep==-1)
|
848 |
-
{
|
849 |
-
if($this->x>$this->lMargin)
|
850 |
-
{
|
851 |
-
//Move to next line
|
852 |
-
$this->x=$this->lMargin;
|
853 |
-
$this->y+=$h;
|
854 |
-
$w=$this->w-$this->rMargin-$this->x;
|
855 |
-
$wmax=($w-2*$this->cMargin)*1000/$this->FontSize;
|
856 |
-
$i++;
|
857 |
-
$nl++;
|
858 |
-
continue;
|
859 |
-
}
|
860 |
-
if($i==$j)
|
861 |
-
$i++;
|
862 |
-
$this->Cell($w,$h,substr($s,$j,$i-$j),0,2,'',0,$link);
|
863 |
-
}
|
864 |
-
else
|
865 |
-
{
|
866 |
-
$this->Cell($w,$h,substr($s,$j,$sep-$j),0,2,'',0,$link);
|
867 |
-
$i=$sep+1;
|
868 |
-
}
|
869 |
-
$sep=-1;
|
870 |
-
$j=$i;
|
871 |
-
$l=0;
|
872 |
-
if($nl==1)
|
873 |
-
{
|
874 |
-
$this->x=$this->lMargin;
|
875 |
-
$w=$this->w-$this->rMargin-$this->x;
|
876 |
-
$wmax=($w-2*$this->cMargin)*1000/$this->FontSize;
|
877 |
-
}
|
878 |
-
$nl++;
|
879 |
-
}
|
880 |
-
else
|
881 |
-
$i++;
|
882 |
-
}
|
883 |
-
//Last chunk
|
884 |
-
if($i!=$j)
|
885 |
-
$this->Cell($l/1000*$this->FontSize,$h,substr($s,$j),0,0,'',0,$link);
|
886 |
-
}
|
887 |
-
|
888 |
-
function Ln($h=null)
|
889 |
-
{
|
890 |
-
//Line feed; default value is last cell height
|
891 |
-
$this->x=$this->lMargin;
|
892 |
-
if($h===null)
|
893 |
-
$this->y+=$this->lasth;
|
894 |
-
else
|
895 |
-
$this->y+=$h;
|
896 |
-
}
|
897 |
-
|
898 |
-
function Image($file, $x=null, $y=null, $w=0, $h=0, $type='', $link='')
|
899 |
-
{
|
900 |
-
//Put an image on the page
|
901 |
-
if(!isset($this->images[$file]))
|
902 |
-
{
|
903 |
-
//First use of this image, get info
|
904 |
-
if($type=='')
|
905 |
-
{
|
906 |
-
$pos=strrpos($file,'.');
|
907 |
-
if(!$pos)
|
908 |
-
$this->Error('Image file has no extension and no type was specified: '.$file);
|
909 |
-
$type=substr($file,$pos+1);
|
910 |
-
}
|
911 |
-
$type=strtolower($type);
|
912 |
-
if($type=='jpeg')
|
913 |
-
$type='jpg';
|
914 |
-
$mtd='_parse'.$type;
|
915 |
-
if(!method_exists($this,$mtd))
|
916 |
-
$this->Error('Unsupported image type: '.$type);
|
917 |
-
$info=$this->$mtd($file);
|
918 |
-
$info['i']=count($this->images)+1;
|
919 |
-
$this->images[$file]=$info;
|
920 |
-
}
|
921 |
-
else
|
922 |
-
$info=$this->images[$file];
|
923 |
-
//Automatic width and height calculation if needed
|
924 |
-
if($w==0 && $h==0)
|
925 |
-
{
|
926 |
-
//Put image at 72 dpi
|
927 |
-
$w=$info['w']/$this->k;
|
928 |
-
$h=$info['h']/$this->k;
|
929 |
-
}
|
930 |
-
elseif($w==0)
|
931 |
-
$w=$h*$info['w']/$info['h'];
|
932 |
-
elseif($h==0)
|
933 |
-
$h=$w*$info['h']/$info['w'];
|
934 |
-
//Flowing mode
|
935 |
-
if($y===null)
|
936 |
-
{
|
937 |
-
if($this->y+$h>$this->PageBreakTrigger && !$this->InHeader && !$this->InFooter && $this->AcceptPageBreak())
|
938 |
-
{
|
939 |
-
//Automatic page break
|
940 |
-
$x2=$this->x;
|
941 |
-
$this->AddPage($this->CurOrientation,$this->CurPageFormat);
|
942 |
-
$this->x=$x2;
|
943 |
-
}
|
944 |
-
$y=$this->y;
|
945 |
-
$this->y+=$h;
|
946 |
-
}
|
947 |
-
if($x===null)
|
948 |
-
$x=$this->x;
|
949 |
-
$this->_out(sprintf('q %.2F 0 0 %.2F %.2F %.2F cm /I%d Do Q',$w*$this->k,$h*$this->k,$x*$this->k,($this->h-($y+$h))*$this->k,$info['i']));
|
950 |
-
if($link)
|
951 |
-
$this->Link($x,$y,$w,$h,$link);
|
952 |
-
}
|
953 |
-
|
954 |
-
function GetX()
|
955 |
-
{
|
956 |
-
//Get x position
|
957 |
-
return $this->x;
|
958 |
-
}
|
959 |
-
|
960 |
-
function SetX($x)
|
961 |
-
{
|
962 |
-
//Set x position
|
963 |
-
if($x>=0)
|
964 |
-
$this->x=$x;
|
965 |
-
else
|
966 |
-
$this->x=$this->w+$x;
|
967 |
-
}
|
968 |
-
|
969 |
-
function GetY()
|
970 |
-
{
|
971 |
-
//Get y position
|
972 |
-
return $this->y;
|
973 |
-
}
|
974 |
-
|
975 |
-
function SetY($y)
|
976 |
-
{
|
977 |
-
//Set y position and reset x
|
978 |
-
$this->x=$this->lMargin;
|
979 |
-
if($y>=0)
|
980 |
-
$this->y=$y;
|
981 |
-
else
|
982 |
-
$this->y=$this->h+$y;
|
983 |
-
}
|
984 |
-
|
985 |
-
function SetXY($x, $y)
|
986 |
-
{
|
987 |
-
//Set x and y positions
|
988 |
-
$this->SetY($y);
|
989 |
-
$this->SetX($x);
|
990 |
-
}
|
991 |
-
|
992 |
-
function Output($name='', $dest='')
|
993 |
-
{
|
994 |
-
//Output PDF to some destination
|
995 |
-
if($this->state<3)
|
996 |
-
$this->Close();
|
997 |
-
$dest=strtoupper($dest);
|
998 |
-
if($dest=='')
|
999 |
-
{
|
1000 |
-
if($name=='')
|
1001 |
-
{
|
1002 |
-
$name='doc.pdf';
|
1003 |
-
$dest='I';
|
1004 |
-
}
|
1005 |
-
else
|
1006 |
-
$dest='F';
|
1007 |
-
}
|
1008 |
-
switch($dest)
|
1009 |
-
{
|
1010 |
-
case 'I':
|
1011 |
-
//Send to standard output
|
1012 |
-
if(ob_get_length())
|
1013 |
-
$this->Error('Some data has already been output, can\'t send PDF file');
|
1014 |
-
if(php_sapi_name()!='cli')
|
1015 |
-
{
|
1016 |
-
//We send to a browser
|
1017 |
-
header('Content-Type: application/pdf');
|
1018 |
-
if(headers_sent())
|
1019 |
-
$this->Error('Some data has already been output, can\'t send PDF file');
|
1020 |
-
header('Content-Length: '.strlen($this->buffer));
|
1021 |
-
header('Content-Disposition: inline; filename="'.$name.'"');
|
1022 |
-
header('Cache-Control: private, max-age=0, must-revalidate');
|
1023 |
-
header('Pragma: public');
|
1024 |
-
ini_set('zlib.output_compression','0');
|
1025 |
-
}
|
1026 |
-
echo $this->buffer;
|
1027 |
-
break;
|
1028 |
-
case 'D':
|
1029 |
-
//Download file
|
1030 |
-
if(ob_get_length())
|
1031 |
-
$this->Error('Some data has already been output, can\'t send PDF file');
|
1032 |
-
header('Content-Type: application/x-download');
|
1033 |
-
if(headers_sent())
|
1034 |
-
$this->Error('Some data has already been output, can\'t send PDF file');
|
1035 |
-
header('Content-Length: '.strlen($this->buffer));
|
1036 |
-
header('Content-Disposition: attachment; filename="'.$name.'"');
|
1037 |
-
header('Cache-Control: private, max-age=0, must-revalidate');
|
1038 |
-
header('Pragma: public');
|
1039 |
-
ini_set('zlib.output_compression','0');
|
1040 |
-
echo $this->buffer;
|
1041 |
-
break;
|
1042 |
-
case 'F':
|
1043 |
-
//Save to local file
|
1044 |
-
$f=fopen($name,'wb');
|
1045 |
-
if(!$f)
|
1046 |
-
$this->Error('Unable to create output file: '.$name);
|
1047 |
-
fwrite($f,$this->buffer,strlen($this->buffer));
|
1048 |
-
fclose($f);
|
1049 |
-
break;
|
1050 |
-
case 'S':
|
1051 |
-
//Return as a string
|
1052 |
-
return $this->buffer;
|
1053 |
-
default:
|
1054 |
-
$this->Error('Incorrect output destination: '.$dest);
|
1055 |
-
}
|
1056 |
-
return '';
|
1057 |
-
}
|
1058 |
-
|
1059 |
-
/*******************************************************************************
|
1060 |
-
* *
|
1061 |
-
* Protected methods *
|
1062 |
-
* *
|
1063 |
-
*******************************************************************************/
|
1064 |
-
function _dochecks()
|
1065 |
-
{
|
1066 |
-
//Check availability of %F
|
1067 |
-
if(sprintf('%.1F',1.0)!='1.0')
|
1068 |
-
$this->Error('This version of PHP is not supported');
|
1069 |
-
//Check mbstring overloading
|
1070 |
-
if(ini_get('mbstring.func_overload') & 2)
|
1071 |
-
$this->Error('mbstring overloading must be disabled');
|
1072 |
-
//Disable runtime magic quotes
|
1073 |
-
if(get_magic_quotes_runtime())
|
1074 |
-
@set_magic_quotes_runtime(0);
|
1075 |
-
}
|
1076 |
-
|
1077 |
-
function _getpageformat($format)
|
1078 |
-
{
|
1079 |
-
$format=strtolower($format);
|
1080 |
-
if(!isset($this->PageFormats[$format]))
|
1081 |
-
$this->Error('Unknown page format: '.$format);
|
1082 |
-
$a=$this->PageFormats[$format];
|
1083 |
-
return array($a[0]/$this->k, $a[1]/$this->k);
|
1084 |
-
}
|
1085 |
-
|
1086 |
-
function _getfontpath()
|
1087 |
-
{
|
1088 |
-
if(!defined('FPDF_FONTPATH') && is_dir(dirname(__FILE__).'/font'))
|
1089 |
-
define('FPDF_FONTPATH',dirname(__FILE__).'/font/');
|
1090 |
-
return defined('FPDF_FONTPATH') ? FPDF_FONTPATH : '';
|
1091 |
-
}
|
1092 |
-
|
1093 |
-
function _beginpage($orientation, $format)
|
1094 |
-
{
|
1095 |
-
$this->page++;
|
1096 |
-
$this->pages[$this->page]='';
|
1097 |
-
$this->state=2;
|
1098 |
-
$this->x=$this->lMargin;
|
1099 |
-
$this->y=$this->tMargin;
|
1100 |
-
$this->FontFamily='';
|
1101 |
-
//Check page size
|
1102 |
-
if($orientation=='')
|
1103 |
-
$orientation=$this->DefOrientation;
|
1104 |
-
else
|
1105 |
-
$orientation=strtoupper($orientation[0]);
|
1106 |
-
if($format=='')
|
1107 |
-
$format=$this->DefPageFormat;
|
1108 |
-
else
|
1109 |
-
{
|
1110 |
-
if(is_string($format))
|
1111 |
-
$format=$this->_getpageformat($format);
|
1112 |
-
}
|
1113 |
-
if($orientation!=$this->CurOrientation || $format[0]!=$this->CurPageFormat[0] || $format[1]!=$this->CurPageFormat[1])
|
1114 |
-
{
|
1115 |
-
//New size
|
1116 |
-
if($orientation=='P')
|
1117 |
-
{
|
1118 |
-
$this->w=$format[0];
|
1119 |
-
$this->h=$format[1];
|
1120 |
-
}
|
1121 |
-
else
|
1122 |
-
{
|
1123 |
-
$this->w=$format[1];
|
1124 |
-
$this->h=$format[0];
|
1125 |
-
}
|
1126 |
-
$this->wPt=$this->w*$this->k;
|
1127 |
-
$this->hPt=$this->h*$this->k;
|
1128 |
-
$this->PageBreakTrigger=$this->h-$this->bMargin;
|
1129 |
-
$this->CurOrientation=$orientation;
|
1130 |
-
$this->CurPageFormat=$format;
|
1131 |
-
}
|
1132 |
-
if($orientation!=$this->DefOrientation || $format[0]!=$this->DefPageFormat[0] || $format[1]!=$this->DefPageFormat[1])
|
1133 |
-
$this->PageSizes[$this->page]=array($this->wPt, $this->hPt);
|
1134 |
-
}
|
1135 |
-
|
1136 |
-
function _endpage()
|
1137 |
-
{
|
1138 |
-
$this->state=1;
|
1139 |
-
}
|
1140 |
-
|
1141 |
-
function _escape($s)
|
1142 |
-
{
|
1143 |
-
//Escape special characters in strings
|
1144 |
-
$s=str_replace('\\','\\\\',$s);
|
1145 |
-
$s=str_replace('(','\\(',$s);
|
1146 |
-
$s=str_replace(')','\\)',$s);
|
1147 |
-
$s=str_replace("\r",'\\r',$s);
|
1148 |
-
return $s;
|
1149 |
-
}
|
1150 |
-
|
1151 |
-
function _textstring($s)
|
1152 |
-
{
|
1153 |
-
//Format a text string
|
1154 |
-
return '('.$this->_escape($s).')';
|
1155 |
-
}
|
1156 |
-
|
1157 |
-
function _UTF8toUTF16($s)
|
1158 |
-
{
|
1159 |
-
//Convert UTF-8 to UTF-16BE with BOM
|
1160 |
-
$res="\xFE\xFF";
|
1161 |
-
$nb=strlen($s);
|
1162 |
-
$i=0;
|
1163 |
-
while($i<$nb)
|
1164 |
-
{
|
1165 |
-
$c1=ord($s[$i++]);
|
1166 |
-
if($c1>=224)
|
1167 |
-
{
|
1168 |
-
//3-byte character
|
1169 |
-
$c2=ord($s[$i++]);
|
1170 |
-
$c3=ord($s[$i++]);
|
1171 |
-
$res.=chr((($c1 & 0x0F)<<4) + (($c2 & 0x3C)>>2));
|
1172 |
-
$res.=chr((($c2 & 0x03)<<6) + ($c3 & 0x3F));
|
1173 |
-
}
|
1174 |
-
elseif($c1>=192)
|
1175 |
-
{
|
1176 |
-
//2-byte character
|
1177 |
-
$c2=ord($s[$i++]);
|
1178 |
-
$res.=chr(($c1 & 0x1C)>>2);
|
1179 |
-
$res.=chr((($c1 & 0x03)<<6) + ($c2 & 0x3F));
|
1180 |
-
}
|
1181 |
-
else
|
1182 |
-
{
|
1183 |
-
//Single-byte character
|
1184 |
-
$res.="\0".chr($c1);
|
1185 |
-
}
|
1186 |
-
}
|
1187 |
-
return $res;
|
1188 |
-
}
|
1189 |
-
|
1190 |
-
function _dounderline($x, $y, $txt)
|
1191 |
-
{
|
1192 |
-
//Underline text
|
1193 |
-
$up=$this->CurrentFont['up'];
|
1194 |
-
$ut=$this->CurrentFont['ut'];
|
1195 |
-
$w=$this->GetStringWidth($txt)+$this->ws*substr_count($txt,' ');
|
1196 |
-
return sprintf('%.2F %.2F %.2F %.2F re f',$x*$this->k,($this->h-($y-$up/1000*$this->FontSize))*$this->k,$w*$this->k,-$ut/1000*$this->FontSizePt);
|
1197 |
-
}
|
1198 |
-
|
1199 |
-
function _parsejpg($file)
|
1200 |
-
{
|
1201 |
-
//Extract info from a JPEG file
|
1202 |
-
$a=GetImageSize($file);
|
1203 |
-
if(!$a)
|
1204 |
-
$this->Error('Missing or incorrect image file: '.$file);
|
1205 |
-
if($a[2]!=2)
|
1206 |
-
$this->Error('Not a JPEG file: '.$file);
|
1207 |
-
if(!isset($a['channels']) || $a['channels']==3)
|
1208 |
-
$colspace='DeviceRGB';
|
1209 |
-
elseif($a['channels']==4)
|
1210 |
-
$colspace='DeviceCMYK';
|
1211 |
-
else
|
1212 |
-
$colspace='DeviceGray';
|
1213 |
-
$bpc=isset($a['bits']) ? $a['bits'] : 8;
|
1214 |
-
//Read whole file
|
1215 |
-
$f=fopen($file,'rb');
|
1216 |
-
$data='';
|
1217 |
-
while(!feof($f))
|
1218 |
-
$data.=fread($f,8192);
|
1219 |
-
fclose($f);
|
1220 |
-
return array('w'=>$a[0], 'h'=>$a[1], 'cs'=>$colspace, 'bpc'=>$bpc, 'f'=>'DCTDecode', 'data'=>$data);
|
1221 |
-
}
|
1222 |
-
|
1223 |
-
function _parsepng($file)
|
1224 |
-
{
|
1225 |
-
//Extract info from a PNG file
|
1226 |
-
$f=fopen($file,'rb');
|
1227 |
-
if(!$f)
|
1228 |
-
$this->Error('Can\'t open image file: '.$file);
|
1229 |
-
//Check signature
|
1230 |
-
if($this->_readstream($f,8)!=chr(137).'PNG'.chr(13).chr(10).chr(26).chr(10))
|
1231 |
-
$this->Error('Not a PNG file: '.$file);
|
1232 |
-
//Read header chunk
|
1233 |
-
$this->_readstream($f,4);
|
1234 |
-
if($this->_readstream($f,4)!='IHDR')
|
1235 |
-
$this->Error('Incorrect PNG file: '.$file);
|
1236 |
-
$w=$this->_readint($f);
|
1237 |
-
$h=$this->_readint($f);
|
1238 |
-
$bpc=ord($this->_readstream($f,1));
|
1239 |
-
if($bpc>8)
|
1240 |
-
$this->Error('16-bit depth not supported: '.$file);
|
1241 |
-
$ct=ord($this->_readstream($f,1));
|
1242 |
-
if($ct==0)
|
1243 |
-
$colspace='DeviceGray';
|
1244 |
-
elseif($ct==2)
|
1245 |
-
$colspace='DeviceRGB';
|
1246 |
-
elseif($ct==3)
|
1247 |
-
$colspace='Indexed';
|
1248 |
-
else
|
1249 |
-
$this->Error('Alpha channel not supported: '.$file);
|
1250 |
-
if(ord($this->_readstream($f,1))!=0)
|
1251 |
-
$this->Error('Unknown compression method: '.$file);
|
1252 |
-
if(ord($this->_readstream($f,1))!=0)
|
1253 |
-
$this->Error('Unknown filter method: '.$file);
|
1254 |
-
if(ord($this->_readstream($f,1))!=0)
|
1255 |
-
$this->Error('Interlacing not supported: '.$file);
|
1256 |
-
$this->_readstream($f,4);
|
1257 |
-
$parms='/DecodeParms <</Predictor 15 /Colors '.($ct==2 ? 3 : 1).' /BitsPerComponent '.$bpc.' /Columns '.$w.'>>';
|
1258 |
-
//Scan chunks looking for palette, transparency and image data
|
1259 |
-
$pal='';
|
1260 |
-
$trns='';
|
1261 |
-
$data='';
|
1262 |
-
do
|
1263 |
-
{
|
1264 |
-
$n=$this->_readint($f);
|
1265 |
-
$type=$this->_readstream($f,4);
|
1266 |
-
if($type=='PLTE')
|
1267 |
-
{
|
1268 |
-
//Read palette
|
1269 |
-
$pal=$this->_readstream($f,$n);
|
1270 |
-
$this->_readstream($f,4);
|
1271 |
-
}
|
1272 |
-
elseif($type=='tRNS')
|
1273 |
-
{
|
1274 |
-
//Read transparency info
|
1275 |
-
$t=$this->_readstream($f,$n);
|
1276 |
-
if($ct==0)
|
1277 |
-
$trns=array(ord(substr($t,1,1)));
|
1278 |
-
elseif($ct==2)
|
1279 |
-
$trns=array(ord(substr($t,1,1)), ord(substr($t,3,1)), ord(substr($t,5,1)));
|
1280 |
-
else
|
1281 |
-
{
|
1282 |
-
$pos=strpos($t,chr(0));
|
1283 |
-
if($pos!==false)
|
1284 |
-
$trns=array($pos);
|
1285 |
-
}
|
1286 |
-
$this->_readstream($f,4);
|
1287 |
-
}
|
1288 |
-
elseif($type=='IDAT')
|
1289 |
-
{
|
1290 |
-
//Read image data block
|
1291 |
-
$data.=$this->_readstream($f,$n);
|
1292 |
-
$this->_readstream($f,4);
|
1293 |
-
}
|
1294 |
-
elseif($type=='IEND')
|
1295 |
-
break;
|
1296 |
-
else
|
1297 |
-
$this->_readstream($f,$n+4);
|
1298 |
-
}
|
1299 |
-
while($n);
|
1300 |
-
if($colspace=='Indexed' && empty($pal))
|
1301 |
-
$this->Error('Missing palette in '.$file);
|
1302 |
-
fclose($f);
|
1303 |
-
return array('w'=>$w, 'h'=>$h, 'cs'=>$colspace, 'bpc'=>$bpc, 'f'=>'FlateDecode', 'parms'=>$parms, 'pal'=>$pal, 'trns'=>$trns, 'data'=>$data);
|
1304 |
-
}
|
1305 |
-
|
1306 |
-
function _readstream($f, $n)
|
1307 |
-
{
|
1308 |
-
//Read n bytes from stream
|
1309 |
-
$res='';
|
1310 |
-
while($n>0 && !feof($f))
|
1311 |
-
{
|
1312 |
-
$s=fread($f,$n);
|
1313 |
-
if($s===false)
|
1314 |
-
$this->Error('Error while reading stream');
|
1315 |
-
$n-=strlen($s);
|
1316 |
-
$res.=$s;
|
1317 |
-
}
|
1318 |
-
if($n>0)
|
1319 |
-
$this->Error('Unexpected end of stream');
|
1320 |
-
return $res;
|
1321 |
-
}
|
1322 |
-
|
1323 |
-
function _readint($f)
|
1324 |
-
{
|
1325 |
-
//Read a 4-byte integer from stream
|
1326 |
-
$a=unpack('Ni',$this->_readstream($f,4));
|
1327 |
-
return $a['i'];
|
1328 |
-
}
|
1329 |
-
|
1330 |
-
function _parsegif($file)
|
1331 |
-
{
|
1332 |
-
//Extract info from a GIF file (via PNG conversion)
|
1333 |
-
if(!function_exists('imagepng'))
|
1334 |
-
$this->Error('GD extension is required for GIF support');
|
1335 |
-
if(!function_exists('imagecreatefromgif'))
|
1336 |
-
$this->Error('GD has no GIF read support');
|
1337 |
-
$im=imagecreatefromgif($file);
|
1338 |
-
if(!$im)
|
1339 |
-
$this->Error('Missing or incorrect image file: '.$file);
|
1340 |
-
imageinterlace($im,0);
|
1341 |
-
$tmp=tempnam('.','gif');
|
1342 |
-
if(!$tmp)
|
1343 |
-
$this->Error('Unable to create a temporary file');
|
1344 |
-
if(!imagepng($im,$tmp))
|
1345 |
-
$this->Error('Error while saving to temporary file');
|
1346 |
-
imagedestroy($im);
|
1347 |
-
$info=$this->_parsepng($tmp);
|
1348 |
-
unlink($tmp);
|
1349 |
-
return $info;
|
1350 |
-
}
|
1351 |
-
|
1352 |
-
function _newobj()
|
1353 |
-
{
|
1354 |
-
//Begin a new object
|
1355 |
-
$this->n++;
|
1356 |
-
$this->offsets[$this->n]=strlen($this->buffer);
|
1357 |
-
$this->_out($this->n.' 0 obj');
|
1358 |
-
}
|
1359 |
-
|
1360 |
-
function _putstream($s)
|
1361 |
-
{
|
1362 |
-
$this->_out('stream');
|
1363 |
-
$this->_out($s);
|
1364 |
-
$this->_out('endstream');
|
1365 |
-
}
|
1366 |
-
|
1367 |
-
function _out($s)
|
1368 |
-
{
|
1369 |
-
//Add a line to the document
|
1370 |
-
if($this->state==2)
|
1371 |
-
$this->pages[$this->page].=$s."\n";
|
1372 |
-
else
|
1373 |
-
$this->buffer.=$s."\n";
|
1374 |
-
}
|
1375 |
-
|
1376 |
-
function _putpages()
|
1377 |
-
{
|
1378 |
-
$nb=$this->page;
|
1379 |
-
if(!empty($this->AliasNbPages))
|
1380 |
-
{
|
1381 |
-
//Replace number of pages
|
1382 |
-
for($n=1;$n<=$nb;$n++)
|
1383 |
-
$this->pages[$n]=str_replace($this->AliasNbPages,$nb,$this->pages[$n]);
|
1384 |
-
}
|
1385 |
-
if($this->DefOrientation=='P')
|
1386 |
-
{
|
1387 |
-
$wPt=$this->DefPageFormat[0]*$this->k;
|
1388 |
-
$hPt=$this->DefPageFormat[1]*$this->k;
|
1389 |
-
}
|
1390 |
-
else
|
1391 |
-
{
|
1392 |
-
$wPt=$this->DefPageFormat[1]*$this->k;
|
1393 |
-
$hPt=$this->DefPageFormat[0]*$this->k;
|
1394 |
-
}
|
1395 |
-
$filter=($this->compress) ? '/Filter /FlateDecode ' : '';
|
1396 |
-
for($n=1;$n<=$nb;$n++)
|
1397 |
-
{
|
1398 |
-
//Page
|
1399 |
-
$this->_newobj();
|
1400 |
-
$this->_out('<</Type /Page');
|
1401 |
-
$this->_out('/Parent 1 0 R');
|
1402 |
-
if(isset($this->PageSizes[$n]))
|
1403 |
-
$this->_out(sprintf('/MediaBox [0 0 %.2F %.2F]',$this->PageSizes[$n][0],$this->PageSizes[$n][1]));
|
1404 |
-
$this->_out('/Resources 2 0 R');
|
1405 |
-
if(isset($this->PageLinks[$n]))
|
1406 |
-
{
|
1407 |
-
//Links
|
1408 |
-
$annots='/Annots [';
|
1409 |
-
foreach($this->PageLinks[$n] as $pl)
|
1410 |
-
{
|
1411 |
-
$rect=sprintf('%.2F %.2F %.2F %.2F',$pl[0],$pl[1],$pl[0]+$pl[2],$pl[1]-$pl[3]);
|
1412 |
-
$annots.='<</Type /Annot /Subtype /Link /Rect ['.$rect.'] /Border [0 0 0] ';
|
1413 |
-
if(is_string($pl[4]))
|
1414 |
-
$annots.='/A <</S /URI /URI '.$this->_textstring($pl[4]).'>>>>';
|
1415 |
-
else
|
1416 |
-
{
|
1417 |
-
$l=$this->links[$pl[4]];
|
1418 |
-
$h=isset($this->PageSizes[$l[0]]) ? $this->PageSizes[$l[0]][1] : $hPt;
|
1419 |
-
$annots.=sprintf('/Dest [%d 0 R /XYZ 0 %.2F null]>>',1+2*$l[0],$h-$l[1]*$this->k);
|
1420 |
-
}
|
1421 |
-
}
|
1422 |
-
$this->_out($annots.']');
|
1423 |
-
}
|
1424 |
-
$this->_out('/Contents '.($this->n+1).' 0 R>>');
|
1425 |
-
$this->_out('endobj');
|
1426 |
-
//Page content
|
1427 |
-
$p=($this->compress) ? gzcompress($this->pages[$n]) : $this->pages[$n];
|
1428 |
-
$this->_newobj();
|
1429 |
-
$this->_out('<<'.$filter.'/Length '.strlen($p).'>>');
|
1430 |
-
$this->_putstream($p);
|
1431 |
-
$this->_out('endobj');
|
1432 |
-
}
|
1433 |
-
//Pages root
|
1434 |
-
$this->offsets[1]=strlen($this->buffer);
|
1435 |
-
$this->_out('1 0 obj');
|
1436 |
-
$this->_out('<</Type /Pages');
|
1437 |
-
$kids='/Kids [';
|
1438 |
-
for($i=0;$i<$nb;$i++)
|
1439 |
-
$kids.=(3+2*$i).' 0 R ';
|
1440 |
-
$this->_out($kids.']');
|
1441 |
-
$this->_out('/Count '.$nb);
|
1442 |
-
$this->_out(sprintf('/MediaBox [0 0 %.2F %.2F]',$wPt,$hPt));
|
1443 |
-
$this->_out('>>');
|
1444 |
-
$this->_out('endobj');
|
1445 |
-
}
|
1446 |
-
|
1447 |
-
function _putfonts()
|
1448 |
-
{
|
1449 |
-
$nf=$this->n;
|
1450 |
-
foreach($this->diffs as $diff)
|
1451 |
-
{
|
1452 |
-
//Encodings
|
1453 |
-
$this->_newobj();
|
1454 |
-
$this->_out('<</Type /Encoding /BaseEncoding /WinAnsiEncoding /Differences ['.$diff.']>>');
|
1455 |
-
$this->_out('endobj');
|
1456 |
-
}
|
1457 |
-
foreach($this->FontFiles as $file=>$info)
|
1458 |
-
{
|
1459 |
-
//Font file embedding
|
1460 |
-
$this->_newobj();
|
1461 |
-
$this->FontFiles[$file]['n']=$this->n;
|
1462 |
-
$font='';
|
1463 |
-
$f=fopen($this->_getfontpath().$file,'rb',1);
|
1464 |
-
if(!$f)
|
1465 |
-
$this->Error('Font file not found');
|
1466 |
-
while(!feof($f))
|
1467 |
-
$font.=fread($f,8192);
|
1468 |
-
fclose($f);
|
1469 |
-
$compressed=(substr($file,-2)=='.z');
|
1470 |
-
if(!$compressed && isset($info['length2']))
|
1471 |
-
{
|
1472 |
-
$header=(ord($font[0])==128);
|
1473 |
-
if($header)
|
1474 |
-
{
|
1475 |
-
//Strip first binary header
|
1476 |
-
$font=substr($font,6);
|
1477 |
-
}
|
1478 |
-
if($header && ord($font[$info['length1']])==128)
|
1479 |
-
{
|
1480 |
-
//Strip second binary header
|
1481 |
-
$font=substr($font,0,$info['length1']).substr($font,$info['length1']+6);
|
1482 |
-
}
|
1483 |
-
}
|
1484 |
-
$this->_out('<</Length '.strlen($font));
|
1485 |
-
if($compressed)
|
1486 |
-
$this->_out('/Filter /FlateDecode');
|
1487 |
-
$this->_out('/Length1 '.$info['length1']);
|
1488 |
-
if(isset($info['length2']))
|
1489 |
-
$this->_out('/Length2 '.$info['length2'].' /Length3 0');
|
1490 |
-
$this->_out('>>');
|
1491 |
-
$this->_putstream($font);
|
1492 |
-
$this->_out('endobj');
|
1493 |
-
}
|
1494 |
-
foreach($this->fonts as $k=>$font)
|
1495 |
-
{
|
1496 |
-
//Font objects
|
1497 |
-
$this->fonts[$k]['n']=$this->n+1;
|
1498 |
-
$type=$font['type'];
|
1499 |
-
$name=$font['name'];
|
1500 |
-
if($type=='core')
|
1501 |
-
{
|
1502 |
-
//Standard font
|
1503 |
-
$this->_newobj();
|
1504 |
-
$this->_out('<</Type /Font');
|
1505 |
-
$this->_out('/BaseFont /'.$name);
|
1506 |
-
$this->_out('/Subtype /Type1');
|
1507 |
-
if($name!='Symbol' && $name!='ZapfDingbats')
|
1508 |
-
$this->_out('/Encoding /WinAnsiEncoding');
|
1509 |
-
$this->_out('>>');
|
1510 |
-
$this->_out('endobj');
|
1511 |
-
}
|
1512 |
-
elseif($type=='Type1' || $type=='TrueType')
|
1513 |
-
{
|
1514 |
-
//Additional Type1 or TrueType font
|
1515 |
-
$this->_newobj();
|
1516 |
-
$this->_out('<</Type /Font');
|
1517 |
-
$this->_out('/BaseFont /'.$name);
|
1518 |
-
$this->_out('/Subtype /'.$type);
|
1519 |
-
$this->_out('/FirstChar 32 /LastChar 255');
|
1520 |
-
$this->_out('/Widths '.($this->n+1).' 0 R');
|
1521 |
-
$this->_out('/FontDescriptor '.($this->n+2).' 0 R');
|
1522 |
-
if($font['enc'])
|
1523 |
-
{
|
1524 |
-
if(isset($font['diff']))
|
1525 |
-
$this->_out('/Encoding '.($nf+$font['diff']).' 0 R');
|
1526 |
-
else
|
1527 |
-
$this->_out('/Encoding /WinAnsiEncoding');
|
1528 |
-
}
|
1529 |
-
$this->_out('>>');
|
1530 |
-
$this->_out('endobj');
|
1531 |
-
//Widths
|
1532 |
-
$this->_newobj();
|
1533 |
-
$cw=&$font['cw'];
|
1534 |
-
$s='[';
|
1535 |
-
for($i=32;$i<=255;$i++)
|
1536 |
-
$s.=$cw[chr($i)].' ';
|
1537 |
-
$this->_out($s.']');
|
1538 |
-
$this->_out('endobj');
|
1539 |
-
//Descriptor
|
1540 |
-
$this->_newobj();
|
1541 |
-
$s='<</Type /FontDescriptor /FontName /'.$name;
|
1542 |
-
foreach($font['desc'] as $k=>$v)
|
1543 |
-
$s.=' /'.$k.' '.$v;
|
1544 |
-
$file=$font['file'];
|
1545 |
-
if($file)
|
1546 |
-
$s.=' /FontFile'.($type=='Type1' ? '' : '2').' '.$this->FontFiles[$file]['n'].' 0 R';
|
1547 |
-
$this->_out($s.'>>');
|
1548 |
-
$this->_out('endobj');
|
1549 |
-
}
|
1550 |
-
else
|
1551 |
-
{
|
1552 |
-
//Allow for additional types
|
1553 |
-
$mtd='_put'.strtolower($type);
|
1554 |
-
if(!method_exists($this,$mtd))
|
1555 |
-
$this->Error('Unsupported font type: '.$type);
|
1556 |
-
$this->$mtd($font);
|
1557 |
-
}
|
1558 |
-
}
|
1559 |
-
}
|
1560 |
-
|
1561 |
-
function _putimages()
|
1562 |
-
{
|
1563 |
-
$filter=($this->compress) ? '/Filter /FlateDecode ' : '';
|
1564 |
-
reset($this->images);
|
1565 |
-
while(list($file,$info)=each($this->images))
|
1566 |
-
{
|
1567 |
-
$this->_newobj();
|
1568 |
-
$this->images[$file]['n']=$this->n;
|
1569 |
-
$this->_out('<</Type /XObject');
|
1570 |
-
$this->_out('/Subtype /Image');
|
1571 |
-
$this->_out('/Width '.$info['w']);
|
1572 |
-
$this->_out('/Height '.$info['h']);
|
1573 |
-
if($info['cs']=='Indexed')
|
1574 |
-
$this->_out('/ColorSpace [/Indexed /DeviceRGB '.(strlen($info['pal'])/3-1).' '.($this->n+1).' 0 R]');
|
1575 |
-
else
|
1576 |
-
{
|
1577 |
-
$this->_out('/ColorSpace /'.$info['cs']);
|
1578 |
-
if($info['cs']=='DeviceCMYK')
|
1579 |
-
$this->_out('/Decode [1 0 1 0 1 0 1 0]');
|
1580 |
-
}
|
1581 |
-
$this->_out('/BitsPerComponent '.$info['bpc']);
|
1582 |
-
if(isset($info['f']))
|
1583 |
-
$this->_out('/Filter /'.$info['f']);
|
1584 |
-
if(isset($info['parms']))
|
1585 |
-
$this->_out($info['parms']);
|
1586 |
-
if(isset($info['trns']) && is_array($info['trns']))
|
1587 |
-
{
|
1588 |
-
$trns='';
|
1589 |
-
for($i=0;$i<count($info['trns']);$i++)
|
1590 |
-
$trns.=$info['trns'][$i].' '.$info['trns'][$i].' ';
|
1591 |
-
$this->_out('/Mask ['.$trns.']');
|
1592 |
-
}
|
1593 |
-
$this->_out('/Length '.strlen($info['data']).'>>');
|
1594 |
-
$this->_putstream($info['data']);
|
1595 |
-
unset($this->images[$file]['data']);
|
1596 |
-
$this->_out('endobj');
|
1597 |
-
//Palette
|
1598 |
-
if($info['cs']=='Indexed')
|
1599 |
-
{
|
1600 |
-
$this->_newobj();
|
1601 |
-
$pal=($this->compress) ? gzcompress($info['pal']) : $info['pal'];
|
1602 |
-
$this->_out('<<'.$filter.'/Length '.strlen($pal).'>>');
|
1603 |
-
$this->_putstream($pal);
|
1604 |
-
$this->_out('endobj');
|
1605 |
-
}
|
1606 |
-
}
|
1607 |
-
}
|
1608 |
-
|
1609 |
-
function _putxobjectdict()
|
1610 |
-
{
|
1611 |
-
foreach($this->images as $image)
|
1612 |
-
$this->_out('/I'.$image['i'].' '.$image['n'].' 0 R');
|
1613 |
-
}
|
1614 |
-
|
1615 |
-
function _putresourcedict()
|
1616 |
-
{
|
1617 |
-
$this->_out('/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]');
|
1618 |
-
$this->_out('/Font <<');
|
1619 |
-
foreach($this->fonts as $font)
|
1620 |
-
$this->_out('/F'.$font['i'].' '.$font['n'].' 0 R');
|
1621 |
-
$this->_out('>>');
|
1622 |
-
$this->_out('/XObject <<');
|
1623 |
-
$this->_putxobjectdict();
|
1624 |
-
$this->_out('>>');
|
1625 |
-
}
|
1626 |
-
|
1627 |
-
function _putresources()
|
1628 |
-
{
|
1629 |
-
$this->_putfonts();
|
1630 |
-
$this->_putimages();
|
1631 |
-
//Resource dictionary
|
1632 |
-
$this->offsets[2]=strlen($this->buffer);
|
1633 |
-
$this->_out('2 0 obj');
|
1634 |
-
$this->_out('<<');
|
1635 |
-
$this->_putresourcedict();
|
1636 |
-
$this->_out('>>');
|
1637 |
-
$this->_out('endobj');
|
1638 |
-
}
|
1639 |
-
|
1640 |
-
function _putinfo()
|
1641 |
-
{
|
1642 |
-
$this->_out('/Producer '.$this->_textstring('FPDF '.FPDF_VERSION));
|
1643 |
-
if(!empty($this->title))
|
1644 |
-
$this->_out('/Title '.$this->_textstring($this->title));
|
1645 |
-
if(!empty($this->subject))
|
1646 |
-
$this->_out('/Subject '.$this->_textstring($this->subject));
|
1647 |
-
if(!empty($this->author))
|
1648 |
-
$this->_out('/Author '.$this->_textstring($this->author));
|
1649 |
-
if(!empty($this->keywords))
|
1650 |
-
$this->_out('/Keywords '.$this->_textstring($this->keywords));
|
1651 |
-
if(!empty($this->creator))
|
1652 |
-
$this->_out('/Creator '.$this->_textstring($this->creator));
|
1653 |
-
$this->_out('/CreationDate '.$this->_textstring('D:'.@date('YmdHis')));
|
1654 |
-
}
|
1655 |
-
|
1656 |
-
function _putcatalog()
|
1657 |
-
{
|
1658 |
-
$this->_out('/Type /Catalog');
|
1659 |
-
$this->_out('/Pages 1 0 R');
|
1660 |
-
if($this->ZoomMode=='fullpage')
|
1661 |
-
$this->_out('/OpenAction [3 0 R /Fit]');
|
1662 |
-
elseif($this->ZoomMode=='fullwidth')
|
1663 |
-
$this->_out('/OpenAction [3 0 R /FitH null]');
|
1664 |
-
elseif($this->ZoomMode=='real')
|
1665 |
-
$this->_out('/OpenAction [3 0 R /XYZ null null 1]');
|
1666 |
-
elseif(!is_string($this->ZoomMode))
|
1667 |
-
$this->_out('/OpenAction [3 0 R /XYZ null null '.($this->ZoomMode/100).']');
|
1668 |
-
if($this->LayoutMode=='single')
|
1669 |
-
$this->_out('/PageLayout /SinglePage');
|
1670 |
-
elseif($this->LayoutMode=='continuous')
|
1671 |
-
$this->_out('/PageLayout /OneColumn');
|
1672 |
-
elseif($this->LayoutMode=='two')
|
1673 |
-
$this->_out('/PageLayout /TwoColumnLeft');
|
1674 |
-
}
|
1675 |
-
|
1676 |
-
function _putheader()
|
1677 |
-
{
|
1678 |
-
$this->_out('%PDF-'.$this->PDFVersion);
|
1679 |
-
}
|
1680 |
-
|
1681 |
-
function _puttrailer()
|
1682 |
-
{
|
1683 |
-
$this->_out('/Size '.($this->n+1));
|
1684 |
-
$this->_out('/Root '.$this->n.' 0 R');
|
1685 |
-
$this->_out('/Info '.($this->n-1).' 0 R');
|
1686 |
-
}
|
1687 |
-
|
1688 |
-
function _enddoc()
|
1689 |
-
{
|
1690 |
-
$this->_putheader();
|
1691 |
-
$this->_putpages();
|
1692 |
-
$this->_putresources();
|
1693 |
-
//Info
|
1694 |
-
$this->_newobj();
|
1695 |
-
$this->_out('<<');
|
1696 |
-
$this->_putinfo();
|
1697 |
-
$this->_out('>>');
|
1698 |
-
$this->_out('endobj');
|
1699 |
-
//Catalog
|
1700 |
-
$this->_newobj();
|
1701 |
-
$this->_out('<<');
|
1702 |
-
$this->_putcatalog();
|
1703 |
-
$this->_out('>>');
|
1704 |
-
$this->_out('endobj');
|
1705 |
-
//Cross-ref
|
1706 |
-
$o=strlen($this->buffer);
|
1707 |
-
$this->_out('xref');
|
1708 |
-
$this->_out('0 '.($this->n+1));
|
1709 |
-
$this->_out('0000000000 65535 f ');
|
1710 |
-
for($i=1;$i<=$this->n;$i++)
|
1711 |
-
$this->_out(sprintf('%010d 00000 n ',$this->offsets[$i]));
|
1712 |
-
//Trailer
|
1713 |
-
$this->_out('trailer');
|
1714 |
-
$this->_out('<<');
|
1715 |
-
$this->_puttrailer();
|
1716 |
-
$this->_out('>>');
|
1717 |
-
$this->_out('startxref');
|
1718 |
-
$this->_out($o);
|
1719 |
-
$this->_out('%%EOF');
|
1720 |
-
$this->state=3;
|
1721 |
-
}
|
1722 |
-
//End of class
|
1723 |
-
}
|
1724 |
-
|
1725 |
-
//Handle special IE contype request
|
1726 |
-
if(isset($_SERVER['HTTP_USER_AGENT']) && $_SERVER['HTTP_USER_AGENT']=='contype')
|
1727 |
-
{
|
1728 |
-
header('Content-Type: application/pdf');
|
1729 |
-
exit;
|
1730 |
-
}
|
1731 |
-
|
1732 |
-
?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/ZsoltNet/LedgerInvoice/controllers/pdf/fpdi.php
DELETED
@@ -1,504 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
//
|
3 |
-
// FPDI - Version 1.3.3
|
4 |
-
//
|
5 |
-
// Copyright 2004-2010 Setasign - Jan Slabon
|
6 |
-
//
|
7 |
-
// Licensed under the Apache License, Version 2.0 (the "License");
|
8 |
-
// you may not use this file except in compliance with the License.
|
9 |
-
// You may obtain a copy of the License at
|
10 |
-
//
|
11 |
-
// http://www.apache.org/licenses/LICENSE-2.0
|
12 |
-
//
|
13 |
-
// Unless required by applicable law or agreed to in writing, software
|
14 |
-
// distributed under the License is distributed on an "AS IS" BASIS,
|
15 |
-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
16 |
-
// See the License for the specific language governing permissions and
|
17 |
-
// limitations under the License.
|
18 |
-
//
|
19 |
-
|
20 |
-
define('FPDI_VERSION','1.3.2');
|
21 |
-
|
22 |
-
// Check for TCPDF and remap TCPDF to FPDF
|
23 |
-
$__tmp = version_compare(phpversion(), "5") == -1 ? array('TCPDF') : array('TCPDF', false);
|
24 |
-
if (call_user_func_array('class_exists', $__tmp)) {
|
25 |
-
require_once('fpdi2tcpdf_bridge.php');
|
26 |
-
}
|
27 |
-
unset($__tmp);
|
28 |
-
|
29 |
-
require_once('fpdf_tpl.php');
|
30 |
-
require_once('fpdi_pdf_parser.php');
|
31 |
-
|
32 |
-
|
33 |
-
class FPDI extends FPDF_TPL {
|
34 |
-
/**
|
35 |
-
* Actual filename
|
36 |
-
* @var string
|
37 |
-
*/
|
38 |
-
var $current_filename;
|
39 |
-
|
40 |
-
/**
|
41 |
-
* Parser-Objects
|
42 |
-
* @var array
|
43 |
-
*/
|
44 |
-
var $parsers;
|
45 |
-
|
46 |
-
/**
|
47 |
-
* Current parser
|
48 |
-
* @var object
|
49 |
-
*/
|
50 |
-
var $current_parser;
|
51 |
-
|
52 |
-
/**
|
53 |
-
* object stack
|
54 |
-
* @var array
|
55 |
-
*/
|
56 |
-
var $_obj_stack;
|
57 |
-
|
58 |
-
/**
|
59 |
-
* done object stack
|
60 |
-
* @var array
|
61 |
-
*/
|
62 |
-
var $_don_obj_stack;
|
63 |
-
|
64 |
-
/**
|
65 |
-
* Current Object Id.
|
66 |
-
* @var integer
|
67 |
-
*/
|
68 |
-
var $_current_obj_id;
|
69 |
-
|
70 |
-
/**
|
71 |
-
* The name of the last imported page box
|
72 |
-
* @var string
|
73 |
-
*/
|
74 |
-
var $lastUsedPageBox;
|
75 |
-
|
76 |
-
var $_importedPages = array();
|
77 |
-
|
78 |
-
|
79 |
-
/**
|
80 |
-
* Set a source-file
|
81 |
-
*
|
82 |
-
* @param string $filename a valid filename
|
83 |
-
* @return int number of available pages
|
84 |
-
*/
|
85 |
-
function setSourceFile($filename) {
|
86 |
-
$this->current_filename = $filename;
|
87 |
-
$fn =& $this->current_filename;
|
88 |
-
|
89 |
-
if (!isset($this->parsers[$fn]))
|
90 |
-
$this->parsers[$fn] = new fpdi_pdf_parser($fn, $this);
|
91 |
-
$this->current_parser =& $this->parsers[$fn];
|
92 |
-
|
93 |
-
return $this->parsers[$fn]->getPageCount();
|
94 |
-
}
|
95 |
-
|
96 |
-
/**
|
97 |
-
* Import a page
|
98 |
-
*
|
99 |
-
* @param int $pageno pagenumber
|
100 |
-
* @return int Index of imported page - to use with fpdf_tpl::useTemplate()
|
101 |
-
*/
|
102 |
-
function importPage($pageno, $boxName='/CropBox') {
|
103 |
-
if ($this->_intpl) {
|
104 |
-
return $this->error('Please import the desired pages before creating a new template.');
|
105 |
-
}
|
106 |
-
|
107 |
-
$fn =& $this->current_filename;
|
108 |
-
|
109 |
-
// check if page already imported
|
110 |
-
$pageKey = $fn.((int)$pageno).$boxName;
|
111 |
-
if (isset($this->_importedPages[$pageKey]))
|
112 |
-
return $this->_importedPages[$pageKey];
|
113 |
-
|
114 |
-
$parser =& $this->parsers[$fn];
|
115 |
-
$parser->setPageno($pageno);
|
116 |
-
|
117 |
-
if (!in_array($boxName, $parser->availableBoxes))
|
118 |
-
return $this->Error(sprintf('Unknown box: %s', $boxName));
|
119 |
-
$pageboxes = $parser->getPageBoxes($pageno);
|
120 |
-
|
121 |
-
/**
|
122 |
-
* MediaBox
|
123 |
-
* CropBox: Default -> MediaBox
|
124 |
-
* BleedBox: Default -> CropBox
|
125 |
-
* TrimBox: Default -> CropBox
|
126 |
-
* ArtBox: Default -> CropBox
|
127 |
-
*/
|
128 |
-
if (!isset($pageboxes[$boxName]) && ($boxName == '/BleedBox' || $boxName == '/TrimBox' || $boxName == '/ArtBox'))
|
129 |
-
$boxName = '/CropBox';
|
130 |
-
if (!isset($pageboxes[$boxName]) && $boxName == '/CropBox')
|
131 |
-
$boxName = '/MediaBox';
|
132 |
-
|
133 |
-
if (!isset($pageboxes[$boxName]))
|
134 |
-
return false;
|
135 |
-
$this->lastUsedPageBox = $boxName;
|
136 |
-
|
137 |
-
$box = $pageboxes[$boxName];
|
138 |
-
|
139 |
-
$this->tpl++;
|
140 |
-
$this->tpls[$this->tpl] = array();
|
141 |
-
$tpl =& $this->tpls[$this->tpl];
|
142 |
-
$tpl['parser'] =& $parser;
|
143 |
-
$tpl['resources'] = $parser->getPageResources();
|
144 |
-
$tpl['buffer'] = $parser->getContent();
|
145 |
-
$tpl['box'] = $box;
|
146 |
-
|
147 |
-
// To build an array that can be used by PDF_TPL::useTemplate()
|
148 |
-
$this->tpls[$this->tpl] = array_merge($this->tpls[$this->tpl], $box);
|
149 |
-
|
150 |
-
// An imported page will start at 0,0 everytime. Translation will be set in _putformxobjects()
|
151 |
-
$tpl['x'] = 0;
|
152 |
-
$tpl['y'] = 0;
|
153 |
-
|
154 |
-
// handle rotated pages
|
155 |
-
$rotation = $parser->getPageRotation($pageno);
|
156 |
-
$tpl['_rotationAngle'] = 0;
|
157 |
-
if (isset($rotation[1]) && ($angle = $rotation[1] % 360) != 0) {
|
158 |
-
$steps = $angle / 90;
|
159 |
-
|
160 |
-
$_w = $tpl['w'];
|
161 |
-
$_h = $tpl['h'];
|
162 |
-
$tpl['w'] = $steps % 2 == 0 ? $_w : $_h;
|
163 |
-
$tpl['h'] = $steps % 2 == 0 ? $_h : $_w;
|
164 |
-
|
165 |
-
$tpl['_rotationAngle'] = $angle*-1;
|
166 |
-
}
|
167 |
-
|
168 |
-
$this->_importedPages[$pageKey] = $this->tpl;
|
169 |
-
|
170 |
-
return $this->tpl;
|
171 |
-
}
|
172 |
-
|
173 |
-
function getLastUsedPageBox() {
|
174 |
-
return $this->lastUsedPageBox;
|
175 |
-
}
|
176 |
-
|
177 |
-
function useTemplate($tplidx, $_x=null, $_y=null, $_w=0, $_h=0, $adjustPageSize=false) {
|
178 |
-
if ($adjustPageSize == true && is_null($_x) && is_null($_y)) {
|
179 |
-
$size = $this->getTemplateSize($tplidx, $_w, $_h);
|
180 |
-
$format = array($size['w'], $size['h']);
|
181 |
-
if ($format[0]!=$this->CurPageFormat[0] || $format[1]!=$this->CurPageFormat[1]) {
|
182 |
-
$this->w=$format[0];
|
183 |
-
$this->h=$format[1];
|
184 |
-
$this->wPt=$this->w*$this->k;
|
185 |
-
$this->hPt=$this->h*$this->k;
|
186 |
-
$this->PageBreakTrigger=$this->h-$this->bMargin;
|
187 |
-
$this->CurPageFormat=$format;
|
188 |
-
$this->PageSizes[$this->page]=array($this->wPt, $this->hPt);
|
189 |
-
}
|
190 |
-
}
|
191 |
-
|
192 |
-
$this->_out('q 0 J 1 w 0 j 0 G 0 g'); // reset standard values
|
193 |
-
$s = parent::useTemplate($tplidx, $_x, $_y, $_w, $_h);
|
194 |
-
$this->_out('Q');
|
195 |
-
return $s;
|
196 |
-
}
|
197 |
-
|
198 |
-
/**
|
199 |
-
* Private method, that rebuilds all needed objects of source files
|
200 |
-
*/
|
201 |
-
function _putimportedobjects() {
|
202 |
-
if (is_array($this->parsers) && count($this->parsers) > 0) {
|
203 |
-
foreach($this->parsers AS $filename => $p) {
|
204 |
-
$this->current_parser =& $this->parsers[$filename];
|
205 |
-
if (isset($this->_obj_stack[$filename]) && is_array($this->_obj_stack[$filename])) {
|
206 |
-
while(($n = key($this->_obj_stack[$filename])) !== null) {
|
207 |
-
$nObj = $this->current_parser->pdf_resolve_object($this->current_parser->c,$this->_obj_stack[$filename][$n][1]);
|
208 |
-
|
209 |
-
$this->_newobj($this->_obj_stack[$filename][$n][0]);
|
210 |
-
|
211 |
-
if ($nObj[0] == PDF_TYPE_STREAM) {
|
212 |
-
$this->pdf_write_value ($nObj);
|
213 |
-
} else {
|
214 |
-
$this->pdf_write_value ($nObj[1]);
|
215 |
-
}
|
216 |
-
|
217 |
-
$this->_out('endobj');
|
218 |
-
$this->_obj_stack[$filename][$n] = null; // free memory
|
219 |
-
unset($this->_obj_stack[$filename][$n]);
|
220 |
-
reset($this->_obj_stack[$filename]);
|
221 |
-
}
|
222 |
-
}
|
223 |
-
}
|
224 |
-
}
|
225 |
-
}
|
226 |
-
|
227 |
-
|
228 |
-
/**
|
229 |
-
* Private Method that writes the form xobjects
|
230 |
-
*/
|
231 |
-
function _putformxobjects() {
|
232 |
-
$filter=($this->compress) ? '/Filter /FlateDecode ' : '';
|
233 |
-
reset($this->tpls);
|
234 |
-
foreach($this->tpls AS $tplidx => $tpl) {
|
235 |
-
$p=($this->compress) ? gzcompress($tpl['buffer']) : $tpl['buffer'];
|
236 |
-
$this->_newobj();
|
237 |
-
$cN = $this->n; // TCPDF/Protection: rem current "n"
|
238 |
-
|
239 |
-
$this->tpls[$tplidx]['n'] = $this->n;
|
240 |
-
$this->_out('<<'.$filter.'/Type /XObject');
|
241 |
-
$this->_out('/Subtype /Form');
|
242 |
-
$this->_out('/FormType 1');
|
243 |
-
|
244 |
-
$this->_out(sprintf('/BBox [%.2F %.2F %.2F %.2F]',
|
245 |
-
(isset($tpl['box']['llx']) ? $tpl['box']['llx'] : $tpl['x'])*$this->k,
|
246 |
-
(isset($tpl['box']['lly']) ? $tpl['box']['lly'] : -$tpl['y'])*$this->k,
|
247 |
-
(isset($tpl['box']['urx']) ? $tpl['box']['urx'] : $tpl['w'] + $tpl['x'])*$this->k,
|
248 |
-
(isset($tpl['box']['ury']) ? $tpl['box']['ury'] : $tpl['h']-$tpl['y'])*$this->k
|
249 |
-
));
|
250 |
-
|
251 |
-
$c = 1;
|
252 |
-
$s = 0;
|
253 |
-
$tx = 0;
|
254 |
-
$ty = 0;
|
255 |
-
|
256 |
-
if (isset($tpl['box'])) {
|
257 |
-
$tx = -$tpl['box']['llx'];
|
258 |
-
$ty = -$tpl['box']['lly'];
|
259 |
-
|
260 |
-
if ($tpl['_rotationAngle'] <> 0) {
|
261 |
-
$angle = $tpl['_rotationAngle'] * M_PI/180;
|
262 |
-
$c=cos($angle);
|
263 |
-
$s=sin($angle);
|
264 |
-
|
265 |
-
switch($tpl['_rotationAngle']) {
|
266 |
-
case -90:
|
267 |
-
$tx = -$tpl['box']['lly'];
|
268 |
-
$ty = $tpl['box']['urx'];
|
269 |
-
break;
|
270 |
-
case -180:
|
271 |
-
$tx = $tpl['box']['urx'];
|
272 |
-
$ty = $tpl['box']['ury'];
|
273 |
-
break;
|
274 |
-
case -270:
|
275 |
-
$tx = $tpl['box']['ury'];
|
276 |
-
$ty = -$tpl['box']['llx'];
|
277 |
-
break;
|
278 |
-
}
|
279 |
-
}
|
280 |
-
} else if ($tpl['x'] != 0 || $tpl['y'] != 0) {
|
281 |
-
$tx = -$tpl['x']*2;
|
282 |
-
$ty = $tpl['y']*2;
|
283 |
-
}
|
284 |
-
|
285 |
-
$tx *= $this->k;
|
286 |
-
$ty *= $this->k;
|
287 |
-
|
288 |
-
if ($c != 1 || $s != 0 || $tx != 0 || $ty != 0) {
|
289 |
-
$this->_out(sprintf('/Matrix [%.5F %.5F %.5F %.5F %.5F %.5F]',
|
290 |
-
$c, $s, -$s, $c, $tx, $ty
|
291 |
-
));
|
292 |
-
}
|
293 |
-
|
294 |
-
$this->_out('/Resources ');
|
295 |
-
|
296 |
-
if (isset($tpl['resources'])) {
|
297 |
-
$this->current_parser =& $tpl['parser'];
|
298 |
-
$this->pdf_write_value($tpl['resources']); // "n" will be changed
|
299 |
-
} else {
|
300 |
-
$this->_out('<</ProcSet [/PDF /Text /ImageB /ImageC /ImageI]');
|
301 |
-
if (isset($this->_res['tpl'][$tplidx]['fonts']) && count($this->_res['tpl'][$tplidx]['fonts'])) {
|
302 |
-
$this->_out('/Font <<');
|
303 |
-
foreach($this->_res['tpl'][$tplidx]['fonts'] as $font)
|
304 |
-
$this->_out('/F'.$font['i'].' '.$font['n'].' 0 R');
|
305 |
-
$this->_out('>>');
|
306 |
-
}
|
307 |
-
if(isset($this->_res['tpl'][$tplidx]['images']) && count($this->_res['tpl'][$tplidx]['images']) ||
|
308 |
-
isset($this->_res['tpl'][$tplidx]['tpls']) && count($this->_res['tpl'][$tplidx]['tpls']))
|
309 |
-
{
|
310 |
-
$this->_out('/XObject <<');
|
311 |
-
if (isset($this->_res['tpl'][$tplidx]['images']) && count($this->_res['tpl'][$tplidx]['images'])) {
|
312 |
-
foreach($this->_res['tpl'][$tplidx]['images'] as $image)
|
313 |
-
$this->_out('/I'.$image['i'].' '.$image['n'].' 0 R');
|
314 |
-
}
|
315 |
-
if (isset($this->_res['tpl'][$tplidx]['tpls']) && count($this->_res['tpl'][$tplidx]['tpls'])) {
|
316 |
-
foreach($this->_res['tpl'][$tplidx]['tpls'] as $i => $tpl)
|
317 |
-
$this->_out($this->tplprefix.$i.' '.$tpl['n'].' 0 R');
|
318 |
-
}
|
319 |
-
$this->_out('>>');
|
320 |
-
}
|
321 |
-
$this->_out('>>');
|
322 |
-
}
|
323 |
-
|
324 |
-
$nN = $this->n; // TCPDF: rem new "n"
|
325 |
-
$this->n = $cN; // TCPDF: reset to current "n"
|
326 |
-
$this->_out('/Length '.strlen($p).' >>');
|
327 |
-
$this->_putstream($p);
|
328 |
-
$this->_out('endobj');
|
329 |
-
$this->n = $nN; // TCPDF: reset to new "n"
|
330 |
-
}
|
331 |
-
|
332 |
-
$this->_putimportedobjects();
|
333 |
-
}
|
334 |
-
|
335 |
-
/**
|
336 |
-
* Rewritten to handle existing own defined objects
|
337 |
-
*/
|
338 |
-
function _newobj($obj_id=false,$onlynewobj=false) {
|
339 |
-
if (!$obj_id) {
|
340 |
-
$obj_id = ++$this->n;
|
341 |
-
}
|
342 |
-
|
343 |
-
//Begin a new object
|
344 |
-
if (!$onlynewobj) {
|
345 |
-
$this->offsets[$obj_id] = is_subclass_of($this, 'TCPDF') ? $this->bufferlen : strlen($this->buffer);
|
346 |
-
$this->_out($obj_id.' 0 obj');
|
347 |
-
$this->_current_obj_id = $obj_id; // for later use with encryption
|
348 |
-
}
|
349 |
-
return $obj_id;
|
350 |
-
}
|
351 |
-
|
352 |
-
/**
|
353 |
-
* Writes a value
|
354 |
-
* Needed to rebuild the source document
|
355 |
-
*
|
356 |
-
* @param mixed $value A PDF-Value. Structure of values see cases in this method
|
357 |
-
*/
|
358 |
-
function pdf_write_value(&$value)
|
359 |
-
{
|
360 |
-
if (is_subclass_of($this, 'TCPDF')) {
|
361 |
-
parent::pdf_write_value($value);
|
362 |
-
}
|
363 |
-
|
364 |
-
switch ($value[0]) {
|
365 |
-
|
366 |
-
case PDF_TYPE_TOKEN :
|
367 |
-
$this->_straightOut($value[1] . ' ');
|
368 |
-
break;
|
369 |
-
case PDF_TYPE_NUMERIC :
|
370 |
-
case PDF_TYPE_REAL :
|
371 |
-
if (is_float($value[1]) && $value[1] != 0) {
|
372 |
-
$this->_straightOut(rtrim(rtrim(sprintf('%F', $value[1]), '0'), '.') .' ');
|
373 |
-
} else {
|
374 |
-
$this->_straightOut($value[1] . ' ');
|
375 |
-
}
|
376 |
-
break;
|
377 |
-
|
378 |
-
case PDF_TYPE_ARRAY :
|
379 |
-
|
380 |
-
// An array. Output the proper
|
381 |
-
// structure and move on.
|
382 |
-
|
383 |
-
$this->_straightOut('[');
|
384 |
-
for ($i = 0; $i < count($value[1]); $i++) {
|
385 |
-
$this->pdf_write_value($value[1][$i]);
|
386 |
-
}
|
387 |
-
|
388 |
-
$this->_out(']');
|
389 |
-
break;
|
390 |
-
|
391 |
-
case PDF_TYPE_DICTIONARY :
|
392 |
-
|
393 |
-
// A dictionary.
|
394 |
-
$this->_straightOut('<<');
|
395 |
-
|
396 |
-
reset ($value[1]);
|
397 |
-
|
398 |
-
while (list($k, $v) = each($value[1])) {
|
399 |
-
$this->_straightOut($k . ' ');
|
400 |
-
$this->pdf_write_value($v);
|
401 |
-
}
|
402 |
-
|
403 |
-
$this->_straightOut('>>');
|
404 |
-
break;
|
405 |
-
|
406 |
-
case PDF_TYPE_OBJREF :
|
407 |
-
|
408 |
-
// An indirect object reference
|
409 |
-
// Fill the object stack if needed
|
410 |
-
$cpfn =& $this->current_parser->filename;
|
411 |
-
|
412 |
-
if (!isset($this->_don_obj_stack[$cpfn][$value[1]])) {
|
413 |
-
$this->_newobj(false,true);
|
414 |
-
$this->_obj_stack[$cpfn][$value[1]] = array($this->n, $value);
|
415 |
-
$this->_don_obj_stack[$cpfn][$value[1]] = array($this->n, $value); // Value is maybee obsolete!!!
|
416 |
-
}
|
417 |
-
$objid = $this->_don_obj_stack[$cpfn][$value[1]][0];
|
418 |
-
|
419 |
-
$this->_out($objid.' 0 R');
|
420 |
-
break;
|
421 |
-
|
422 |
-
case PDF_TYPE_STRING :
|
423 |
-
|
424 |
-
// A string.
|
425 |
-
$this->_straightOut('('.$value[1].')');
|
426 |
-
|
427 |
-
break;
|
428 |
-
|
429 |
-
case PDF_TYPE_STREAM :
|
430 |
-
|
431 |
-
// A stream. First, output the
|
432 |
-
// stream dictionary, then the
|
433 |
-
// stream data itself.
|
434 |
-
$this->pdf_write_value($value[1]);
|
435 |
-
$this->_out('stream');
|
436 |
-
$this->_out($value[2][1]);
|
437 |
-
$this->_out('endstream');
|
438 |
-
break;
|
439 |
-
case PDF_TYPE_HEX :
|
440 |
-
$this->_straightOut('<'.$value[1].'>');
|
441 |
-
break;
|
442 |
-
|
443 |
-
case PDF_TYPE_BOOLEAN :
|
444 |
-
$this->_straightOut($value[1] ? 'true ' : 'false ');
|
445 |
-
break;
|
446 |
-
|
447 |
-
case PDF_TYPE_NULL :
|
448 |
-
// The null object.
|
449 |
-
|
450 |
-
$this->_straightOut('null ');
|
451 |
-
break;
|
452 |
-
}
|
453 |
-
}
|
454 |
-
|
455 |
-
|
456 |
-
/**
|
457 |
-
* Modified so not each call will add a newline to the output.
|
458 |
-
*/
|
459 |
-
function _straightOut($s) {
|
460 |
-
if (!is_subclass_of($this, 'TCPDF')) {
|
461 |
-
if($this->state==2)
|
462 |
-
$this->pages[$this->page] .= $s;
|
463 |
-
else
|
464 |
-
$this->buffer .= $s;
|
465 |
-
} else {
|
466 |
-
if ($this->state == 2) {
|
467 |
-
if (isset($this->footerlen[$this->page]) AND ($this->footerlen[$this->page] > 0)) {
|
468 |
-
// puts data before page footer
|
469 |
-
$page = substr($this->getPageBuffer($this->page), 0, -$this->footerlen[$this->page]);
|
470 |
-
$footer = substr($this->getPageBuffer($this->page), -$this->footerlen[$this->page]);
|
471 |
-
$this->setPageBuffer($this->page, $page.' '.$s."\n".$footer);
|
472 |
-
} else {
|
473 |
-
$this->setPageBuffer($this->page, $s, true);
|
474 |
-
}
|
475 |
-
} else {
|
476 |
-
$this->setBuffer($s);
|
477 |
-
}
|
478 |
-
}
|
479 |
-
}
|
480 |
-
|
481 |
-
/**
|
482 |
-
* rewritten to close opened parsers
|
483 |
-
*
|
484 |
-
*/
|
485 |
-
function _enddoc() {
|
486 |
-
parent::_enddoc();
|
487 |
-
$this->_closeParsers();
|
488 |
-
}
|
489 |
-
|
490 |
-
/**
|
491 |
-
* close all files opened by parsers
|
492 |
-
*/
|
493 |
-
function _closeParsers() {
|
494 |
-
if ($this->state > 2 && count($this->parsers) > 0) {
|
495 |
-
foreach ($this->parsers as $k => $_){
|
496 |
-
$this->parsers[$k]->closeFile();
|
497 |
-
$this->parsers[$k] = null;
|
498 |
-
unset($this->parsers[$k]);
|
499 |
-
}
|
500 |
-
return true;
|
501 |
-
}
|
502 |
-
return false;
|
503 |
-
}
|
504 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/ZsoltNet/LedgerInvoice/controllers/pdf/fpdi2tcpdf_bridge.php
DELETED
@@ -1,237 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
//
|
3 |
-
// FPDI - Version 1.3.3
|
4 |
-
//
|
5 |
-
// Copyright 2004-2010 Setasign - Jan Slabon
|
6 |
-
//
|
7 |
-
// Licensed under the Apache License, Version 2.0 (the "License");
|
8 |
-
// you may not use this file except in compliance with the License.
|
9 |
-
// You may obtain a copy of the License at
|
10 |
-
//
|
11 |
-
// http://www.apache.org/licenses/LICENSE-2.0
|
12 |
-
//
|
13 |
-
// Unless required by applicable law or agreed to in writing, software
|
14 |
-
// distributed under the License is distributed on an "AS IS" BASIS,
|
15 |
-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
16 |
-
// See the License for the specific language governing permissions and
|
17 |
-
// limitations under the License.
|
18 |
-
//
|
19 |
-
|
20 |
-
/**
|
21 |
-
* This class is used as a bridge between TCPDF and FPDI
|
22 |
-
* and will create the possibility to use both FPDF and TCPDF
|
23 |
-
* via one FPDI version.
|
24 |
-
*
|
25 |
-
* We'll simply remap TCPDF to FPDF again.
|
26 |
-
*
|
27 |
-
* It'll be loaded and extended by FPDF_TPL.
|
28 |
-
*/
|
29 |
-
class FPDF extends TCPDF {
|
30 |
-
|
31 |
-
function __get($name) {
|
32 |
-
switch ($name) {
|
33 |
-
case 'PDFVersion':
|
34 |
-
return $this->PDFVersion;
|
35 |
-
case 'k':
|
36 |
-
return $this->k;
|
37 |
-
default:
|
38 |
-
// Error handling
|
39 |
-
$this->Error('Cannot access protected property '.get_class($this).':$'.$name.' / Undefined property: '.get_class($this).'::$'.$name);
|
40 |
-
}
|
41 |
-
}
|
42 |
-
|
43 |
-
function __set($name, $value) {
|
44 |
-
switch ($name) {
|
45 |
-
case 'PDFVersion':
|
46 |
-
$this->PDFVersion = $value;
|
47 |
-
break;
|
48 |
-
default:
|
49 |
-
// Error handling
|
50 |
-
$this->Error('Cannot access protected property '.get_class($this).':$'.$name.' / Undefined property: '.get_class($this).'::$'.$name);
|
51 |
-
}
|
52 |
-
}
|
53 |
-
|
54 |
-
function _putstream($s)
|
55 |
-
{
|
56 |
-
$this->_out($this->_getstream($s));
|
57 |
-
}
|
58 |
-
|
59 |
-
function _putresourcedict() {
|
60 |
-
$out = '2 0 obj';
|
61 |
-
$out .= ' << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]';
|
62 |
-
$out .= ' /Font <<';
|
63 |
-
foreach ($this->fontkeys as $fontkey) {
|
64 |
-
$font = $this->getFontBuffer($fontkey);
|
65 |
-
$out .= ' /F'.$font['i'].' '.$font['n'].' 0 R';
|
66 |
-
}
|
67 |
-
$out .= ' >>';
|
68 |
-
$out .= ' /XObject <<';
|
69 |
-
foreach ($this->imagekeys as $file) {
|
70 |
-
$info = $this->getImageBuffer($file);
|
71 |
-
$out .= ' /I'.$info['i'].' '.$info['n'].' 0 R';
|
72 |
-
}
|
73 |
-
if (count($this->tpls)) {
|
74 |
-
foreach($this->tpls as $tplidx => $tpl) {
|
75 |
-
$out .= sprintf('%s%d %d 0 R', $this->tplprefix, $tplidx, $tpl['n']);
|
76 |
-
}
|
77 |
-
}
|
78 |
-
$out .= ' >>';
|
79 |
-
// visibility
|
80 |
-
$out .= ' /Properties <</OC1 '.$this->n_ocg_print.' 0 R /OC2 '.$this->n_ocg_view.' 0 R>>';
|
81 |
-
// transparency
|
82 |
-
$out .= ' /ExtGState <<';
|
83 |
-
foreach ($this->extgstates as $k => $extgstate) {
|
84 |
-
if (isset($extgstate['name'])) {
|
85 |
-
$out .= ' /'.$extgstate['name'];
|
86 |
-
} else {
|
87 |
-
$out .= ' /GS'.$k;
|
88 |
-
}
|
89 |
-
$out .= ' '.$extgstate['n'].' 0 R';
|
90 |
-
}
|
91 |
-
$out .= ' >>';
|
92 |
-
// gradient patterns
|
93 |
-
if (isset($this->gradients) AND (count($this->gradients) > 0)) {
|
94 |
-
$out .= ' /Pattern <<';
|
95 |
-
foreach ($this->gradients as $id => $grad) {
|
96 |
-
$out .= ' /p'.$id.' '.$grad['pattern'].' 0 R';
|
97 |
-
}
|
98 |
-
$out .= ' >>';
|
99 |
-
}
|
100 |
-
// gradient shadings
|
101 |
-
if (isset($this->gradients) AND (count($this->gradients) > 0)) {
|
102 |
-
$out .= ' /Shading <<';
|
103 |
-
foreach ($this->gradients as $id => $grad) {
|
104 |
-
$out .= ' /Sh'.$id.' '.$grad['id'].' 0 R';
|
105 |
-
}
|
106 |
-
$out .= ' >>';
|
107 |
-
}
|
108 |
-
// spot colors
|
109 |
-
if (isset($this->spot_colors) AND (count($this->spot_colors) > 0)) {
|
110 |
-
$out .= ' /ColorSpace <<';
|
111 |
-
foreach ($this->spot_colors as $color) {
|
112 |
-
$out .= ' /CS'.$color['i'].' '.$color['n'].' 0 R';
|
113 |
-
}
|
114 |
-
$out .= ' >>';
|
115 |
-
}
|
116 |
-
$out .= ' >> endobj';
|
117 |
-
$this->_out($out);
|
118 |
-
}
|
119 |
-
|
120 |
-
/**
|
121 |
-
* Encryption of imported data by FPDI
|
122 |
-
*
|
123 |
-
* @param array $value
|
124 |
-
*/
|
125 |
-
function pdf_write_value(&$value) {
|
126 |
-
switch ($value[0]) {
|
127 |
-
case PDF_TYPE_STRING :
|
128 |
-
if ($this->encrypted) {
|
129 |
-
$value[1] = $this->_unescape($value[1]);
|
130 |
-
$value[1] = $this->_RC4($this->_objectkey($this->_current_obj_id), $value[1]);
|
131 |
-
$value[1] = $this->_escape($value[1]);
|
132 |
-
}
|
133 |
-
break;
|
134 |
-
|
135 |
-
case PDF_TYPE_STREAM :
|
136 |
-
if ($this->encrypted) {
|
137 |
-
$value[2][1] = $this->_RC4($this->_objectkey($this->_current_obj_id), $value[2][1]);
|
138 |
-
}
|
139 |
-
break;
|
140 |
-
|
141 |
-
case PDF_TYPE_HEX :
|
142 |
-
if ($this->encrypted) {
|
143 |
-
$value[1] = $this->hex2str($value[1]);
|
144 |
-
$value[1] = $this->_RC4($this->_objectkey($this->_current_obj_id), $value[1]);
|
145 |
-
|
146 |
-
// remake hexstring of encrypted string
|
147 |
-
$value[1] = $this->str2hex($value[1]);
|
148 |
-
}
|
149 |
-
break;
|
150 |
-
}
|
151 |
-
}
|
152 |
-
|
153 |
-
/**
|
154 |
-
* Unescapes a PDF string
|
155 |
-
*
|
156 |
-
* @param string $s
|
157 |
-
* @return string
|
158 |
-
*/
|
159 |
-
function _unescape($s) {
|
160 |
-
$out = '';
|
161 |
-
for ($count = 0, $n = strlen($s); $count < $n; $count++) {
|
162 |
-
if ($s[$count] != '\\' || $count == $n-1) {
|
163 |
-
$out .= $s[$count];
|
164 |
-
} else {
|
165 |
-
switch ($s[++$count]) {
|
166 |
-
case ')':
|
167 |
-
case '(':
|
168 |
-
case '\\':
|
169 |
-
$out .= $s[$count];
|
170 |
-
break;
|
171 |
-
case 'f':
|
172 |
-
$out .= chr(0x0C);
|
173 |
-
break;
|
174 |
-
case 'b':
|
175 |
-
$out .= chr(0x08);
|
176 |
-
break;
|
177 |
-
case 't':
|
178 |
-
$out .= chr(0x09);
|
179 |
-
break;
|
180 |
-
case 'r':
|
181 |
-
$out .= chr(0x0D);
|
182 |
-
break;
|
183 |
-
case 'n':
|
184 |
-
$out .= chr(0x0A);
|
185 |
-
break;
|
186 |
-
case "\r":
|
187 |
-
if ($count != $n-1 && $s[$count+1] == "\n")
|
188 |
-
$count++;
|
189 |
-
break;
|
190 |
-
case "\n":
|
191 |
-
break;
|
192 |
-
default:
|
193 |
-
// Octal-Values
|
194 |
-
if (ord($s[$count]) >= ord('0') &&
|
195 |
-
ord($s[$count]) <= ord('9')) {
|
196 |
-
$oct = ''. $s[$count];
|
197 |
-
|
198 |
-
if (ord($s[$count+1]) >= ord('0') &&
|
199 |
-
ord($s[$count+1]) <= ord('9')) {
|
200 |
-
$oct .= $s[++$count];
|
201 |
-
|
202 |
-
if (ord($s[$count+1]) >= ord('0') &&
|
203 |
-
ord($s[$count+1]) <= ord('9')) {
|
204 |
-
$oct .= $s[++$count];
|
205 |
-
}
|
206 |
-
}
|
207 |
-
|
208 |
-
$out .= chr(octdec($oct));
|
209 |
-
} else {
|
210 |
-
$out .= $s[$count];
|
211 |
-
}
|
212 |
-
}
|
213 |
-
}
|
214 |
-
}
|
215 |
-
return $out;
|
216 |
-
}
|
217 |
-
|
218 |
-
/**
|
219 |
-
* Hexadecimal to string
|
220 |
-
*
|
221 |
-
* @param string $hex
|
222 |
-
* @return string
|
223 |
-
*/
|
224 |
-
function hex2str($hex) {
|
225 |
-
return pack('H*', str_replace(array("\r", "\n", ' '), '', $hex));
|
226 |
-
}
|
227 |
-
|
228 |
-
/**
|
229 |
-
* String to hexadecimal
|
230 |
-
*
|
231 |
-
* @param string $str
|
232 |
-
* @return string
|
233 |
-
*/
|
234 |
-
function str2hex($str) {
|
235 |
-
return current(unpack('H*', $str));
|
236 |
-
}
|
237 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/ZsoltNet/LedgerInvoice/controllers/pdf/fpdi_pdf_parser.php
DELETED
@@ -1,396 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
//
|
3 |
-
// FPDI - Version 1.3.3
|
4 |
-
//
|
5 |
-
// Copyright 2004-2010 Setasign - Jan Slabon
|
6 |
-
//
|
7 |
-
// Licensed under the Apache License, Version 2.0 (the "License");
|
8 |
-
// you may not use this file except in compliance with the License.
|
9 |
-
// You may obtain a copy of the License at
|
10 |
-
//
|
11 |
-
// http://www.apache.org/licenses/LICENSE-2.0
|
12 |
-
//
|
13 |
-
// Unless required by applicable law or agreed to in writing, software
|
14 |
-
// distributed under the License is distributed on an "AS IS" BASIS,
|
15 |
-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
16 |
-
// See the License for the specific language governing permissions and
|
17 |
-
// limitations under the License.
|
18 |
-
//
|
19 |
-
|
20 |
-
require_once('pdf_parser.php');
|
21 |
-
|
22 |
-
class fpdi_pdf_parser extends pdf_parser {
|
23 |
-
|
24 |
-
/**
|
25 |
-
* Pages
|
26 |
-
* Index beginns at 0
|
27 |
-
*
|
28 |
-
* @var array
|
29 |
-
*/
|
30 |
-
var $pages;
|
31 |
-
|
32 |
-
/**
|
33 |
-
* Page count
|
34 |
-
* @var integer
|
35 |
-
*/
|
36 |
-
var $page_count;
|
37 |
-
|
38 |
-
/**
|
39 |
-
* actual page number
|
40 |
-
* @var integer
|
41 |
-
*/
|
42 |
-
var $pageno;
|
43 |
-
|
44 |
-
/**
|
45 |
-
* PDF Version of imported Document
|
46 |
-
* @var string
|
47 |
-
*/
|
48 |
-
var $pdfVersion;
|
49 |
-
|
50 |
-
/**
|
51 |
-
* FPDI Reference
|
52 |
-
* @var object
|
53 |
-
*/
|
54 |
-
var $fpdi;
|
55 |
-
|
56 |
-
/**
|
57 |
-
* Available BoxTypes
|
58 |
-
*
|
59 |
-
* @var array
|
60 |
-
*/
|
61 |
-
var $availableBoxes = array('/MediaBox', '/CropBox', '/BleedBox', '/TrimBox', '/ArtBox');
|
62 |
-
|
63 |
-
/**
|
64 |
-
* Constructor
|
65 |
-
*
|
66 |
-
* @param string $filename Source-Filename
|
67 |
-
* @param object $fpdi Object of type fpdi
|
68 |
-
*/
|
69 |
-
function fpdi_pdf_parser($filename, &$fpdi) {
|
70 |
-
$this->fpdi =& $fpdi;
|
71 |
-
|
72 |
-
parent::pdf_parser($filename);
|
73 |
-
|
74 |
-
// resolve Pages-Dictonary
|
75 |
-
$pages = $this->pdf_resolve_object($this->c, $this->root[1][1]['/Pages']);
|
76 |
-
|
77 |
-
// Read pages
|
78 |
-
$this->read_pages($this->c, $pages, $this->pages);
|
79 |
-
|
80 |
-
// count pages;
|
81 |
-
$this->page_count = count($this->pages);
|
82 |
-
}
|
83 |
-
|
84 |
-
/**
|
85 |
-
* Overwrite parent::error()
|
86 |
-
*
|
87 |
-
* @param string $msg Error-Message
|
88 |
-
*/
|
89 |
-
function error($msg) {
|
90 |
-
$this->fpdi->error($msg);
|
91 |
-
}
|
92 |
-
|
93 |
-
/**
|
94 |
-
* Get pagecount from sourcefile
|
95 |
-
*
|
96 |
-
* @return int
|
97 |
-
*/
|
98 |
-
function getPageCount() {
|
99 |
-
return $this->page_count;
|
100 |
-
}
|
101 |
-
|
102 |
-
|
103 |
-
/**
|
104 |
-
* Set pageno
|
105 |
-
*
|
106 |
-
* @param int $pageno Pagenumber to use
|
107 |
-
*/
|
108 |
-
function setPageno($pageno) {
|
109 |
-
$pageno = ((int) $pageno) - 1;
|
110 |
-
|
111 |
-
if ($pageno < 0 || $pageno >= $this->getPageCount()) {
|
112 |
-
$this->fpdi->error('Pagenumber is wrong!');
|
113 |
-
}
|
114 |
-
|
115 |
-
$this->pageno = $pageno;
|
116 |
-
}
|
117 |
-
|
118 |
-
/**
|
119 |
-
* Get page-resources from current page
|
120 |
-
*
|
121 |
-
* @return array
|
122 |
-
*/
|
123 |
-
function getPageResources() {
|
124 |
-
return $this->_getPageResources($this->pages[$this->pageno]);
|
125 |
-
}
|
126 |
-
|
127 |
-
/**
|
128 |
-
* Get page-resources from /Page
|
129 |
-
*
|
130 |
-
* @param array $obj Array of pdf-data
|
131 |
-
*/
|
132 |
-
function _getPageResources ($obj) { // $obj = /Page
|
133 |
-
$obj = $this->pdf_resolve_object($this->c, $obj);
|
134 |
-
|
135 |
-
// If the current object has a resources
|
136 |
-
// dictionary associated with it, we use
|
137 |
-
// it. Otherwise, we move back to its
|
138 |
-
// parent object.
|
139 |
-
if (isset ($obj[1][1]['/Resources'])) {
|
140 |
-
$res = $this->pdf_resolve_object($this->c, $obj[1][1]['/Resources']);
|
141 |
-
if ($res[0] == PDF_TYPE_OBJECT)
|
142 |
-
return $res[1];
|
143 |
-
return $res;
|
144 |
-
} else {
|
145 |
-
if (!isset ($obj[1][1]['/Parent'])) {
|
146 |
-
return false;
|
147 |
-
} else {
|
148 |
-
$res = $this->_getPageResources($obj[1][1]['/Parent']);
|
149 |
-
if ($res[0] == PDF_TYPE_OBJECT)
|
150 |
-
return $res[1];
|
151 |
-
return $res;
|
152 |
-
}
|
153 |
-
}
|
154 |
-
}
|
155 |
-
|
156 |
-
|
157 |
-
/**
|
158 |
-
* Get content of current page
|
159 |
-
*
|
160 |
-
* If more /Contents is an array, the streams are concated
|
161 |
-
*
|
162 |
-
* @return string
|
163 |
-
*/
|
164 |
-
function getContent() {
|
165 |
-
$buffer = '';
|
166 |
-
|
167 |
-
if (isset($this->pages[$this->pageno][1][1]['/Contents'])) {
|
168 |
-
$contents = $this->_getPageContent($this->pages[$this->pageno][1][1]['/Contents']);
|
169 |
-
foreach($contents AS $tmp_content) {
|
170 |
-
$buffer .= $this->_rebuildContentStream($tmp_content).' ';
|
171 |
-
}
|
172 |
-
}
|
173 |
-
|
174 |
-
return $buffer;
|
175 |
-
}
|
176 |
-
|
177 |
-
|
178 |
-
/**
|
179 |
-
* Resolve all content-objects
|
180 |
-
*
|
181 |
-
* @param array $content_ref
|
182 |
-
* @return array
|
183 |
-
*/
|
184 |
-
function _getPageContent($content_ref) {
|
185 |
-
$contents = array();
|
186 |
-
|
187 |
-
if ($content_ref[0] == PDF_TYPE_OBJREF) {
|
188 |
-
$content = $this->pdf_resolve_object($this->c, $content_ref);
|
189 |
-
if ($content[1][0] == PDF_TYPE_ARRAY) {
|
190 |
-
$contents = $this->_getPageContent($content[1]);
|
191 |
-
} else {
|
192 |
-
$contents[] = $content;
|
193 |
-
}
|
194 |
-
} else if ($content_ref[0] == PDF_TYPE_ARRAY) {
|
195 |
-
foreach ($content_ref[1] AS $tmp_content_ref) {
|
196 |
-
$contents = array_merge($contents,$this->_getPageContent($tmp_content_ref));
|
197 |
-
}
|
198 |
-
}
|
199 |
-
|
200 |
-
return $contents;
|
201 |
-
}
|
202 |
-
|
203 |
-
|
204 |
-
/**
|
205 |
-
* Rebuild content-streams
|
206 |
-
*
|
207 |
-
* @param array $obj
|
208 |
-
* @return string
|
209 |
-
*/
|
210 |
-
function _rebuildContentStream($obj) {
|
211 |
-
$filters = array();
|
212 |
-
|
213 |
-
if (isset($obj[1][1]['/Filter'])) {
|
214 |
-
$_filter = $obj[1][1]['/Filter'];
|
215 |
-
|
216 |
-
if ($_filter[0] == PDF_TYPE_OBJREF) {
|
217 |
-
$tmpFilter = $this->pdf_resolve_object($this->c, $_filter);
|
218 |
-
$_filter = $tmpFilter[1];
|
219 |
-
}
|
220 |
-
|
221 |
-
if ($_filter[0] == PDF_TYPE_TOKEN) {
|
222 |
-
$filters[] = $_filter;
|
223 |
-
} else if ($_filter[0] == PDF_TYPE_ARRAY) {
|
224 |
-
$filters = $_filter[1];
|
225 |
-
}
|
226 |
-
}
|
227 |
-
|
228 |
-
$stream = $obj[2][1];
|
229 |
-
|
230 |
-
foreach ($filters AS $_filter) {
|
231 |
-
switch ($_filter[1]) {
|
232 |
-
case '/FlateDecode':
|
233 |
-
if (function_exists('gzuncompress')) {
|
234 |
-
$stream = (strlen($stream) > 0) ? @gzuncompress($stream) : '';
|
235 |
-
} else {
|
236 |
-
$this->error(sprintf('To handle %s filter, please compile php with zlib support.',$_filter[1]));
|
237 |
-
}
|
238 |
-
if ($stream === false) {
|
239 |
-
$this->error('Error while decompressing stream.');
|
240 |
-
}
|
241 |
-
break;
|
242 |
-
case '/LZWDecode':
|
243 |
-
include_once('filters/FilterLZW_FPDI.php');
|
244 |
-
$decoder = new FilterLZW_FPDI($this->fpdi);
|
245 |
-
$stream = $decoder->decode($stream);
|
246 |
-
break;
|
247 |
-
case '/ASCII85Decode':
|
248 |
-
include_once('filters/FilterASCII85_FPDI.php');
|
249 |
-
$decoder = new FilterASCII85_FPDI($this->fpdi);
|
250 |
-
$stream = $decoder->decode($stream);
|
251 |
-
break;
|
252 |
-
case null:
|
253 |
-
$stream = $stream;
|
254 |
-
break;
|
255 |
-
default:
|
256 |
-
$this->error(sprintf('Unsupported Filter: %s',$_filter[1]));
|
257 |
-
}
|
258 |
-
}
|
259 |
-
|
260 |
-
return $stream;
|
261 |
-
}
|
262 |
-
|
263 |
-
|
264 |
-
/**
|
265 |
-
* Get a Box from a page
|
266 |
-
* Arrayformat is same as used by fpdf_tpl
|
267 |
-
*
|
268 |
-
* @param array $page a /Page
|
269 |
-
* @param string $box_index Type of Box @see $availableBoxes
|
270 |
-
* @return array
|
271 |
-
*/
|
272 |
-
function getPageBox($page, $box_index) {
|
273 |
-
$page = $this->pdf_resolve_object($this->c,$page);
|
274 |
-
$box = null;
|
275 |
-
if (isset($page[1][1][$box_index]))
|
276 |
-
$box =& $page[1][1][$box_index];
|
277 |
-
|
278 |
-
if (!is_null($box) && $box[0] == PDF_TYPE_OBJREF) {
|
279 |
-
$tmp_box = $this->pdf_resolve_object($this->c,$box);
|
280 |
-
$box = $tmp_box[1];
|
281 |
-
}
|
282 |
-
|
283 |
-
if (!is_null($box) && $box[0] == PDF_TYPE_ARRAY) {
|
284 |
-
$b =& $box[1];
|
285 |
-
return array('x' => $b[0][1]/$this->fpdi->k,
|
286 |
-
'y' => $b[1][1]/$this->fpdi->k,
|
287 |
-
'w' => abs($b[0][1]-$b[2][1])/$this->fpdi->k,
|
288 |
-
'h' => abs($b[1][1]-$b[3][1])/$this->fpdi->k,
|
289 |
-
'llx' => min($b[0][1], $b[2][1])/$this->fpdi->k,
|
290 |
-
'lly' => min($b[1][1], $b[3][1])/$this->fpdi->k,
|
291 |
-
'urx' => max($b[0][1], $b[2][1])/$this->fpdi->k,
|
292 |
-
'ury' => max($b[1][1], $b[3][1])/$this->fpdi->k,
|
293 |
-
);
|
294 |
-
} else if (!isset ($page[1][1]['/Parent'])) {
|
295 |
-
return false;
|
296 |
-
} else {
|
297 |
-
return $this->getPageBox($this->pdf_resolve_object($this->c, $page[1][1]['/Parent']), $box_index);
|
298 |
-
}
|
299 |
-
}
|
300 |
-
|
301 |
-
function getPageBoxes($pageno) {
|
302 |
-
return $this->_getPageBoxes($this->pages[$pageno-1]);
|
303 |
-
}
|
304 |
-
|
305 |
-
/**
|
306 |
-
* Get all Boxes from /Page
|
307 |
-
*
|
308 |
-
* @param array a /Page
|
309 |
-
* @return array
|
310 |
-
*/
|
311 |
-
function _getPageBoxes($page) {
|
312 |
-
$boxes = array();
|
313 |
-
|
314 |
-
foreach($this->availableBoxes AS $box) {
|
315 |
-
if ($_box = $this->getPageBox($page,$box)) {
|
316 |
-
$boxes[$box] = $_box;
|
317 |
-
}
|
318 |
-
}
|
319 |
-
|
320 |
-
return $boxes;
|
321 |
-
}
|
322 |
-
|
323 |
-
/**
|
324 |
-
* Get the page rotation by pageno
|
325 |
-
*
|
326 |
-
* @param integer $pageno
|
327 |
-
* @return array
|
328 |
-
*/
|
329 |
-
function getPageRotation($pageno) {
|
330 |
-
return $this->_getPageRotation($this->pages[$pageno-1]);
|
331 |
-
}
|
332 |
-
|
333 |
-
function _getPageRotation ($obj) { // $obj = /Page
|
334 |
-
$obj = $this->pdf_resolve_object($this->c, $obj);
|
335 |
-
if (isset ($obj[1][1]['/Rotate'])) {
|
336 |
-
$res = $this->pdf_resolve_object($this->c, $obj[1][1]['/Rotate']);
|
337 |
-
if ($res[0] == PDF_TYPE_OBJECT)
|
338 |
-
return $res[1];
|
339 |
-
return $res;
|
340 |
-
} else {
|
341 |
-
if (!isset ($obj[1][1]['/Parent'])) {
|
342 |
-
return false;
|
343 |
-
} else {
|
344 |
-
$res = $this->_getPageRotation($obj[1][1]['/Parent']);
|
345 |
-
if ($res[0] == PDF_TYPE_OBJECT)
|
346 |
-
return $res[1];
|
347 |
-
return $res;
|
348 |
-
}
|
349 |
-
}
|
350 |
-
}
|
351 |
-
|
352 |
-
/**
|
353 |
-
* Read all /Page(es)
|
354 |
-
*
|
355 |
-
* @param object pdf_context
|
356 |
-
* @param array /Pages
|
357 |
-
* @param array the result-array
|
358 |
-
*/
|
359 |
-
function read_pages (&$c, &$pages, &$result) {
|
360 |
-
// Get the kids dictionary
|
361 |
-
$_kids = $this->pdf_resolve_object ($c, $pages[1][1]['/Kids']);
|
362 |
-
|
363 |
-
if (!is_array($_kids))
|
364 |
-
$this->error('Cannot find /Kids in current /Page-Dictionary');
|
365 |
-
|
366 |
-
if ($_kids[1][0] == PDF_TYPE_ARRAY) {
|
367 |
-
$kids = $_kids[1][1];
|
368 |
-
} else {
|
369 |
-
$kids = $_kids[1];
|
370 |
-
}
|
371 |
-
|
372 |
-
foreach ($kids as $v) {
|
373 |
-
$pg = $this->pdf_resolve_object ($c, $v);
|
374 |
-
if ($pg[1][1]['/Type'][1] === '/Pages') {
|
375 |
-
// If one of the kids is an embedded
|
376 |
-
// /Pages array, resolve it as well.
|
377 |
-
$this->read_pages ($c, $pg, $result);
|
378 |
-
} else {
|
379 |
-
$result[] = $pg;
|
380 |
-
}
|
381 |
-
}
|
382 |
-
}
|
383 |
-
|
384 |
-
|
385 |
-
|
386 |
-
/**
|
387 |
-
* Get PDF-Version
|
388 |
-
*
|
389 |
-
* And reset the PDF Version used in FPDI if needed
|
390 |
-
*/
|
391 |
-
function getPDFVersion() {
|
392 |
-
parent::getPDFVersion();
|
393 |
-
$this->fpdi->PDFVersion = max($this->fpdi->PDFVersion, $this->pdfVersion);
|
394 |
-
}
|
395 |
-
|
396 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/ZsoltNet/LedgerInvoice/controllers/pdf/pdf_context.php
DELETED
@@ -1,103 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
//
|
3 |
-
// FPDI - Version 1.3.3
|
4 |
-
//
|
5 |
-
// Copyright 2004-2010 Setasign - Jan Slabon
|
6 |
-
//
|
7 |
-
// Licensed under the Apache License, Version 2.0 (the "License");
|
8 |
-
// you may not use this file except in compliance with the License.
|
9 |
-
// You may obtain a copy of the License at
|
10 |
-
//
|
11 |
-
// http://www.apache.org/licenses/LICENSE-2.0
|
12 |
-
//
|
13 |
-
// Unless required by applicable law or agreed to in writing, software
|
14 |
-
// distributed under the License is distributed on an "AS IS" BASIS,
|
15 |
-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
16 |
-
// See the License for the specific language governing permissions and
|
17 |
-
// limitations under the License.
|
18 |
-
//
|
19 |
-
|
20 |
-
$__tmp = version_compare(phpversion(), "5") == -1 ? array('pdf_context') : array('pdf_context', false);
|
21 |
-
if (!call_user_func_array('class_exists', $__tmp)) {
|
22 |
-
|
23 |
-
class pdf_context {
|
24 |
-
|
25 |
-
/**
|
26 |
-
* Modi
|
27 |
-
*
|
28 |
-
* @var integer 0 = file | 1 = string
|
29 |
-
*/
|
30 |
-
var $_mode = 0;
|
31 |
-
|
32 |
-
var $file;
|
33 |
-
var $buffer;
|
34 |
-
var $offset;
|
35 |
-
var $length;
|
36 |
-
|
37 |
-
var $stack;
|
38 |
-
|
39 |
-
// Constructor
|
40 |
-
|
41 |
-
function pdf_context(&$f) {
|
42 |
-
$this->file =& $f;
|
43 |
-
if (is_string($this->file))
|
44 |
-
$this->_mode = 1;
|
45 |
-
$this->reset();
|
46 |
-
}
|
47 |
-
|
48 |
-
// Optionally move the file
|
49 |
-
// pointer to a new location
|
50 |
-
// and reset the buffered data
|
51 |
-
|
52 |
-
function reset($pos = null, $l = 100) {
|
53 |
-
if ($this->_mode == 0) {
|
54 |
-
if (!is_null ($pos)) {
|
55 |
-
fseek ($this->file, $pos);
|
56 |
-
}
|
57 |
-
|
58 |
-
$this->buffer = $l > 0 ? fread($this->file, $l) : '';
|
59 |
-
$this->length = strlen($this->buffer);
|
60 |
-
if ($this->length < $l)
|
61 |
-
$this->increase_length($l - $this->length);
|
62 |
-
} else {
|
63 |
-
$this->buffer = $this->file;
|
64 |
-
$this->length = strlen($this->buffer);
|
65 |
-
}
|
66 |
-
$this->offset = 0;
|
67 |
-
$this->stack = array();
|
68 |
-
}
|
69 |
-
|
70 |
-
// Make sure that there is at least one
|
71 |
-
// character beyond the current offset in
|
72 |
-
// the buffer to prevent the tokenizer
|
73 |
-
// from attempting to access data that does
|
74 |
-
// not exist
|
75 |
-
|
76 |
-
function ensure_content() {
|
77 |
-
if ($this->offset >= $this->length - 1) {
|
78 |
-
return $this->increase_length();
|
79 |
-
} else {
|
80 |
-
return true;
|
81 |
-
}
|
82 |
-
}
|
83 |
-
|
84 |
-
// Forcefully read more data into the buffer
|
85 |
-
|
86 |
-
function increase_length($l=100) {
|
87 |
-
if ($this->_mode == 0 && feof($this->file)) {
|
88 |
-
return false;
|
89 |
-
} else if ($this->_mode == 0) {
|
90 |
-
$totalLength = $this->length + $l;
|
91 |
-
do {
|
92 |
-
$this->buffer .= fread($this->file, $totalLength-$this->length);
|
93 |
-
} while ((($this->length = strlen($this->buffer)) != $totalLength) && !feof($this->file));
|
94 |
-
|
95 |
-
return true;
|
96 |
-
} else {
|
97 |
-
return false;
|
98 |
-
}
|
99 |
-
}
|
100 |
-
}
|
101 |
-
}
|
102 |
-
|
103 |
-
unset($__tmp);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/ZsoltNet/LedgerInvoice/controllers/pdf/pdf_parser.php
DELETED
@@ -1,720 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
//
|
3 |
-
// FPDI - Version 1.3.3
|
4 |
-
//
|
5 |
-
// Copyright 2004-2010 Setasign - Jan Slabon
|
6 |
-
//
|
7 |
-
// Licensed under the Apache License, Version 2.0 (the "License");
|
8 |
-
// you may not use this file except in compliance with the License.
|
9 |
-
// You may obtain a copy of the License at
|
10 |
-
//
|
11 |
-
// http://www.apache.org/licenses/LICENSE-2.0
|
12 |
-
//
|
13 |
-
// Unless required by applicable law or agreed to in writing, software
|
14 |
-
// distributed under the License is distributed on an "AS IS" BASIS,
|
15 |
-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
16 |
-
// See the License for the specific language governing permissions and
|
17 |
-
// limitations under the License.
|
18 |
-
//
|
19 |
-
|
20 |
-
if (!defined ('PDF_TYPE_NULL'))
|
21 |
-
define ('PDF_TYPE_NULL', 0);
|
22 |
-
if (!defined ('PDF_TYPE_NUMERIC'))
|
23 |
-
define ('PDF_TYPE_NUMERIC', 1);
|
24 |
-
if (!defined ('PDF_TYPE_TOKEN'))
|
25 |
-
define ('PDF_TYPE_TOKEN', 2);
|
26 |
-
if (!defined ('PDF_TYPE_HEX'))
|
27 |
-
define ('PDF_TYPE_HEX', 3);
|
28 |
-
if (!defined ('PDF_TYPE_STRING'))
|
29 |
-
define ('PDF_TYPE_STRING', 4);
|
30 |
-
if (!defined ('PDF_TYPE_DICTIONARY'))
|
31 |
-
define ('PDF_TYPE_DICTIONARY', 5);
|
32 |
-
if (!defined ('PDF_TYPE_ARRAY'))
|
33 |
-
define ('PDF_TYPE_ARRAY', 6);
|
34 |
-
if (!defined ('PDF_TYPE_OBJDEC'))
|
35 |
-
define ('PDF_TYPE_OBJDEC', 7);
|
36 |
-
if (!defined ('PDF_TYPE_OBJREF'))
|
37 |
-
define ('PDF_TYPE_OBJREF', 8);
|
38 |
-
if (!defined ('PDF_TYPE_OBJECT'))
|
39 |
-
define ('PDF_TYPE_OBJECT', 9);
|
40 |
-
if (!defined ('PDF_TYPE_STREAM'))
|
41 |
-
define ('PDF_TYPE_STREAM', 10);
|
42 |
-
if (!defined ('PDF_TYPE_BOOLEAN'))
|
43 |
-
define ('PDF_TYPE_BOOLEAN', 11);
|
44 |
-
if (!defined ('PDF_TYPE_REAL'))
|
45 |
-
define ('PDF_TYPE_REAL', 12);
|
46 |
-
|
47 |
-
require_once('pdf_context.php');
|
48 |
-
|
49 |
-
$__tmp = version_compare(phpversion(), "5") == -1 ? array('pdf_parser') : array('pdf_parser', false);
|
50 |
-
if (!call_user_func_array('class_exists', $__tmp)) {
|
51 |
-
|
52 |
-
class pdf_parser {
|
53 |
-
|
54 |
-
/**
|
55 |
-
* Filename
|
56 |
-
* @var string
|
57 |
-
*/
|
58 |
-
var $filename;
|
59 |
-
|
60 |
-
/**
|
61 |
-
* File resource
|
62 |
-
* @var resource
|
63 |
-
*/
|
64 |
-
var $f;
|
65 |
-
|
66 |
-
/**
|
67 |
-
* PDF Context
|
68 |
-
* @var object pdf_context-Instance
|
69 |
-
*/
|
70 |
-
var $c;
|
71 |
-
|
72 |
-
/**
|
73 |
-
* xref-Data
|
74 |
-
* @var array
|
75 |
-
*/
|
76 |
-
var $xref;
|
77 |
-
|
78 |
-
/**
|
79 |
-
* root-Object
|
80 |
-
* @var array
|
81 |
-
*/
|
82 |
-
var $root;
|
83 |
-
|
84 |
-
/**
|
85 |
-
* PDF version of the loaded document
|
86 |
-
* @var string
|
87 |
-
*/
|
88 |
-
var $pdfVersion;
|
89 |
-
|
90 |
-
/**
|
91 |
-
* For reading encrypted documents and xref/objectstreams are in use
|
92 |
-
*
|
93 |
-
* @var boolean
|
94 |
-
*/
|
95 |
-
var $readPlain = true;
|
96 |
-
|
97 |
-
/**
|
98 |
-
* Constructor
|
99 |
-
*
|
100 |
-
* @param string $filename Source-Filename
|
101 |
-
*/
|
102 |
-
function pdf_parser($filename) {
|
103 |
-
$this->filename = $filename;
|
104 |
-
|
105 |
-
$this->f = @fopen($this->filename, 'rb');
|
106 |
-
|
107 |
-
if (!$this->f)
|
108 |
-
$this->error(sprintf('Cannot open %s !', $filename));
|
109 |
-
|
110 |
-
$this->getPDFVersion();
|
111 |
-
|
112 |
-
$this->c = new pdf_context($this->f);
|
113 |
-
|
114 |
-
// Read xref-Data
|
115 |
-
$this->xref = array();
|
116 |
-
$this->pdf_read_xref($this->xref, $this->pdf_find_xref());
|
117 |
-
|
118 |
-
// Check for Encryption
|
119 |
-
$this->getEncryption();
|
120 |
-
|
121 |
-
// Read root
|
122 |
-
$this->pdf_read_root();
|
123 |
-
}
|
124 |
-
|
125 |
-
/**
|
126 |
-
* Close the opened file
|
127 |
-
*/
|
128 |
-
function closeFile() {
|
129 |
-
if (isset($this->f) && is_resource($this->f)) {
|
130 |
-
fclose($this->f);
|
131 |
-
unset($this->f);
|
132 |
-
}
|
133 |
-
}
|
134 |
-
|
135 |
-
/**
|
136 |
-
* Print Error and die
|
137 |
-
*
|
138 |
-
* @param string $msg Error-Message
|
139 |
-
*/
|
140 |
-
function error($msg) {
|
141 |
-
die('<b>PDF-Parser Error:</b> '.$msg);
|
142 |
-
}
|
143 |
-
|
144 |
-
/**
|
145 |
-
* Check Trailer for Encryption
|
146 |
-
*/
|
147 |
-
function getEncryption() {
|
148 |
-
if (isset($this->xref['trailer'][1]['/Encrypt'])) {
|
149 |
-
$this->error('File is encrypted!');
|
150 |
-
}
|
151 |
-
}
|
152 |
-
|
153 |
-
/**
|
154 |
-
* Find/Return /Root
|
155 |
-
*
|
156 |
-
* @return array
|
157 |
-
*/
|
158 |
-
function pdf_find_root() {
|
159 |
-
if ($this->xref['trailer'][1]['/Root'][0] != PDF_TYPE_OBJREF) {
|
160 |
-
$this->error('Wrong Type of Root-Element! Must be an indirect reference');
|
161 |
-
}
|
162 |
-
|
163 |
-
return $this->xref['trailer'][1]['/Root'];
|
164 |
-
}
|
165 |
-
|
166 |
-
/**
|
167 |
-
* Read the /Root
|
168 |
-
*/
|
169 |
-
function pdf_read_root() {
|
170 |
-
// read root
|
171 |
-
$this->root = $this->pdf_resolve_object($this->c, $this->pdf_find_root());
|
172 |
-
}
|
173 |
-
|
174 |
-
/**
|
175 |
-
* Get PDF-Version
|
176 |
-
*
|
177 |
-
* And reset the PDF Version used in FPDI if needed
|
178 |
-
*/
|
179 |
-
function getPDFVersion() {
|
180 |
-
fseek($this->f, 0);
|
181 |
-
preg_match('/\d\.\d/',fread($this->f,16),$m);
|
182 |
-
if (isset($m[0]))
|
183 |
-
$this->pdfVersion = $m[0];
|
184 |
-
return $this->pdfVersion;
|
185 |
-
}
|
186 |
-
|
187 |
-
/**
|
188 |
-
* Find the xref-Table
|
189 |
-
*/
|
190 |
-
function pdf_find_xref() {
|
191 |
-
$toRead = 1500;
|
192 |
-
|
193 |
-
$stat = fseek ($this->f, -$toRead, SEEK_END);
|
194 |
-
if ($stat === -1) {
|
195 |
-
fseek ($this->f, 0);
|
196 |
-
}
|
197 |
-
$data = fread($this->f, $toRead);
|
198 |
-
|
199 |
-
$pos = strlen($data) - strpos(strrev($data), strrev('startxref'));
|
200 |
-
$data = substr($data, $pos);
|
201 |
-
|
202 |
-
if (!preg_match('/\s*(\d+).*$/s', $data, $matches)) {
|
203 |
-
$this->error('Unable to find pointer to xref table');
|
204 |
-
}
|
205 |
-
|
206 |
-
return (int) $matches[1];
|
207 |
-
}
|
208 |
-
|
209 |
-
/**
|
210 |
-
* Read xref-table
|
211 |
-
*
|
212 |
-
* @param array $result Array of xref-table
|
213 |
-
* @param integer $offset of xref-table
|
214 |
-
*/
|
215 |
-
function pdf_read_xref(&$result, $offset) {
|
216 |
-
|
217 |
-
fseek($this->f, $o_pos = $offset-20); // set some bytes backwards to fetch errorious docs
|
218 |
-
|
219 |
-
$data = fread($this->f, 100);
|
220 |
-
|
221 |
-
$xrefPos = strrpos($data, 'xref');
|
222 |
-
|
223 |
-
if ($xrefPos === false) {
|
224 |
-
fseek($this->f, $offset);
|
225 |
-
$c = new pdf_context($this->f);
|
226 |
-
$xrefStreamObjDec = $this->pdf_read_value($c);
|
227 |
-
|
228 |
-
if (is_array($xrefStreamObjDec) && isset($xrefStreamObjDec[0]) && $xrefStreamObjDec[0] == PDF_TYPE_OBJDEC) {
|
229 |
-
$this->error(sprintf('This document (%s) probably uses a compression technique which is not supported by the free parser shipped with FPDI.', $this->filename));
|
230 |
-
} else {
|
231 |
-
$this->error('Unable to find xref table.');
|
232 |
-
}
|
233 |
-
}
|
234 |
-
|
235 |
-
if (!isset($result['xref_location'])) {
|
236 |
-
$result['xref_location'] = $o_pos+$xrefPos;
|
237 |
-
$result['max_object'] = 0;
|
238 |
-
}
|
239 |
-
|
240 |
-
$cylces = -1;
|
241 |
-
$bytesPerCycle = 100;
|
242 |
-
|
243 |
-
fseek($this->f, $o_pos = $o_pos+$xrefPos+4); // set the handle directly after the "xref"-keyword
|
244 |
-
$data = fread($this->f, $bytesPerCycle);
|
245 |
-
|
246 |
-
while (($trailerPos = strpos($data, 'trailer', max($bytesPerCycle*$cylces++, 0))) === false && !feof($this->f)) {
|
247 |
-
$data .= fread($this->f, $bytesPerCycle);
|
248 |
-
}
|
249 |
-
|
250 |
-
if ($trailerPos === false) {
|
251 |
-
$this->error('Trailer keyword not found after xref table');
|
252 |
-
}
|
253 |
-
|
254 |
-
$data = substr($data, 0, $trailerPos);
|
255 |
-
|
256 |
-
// get Line-Ending
|
257 |
-
preg_match_all("/(\r\n|\n|\r)/", substr($data, 0, 100), $m); // check the first 100 bytes for linebreaks
|
258 |
-
|
259 |
-
$differentLineEndings = count(array_unique($m[0]));
|
260 |
-
if ($differentLineEndings > 1) {
|
261 |
-
$lines = preg_split("/(\r\n|\n|\r)/", $data, -1, PREG_SPLIT_NO_EMPTY);
|
262 |
-
} else {
|
263 |
-
$lines = explode($m[0][1], $data);
|
264 |
-
}
|
265 |
-
|
266 |
-
$data = $differentLineEndings = $m = null;
|
267 |
-
unset($data, $differentLineEndings, $m);
|
268 |
-
|
269 |
-
$linesCount = count($lines);
|
270 |
-
|
271 |
-
$start = 1;
|
272 |
-
|
273 |
-
for ($i = 0; $i < $linesCount; $i++) {
|
274 |
-
$line = trim($lines[$i]);
|
275 |
-
if ($line) {
|
276 |
-
$pieces = explode(' ', $line);
|
277 |
-
$c = count($pieces);
|
278 |
-
switch($c) {
|
279 |
-
case 2:
|
280 |
-
$start = (int)$pieces[0];
|
281 |
-
$end = $start+(int)$pieces[1];
|
282 |
-
if ($end > $result['max_object'])
|
283 |
-
$result['max_object'] = $end;
|
284 |
-
break;
|
285 |
-
case 3:
|
286 |
-
if (!isset($result['xref'][$start]))
|
287 |
-
$result['xref'][$start] = array();
|
288 |
-
|
289 |
-
if (!array_key_exists($gen = (int) $pieces[1], $result['xref'][$start])) {
|
290 |
-
$result['xref'][$start][$gen] = $pieces[2] == 'n' ? (int) $pieces[0] : null;
|
291 |
-
}
|
292 |
-
$start++;
|
293 |
-
break;
|
294 |
-
default:
|
295 |
-
$this->error('Unexpected data in xref table');
|
296 |
-
}
|
297 |
-
}
|
298 |
-
}
|
299 |
-
|
300 |
-
$lines = $pieces = $line = $start = $end = $gen = null;
|
301 |
-
unset($lines, $pieces, $line, $start, $end, $gen);
|
302 |
-
|
303 |
-
fseek($this->f, $o_pos+$trailerPos+7);
|
304 |
-
|
305 |
-
$c = new pdf_context($this->f);
|
306 |
-
$trailer = $this->pdf_read_value($c);
|
307 |
-
|
308 |
-
$c = null;
|
309 |
-
unset($c);
|
310 |
-
|
311 |
-
if (!isset($result['trailer'])) {
|
312 |
-
$result['trailer'] = $trailer;
|
313 |
-
}
|
314 |
-
|
315 |
-
if (isset($trailer[1]['/Prev'])) {
|
316 |
-
$this->pdf_read_xref($result, $trailer[1]['/Prev'][1]);
|
317 |
-
}
|
318 |
-
|
319 |
-
$trailer = null;
|
320 |
-
unset($trailer);
|
321 |
-
|
322 |
-
return true;
|
323 |
-
}
|
324 |
-
|
325 |
-
/**
|
326 |
-
* Reads an Value
|
327 |
-
*
|
328 |
-
* @param object $c pdf_context
|
329 |
-
* @param string $token a Token
|
330 |
-
* @return mixed
|
331 |
-
*/
|
332 |
-
function pdf_read_value(&$c, $token = null) {
|
333 |
-
if (is_null($token)) {
|
334 |
-
$token = $this->pdf_read_token($c);
|
335 |
-
}
|
336 |
-
|
337 |
-
if ($token === false) {
|
338 |
-
return false;
|
339 |
-
}
|
340 |
-
|
341 |
-
switch ($token) {
|
342 |
-
case '<':
|
343 |
-
// This is a hex string.
|
344 |
-
// Read the value, then the terminator
|
345 |
-
|
346 |
-
$pos = $c->offset;
|
347 |
-
|
348 |
-
while(1) {
|
349 |
-
|
350 |
-
$match = strpos ($c->buffer, '>', $pos);
|
351 |
-
|
352 |
-
// If you can't find it, try
|
353 |
-
// reading more data from the stream
|
354 |
-
|
355 |
-
if ($match === false) {
|
356 |
-
if (!$c->increase_length()) {
|
357 |
-
return false;
|
358 |
-
} else {
|
359 |
-
continue;
|
360 |
-
}
|
361 |
-
}
|
362 |
-
|
363 |
-
$result = substr ($c->buffer, $c->offset, $match - $c->offset);
|
364 |
-
$c->offset = $match + 1;
|
365 |
-
|
366 |
-
return array (PDF_TYPE_HEX, $result);
|
367 |
-
}
|
368 |
-
|
369 |
-
break;
|
370 |
-
case '<<':
|
371 |
-
// This is a dictionary.
|
372 |
-
|
373 |
-
$result = array();
|
374 |
-
|
375 |
-
// Recurse into this function until we reach
|
376 |
-
// the end of the dictionary.
|
377 |
-
while (($key = $this->pdf_read_token($c)) !== '>>') {
|
378 |
-
if ($key === false) {
|
379 |
-
return false;
|
380 |
-
}
|
381 |
-
|
382 |
-
if (($value = $this->pdf_read_value($c)) === false) {
|
383 |
-
return false;
|
384 |
-
}
|
385 |
-
|
386 |
-
// Catch missing value
|
387 |
-
if ($value[0] == PDF_TYPE_TOKEN && $value[1] == '>>') {
|
388 |
-
$result[$key] = array(PDF_TYPE_NULL);
|
389 |
-
break;
|
390 |
-
}
|
391 |
-
|
392 |
-
$result[$key] = $value;
|
393 |
-
}
|
394 |
-
|
395 |
-
return array (PDF_TYPE_DICTIONARY, $result);
|
396 |
-
|
397 |
-
case '[':
|
398 |
-
// This is an array.
|
399 |
-
|
400 |
-
$result = array();
|
401 |
-
|
402 |
-
// Recurse into this function until we reach
|
403 |
-
// the end of the array.
|
404 |
-
while (($token = $this->pdf_read_token($c)) !== ']') {
|
405 |
-
if ($token === false) {
|
406 |
-
return false;
|
407 |
-
}
|
408 |
-
|
409 |
-
if (($value = $this->pdf_read_value($c, $token)) === false) {
|
410 |
-
return false;
|
411 |
-
}
|
412 |
-
|
413 |
-
$result[] = $value;
|
414 |
-
}
|
415 |
-
|
416 |
-
return array (PDF_TYPE_ARRAY, $result);
|
417 |
-
|
418 |
-
case '(' :
|
419 |
-
// This is a string
|
420 |
-
$pos = $c->offset;
|
421 |
-
|
422 |
-
$openBrackets = 1;
|
423 |
-
do {
|
424 |
-
for (; $openBrackets != 0 && $pos < $c->length; $pos++) {
|
425 |
-
switch (ord($c->buffer[$pos])) {
|
426 |
-
case 0x28: // '('
|
427 |
-
$openBrackets++;
|
428 |
-
break;
|
429 |
-
case 0x29: // ')'
|
430 |
-
$openBrackets--;
|
431 |
-
break;
|
432 |
-
case 0x5C: // backslash
|
433 |
-
$pos++;
|
434 |
-
}
|
435 |
-
}
|
436 |
-
} while($openBrackets != 0 && $c->increase_length());
|
437 |
-
|
438 |
-
$result = substr($c->buffer, $c->offset, $pos - $c->offset - 1);
|
439 |
-
$c->offset = $pos;
|
440 |
-
|
441 |
-
return array (PDF_TYPE_STRING, $result);
|
442 |
-
|
443 |
-
case 'stream':
|
444 |
-
$o_pos = ftell($c->file)-strlen($c->buffer);
|
445 |
-
$o_offset = $c->offset;
|
446 |
-
|
447 |
-
$c->reset($startpos = $o_pos + $o_offset);
|
448 |
-
|
449 |
-
$e = 0; // ensure line breaks in front of the stream
|
450 |
-
if ($c->buffer[0] == chr(10) || $c->buffer[0] == chr(13))
|
451 |
-
$e++;
|
452 |
-
if ($c->buffer[1] == chr(10) && $c->buffer[0] != chr(10))
|
453 |
-
$e++;
|
454 |
-
|
455 |
-
if ($this->actual_obj[1][1]['/Length'][0] == PDF_TYPE_OBJREF) {
|
456 |
-
$tmp_c = new pdf_context($this->f);
|
457 |
-
$tmp_length = $this->pdf_resolve_object($tmp_c, $this->actual_obj[1][1]['/Length']);
|
458 |
-
$length = $tmp_length[1][1];
|
459 |
-
} else {
|
460 |
-
$length = $this->actual_obj[1][1]['/Length'][1];
|
461 |
-
}
|
462 |
-
|
463 |
-
if ($length > 0) {
|
464 |
-
$c->reset($startpos+$e,$length);
|
465 |
-
$v = $c->buffer;
|
466 |
-
} else {
|
467 |
-
$v = '';
|
468 |
-
}
|
469 |
-
$c->reset($startpos+$e+$length+9); // 9 = strlen("endstream")
|
470 |
-
|
471 |
-
return array(PDF_TYPE_STREAM, $v);
|
472 |
-
|
473 |
-
default :
|
474 |
-
if (is_numeric ($token)) {
|
475 |
-
// A numeric token. Make sure that
|
476 |
-
// it is not part of something else.
|
477 |
-
if (($tok2 = $this->pdf_read_token ($c)) !== false) {
|
478 |
-
if (is_numeric ($tok2)) {
|
479 |
-
|
480 |
-
// Two numeric tokens in a row.
|
481 |
-
// In this case, we're probably in
|
482 |
-
// front of either an object reference
|
483 |
-
// or an object specification.
|
484 |
-
// Determine the case and return the data
|
485 |
-
if (($tok3 = $this->pdf_read_token ($c)) !== false) {
|
486 |
-
switch ($tok3) {
|
487 |
-
case 'obj' :
|
488 |
-
return array (PDF_TYPE_OBJDEC, (int) $token, (int) $tok2);
|
489 |
-
case 'R' :
|
490 |
-
return array (PDF_TYPE_OBJREF, (int) $token, (int) $tok2);
|
491 |
-
}
|
492 |
-
// If we get to this point, that numeric value up
|
493 |
-
// there was just a numeric value. Push the extra
|
494 |
-
// tokens back into the stack and return the value.
|
495 |
-
array_push ($c->stack, $tok3);
|
496 |
-
}
|
497 |
-
}
|
498 |
-
|
499 |
-
array_push ($c->stack, $tok2);
|
500 |
-
}
|
501 |
-
|
502 |
-
if ($token === (string)((int)$token))
|
503 |
-
return array (PDF_TYPE_NUMERIC, (int)$token);
|
504 |
-
else
|
505 |
-
return array (PDF_TYPE_REAL, (float)$token);
|
506 |
-
} else if ($token == 'true' || $token == 'false') {
|
507 |
-
return array (PDF_TYPE_BOOLEAN, $token == 'true');
|
508 |
-
} else if ($token == 'null') {
|
509 |
-
return array (PDF_TYPE_NULL);
|
510 |
-
} else {
|
511 |
-
// Just a token. Return it.
|
512 |
-
return array (PDF_TYPE_TOKEN, $token);
|
513 |
-
}
|
514 |
-
}
|
515 |
-
}
|
516 |
-
|
517 |
-
/**
|
518 |
-
* Resolve an object
|
519 |
-
*
|
520 |
-
* @param object $c pdf_context
|
521 |
-
* @param array $obj_spec The object-data
|
522 |
-
* @param boolean $encapsulate Must set to true, cause the parsing and fpdi use this method only without this para
|
523 |
-
*/
|
524 |
-
function pdf_resolve_object(&$c, $obj_spec, $encapsulate = true) {
|
525 |
-
// Exit if we get invalid data
|
526 |
-
if (!is_array($obj_spec)) {
|
527 |
-
$ret = false;
|
528 |
-
return $ret;
|
529 |
-
}
|
530 |
-
|
531 |
-
if ($obj_spec[0] == PDF_TYPE_OBJREF) {
|
532 |
-
|
533 |
-
// This is a reference, resolve it
|
534 |
-
if (isset($this->xref['xref'][$obj_spec[1]][$obj_spec[2]])) {
|
535 |
-
|
536 |
-
// Save current file position
|
537 |
-
// This is needed if you want to resolve
|
538 |
-
// references while you're reading another object
|
539 |
-
// (e.g.: if you need to determine the length
|
540 |
-
// of a stream)
|
541 |
-
|
542 |
-
$old_pos = ftell($c->file);
|
543 |
-
|
544 |
-
// Reposition the file pointer and
|
545 |
-
// load the object header.
|
546 |
-
|
547 |
-
$c->reset($this->xref['xref'][$obj_spec[1]][$obj_spec[2]]);
|
548 |
-
|
549 |
-
$header = $this->pdf_read_value($c);
|
550 |
-
|
551 |
-
if ($header[0] != PDF_TYPE_OBJDEC || $header[1] != $obj_spec[1] || $header[2] != $obj_spec[2]) {
|
552 |
-
$toSearchFor = $obj_spec[1].' '.$obj_spec[2].' obj';
|
553 |
-
if (preg_match('/'.$toSearchFor.'/', $c->buffer)) {
|
554 |
-
$c->offset = strpos($c->buffer, $toSearchFor) + strlen($toSearchFor);
|
555 |
-
} else {
|
556 |
-
$this->error("Unable to find object ({$obj_spec[1]}, {$obj_spec[2]}) at expected location");
|
557 |
-
}
|
558 |
-
}
|
559 |
-
|
560 |
-
// If we're being asked to store all the information
|
561 |
-
// about the object, we add the object ID and generation
|
562 |
-
// number for later use
|
563 |
-
$result = array();
|
564 |
-
$this->actual_obj =& $result;
|
565 |
-
if ($encapsulate) {
|
566 |
-
$result = array (
|
567 |
-
PDF_TYPE_OBJECT,
|
568 |
-
'obj' => $obj_spec[1],
|
569 |
-
'gen' => $obj_spec[2]
|
570 |
-
);
|
571 |
-
}
|
572 |
-
|
573 |
-
// Now simply read the object data until
|
574 |
-
// we encounter an end-of-object marker
|
575 |
-
while(1) {
|
576 |
-
$value = $this->pdf_read_value($c);
|
577 |
-
if ($value === false || count($result) > 4) {
|
578 |
-
// in this case the parser coudn't find an endobj so we break here
|
579 |
-
break;
|
580 |
-
}
|
581 |
-
|
582 |
-
if ($value[0] == PDF_TYPE_TOKEN && $value[1] === 'endobj') {
|
583 |
-
break;
|
584 |
-
}
|
585 |
-
|
586 |
-
$result[] = $value;
|
587 |
-
}
|
588 |
-
|
589 |
-
$c->reset($old_pos);
|
590 |
-
|
591 |
-
if (isset($result[2][0]) && $result[2][0] == PDF_TYPE_STREAM) {
|
592 |
-
$result[0] = PDF_TYPE_STREAM;
|
593 |
-
}
|
594 |
-
|
595 |
-
return $result;
|
596 |
-
}
|
597 |
-
} else {
|
598 |
-
return $obj_spec;
|
599 |
-
}
|
600 |
-
}
|
601 |
-
|
602 |
-
|
603 |
-
|
604 |
-
/**
|
605 |
-
* Reads a token from the file
|
606 |
-
*
|
607 |
-
* @param object $c pdf_context
|
608 |
-
* @return mixed
|
609 |
-
*/
|
610 |
-
function pdf_read_token(&$c)
|
611 |
-
{
|
612 |
-
// If there is a token available
|
613 |
-
// on the stack, pop it out and
|
614 |
-
// return it.
|
615 |
-
|
616 |
-
if (count($c->stack)) {
|
617 |
-
return array_pop($c->stack);
|
618 |
-
}
|
619 |
-
|
620 |
-
// Strip away any whitespace
|
621 |
-
|
622 |
-
do {
|
623 |
-
if (!$c->ensure_content()) {
|
624 |
-
return false;
|
625 |
-
}
|
626 |
-
$c->offset += strspn($c->buffer, " \n\r\t", $c->offset);
|
627 |
-
} while ($c->offset >= $c->length - 1);
|
628 |
-
|
629 |
-
// Get the first character in the stream
|
630 |
-
|
631 |
-
$char = $c->buffer[$c->offset++];
|
632 |
-
|
633 |
-
switch ($char) {
|
634 |
-
|
635 |
-
case '[':
|
636 |
-
case ']':
|
637 |
-
case '(':
|
638 |
-
case ')':
|
639 |
-
|
640 |
-
// This is either an array or literal string
|
641 |
-
// delimiter, Return it
|
642 |
-
|
643 |
-
return $char;
|
644 |
-
|
645 |
-
case '<':
|
646 |
-
case '>':
|
647 |
-
|
648 |
-
// This could either be a hex string or
|
649 |
-
// dictionary delimiter. Determine the
|
650 |
-
// appropriate case and return the token
|
651 |
-
|
652 |
-
if ($c->buffer[$c->offset] == $char) {
|
653 |
-
if (!$c->ensure_content()) {
|
654 |
-
return false;
|
655 |
-
}
|
656 |
-
$c->offset++;
|
657 |
-
return $char . $char;
|
658 |
-
} else {
|
659 |
-
return $char;
|
660 |
-
}
|
661 |
-
|
662 |
-
case '%':
|
663 |
-
|
664 |
-
// This is a comment - jump over it!
|
665 |
-
|
666 |
-
$pos = $c->offset;
|
667 |
-
while(1) {
|
668 |
-
$match = preg_match("/(\r\n|\r|\n)/", $c->buffer, $m, PREG_OFFSET_CAPTURE, $pos);
|
669 |
-
if ($match === 0) {
|
670 |
-
if (!$c->increase_length()) {
|
671 |
-
return false;
|
672 |
-
} else {
|
673 |
-
continue;
|
674 |
-
}
|
675 |
-
}
|
676 |
-
|
677 |
-
$c->offset = $m[0][1]+strlen($m[0][0]);
|
678 |
-
|
679 |
-
return $this->pdf_read_token($c);
|
680 |
-
}
|
681 |
-
|
682 |
-
default:
|
683 |
-
|
684 |
-
// This is "another" type of token (probably
|
685 |
-
// a dictionary entry or a numeric value)
|
686 |
-
// Find the end and return it.
|
687 |
-
|
688 |
-
if (!$c->ensure_content()) {
|
689 |
-
return false;
|
690 |
-
}
|
691 |
-
|
692 |
-
while(1) {
|
693 |
-
|
694 |
-
// Determine the length of the token
|
695 |
-
|
696 |
-
$pos = strcspn($c->buffer, " %[]<>()\r\n\t/", $c->offset);
|
697 |
-
|
698 |
-
if ($c->offset + $pos <= $c->length - 1) {
|
699 |
-
break;
|
700 |
-
} else {
|
701 |
-
// If the script reaches this point,
|
702 |
-
// the token may span beyond the end
|
703 |
-
// of the current buffer. Therefore,
|
704 |
-
// we increase the size of the buffer
|
705 |
-
// and try again--just to be safe.
|
706 |
-
|
707 |
-
$c->increase_length();
|
708 |
-
}
|
709 |
-
}
|
710 |
-
|
711 |
-
$result = substr($c->buffer, $c->offset - 1, $pos + 1);
|
712 |
-
|
713 |
-
$c->offset += $pos;
|
714 |
-
return $result;
|
715 |
-
}
|
716 |
-
}
|
717 |
-
}
|
718 |
-
}
|
719 |
-
|
720 |
-
unset($__tmp);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/ZsoltNet/LedgerInvoice/controllers/pdf/rotation.php
DELETED
@@ -1,39 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
require_once('fpdf.php');
|
3 |
-
require_once('fpdi.php');
|
4 |
-
|
5 |
-
class FPDIr extends FPDI
|
6 |
-
{
|
7 |
-
var $angle=0;
|
8 |
-
|
9 |
-
function Rotate($angle,$x=-1,$y=-1)
|
10 |
-
{
|
11 |
-
if($x==-1)
|
12 |
-
$x=$this->x;
|
13 |
-
if($y==-1)
|
14 |
-
$y=$this->y;
|
15 |
-
if($this->angle!=0)
|
16 |
-
$this->_out('Q');
|
17 |
-
$this->angle=$angle;
|
18 |
-
if($angle!=0)
|
19 |
-
{
|
20 |
-
$angle*=M_PI/180;
|
21 |
-
$c=cos($angle);
|
22 |
-
$s=sin($angle);
|
23 |
-
$cx=$x*$this->k;
|
24 |
-
$cy=($this->h-$y)*$this->k;
|
25 |
-
$this->_out(sprintf('q %.5F %.5F %.5F %.5F %.2F %.2F cm 1 0 0 1 %.2F %.2F cm',$c,$s,-$s,$c,$cx,$cy,-$cx,-$cy));
|
26 |
-
}
|
27 |
-
}
|
28 |
-
|
29 |
-
function _endpage()
|
30 |
-
{
|
31 |
-
if($this->angle!=0)
|
32 |
-
{
|
33 |
-
$this->angle=0;
|
34 |
-
$this->_out('Q');
|
35 |
-
}
|
36 |
-
parent::_endpage();
|
37 |
-
}
|
38 |
-
}
|
39 |
-
?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/ZsoltNet/LedgerInvoice/controllers/tcpdf/CHANGELOG.TXT
ADDED
@@ -0,0 +1,2823 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
6.0.084 (2014-06-13)
|
2 |
+
- A bug related to MultiCell fitcell feature was fixed.
|
3 |
+
- Bug item #931 "Documentation error for setPageFormat()" was fixed.
|
4 |
+
|
5 |
+
6.0.083 (2014-05-29)
|
6 |
+
- Bug item #928 "setHtmlVSpace with HR element" was fixed.
|
7 |
+
|
8 |
+
6.0.082 (2014-05-23)
|
9 |
+
- Bug item #926 "test statement instead of assignment used in tcpdf_fonts.php" was fixed.
|
10 |
+
- Bug item #925 "924 transparent images bug" was fixed.
|
11 |
+
|
12 |
+
6.0.081 (2014-05-22)
|
13 |
+
- Bug item #922 "writehtml tables thead repeating" was fixed.
|
14 |
+
- Patch #71 "External and internal links, local and remote" wa applied.
|
15 |
+
|
16 |
+
6.0.080 (2014-05-20)
|
17 |
+
- Bug item #921 "Fatal error in hyphenateText() function" was fixed.
|
18 |
+
- Bug item #923 "Automatic Hyphenation error" was fixed.
|
19 |
+
- Patch #70 "Augument TCPDFBarcode classes with ability to return raw png image data" was applied.
|
20 |
+
|
21 |
+
6.0.079 (2014-05-19)
|
22 |
+
- Patch item #69 "Named destinations, HTML internal and external links" was merged.
|
23 |
+
- Bug item #920 "hyphenateText() should not hyphenate the content of style-tags in HTML mode" was fixed.
|
24 |
+
- Image method now trigs an error in case the cache is now writeable.
|
25 |
+
- Fixed issue with layer default status.
|
26 |
+
|
27 |
+
6.0.078 (2014-05-12)
|
28 |
+
- A warning issue in addTTFfont() method was fixed.
|
29 |
+
- Fonts were updated to include cbbox metrics.
|
30 |
+
|
31 |
+
6.0.077 (2014-05-06)
|
32 |
+
- A Datamatrix barcode bug was fixed.
|
33 |
+
|
34 |
+
6.0.076 (2014-05-06)
|
35 |
+
- A bug in Datamatrix Base256 encoding was fixed.
|
36 |
+
- Merged fix for SVG use/clip-gradient.
|
37 |
+
- Now it is possible to prefix a page number in Link methods with the * character to avoid been changed when adding/deleting/moving pages (see example_045.php).
|
38 |
+
|
39 |
+
6.0.075 (2014-05-05)
|
40 |
+
- Bug #917 "Using realtive Units like ex or em for images distort output in HTML mode" was fixed.
|
41 |
+
|
42 |
+
6.0.074 (2014-05-03)
|
43 |
+
- Part of Bug #917 "Using realtive Units like ex or em for images distort output in HTML mode" was fixed.
|
44 |
+
- Bug #915 "Problem with SVG Image using Radial Gradients" was fixed.
|
45 |
+
|
46 |
+
6.0.073 (2014-04-29)
|
47 |
+
- Bug #913 "Possible bug with line-height" was fixed.
|
48 |
+
- Bug #914 "MultiCell and FitCell" was fixed.
|
49 |
+
- Bug #915 "Problem with SVG Image using Radial Gradients" was fixed.
|
50 |
+
|
51 |
+
6.0.072 (2014-04-27)
|
52 |
+
- Deprecated curly braces substring syntax was replaced with square braces.
|
53 |
+
|
54 |
+
6.0.071 (2014-04-25)
|
55 |
+
- Bug #911 "error with buffered png pics" was fixed.
|
56 |
+
|
57 |
+
6.0.070 (2014-04-24)
|
58 |
+
- Bug #910 "An SVG image is being cut off (with clipping mask) when you use align options" was fixed.
|
59 |
+
|
60 |
+
6.0.069 (2014-04-24)
|
61 |
+
- Datamatrix Base256 encoding was fixed.
|
62 |
+
|
63 |
+
6.0.068 (2014-04-22)
|
64 |
+
- Some Datamatrix barcode bugs were fixed.
|
65 |
+
|
66 |
+
6.0.067 (2014-04-21)
|
67 |
+
- startLayer() method signature was changed to include a new "lock" parameter.
|
68 |
+
|
69 |
+
6.0.066 (2014-04-20)
|
70 |
+
- Bug #908 "Linebreak is not considered when getting length of the next string" was fixed.
|
71 |
+
|
72 |
+
6.0.065 (2014-04-10)
|
73 |
+
- Bug #905 "RGB percentage color bug in convertHTMLColorToDec()" was fixed.
|
74 |
+
|
75 |
+
6.0.064 (2014-04-07)
|
76 |
+
- Header and Footer fonts are now set by default.
|
77 |
+
- Bug #904 "PDF corrupted" was fixed.
|
78 |
+
|
79 |
+
6.0.063 (2014-04-03)
|
80 |
+
- Method TCPDF_IMAGES::_parsepng() was fixed to support transparency in Indexed images.
|
81 |
+
|
82 |
+
6.0.062 (2014-03-02)
|
83 |
+
- The method startLayer() now accepts the NULL value for the $print parameter to not set the print layer option.
|
84 |
+
|
85 |
+
6.0.061 (2014-02-18)
|
86 |
+
- Bug #893 "Parsing error on streamed xref for secured pdf" was fixed.
|
87 |
+
|
88 |
+
6.0.060 (2014-02-16)
|
89 |
+
- Bug #891 "Error on parsing hexa fields" was fixed.
|
90 |
+
- Bug #892 "Parsing pdf with trailing space at start" was fixed.
|
91 |
+
|
92 |
+
6.0.059 (2014-02-03)
|
93 |
+
- SVG 'use' support was imporved.
|
94 |
+
|
95 |
+
6.0.058 (2014-01-31)
|
96 |
+
- Bug #886 "Bugs with SVG using <defs> and <use>" was fixed.
|
97 |
+
|
98 |
+
6.0.057 (2014-01-26)
|
99 |
+
- Bug #883 "Parsing error" was fixed.
|
100 |
+
|
101 |
+
6.0.056 (2014-01-25)
|
102 |
+
- The automatic cache folder selection now works also with some restricted hosting environments.
|
103 |
+
- CSS text-transform property is now supported (requires the multibyte string library for php) - see examle n. 061 (Thanks to Walter Ferraz).
|
104 |
+
- Bug #884 "Parsing error prev tag looking for" was fixed.
|
105 |
+
|
106 |
+
6.0.055 (2014-01-15)
|
107 |
+
- Bug #880 "Error detecting hX tags (h1,h2..)" was fixed
|
108 |
+
- Bug #879 "Thead on the second page inherits style of previous tr" was fixed
|
109 |
+
|
110 |
+
6.0.054 (2014-01-13)
|
111 |
+
- Bug #877 "Parenteses causing corrupt text" was fixed.
|
112 |
+
|
113 |
+
6.0.053 (2014-01-03)
|
114 |
+
- Bug #876 "Cell padding should not be multiplied with number of lines in getStringHeight" was fixed.
|
115 |
+
- Patch #68 "Empty img src attribute leads to access of uninitialized string offset" was applied.
|
116 |
+
|
117 |
+
6.0.052 (2013-12-12)
|
118 |
+
- Bug #871 "Datamatrix coding" was fixed.
|
119 |
+
|
120 |
+
6.0.051 (2013-12-02)
|
121 |
+
- cbbox array values in addTTFfont() were converted to integers.
|
122 |
+
|
123 |
+
6.0.050 (2013-12-01)
|
124 |
+
- The method getNumLines() was extended to support hyphenation.
|
125 |
+
- The CSS property line-height now supports non percentage values.
|
126 |
+
|
127 |
+
6.0.050 (2013-11-27)
|
128 |
+
- A bug related to PNG images was fixed.
|
129 |
+
|
130 |
+
6.0.048 (2013-11-24)
|
131 |
+
- SVG vars are now reset in ImageSVG() method.
|
132 |
+
|
133 |
+
6.0.047 (2013-11-19)
|
134 |
+
- SVG support was extended to support some nested defs.
|
135 |
+
|
136 |
+
6.0.046 (2013-11-17)
|
137 |
+
- preg_replace_callback functions were replaced to improve memory performances.
|
138 |
+
|
139 |
+
6.0.045 (2013-11-17)
|
140 |
+
- Bug #862 "Parsing error on flate filter" was fixed.
|
141 |
+
|
142 |
+
6.0.044 (2013-11-10)
|
143 |
+
- Bug #857 "Undefined offset error" was fixed.
|
144 |
+
- The uniord method now uses a static cache to improve performances (thanks to Mathieu Masseboeuf for the sugegstion).
|
145 |
+
- Two bugs in the TCPDF_FONTS class were fixed.
|
146 |
+
|
147 |
+
6.0.043 (2013-10-29)
|
148 |
+
- Bug #854 "CSS instruction display" was fixed.
|
149 |
+
|
150 |
+
6.0.042 (2013-10-25)
|
151 |
+
- Bug #852 "CMYK Colors Bug" was fixed.
|
152 |
+
|
153 |
+
6.0.041 (2013-10-21)
|
154 |
+
- Bug #851 "Problem with images in PDF. PHP timing out" was fixed.
|
155 |
+
|
156 |
+
6.0.040 (2013-10-20)
|
157 |
+
- Bug #849 "SVG import bug" was fixed.
|
158 |
+
|
159 |
+
6.0.039 (2013-10-13)
|
160 |
+
- Bug #843 "Wrong call in parser" was fixed.
|
161 |
+
- Bug #844 "Wrong object type named" was fixed.
|
162 |
+
- Bug #845 "Parsing error on obj ref prefixed by '000000'" was fixed.
|
163 |
+
|
164 |
+
6.0.038 (2013-10-06)
|
165 |
+
- Bug #841 "Division by zero warning at writeHTML a <li> tag" was fixed.
|
166 |
+
|
167 |
+
6.0.037 (2013-09-30)
|
168 |
+
- Method getAllSpotColors() was added to return all spot colors.
|
169 |
+
- Method colorRegistrationBar() was extended to automatically print all spot colors and support individual spot colors.
|
170 |
+
- The method registrationMarkCMYK() was added to print a registration mark for CMYK colors.
|
171 |
+
- A bug related to page groups was fixed.
|
172 |
+
- Gradient() method now supports CMYK equivalents of spot colors.
|
173 |
+
- Example n. 56 was updated.
|
174 |
+
|
175 |
+
6.0.036 (2013-09-29)
|
176 |
+
- Methods for registration bars and crop marks were extended to support registration color (see example n. 56).
|
177 |
+
- New default spot colors were added to tcpdf_colors.php, including the 'All' and 'None' special registration colors.
|
178 |
+
|
179 |
+
6.0.035 (2013-09-25)
|
180 |
+
- TCPDF_PARSER class was improved.
|
181 |
+
|
182 |
+
6.0.034 (2013-09-24)
|
183 |
+
- Bug #839 "Error in xref parsing in mixed newline chars" was fixed.
|
184 |
+
|
185 |
+
6.0.033 (2013-09-23)
|
186 |
+
- Bug fix related to PNG image transparency using GD library.
|
187 |
+
|
188 |
+
6.0.032 (2013-09-23)
|
189 |
+
- Bug #838 "Fatal error when imagick cannot handle the image, even though GD is available and can" was fixed.
|
190 |
+
|
191 |
+
6.0.031 (2013-09-18)
|
192 |
+
- Bug #836 "Optional EOL marker before endstream" was fixed.
|
193 |
+
- Some additional controls were added to avoid "division by zero" error with badly formatted input.
|
194 |
+
|
195 |
+
6.0.030 (2013-09-17)
|
196 |
+
- Bug #835 "PDF417 and Cyrilic simbols" was fixed.
|
197 |
+
|
198 |
+
6.0.029 (2013-09-15)
|
199 |
+
- Constants K_TCPDF_PARSER_THROW_EXCEPTION_ERROR and K_TCPDF_PARSER_IGNORE_DECODING_ERRORS where removed in favor of a new configuration array in the TCPDF_PARSER class.
|
200 |
+
- The TCPDF_PARSER class can now be configured using the new $cfg parameter.
|
201 |
+
|
202 |
+
6.0.028 (2013-09-15)
|
203 |
+
- A debug print_r was removed form tcpdf_parser.php.
|
204 |
+
- TCPDF_FILTERS class now throws an exception in case of error.
|
205 |
+
- TCPDF_PARSER class now throws an exception in case of error unless you define the constant K_TCPDF_PARSER_THROW_EXCEPTION_ERROR to false.
|
206 |
+
- The constant K_TCPDF_PARSER_IGNORE_DECODING_ERRORS can be set to tru eto ignore decoding errors on TCPDF_PARSER.
|
207 |
+
|
208 |
+
6.0.027 (2013-09-14)
|
209 |
+
- A bug in tcpdf_parser wen parsing hexadecimal strings was fixed.
|
210 |
+
- A bug in tcpdf_parser wen looking for statxref was fixed.
|
211 |
+
- A bug on RC4 encryption was fixed.
|
212 |
+
|
213 |
+
6.0.026 (2013-09-14)
|
214 |
+
- A bug in tcpdf_parser wen decoding streams was fixed.
|
215 |
+
|
216 |
+
6.0.025 (2013-09-04)
|
217 |
+
- A pregSplit() bug was fixed.
|
218 |
+
- Improved content loading from URLs.
|
219 |
+
- Improved font path loading.
|
220 |
+
|
221 |
+
6.0.024 (2013-09-02)
|
222 |
+
- Bug #826 "addEmptySignatureAppearance issue" was fixed.
|
223 |
+
|
224 |
+
6.0.023 (2013-08-05)
|
225 |
+
- GNU Freefont fonts were updated.
|
226 |
+
- Licensing and copyright information about fonts were improved.
|
227 |
+
- PNG image support was improved.
|
228 |
+
|
229 |
+
6.0.022 (2013-08-02)
|
230 |
+
- fixing initialization problem for signature_appearance property.
|
231 |
+
|
232 |
+
6.0.021 (2013-07-18)
|
233 |
+
- The bug caused by the preg_split function on some PHP 5.2.x versions was fixed.
|
234 |
+
|
235 |
+
6.0.020 (2013-06-04)
|
236 |
+
- The method addTTFfont() was fixed (Bug item #813 Undefined offset).
|
237 |
+
|
238 |
+
6.0.019 (2013-06-04)
|
239 |
+
- The magic constant __DIR__ was replaced with dirname(__FILE__) for php 5.2 compatibility.
|
240 |
+
- The exceptions raised by file_exists() function were suppressed.
|
241 |
+
|
242 |
+
6.0.018 (2013-05-19)
|
243 |
+
- The barcode examples were changed to automatically search for the barcode class path (in case the examples directory is not installed under the TCPDF root).
|
244 |
+
|
245 |
+
6.0.017 (2013-05-16)
|
246 |
+
- The command line tool tcpdf_addfont.php was improved.
|
247 |
+
- The php logic was removed from configuration files that now contains only constant defines.
|
248 |
+
- The tcpdf_autoconfig.php file was added to automatically set missing configuration values.
|
249 |
+
|
250 |
+
6.0.016 (2013-05-15)
|
251 |
+
- The tcpdf_addfont.php tool was improved (thanks to Remi Collet).
|
252 |
+
- Constant K_PATH_IMAGES is now automatically set in configuration file.
|
253 |
+
|
254 |
+
6.0.015 (2013-05-14)
|
255 |
+
- Some unused vars were removed from AddFont() method.
|
256 |
+
- Some directories were moved inside the examples directory.
|
257 |
+
- All examples were updated to reflect the new default structure.
|
258 |
+
- Source code were clean-up up to be more compatible with system packaging.
|
259 |
+
- Files encodings and permissions were reset.
|
260 |
+
- The command line tool tcpdf_addfont.php was added on the tools directory.
|
261 |
+
|
262 |
+
6.0.014 (2013-04-13)
|
263 |
+
- The signature of addTTFfont() method includes a new parameter to link existing fonts instead of copying and compressing them.
|
264 |
+
|
265 |
+
6.0.013 (2013-04-10)
|
266 |
+
- Add support for SVG dx and dy text/tspan attributes.
|
267 |
+
- replace require() with require_once().
|
268 |
+
- fix some minor typos on documentation.
|
269 |
+
- fix a problem when deleting all pages.
|
270 |
+
|
271 |
+
6.0.012 (2013-04-24)
|
272 |
+
- An error condition in addHtmlLink() method was fixed (bug #799).
|
273 |
+
|
274 |
+
6.0.011 (2013-04-22)
|
275 |
+
- Minor documentation changes.
|
276 |
+
|
277 |
+
6.0.010 (2013-04-03)
|
278 |
+
- The method Rect() was fixed to print borders correctly.
|
279 |
+
|
280 |
+
6.0.009 (2013-04-02)
|
281 |
+
- Adding back some files that were not properly committed on the latest release.
|
282 |
+
|
283 |
+
6.0.008 (2013-04-01)
|
284 |
+
- Duplicated encoding maps was removed from tcpdf_font_data.php.
|
285 |
+
- Fixing bug on AddTTFFont().
|
286 |
+
|
287 |
+
6.0.007 (2013-03-29)
|
288 |
+
- HTML/CSS font size conversion were improved.
|
289 |
+
|
290 |
+
6.0.006 (2013-03-27)
|
291 |
+
- Bug related to SVG and EPS files on xobjects were fixed.
|
292 |
+
|
293 |
+
6.0.005 (2013-03-26)
|
294 |
+
- Default font path was fixed.
|
295 |
+
|
296 |
+
6.0.004 (2013-03-21)
|
297 |
+
- Return value of addTTFfont() method was fixed.
|
298 |
+
|
299 |
+
6.0.003 (2013-03-20)
|
300 |
+
- A bug related to non-unicode mode was fixed.
|
301 |
+
|
302 |
+
6.0.002 (2013-03-18)
|
303 |
+
- _getFIXED call on tcpdf_fonts.php was fixed.
|
304 |
+
|
305 |
+
6.0.001 (2013-03-18)
|
306 |
+
- Fixed $uni_type call on tcpdf.php.
|
307 |
+
|
308 |
+
6.0.000 (2013-03-17)
|
309 |
+
- IMPORTANT: PHP4 support has been removed starting from this version.
|
310 |
+
- Several TCPDF methods and vars were moved to new class files: tcpdf_static.php, tcpdf_colors.php, tcpdf_images.php, tcpdf_font_data.php, tcpdf_fonts.php.
|
311 |
+
- Files htmlcolors.php, spotcolors.php, unicode_data.php and ecodings_maps.php were removed.
|
312 |
+
- Barcode classes were renamed and new barcode examples were added.
|
313 |
+
- Class TCPDF_PARSER was improved.
|
314 |
+
|
315 |
+
********************************************************************************
|
316 |
+
|
317 |
+
5.9.209 (2013-03-15)
|
318 |
+
- Image method was improved.
|
319 |
+
|
320 |
+
5.9.208 (2013-03-15)
|
321 |
+
- objclone fuction was patched to support old imagick extensions.
|
322 |
+
- tcpdf_parser was improved to support Cross-Reference Streams and large streams.
|
323 |
+
|
324 |
+
5.9.207 (2013-03-04)
|
325 |
+
- Datamatrix class was fixed (a debug echo was removed).
|
326 |
+
|
327 |
+
5.9.206 (2013-02-22)
|
328 |
+
- Bug item #754 "PNG with alpha channel becomes gray scale" was fixed.
|
329 |
+
- Minor documentation fixes.
|
330 |
+
|
331 |
+
5.9.205 (2013-02-06)
|
332 |
+
- The constant K_TCPDF_THROW_EXCEPTION_ERROR was added on configuration file to change the behavior of Error() method.
|
333 |
+
- PDF417 barcode bug was fixed.
|
334 |
+
|
335 |
+
5.9.204 (2013-01-23)
|
336 |
+
- The method Bookmark() was extended to include named destinations, URLs, internal links or embedded files (see example n. 15).
|
337 |
+
- automatic path calculation on configuration file was fixed.
|
338 |
+
- Error() method was extended to throw new Exception if PHP > 5.
|
339 |
+
|
340 |
+
5.9.203 (2013-01-22)
|
341 |
+
- Horizontal position of radiobuttons and checkboxes was adjusted.
|
342 |
+
|
343 |
+
5.9.202 (2012-12-16)
|
344 |
+
- Vertical space problem after table was fixed.
|
345 |
+
|
346 |
+
5.9.201 (2012-12-10)
|
347 |
+
- First 256 chars are now always included on font subset to overcome a problem reported on the forum.
|
348 |
+
|
349 |
+
5.9.200 (2012-12-05)
|
350 |
+
- Bug item #768 "Rowspan with Pagebreak error" was fixed.
|
351 |
+
- Page regions now works also with limited MultiCell() cells.
|
352 |
+
|
353 |
+
5.9.199 (2012-11-29)
|
354 |
+
- Internal setImageBuffer() method was improved.
|
355 |
+
|
356 |
+
5.9.198 (2012-11-19)
|
357 |
+
- Datamatrix EDIFACT mode was fixed.
|
358 |
+
|
359 |
+
5.9.197 (2012-11-06)
|
360 |
+
- Bug item #756 "TCPDF 5.9.196 shows line on top of all PDFs" was fixed.
|
361 |
+
|
362 |
+
5.9.196 (2012-11-02)
|
363 |
+
- Several methods were improved to avoid output when the context is out of page.
|
364 |
+
- Bug item #755 "remove cached files before unsetting" was fixed.
|
365 |
+
|
366 |
+
5.9.195 (2012-10-24)
|
367 |
+
- Method _putfonts() was improved.
|
368 |
+
|
369 |
+
5.9.194 (2012-10-23)
|
370 |
+
- Text alignment on TextField() method was fixed.
|
371 |
+
|
372 |
+
5.9.193 (2012-09-25)
|
373 |
+
- Support for named destinations on HTML links was added (i.e.: <a href="#destinationname">link to named destination</a>).
|
374 |
+
|
375 |
+
5.9.192 (2012-09-24)
|
376 |
+
- A problem on the releasing process was fixed.
|
377 |
+
|
378 |
+
5.9.191 (2012-09-24)
|
379 |
+
- SVG image naow support svg and eps images.
|
380 |
+
|
381 |
+
5.9.190 (2012-09-23)
|
382 |
+
- "page" word translation is now set to empty if not defined.
|
383 |
+
- Tooltip feature was added on the radiobutton annotation.
|
384 |
+
|
385 |
+
5.9.189 (2012-09-18)
|
386 |
+
- Bug item #3568969 "ini_get safe_mode error" was fixed.
|
387 |
+
|
388 |
+
5.9.188 (2012-09-15)
|
389 |
+
- A datamatrix barcode bug was fixed.
|
390 |
+
|
391 |
+
5.9.187 (2012-09-14)
|
392 |
+
- Subset feature was extended to include the first 256 characters.
|
393 |
+
|
394 |
+
5.9.186 (2012-09-13)
|
395 |
+
- barcodes.php file was resynced.
|
396 |
+
- Methods SetAbsX, SetAbsY, SetAbsXY where added to set the absolute pointer coordinates.
|
397 |
+
- Method getCharBBox were added to get single character bounding box.
|
398 |
+
- Signature of addTTFfont method was changed ($addcbbox paramter was added).
|
399 |
+
|
400 |
+
5.9.185 (2012-09-12)
|
401 |
+
- Method _putfontwidths() was fixed.
|
402 |
+
|
403 |
+
5.9.184 (2012-09-11)
|
404 |
+
- A problem with EAN barcodes was fixed.
|
405 |
+
|
406 |
+
5.9.183 (2012-09-07)
|
407 |
+
- A problem with font names normalization was fixed.
|
408 |
+
|
409 |
+
5.9.182 (2012-09-05)
|
410 |
+
- Bug item #3564982 "Infinite loop in Write() method" was fixed.
|
411 |
+
|
412 |
+
5.9.181 (2012-08-31)
|
413 |
+
- composer.json file was added.
|
414 |
+
- Bug item #3563369 "Cached images are not unlinked some time" was fixed.
|
415 |
+
|
416 |
+
5.9.180 (2012-08-22)
|
417 |
+
- Bug item #3560493 "Problems with nested cells in HTML" was fixed.
|
418 |
+
|
419 |
+
5.9.179 (2012-08-04)
|
420 |
+
- SVG 'use' tag was fixed for 'circle' and 'ellipse' shift problem.
|
421 |
+
- Alpha status is now correctly stored and restored by getGraphicVars() and SetGraphicVars() methods.
|
422 |
+
|
423 |
+
5.9.178 (2012-08-02)
|
424 |
+
- SVG 'use' tag was fixed for 'circle' and 'ellipse'.
|
425 |
+
|
426 |
+
5.9.177 (2012-08-02)
|
427 |
+
- An additional control on annotations was fixed.
|
428 |
+
|
429 |
+
5.9.176 (2012-07-25)
|
430 |
+
- A bug related to stroke width was fixed.
|
431 |
+
- A problem related to font spacing in HTML was fixed.
|
432 |
+
|
433 |
+
5.9.175 (2012-07-25)
|
434 |
+
- The problem of missing letter on hyphen break was fixed.
|
435 |
+
|
436 |
+
5.9.174 (2012-07-25)
|
437 |
+
- The problem of wrong filename when downloading PDF from an Android device was fixed.
|
438 |
+
- The method setHeaderData() was extended to set text and line color for header (see example n. 1).
|
439 |
+
- The method setFooterData() was added to set text and line color for footer (see example n. 1).
|
440 |
+
- The methods setTextShadow() and getTextShadow() were added to set text shadows (see example n. 1).
|
441 |
+
- The GetCharWidth() method was fixed for negative character spacing.
|
442 |
+
- A 'none' border mode is now correctly recognized.
|
443 |
+
- Break on hyphen problem was fixed.
|
444 |
+
|
445 |
+
5.9.173 (2012-07-23)
|
446 |
+
- Some additional control wher added on barcode methods.
|
447 |
+
- The option CURLOPT_FOLLOWLOCATION on Image method is now disabled if PHP safe_mode is on or open_basedir is set.
|
448 |
+
- Method Bookmark() was extended to include X parameter.
|
449 |
+
- Method setDestination() was extended to include X parameter.
|
450 |
+
- A problem with Thai language was fixed.
|
451 |
+
|
452 |
+
5.9.172 (2012-07-02)
|
453 |
+
- A PNG color profile issue was fixed.
|
454 |
+
|
455 |
+
5.9.171 (2012-07-01)
|
456 |
+
- Some SVG rendering problems were fixed.
|
457 |
+
|
458 |
+
5.9.170 (2012-06-27)
|
459 |
+
- Bug #3538227 "Numerous errors inserting shared images" was fixed.
|
460 |
+
|
461 |
+
5.9.169 (2012-06-25)
|
462 |
+
- Some SVG rendering problems were fixed.
|
463 |
+
|
464 |
+
5.9.168 (2012-06-22)
|
465 |
+
- Thai language rendering was fixed.
|
466 |
+
|
467 |
+
5.9.167 (2012-06-22)
|
468 |
+
- Thai language rendering was fixed and improved.
|
469 |
+
- Method isCharDefined() was improved.
|
470 |
+
- Protected method replaceChar() was added.
|
471 |
+
- Font "kerning" word was corrected to "tracking".
|
472 |
+
|
473 |
+
5.9.166 (2012-06-21)
|
474 |
+
- Array to string conversion on file_id creation was fixed.
|
475 |
+
- Thai language rendering was fixed (thanks to Atsawin Chaowanakritsanakul).
|
476 |
+
|
477 |
+
5.9.165 (2012-06-07)
|
478 |
+
- Some HTML form related bugs were fixed.
|
479 |
+
|
480 |
+
5.9.164 (2012-06-06)
|
481 |
+
- A bug introduced on the latest release was fixed.
|
482 |
+
|
483 |
+
5.9.163 (2012-06-05)
|
484 |
+
- Method getGDgamma() was changed.
|
485 |
+
- Rendering performances of PNG images with alpha channel were improved.
|
486 |
+
|
487 |
+
5.9.162 (2012-05-11)
|
488 |
+
- A bug related to long text on TD cells was fixed.
|
489 |
+
|
490 |
+
5.9.161 (2012-05-09)
|
491 |
+
- A bug on XREF table was fixed (Bug ID: 3525051).
|
492 |
+
- Deprecated Imagick:clone was replaced.
|
493 |
+
- Method objclone() was fixed for PHP4.
|
494 |
+
|
495 |
+
5.9.160 (2012-05-03)
|
496 |
+
- A bug on tcpdf_parser.php was fixed.
|
497 |
+
|
498 |
+
5.9.159 (2012-04-30)
|
499 |
+
- Barcode classes were updated to fix PNG export Bug (ID: 3522291).
|
500 |
+
|
501 |
+
5.9.158 (2012-04-22)
|
502 |
+
- Some SVG-related bugs were fixed.
|
503 |
+
|
504 |
+
5.9.157 (2012-04-16)
|
505 |
+
- Some SVG-related bugs were fixed.
|
506 |
+
|
507 |
+
5.9.156 (2012-04-10)
|
508 |
+
- Bug item #3515885 "TOC and booklet: left and right page exchanged".
|
509 |
+
- SetAutoPageBreak(false) now works also in multicolumn mode.
|
510 |
+
|
511 |
+
5.9.155 (2012-04-02)
|
512 |
+
- Bug item #3512596 "font import problems" was fixed.
|
513 |
+
- Method addTTFfont() was modified to extract only specified Platform ID and Encoding ID (check the source code documentation).
|
514 |
+
- All fonts were updated.
|
515 |
+
- Bug item #3513867 "booklet and setHeaderTemplateAutoreset: header shifted left" was fixed.
|
516 |
+
- Bug item #3513749 "TCPDF Superscript/Subscript" was fixed.
|
517 |
+
|
518 |
+
5.9.154 (2012-03-29)
|
519 |
+
- A debug echo was removed.
|
520 |
+
|
521 |
+
5.9.153 (2012-03-28)
|
522 |
+
- A bug on font conversion was fixed.
|
523 |
+
- All fonts were updated.
|
524 |
+
- Method isCharDefined() was added to find if a character is defined on the selected font.
|
525 |
+
- Method replaceMissingChars() was added to automatically replace missing chars on selected font.
|
526 |
+
- SetFont() method was fixed.
|
527 |
+
|
528 |
+
5.9.152 (2012-03-23)
|
529 |
+
- The following overprint methods were added: setOverprint(), getOverprint().
|
530 |
+
- Signature of setAlpha() method was changed and method getAlpha() was added.
|
531 |
+
- stroke-opacity support was added on SVG.
|
532 |
+
- The following date methods were added: setDocCreationTimestamp(), setDocModificationTimestamp(), getDocCreationTimestamp(), getDocModificationTimestamp(), getFormattedDate(), getTimestamp().
|
533 |
+
- Signature of _datestring() method was changed.
|
534 |
+
- Method getFontBBox() was added.
|
535 |
+
- Method setPageBoxTypes() was aded.
|
536 |
+
|
537 |
+
5.9.151 (2012-03-22)
|
538 |
+
- Bug item #3509889 "Transform() distorts PDF" was fixed.
|
539 |
+
- Precision of real number were extended.
|
540 |
+
- ComboBox and ListBox methods were fixed.
|
541 |
+
- Bulgarian language file was added.
|
542 |
+
- addTOC() method was improved to include bookmark color and font style.
|
543 |
+
|
544 |
+
5.9.150 (2012-03-16)
|
545 |
+
- A bug related to form fields in PDF/A mode was fixed.
|
546 |
+
|
547 |
+
5.9.149 (2012-02-21)
|
548 |
+
- Bug item #3489933 "SVG Parser treats tspan like text" was fixed.
|
549 |
+
|
550 |
+
5.9.148 (2012-02-17)
|
551 |
+
- Bug item #3488600 "Multiple radiobutton sets get first set value" was fixed.
|
552 |
+
|
553 |
+
5.9.147 (2012-02-14)
|
554 |
+
- A problem with SVG gradients has been fixed.
|
555 |
+
|
556 |
+
5.9.146 (2012-02-12)
|
557 |
+
- Bug item #3486880 "$filehash undefine error" was fixed.
|
558 |
+
- The default font is now the one specified at PDF_FONT_NAME_MAIN constant.
|
559 |
+
|
560 |
+
5.9.145 (2012-01-28)
|
561 |
+
- Japanese language file was added.
|
562 |
+
- TCPDF license and README.TXT files were updated.
|
563 |
+
|
564 |
+
5.9.144 (2012-01-12)
|
565 |
+
- HTML output on barcode classes was improved.
|
566 |
+
|
567 |
+
5.9.143 (2012-01-08)
|
568 |
+
- Bug item #3471057 "setCreator() has no effect" was fixed.
|
569 |
+
|
570 |
+
5.9.142 (2011-12-23)
|
571 |
+
- Source code documentation was updated.
|
572 |
+
|
573 |
+
5.9.141 (2011-12-14)
|
574 |
+
- Some minor bugs were fixed.
|
575 |
+
|
576 |
+
5.9.140 (2011-12-13)
|
577 |
+
- SVG now supports embedded images encoded as base64.
|
578 |
+
|
579 |
+
5.9.139 (2011-12-11)
|
580 |
+
- Spot color methods were fixed.
|
581 |
+
|
582 |
+
5.9.138 (2011-12-10)
|
583 |
+
- cropMark() method was improved (check source code documentation).
|
584 |
+
- Example n. 56 was updated.
|
585 |
+
- Bug item #3452390 "Check Box still not ticked when set to true" was fixed.
|
586 |
+
|
587 |
+
5.9.137 (2011-12-01)
|
588 |
+
- Bug item #3447005 "Background color and border of Form Elements is printed" was fixed.
|
589 |
+
- Color support for Form elements was improved.
|
590 |
+
|
591 |
+
5.9.136 (2011-11-27)
|
592 |
+
- Bug item #3443387 "SetMargins with keep option does not work for top margin" was fixed.
|
593 |
+
|
594 |
+
5.9.135 (2011-11-04)
|
595 |
+
- Bug item #3433406 "Double keywords in description" was fixed.
|
596 |
+
|
597 |
+
5.9.134 (2011-10-29)
|
598 |
+
- The default value for $defcol parameter on convertHTMLColorToDec() method was fixed.
|
599 |
+
- Deafult HTTP headers were changed to avoid browser caching.
|
600 |
+
- Some deprecated syntax were replaced.
|
601 |
+
|
602 |
+
5.9.133 (2011-10-26)
|
603 |
+
- Bug item #3428446 "copyPage method not working when diskcache enabled" was fixed.
|
604 |
+
|
605 |
+
5.9.132 (2011-10-20)
|
606 |
+
- Bug item #3426167 "bug in function convertHTMLColorToDec()" was fixed.
|
607 |
+
|
608 |
+
5.9.131 (2011-10-13)
|
609 |
+
- An error message was added to ImagePngAlpha() method.
|
610 |
+
|
611 |
+
5.9.130 (2011-10-12)
|
612 |
+
- Now you can set image data strings on HTML img tag by encoding the image binary data in this way: $imgsrc = '@'.base64_encode($imgdata);
|
613 |
+
|
614 |
+
5.9.129 (2011-10-07)
|
615 |
+
- Core fonts metrics was fixed (replace all helvetica and times php files on fonts folder).
|
616 |
+
- Form fields support was improved and some problems were fixed (check the example n. 14).
|
617 |
+
- Bug item #3420249 "Issue with booklet and MultiCell" was fixed.
|
618 |
+
|
619 |
+
5.9.128 (2011-10-06)
|
620 |
+
- Method addTTFfont() was improved (check the source code documentation).
|
621 |
+
- Method setExtraXMP() to set custom XMP data was added.
|
622 |
+
|
623 |
+
5.9.127 (2011-10-04)
|
624 |
+
- Readonly mode option was activated for radiobuttons.
|
625 |
+
|
626 |
+
5.9.126 (2011-10-03)
|
627 |
+
- Bug item #3417989 "Graphics State operator in form XObject fails to render" was fixed.
|
628 |
+
- Xobjects problems with transparency, gradients and spot colors were fixed.
|
629 |
+
|
630 |
+
5.9.125 (2011-10-03)
|
631 |
+
- Support for 8-digit CMYK hexadecimal color representation was added (to be used with XHTML and SVG).
|
632 |
+
- Spot colors support was improved (check example n. 37).
|
633 |
+
- Color methods were improved.
|
634 |
+
|
635 |
+
5.9.124 (2011-10-02)
|
636 |
+
- Core fonts were updated.
|
637 |
+
|
638 |
+
5.9.123 (2011-10-02)
|
639 |
+
- The method addTTFfont() wad added to automatically convert TTF fonts (check the new fonts guide at http://www.tcpdf.org).
|
640 |
+
- Old font utils were removed.
|
641 |
+
- All fonts were updated and new arabic fonts were added (almohanad were removed and replaced by aefurat and aealarabiya).
|
642 |
+
- The file unicode_data.php was updated.
|
643 |
+
- The file encodings_maps.php was added.
|
644 |
+
- PDF/A files are now compressed to save space.
|
645 |
+
- XHTML input form fields now support text-alignment attribute.
|
646 |
+
|
647 |
+
5.9.122 (2011-09-29)
|
648 |
+
- PDF/A-1b compliance was improved to pass some online testing.
|
649 |
+
|
650 |
+
5.9.121 (2011-09-28)
|
651 |
+
- This version includes support for PDF/A-1b format (the class constructor signature was changed - see example n. 65).
|
652 |
+
- Method setSRGBmode() was added to force sRGB_IEC61966-2.1 black scaled ICC color profile for the whole document (file sRGB.icc was added).
|
653 |
+
- 14 new fonts were added to allow embedding core fonts (for PDF/A compliance).
|
654 |
+
- Font utils were fixed.
|
655 |
+
|
656 |
+
5.9.120 (2011-09-22)
|
657 |
+
- This version includes a fix for _getTrueTypeFontSubset() method.
|
658 |
+
|
659 |
+
5.9.119 (2011-09-19)
|
660 |
+
- This version includes a fix for extra page numbering on TOC.
|
661 |
+
|
662 |
+
5.9.118 (2011-09-17)
|
663 |
+
- This version includes some changes that allows you to add a bookmark for a page that do not exist.
|
664 |
+
|
665 |
+
5.9.117 (2011-09-15)
|
666 |
+
- TCPDFBarcode and TCPDF2DBarcode classes were extended to include a method for exporting barcodes as PNG images.
|
667 |
+
|
668 |
+
5.9.116 (2011-09-14)
|
669 |
+
- Datamatrix class was improved and documentation was fixed.
|
670 |
+
|
671 |
+
5.9.115 (2011-09-13)
|
672 |
+
- Datamatrix ECC200 barcode support was added (a new datamatrix.php file was added) - check example n. 50.
|
673 |
+
- getBarcodeHTML() method was added on TCPDFBarcode and TCPDF2DBarcode classes to return an HTML representation of the barcode.
|
674 |
+
- cURL options on Image() method were improved.
|
675 |
+
- A bug on write2DBarcode() was fixed.
|
676 |
+
|
677 |
+
5.9.114 (2011-09-04)
|
678 |
+
- A bug related to column position was fixed.
|
679 |
+
|
680 |
+
5.9.113 (2011-08-24)
|
681 |
+
- This release include two new experimental files for parsing an existing PDF document (the integration with TCPDF is under development).
|
682 |
+
|
683 |
+
5.9.112 (2011-08-18)
|
684 |
+
- A newline character was added after the 'trailer' keyword for compatibility with some parsers.
|
685 |
+
- Support for layers was improved.
|
686 |
+
|
687 |
+
5.9.111 (2011-08-17)
|
688 |
+
- Barcode CODE 39 default gap was restored at 1.
|
689 |
+
|
690 |
+
5.9.110 (2011-08-17)
|
691 |
+
- Barcode CODE 39 was fixed.
|
692 |
+
|
693 |
+
5.9.109 (2011-08-12)
|
694 |
+
- Method getNumLines() was fixed.
|
695 |
+
- A bug related to page break in multi-column mode was fixed.
|
696 |
+
|
697 |
+
5.9.108 (2011-08-09)
|
698 |
+
- A bug on PHP4 version was fixed.
|
699 |
+
|
700 |
+
5.9.107 (2011-08-08)
|
701 |
+
- This version includes a minor bugfix.
|
702 |
+
|
703 |
+
5.9.106 (2011-08-04)
|
704 |
+
- This version includes transparency groups: check the new parameter on startTemplate() method and example 62.
|
705 |
+
|
706 |
+
5.9.105 (2011-08-04)
|
707 |
+
- Bug item #3386153 "Check Box not ticked when set to true" was fixed.
|
708 |
+
|
709 |
+
5.9.104 (2011-08-01)
|
710 |
+
- Bug item #3383698 "imagemagick, resize and dpi" was fixed.
|
711 |
+
|
712 |
+
5.9.103 (2011-07-16)
|
713 |
+
- Alignment of XHTML lines was improved.
|
714 |
+
- Spell of the "length" word was fixed.
|
715 |
+
|
716 |
+
5.9.102 (2011-07-13)
|
717 |
+
- Methods startLayer() and endLayer() were added to support arbitrary PDF layers.
|
718 |
+
- Some improvements/fixes for images were added (thanks to Brendan Abbott).
|
719 |
+
|
720 |
+
5.9.101 (2011-07-07)
|
721 |
+
- Support for JPEG and PNG ICC Color Profiles was added.
|
722 |
+
- Method addEmptySignatureAppearance() was added to add empty signature fields (see example n. 52).
|
723 |
+
- Bug item #3354332 "Strange line spacing with reduced font-size in writeHTML" was fixed.
|
724 |
+
|
725 |
+
5.9.100 (2011-06-29)
|
726 |
+
- An SVG bug has been fixed.
|
727 |
+
|
728 |
+
5.9.099 (2011-06-27)
|
729 |
+
- Bug item #3335045 "Font freesans seems somehow corrupted in footer" was fixed.
|
730 |
+
|
731 |
+
5.9.098 (2011-06-23)
|
732 |
+
- The Named Destination feature was fixed.
|
733 |
+
|
734 |
+
5.9.097 (2011-06-23)
|
735 |
+
- The method setHtmlVSpace() now can be used also for tags: div, li, br, dt and dd.
|
736 |
+
- The Named Destination feature was added (check the example n. 15) - thanks to Christian Deligant.
|
737 |
+
|
738 |
+
5.9.096 (2011-06-19)
|
739 |
+
- Bug item #3322234 "Surrogate pairs codes in arrUTF8ToUTF16BE" was fixed.
|
740 |
+
|
741 |
+
5.9.095 (2011-06-18)
|
742 |
+
- Numbers alignment for Table-Of-Content methods was improved and fixed.
|
743 |
+
- Font subsetting was fixed to include all parts of composite fonts.
|
744 |
+
|
745 |
+
5.9.094 (2011-06-17)
|
746 |
+
- Bug item #3317898 "Page Group numbering broken in 5.9.093" was fixed.
|
747 |
+
|
748 |
+
5.9.093 (2011-06-16)
|
749 |
+
- Method setStartingPageNumber() was added to set starting page number (for automatic page numbering).
|
750 |
+
|
751 |
+
5.9.092 (2011-06-15)
|
752 |
+
- Method _putpages() was improved.
|
753 |
+
- Bug item #3316678 "Memory overflow when use Rotate and SetAutoPageBreak" was fixed.
|
754 |
+
- Right alignment of page numbers was improved.
|
755 |
+
|
756 |
+
5.9.090 (2011-06-14)
|
757 |
+
- Methods AliasNbPages() and AliasNumPage() were re-added as deprecated for backward compatibility.
|
758 |
+
|
759 |
+
5.9.089 (2011-06-13)
|
760 |
+
- Example n. 8 was updated.
|
761 |
+
- Method sendOutputData() was changed to remove default compression (it was incompatible with some server settings).
|
762 |
+
- Bugs related to page group numbers were fixed.
|
763 |
+
- Method copyPage() was fixed.
|
764 |
+
- Method Image() was improved to include support for alternative and external images.
|
765 |
+
|
766 |
+
5.9.088 (2011-06-01)
|
767 |
+
- Method getAutoPageBreak() was added (see example n. 51).
|
768 |
+
- Example n. 51 (full page background) was updated.
|
769 |
+
|
770 |
+
5.9.087 (2011-06-01)
|
771 |
+
- Method sendOutputData() was improved to include deflate encoding.
|
772 |
+
- Barcode classes on PHP 4 version were fixed.
|
773 |
+
|
774 |
+
5.9.086 (2011-05-31)
|
775 |
+
- Font files were updated (the ones on the previous release were broken).
|
776 |
+
- The script fonts/utils/makeallttffonts.php was updated and fixed.
|
777 |
+
- Output() method was improved to use compression when available.
|
778 |
+
|
779 |
+
5.9.085 (2011-05-31)
|
780 |
+
- TCPDFBarcode class (barcodes.php) now includes getBarcodeSVG() and getBarcodeSVGcode() methods to get SVG image representation of the barcode.
|
781 |
+
- TCPDF2DBarcode class (2dbarcodes.php) now includes getBarcodeSVG() and getBarcodeSVGcode() methods to get SVG image representation of the barcode.
|
782 |
+
|
783 |
+
5.9.084 (2011-05-29)
|
784 |
+
- Font files were updated.
|
785 |
+
- The file fonts/utils/makeallttffonts.php was updated.
|
786 |
+
- Bug item# 3308774 "Problems with font subsetting" was fixed.
|
787 |
+
|
788 |
+
5.9.083 (2011-05-24)
|
789 |
+
- Bug item #3308387 "line height & SetCellHeightRatio" was fixed.
|
790 |
+
|
791 |
+
5.9.082 (2011-05-22)
|
792 |
+
- Bug item #3305592 "Setting fill color <> text color breaks text clipping" was fixed.
|
793 |
+
|
794 |
+
5.9.081 (2011-05-18)
|
795 |
+
- Method resetHeaderTemplate() was added to reset the xobject template used by Header() method.
|
796 |
+
- Method setHeaderTemplateAutoreset() was added to automatically reset the xobject template used by Header() method at each page.
|
797 |
+
|
798 |
+
5.9.080 (2011-05-17)
|
799 |
+
- A problem related to file path calculation for images was fixed.
|
800 |
+
- A problem related to unsupressed getimagesize() error was fixed.
|
801 |
+
|
802 |
+
5.9.079 (2011-05-16)
|
803 |
+
- Footer() method was changed to use C128 barcode as default (instead of the previous C128B).
|
804 |
+
|
805 |
+
5.9.078 (2011-05-12)
|
806 |
+
- Bug item #3300878 "wrong rendering for html bullet list in some case" was fixed.
|
807 |
+
- Bug item #3301017 "Emphasized vs. font-weight" was fixed.
|
808 |
+
- Barcode Code 128 was improved to include AUTO mode (automatically switch between A, B and C modes).
|
809 |
+
- Examples n. 27 and 49 were updated.
|
810 |
+
|
811 |
+
5.9.077 (2011-05-07)
|
812 |
+
- Bug item #3298591 "error code93" was fixed.
|
813 |
+
- SetLineStyle() function was improved.
|
814 |
+
|
815 |
+
5.9.076 (2011-05-06)
|
816 |
+
- Bug item #3298264 "codebar 93 error" was fixed.
|
817 |
+
|
818 |
+
5.9.075 (2011-05-02)
|
819 |
+
- Table header alignment when using WriteHTMLCell() or MultiCell() was fixed.
|
820 |
+
|
821 |
+
5.9.074 (2011-04-28)
|
822 |
+
- Bug item #3294306 "CSS classes not work in <thead> table section" was fixed.
|
823 |
+
|
824 |
+
5.9.073 (2011-04-27)
|
825 |
+
- A bug related to character entities on HTML cells was fixed.
|
826 |
+
|
827 |
+
5.9.072 (2011-04-26)
|
828 |
+
- Method resetColumns() was added to remove multiple columns and reset page margins (example n. 10 was updated).
|
829 |
+
|
830 |
+
5.9.071 (2011-04-19)
|
831 |
+
- Bug #3288574 "<br/> trouble" was fixed.
|
832 |
+
|
833 |
+
5.9.069 (2011-04-19)
|
834 |
+
- Bug #3288763 "HTML-Table: non-breaking table rows: Bug" was fixed.
|
835 |
+
|
836 |
+
5.9.068 (2011-04-15)
|
837 |
+
- Bookmark, addTOC and addHTMLTOC methods were improved to include font style and color (Examples 15, 49 and 59 were updated).
|
838 |
+
- Default $_SERVER['DOCUMENT_ROOT'] value on tcpdf_config.php file was changed.
|
839 |
+
|
840 |
+
5.9.067 (2011-04-10)
|
841 |
+
- Performances were drastically improved (PDF documents are now created more quickly).
|
842 |
+
|
843 |
+
5.9.066 (2011-04-09)
|
844 |
+
- A bug related to digital signature + encryption was fixed.
|
845 |
+
- A bug related to encryption + xobject templates was fixed.
|
846 |
+
|
847 |
+
5.9.065 (2011-04-08)
|
848 |
+
- Bug item #3280512 "Text encoding iso-8859-2 crashes" was fixed.
|
849 |
+
|
850 |
+
5.9.064 (2011-04-05)
|
851 |
+
- A bug related to character entities on HTML cells was fixed.
|
852 |
+
|
853 |
+
5.9.063 (2011-04-01)
|
854 |
+
- Bug item #3267235 "WriteHTML() and image that doesn't fit on the page" was fixed.
|
855 |
+
|
856 |
+
5.9.062 (2011-03-23)
|
857 |
+
- Bug item #3232650 "Using Write if there are pageRegions active creates error" was fixed.
|
858 |
+
- Bug item #3221891 "text input borders" was fixed.
|
859 |
+
- Bug item #3228958 "Adobe Reader 9.4.2 crash" was fixed.
|
860 |
+
|
861 |
+
5.9.061 (2011-03-15)
|
862 |
+
- Bug item #3213488 "wrong function call in function Write" was fixed.
|
863 |
+
- Bug item #3203007 "list element with black background" was fixed.
|
864 |
+
|
865 |
+
5.9.060 (2011-03-08)
|
866 |
+
- addTOC() method was fixed for text alignment problems.
|
867 |
+
|
868 |
+
5.9.059 (2011-02-27)
|
869 |
+
- Default Header() method was improved to reduce document size.
|
870 |
+
|
871 |
+
5.9.058 (2011-02-25)
|
872 |
+
- Image() method was improved to cache images with transparency layers (thanks to Korneliusz Jarzębski for reporting this problem).
|
873 |
+
|
874 |
+
5.9.057 (2011-02-24)
|
875 |
+
- A problem with image caching system was fixed (thanks to Korneliusz Jarzębski for reporting this problem).
|
876 |
+
|
877 |
+
5.9.056 (2011-02-22)
|
878 |
+
- A bug on fixHTMLCode() method was fixed.
|
879 |
+
- Automatic line break for HTML was fixed.
|
880 |
+
|
881 |
+
5.9.055 (2011-02-17)
|
882 |
+
- Another bug related to HTML table page break was fixed.
|
883 |
+
|
884 |
+
5.9.054 (2011-02-16)
|
885 |
+
- A bug related to HTML table page break was fixed.
|
886 |
+
|
887 |
+
5.9.053 (2011-02-16)
|
888 |
+
- Support for HTML attribute display="none" was added.
|
889 |
+
|
890 |
+
5.9.052 (2011-02-15)
|
891 |
+
- A bug related to HTML automatic newlines was fixed.
|
892 |
+
|
893 |
+
5.9.051 (2011-02-12)
|
894 |
+
- "Commas at beginning of new lines" problem was fixed.
|
895 |
+
|
896 |
+
5.9.050 (2011-02-11)
|
897 |
+
- Bug #3177606 "SVG Bar chart error" was fixed.
|
898 |
+
|
899 |
+
5.9.049 (2011-02-03)
|
900 |
+
- Bug #3170777 "TCPDF creates a new page after a single line in writeHTML" was fixed.
|
901 |
+
|
902 |
+
5.9.048 (2011-02-02)
|
903 |
+
- No changes. Just released to override previous release that was not uploaded correctly.
|
904 |
+
|
905 |
+
5.9.047 (2011-01-28)
|
906 |
+
- Bug #3167115 "PDF error in <table> (example 48)" was fixed (was introduced in 5.8.046).
|
907 |
+
|
908 |
+
5.9.046 (2011-01-18)
|
909 |
+
- PDF view/print layers are now automatically turned off if not used (see setVisibility() method).
|
910 |
+
|
911 |
+
5.9.045 (2011-01-17)
|
912 |
+
- HTML list support were improved.
|
913 |
+
|
914 |
+
5.9.044 (2011-01-15)
|
915 |
+
- Bug #3158422 "writeHTMLCell Loop" was fixed.
|
916 |
+
- Some HTML image alignment problems were fixed.
|
917 |
+
|
918 |
+
5.9.043 (2011-01-14)
|
919 |
+
- Bug #3158178 "PHP Notice" was fixed.
|
920 |
+
- Bug #3158193 "Endless loop in writeHTML" was fixed.
|
921 |
+
- Bug #3157764 "SVG Pie chart incorrectly rendered2".
|
922 |
+
|
923 |
+
5.9.042 (2011-01-14)
|
924 |
+
- Some problems of the PHP4 version were fixed.
|
925 |
+
|
926 |
+
5.9.041 (2011-01-13)
|
927 |
+
- A problem with SVG elliptical arc path was fixed (ref. bug #3156574).
|
928 |
+
- A problem related to font weight on HTML table headers was fixed.
|
929 |
+
|
930 |
+
5.9.040 (2011-01-12)
|
931 |
+
- A bug related to empty pages after table was fixed.
|
932 |
+
|
933 |
+
5.9.039 (2011-01-12)
|
934 |
+
- Bug item #3155759 "openssl_random_pseudo_bytes() slow under Windows" was fixed.
|
935 |
+
|
936 |
+
5.9.038 (2011-01-11)
|
937 |
+
- Minor bugs were fixed.
|
938 |
+
|
939 |
+
5.9.037 (2011-01-09)
|
940 |
+
- An alignment problem for HTML texts was fixed.
|
941 |
+
|
942 |
+
5.9.036 (2011-01-07)
|
943 |
+
- A bug related to HTML tables on header was fixed.
|
944 |
+
|
945 |
+
5.9.035 (2011-01-03)
|
946 |
+
- A problem related to HTML table border alignment was fixed.
|
947 |
+
- Bug #2996366 "FastCGI and Header Problems" was fixed.
|
948 |
+
|
949 |
+
5.9.034 (2010-12-19)
|
950 |
+
- DejaVu and GNU Free fonts were updated.
|
951 |
+
|
952 |
+
5.9.033 (2010-12-18)
|
953 |
+
- Source code documetnation was improved.
|
954 |
+
|
955 |
+
5.9.032 (2010-12-18)
|
956 |
+
- Default font stretching and spacing values are now inherited by HTML methods.
|
957 |
+
|
958 |
+
5.9.031 (2010-12-16)
|
959 |
+
- Source code documentation errors were fixed.
|
960 |
+
|
961 |
+
5.9.030 (2010-12-16)
|
962 |
+
- Several source code documentation errors were fixed.
|
963 |
+
- Source code style was changed for Doxygen.
|
964 |
+
- Source code documentation was moved online to http://www.tcpdf.org
|
965 |
+
|
966 |
+
5.9.029 (2010-12-04)
|
967 |
+
- The $fitbox parameter on Image() method was extended to specify image alignment inside the box (check the example n. 9).
|
968 |
+
|
969 |
+
5.9.028 (2010-12-03)
|
970 |
+
- Font utils makefont.php and makeallttffonts.php were updated.
|
971 |
+
|
972 |
+
5.9.027 (2010-12-01)
|
973 |
+
- Spot Colors are now better integrated with HTML mode.
|
974 |
+
- Method SetDocInfoUnicode() was added to turn on/off Unicode mode for document information dictionary (meta tags) - check the example n. 19.
|
975 |
+
|
976 |
+
5.9.026 (2010-12-01)
|
977 |
+
- A problem with mixed text directions on HTML was fixed.
|
978 |
+
|
979 |
+
5.9.025 (2010-12-01)
|
980 |
+
- The AddSpotColor() now automatically fills the spotcolor array (defined on spotcolors.php file).
|
981 |
+
|
982 |
+
5.9.024 (2010-11-30)
|
983 |
+
- Bug item #3123612 "SVG not use gradientTransform in percentage mode" was fixed.
|
984 |
+
|
985 |
+
5.9.023 (2010-11-25)
|
986 |
+
- A potential bug on SVG transcoder was fixed.
|
987 |
+
|
988 |
+
5.9.022 (2010-11-21)
|
989 |
+
- Method ImageEPS includes support for EPS/AI Spot colors.
|
990 |
+
- Method ImageEPS includes a new parameter $fixoutvals to remove values outside the bounding box.
|
991 |
+
|
992 |
+
5.9.021 (2010-11-20)
|
993 |
+
- Support for custom bullet points images was added (check the example n.6)
|
994 |
+
- Examples n. 6 and 61 were update (check the comments inside).
|
995 |
+
|
996 |
+
5.9.020 (2010-11-19)
|
997 |
+
- A problem related to additional page when using multicolumn mode was fixed.
|
998 |
+
|
999 |
+
5.9.019 (2010-11-19)
|
1000 |
+
- An SVG bug was fixed.
|
1001 |
+
- ImageSVG() and ImageEPS() methods now accepts image data streams (put the string on the $file parameter preceded by '@' character).
|
1002 |
+
- Option 'E' was added to the $dest parameter of Output() method to return the document as base64 mime multi-part email attachment (RFC 2045).
|
1003 |
+
|
1004 |
+
5.9.018 (2010-11-19)
|
1005 |
+
- An SVG bug was fixed.
|
1006 |
+
|
1007 |
+
5.9.017 (2010-11-16)
|
1008 |
+
- Tagline color was set to transparent.
|
1009 |
+
- The method fixHTMLCode() was added to automatically clean up HTML code (requires HTML Tidy).
|
1010 |
+
|
1011 |
+
5.9.016 (2010-11-16)
|
1012 |
+
- Bug item #3109705 "list item page break hanging bullet" was fixed.
|
1013 |
+
|
1014 |
+
5.9.015 (2010-11-16)
|
1015 |
+
- Bug item affecting QRCode was fixed.
|
1016 |
+
- Some bugs affecting HTML lists were fixed.
|
1017 |
+
- ImageSVG() and fitBlock() methods were improved to handle some SVG problems.
|
1018 |
+
- Some problems with PHP4 compatibility were fixed.
|
1019 |
+
|
1020 |
+
5.9.014 (2010-11-15)
|
1021 |
+
- Bug item #3109464 "QRCode error" was fixed.
|
1022 |
+
|
1023 |
+
5.9.013 (2010-11-15)
|
1024 |
+
- Bug item #3109257 "Problem with interlaced GIFs and PNGs" was fixed.
|
1025 |
+
- Image function now accepts image data streams (check example n. 9).
|
1026 |
+
|
1027 |
+
5.9.012 (2010-11-12)
|
1028 |
+
- Method getTCPDFVersion() was added.
|
1029 |
+
- PDF_PRODUCER constant was removed.
|
1030 |
+
- Method convertHTMLColorToDec() was improved.
|
1031 |
+
- HTML colors now support spot color names defined on the new spotcolors.php file.
|
1032 |
+
- The default method Header() was improved to support SVG and EPS/AI images.
|
1033 |
+
- A bug on SVG importer was fixed.
|
1034 |
+
|
1035 |
+
5.9.011 (2010-11-02)
|
1036 |
+
- Bug item #3101486 "Bug Fix for image loading" was fixed.
|
1037 |
+
|
1038 |
+
5.9.010 (2010-10-27)
|
1039 |
+
- Support for CSS properties 'border-spacing' and 'padding' for tables were added.
|
1040 |
+
- Several language files were added.
|
1041 |
+
|
1042 |
+
5.9.009 (2010-10-21)
|
1043 |
+
- HTML text alignment was improved to include the case of RTL text on LTR direction and LTR text on RTL direction.
|
1044 |
+
|
1045 |
+
5.9.008 (2010-10-21)
|
1046 |
+
- Bug item #3091502 "Bookmark oddity" was fixed.
|
1047 |
+
- HTML internal links now accepts page number and Y position.
|
1048 |
+
- The method write1DBarcode() was improved to accept separate horizontal and vertical padding (see example n. 27).
|
1049 |
+
|
1050 |
+
5.9.007 (2010-10-20)
|
1051 |
+
- Method adjustCellPadding() was fixed to handle bad input.
|
1052 |
+
|
1053 |
+
5.9.006 (2010-10-19)
|
1054 |
+
- Support for AES 256 bit encryption was added (see example n. 16).
|
1055 |
+
- Method getNumLines() was fixed for the empty string case.
|
1056 |
+
|
1057 |
+
5.9.005 (2010-10-18)
|
1058 |
+
- Method addPageRegion() was changed to accept regions starting exactly from the top of the page.
|
1059 |
+
|
1060 |
+
5.9.004 (2010-10-18)
|
1061 |
+
- A bug related to annotations was fixed.
|
1062 |
+
- The file unicode_data.php was canged to encapsulate all data in a class.
|
1063 |
+
- The file htmlcolors.php was changed to remove the global variable.
|
1064 |
+
|
1065 |
+
5.9.003 (2010-10-15)
|
1066 |
+
- Support for no-write page regions was added. Check the example n. 64 and new methods setPageRegions(), addPageRegion(), getPageRegions(), removePageRegion().
|
1067 |
+
- A bug on Right-To-Left alignment was fixed.
|
1068 |
+
|
1069 |
+
5.9.002 (2010-10-08)
|
1070 |
+
- Cell method was improved to preserve the font stretching and spacing values when using the $stretch parameter (see example n. 4).
|
1071 |
+
|
1072 |
+
5.9.001 (2010-10-07)
|
1073 |
+
- The problem of blank page for nobr table higher than a single page was fixed.
|
1074 |
+
|
1075 |
+
5.9.000 (2010-10-06)
|
1076 |
+
- Support for text stretching and spacing (tracking) was added, see example n. 63 and methods setFontStretching(), getFontStretching(), setFontSpacing(), getFontSpacing().
|
1077 |
+
- Support for CSS properties 'font-stretch' and 'letter-spacing' was added (see example n. 63).
|
1078 |
+
- The cMargin state was replaced by cell_padding array that can be set/get using setCellPadding() and getCellPadding() methods.
|
1079 |
+
- Methods getCellPaddings() and setCellPaddings() were added to fine tune cell paddings (see example n. 5).
|
1080 |
+
- Methods getCellMargins() and setCellMargins() were added to fine tune cell margins (see example n. 5).
|
1081 |
+
- Method write1DBarcode() was improved to permit custom labels (see example n. 27).
|
1082 |
+
- Method ImagePngAlpha() now includes support for ImageMagick to improve performances.
|
1083 |
+
- XObject Template support was extended to support Multicell(), writeHTML() and writeHTMLCell() methods.
|
1084 |
+
- The signature of getNumLines() and getStringHeight() methods is changed.
|
1085 |
+
- Example n. 57 was updated.
|
1086 |
+
|
1087 |
+
// -------------------------------------------------------------------
|
1088 |
+
|
1089 |
+
5.8.034 (2010-09-27)
|
1090 |
+
- A bug related to SetFont on XObject templates was fixed.
|
1091 |
+
|
1092 |
+
5.8.033 (2010-09-25)
|
1093 |
+
- A problem with Footer() and multiple columns was fixed.
|
1094 |
+
|
1095 |
+
5.8.032 (2010-09-22)
|
1096 |
+
- Bug #3073165 "Issues with changes to addHTMLVertSpace()" was fixed.
|
1097 |
+
|
1098 |
+
5.8.031 (2010-09-20)
|
1099 |
+
- Bug #3071961 "Spaces in HTML" was fixed.
|
1100 |
+
|
1101 |
+
5.8.030 (2010-09-17)
|
1102 |
+
- SVG support was improved and some bugs were fixed.
|
1103 |
+
|
1104 |
+
5.8.029 (2010-09-16)
|
1105 |
+
- A problem with HTML borders was fixed.
|
1106 |
+
|
1107 |
+
5.8.028 (2010-09-13)
|
1108 |
+
- Bug #3065224 "mcrypt_create_iv error on TCPDF 5.8.027 on PHP 5.3.2" was fixed.
|
1109 |
+
|
1110 |
+
5.8.027 (2010-09-13)
|
1111 |
+
- Bug #3065118 "mcrypt_decrypt error on TCPDF 5.8.026 on PHP 5.3.2" was fixed.
|
1112 |
+
|
1113 |
+
5.8.026 (2010-09-13)
|
1114 |
+
- A bug on addHTMLTOC() method was fixed. Note: be sure that the #TOC_PAGE_NUMBER# template has enough width to be printed correctly.
|
1115 |
+
|
1116 |
+
5.8.025 (2010-09-09)
|
1117 |
+
- Bug #3062692 "Textarea inside a table" was fixed.
|
1118 |
+
|
1119 |
+
5.8.024 (2010-09-08)
|
1120 |
+
- Bug #3062005 "Undefined variable: ann_obj_id" was fixed.
|
1121 |
+
|
1122 |
+
5.8.023 (2010-08-31)
|
1123 |
+
- Forms bug added on version 5.8.019 was fixed.
|
1124 |
+
|
1125 |
+
5.8.022 (2010-08-31)
|
1126 |
+
- Bug #3056632 "SVG rendered vertically flipped" was fixed.
|
1127 |
+
|
1128 |
+
5.8.021 (2010-08-30)
|
1129 |
+
- A new CID-0 'chinese' font was added for traditional Chinese.
|
1130 |
+
- Bug #3054287 'Inner tags are ignored due to "align" attribute' was fixed.
|
1131 |
+
|
1132 |
+
5.8.020 (2010-08-26)
|
1133 |
+
- CSS "catch-all" class selector is now supported.
|
1134 |
+
|
1135 |
+
5.8.019 (2010-08-26)
|
1136 |
+
- XObject Templates now includes support for links and annotations.
|
1137 |
+
- A problem related to link alignment on cell was fixed.
|
1138 |
+
- A problem related to SVG styles was fixed.
|
1139 |
+
|
1140 |
+
5.8.018 (2010-08-25)
|
1141 |
+
- Method getNumberOfColumns() was added.
|
1142 |
+
- A problem related to table header was fixed.
|
1143 |
+
- Method getSVGTransformMatrix() was fixed to apply SVG transformations in the correct order.
|
1144 |
+
- SVG support was improved and several bugs were fixed.
|
1145 |
+
|
1146 |
+
5.8.017 (2010-08-25)
|
1147 |
+
- This version includes support for XObject Templates (see the new example n. 62).
|
1148 |
+
- Methods starttemplate(), endTemplate() and printTemplate() were added (see the new example n. 62).
|
1149 |
+
|
1150 |
+
5.8.016 (2010-08-24)
|
1151 |
+
- Alignment problem on write2DBarcode was fixed.
|
1152 |
+
|
1153 |
+
5.8.015 (2010-08-24)
|
1154 |
+
- A problem arised with the latest bugfix was fixed.
|
1155 |
+
|
1156 |
+
5.8.014 (2010-08-23)
|
1157 |
+
- Method _getxobjectdict() was added for better compatibility with external extensions.
|
1158 |
+
- A bug related to radiobuttons was fixed.
|
1159 |
+
- Bug #3051509 "new line after punctuation marks" was fixed (partially).
|
1160 |
+
|
1161 |
+
5.8.013 (2010-08-23)
|
1162 |
+
- SVG support for 'direction' property was added.
|
1163 |
+
- A problem on default width calculation for linear barcodes was fixed.
|
1164 |
+
- New option was added to write1DBarcode() method to improve alignments (see example n. 27).
|
1165 |
+
- Bug #3050896 "Nested HTML tables: styles are not applied" was fixed.
|
1166 |
+
- Method _putresourcedict() was improved to include external XObject templates.
|
1167 |
+
|
1168 |
+
5.8.012 (2010-08-22)
|
1169 |
+
- Support for SVG 'text-anchor' property was added.
|
1170 |
+
|
1171 |
+
5.8.011 (2010-08-21)
|
1172 |
+
- Method write1DBarcode() was improved to be backward compatible (check the new example n. 27).
|
1173 |
+
- Support for CSS width and height properties on images were added.
|
1174 |
+
|
1175 |
+
5.8.010 (2010-08-20)
|
1176 |
+
- Documentation of unhtmlentities() was fixed.
|
1177 |
+
- The 'fitwidth' option was added and border color problem was fixed on write1DBarcode() method (check the example n. 27).
|
1178 |
+
|
1179 |
+
5.8.009 (2010-08-20)
|
1180 |
+
- Internal object numbering was improved.
|
1181 |
+
- Some errors in object encryption were fixed.
|
1182 |
+
|
1183 |
+
5.8.008 (2010-08-19)
|
1184 |
+
- Method write1DBarcode() was changed, check the example n. 27.
|
1185 |
+
- Method Footer() was changed to account for barcode changes.
|
1186 |
+
- Automatic calculation of K_PATH_URL constant was fixed on configuration file.
|
1187 |
+
- Method setEqualColumns() was fixed for $width=0 case.
|
1188 |
+
- Method AddTOC() was fixed for multipage and multicolumn modes.
|
1189 |
+
- Better support for SVG "font-family" property.
|
1190 |
+
- A problem on default Page Zoom mode was fixed.
|
1191 |
+
- Several Annotation bugs were fixed.
|
1192 |
+
|
1193 |
+
5.8.007 (2010-08-18)
|
1194 |
+
- A bug affecting HTML tables was fixed.
|
1195 |
+
- Bug #3047500 "SVG not rendering paths properly" was fixed.
|
1196 |
+
|
1197 |
+
5.8.006 (2010-08-17)
|
1198 |
+
- A bug affecting HTML table nesting was fixed.
|
1199 |
+
|
1200 |
+
5.8.005 (2010-08-17)
|
1201 |
+
- A bug affecting the HTML 'select' tag in certain conditions was fixed.
|
1202 |
+
|
1203 |
+
5.8.004 (2010-08-17)
|
1204 |
+
- Better support for HTML "font-family" property.
|
1205 |
+
- A bug related to HTML multicolumn was fixed.
|
1206 |
+
|
1207 |
+
5.8.003 (2010-08-16)
|
1208 |
+
- Better support for HTML "font-family" property.
|
1209 |
+
|
1210 |
+
5.8.002 (2010-08-14)
|
1211 |
+
- HTML alignments were improved
|
1212 |
+
- IMPORTANT: Default regular expression to find spaces has been changed to exclude the non-breaking-space (160 DEC- A0 HEX). If you are using setSpacesRE() method, please read the new documentation.
|
1213 |
+
- Example n. 1 was updated.
|
1214 |
+
|
1215 |
+
5.8.001 (2010-08-12)
|
1216 |
+
- Bug #3043650 "subsetchars incorrectly cached" was fixed.
|
1217 |
+
|
1218 |
+
5.8.000 (2010-08-11)
|
1219 |
+
- A control to avoid bookmarking page 0 was added.
|
1220 |
+
- addTOC() method now includes support for multicolumn mode.
|
1221 |
+
- Support for tables in multicolumn mode was improved.
|
1222 |
+
- Example n.10 was updated.
|
1223 |
+
- All trimming functions were replaced with stringLeftTrim(), stringRightTrim() and stringTrim().
|
1224 |
+
- HTML alignments were improved.
|
1225 |
+
|
1226 |
+
------------------------------------------------------------
|
1227 |
+
|
1228 |
+
5.7.003 (2010-08-08)
|
1229 |
+
- Bug #3041263 "php source ending is bad" was fixed (all PHP files were updated, including fonts).
|
1230 |
+
|
1231 |
+
5.7.002 (2010-08-06)
|
1232 |
+
- Methods copyPage(), movePage() and deletePage() were changed to account for internal markings.
|
1233 |
+
|
1234 |
+
5.7.001 (2010-08-05)
|
1235 |
+
- Bug #3040105 "Broken PDF when using TOC (example 45)" was fixed.
|
1236 |
+
|
1237 |
+
5.7.000 (2010-08-03)
|
1238 |
+
- CSS borders are now supported for HTML tables and other block tags (see example n. 61);
|
1239 |
+
- Cell borders were improved (see example n. 57);
|
1240 |
+
- Minor bugs were fixed.
|
1241 |
+
|
1242 |
+
------------------------------------------------------------
|
1243 |
+
|
1244 |
+
5.6.000 (2010-07-31)
|
1245 |
+
- A bug with object IDs was fixes.
|
1246 |
+
- Performances were improved.
|
1247 |
+
|
1248 |
+
------------------------------------------------------------
|
1249 |
+
|
1250 |
+
5.5.015 (2010-07-29)
|
1251 |
+
- Automatic fix for unclosed self-closing tag.
|
1252 |
+
- Support for deprecated 's' and 'strike' tags was added.
|
1253 |
+
- Empty list items problem was fixed.
|
1254 |
+
|
1255 |
+
5.5.014 (2010-07-15)
|
1256 |
+
- Support for external images was improved.
|
1257 |
+
|
1258 |
+
5.5.013 (2010-07-14)
|
1259 |
+
- Bug #3029338 "FI and FO output destination filename bug" was fixed (previous fix was wrong).
|
1260 |
+
|
1261 |
+
5.5.012 (2010-07-14)
|
1262 |
+
- Bug #3029310 "Font baseline inconsistencies with line-height and font-size" was fixed.
|
1263 |
+
- Bug #3029338 "FI and FO output destination filename bug" was fixed.
|
1264 |
+
|
1265 |
+
5.5.011 (2010-07-09)
|
1266 |
+
- Support for multiple CSS classes was added.
|
1267 |
+
- The method getColumn() was added to return the current column number.
|
1268 |
+
- Some regular Expressions were fixed to be more compatible with UTF-8.
|
1269 |
+
|
1270 |
+
5.5.010 (2010-07-06)
|
1271 |
+
- Bug item #3025772 "Borders in all image functions are still flawed" was fixed.
|
1272 |
+
|
1273 |
+
5.5.009 (2010-07-05)
|
1274 |
+
- A problem related to last page footer was fixed.
|
1275 |
+
- Image alignments and fit-on-page features were improved.
|
1276 |
+
|
1277 |
+
5.5.008 (2010-07-02)
|
1278 |
+
- A problem on table header alignment in booklet mode was fixed.
|
1279 |
+
- Default graphic vars are now applied for setHeader();
|
1280 |
+
|
1281 |
+
5.5.007 (2010-07-02)
|
1282 |
+
- Attribute "readonly" was added to input and textarea form fields.
|
1283 |
+
- Vertical alignment feature was added on MultiCell() method only for simple text mode (see example n. 5).
|
1284 |
+
- Text-Fit feature was added on MultiCell() method only for simple text mode (see example n. 5).
|
1285 |
+
|
1286 |
+
5.5.006 (2010-06-29)
|
1287 |
+
- getStringHeight() and getNumLines() methods were fixed.
|
1288 |
+
|
1289 |
+
5.5.005 (2010-06-28)
|
1290 |
+
- Bug #3022170 "getFontDescent() does not return correct descent value" was fixed.
|
1291 |
+
- Some problems with multicolumn mode were fixed.
|
1292 |
+
|
1293 |
+
5.5.004 (2010-06-27)
|
1294 |
+
- Bug #3021803 "SVG Border" was fixed.
|
1295 |
+
|
1296 |
+
5.5.003 (2010-06-26)
|
1297 |
+
- On Write() method, blank lines at the beginning of a page or column are now automatically removed.
|
1298 |
+
|
1299 |
+
5.5.002 (2010-06-24)
|
1300 |
+
- ToUnicode Identity-H name was replaced with a full CMap (to avoid preflight syntax error).
|
1301 |
+
- Bug #3020638 "str_split() not available in php4" was fixed.
|
1302 |
+
- Bug #3020665 "file_get_contents() too many parameters for php4" was fixed.
|
1303 |
+
|
1304 |
+
5.5.001 (2010-06-23)
|
1305 |
+
- A problem on image streams was fixed.
|
1306 |
+
|
1307 |
+
5.5.000 (2010-06-22)
|
1308 |
+
- Several PDF syntax errors (and related bugs) were fixed.
|
1309 |
+
- Bug #3019090 "/Length values are wrong if AES encryption is used" was fixed.
|
1310 |
+
|
1311 |
+
------------------------------------------------------------
|
1312 |
+
|
1313 |
+
5.4.003 (2010-06-19)
|
1314 |
+
- A problem related to page boxes was fixed.
|
1315 |
+
- Bug #3016920 "Font subsetting issues when editing pdf" was partially fixed (Note that flattening transparency layers is currently incompatible with TrueTypeUnicode fonts).
|
1316 |
+
|
1317 |
+
5.4.002 (2010-06-18)
|
1318 |
+
- A problem related with setProtection() method was fixed.
|
1319 |
+
|
1320 |
+
5.4.001 (2010-06-18)
|
1321 |
+
- A problem related with setProtection() method was fixed.
|
1322 |
+
|
1323 |
+
5.4.000 (2010-06-18)
|
1324 |
+
- The method setSignatureAppearance() was added, check the example n. 52.
|
1325 |
+
- Several problems related to font subsetting were fixed.
|
1326 |
+
|
1327 |
+
------------------------------------------------------------
|
1328 |
+
|
1329 |
+
5.3.010 (2010-06-15)
|
1330 |
+
- Previous release was corrupted.
|
1331 |
+
|
1332 |
+
5.3.009 (2010-06-15)
|
1333 |
+
- Bug #3015934 "Bullets don't display correctly" was fixed.
|
1334 |
+
|
1335 |
+
5.3.008 (2010-06-13)
|
1336 |
+
- This version fixes some problems of SVG rasterization.
|
1337 |
+
|
1338 |
+
5.3.007 (2010-06-13)
|
1339 |
+
- This version improves SVG support.
|
1340 |
+
|
1341 |
+
5.3.006 (2010-06-10)
|
1342 |
+
- This version includes a change in uniqid calls for backward compatibility with PHP4.
|
1343 |
+
|
1344 |
+
5.3.005 (2010-06-09)
|
1345 |
+
- The method getPageSizeFromFormat() was changed to include all standard page formats (includes 281 page formats + variation).
|
1346 |
+
|
1347 |
+
5.3.004 (2010-06-08)
|
1348 |
+
- Bug #3013291 "HTML table cell width" was fixed.
|
1349 |
+
- Bug #3013294 "HTML table cell alignment" was fixed.
|
1350 |
+
- The columns widths of HTML tables are now inherited from the first row.
|
1351 |
+
|
1352 |
+
5.3.003 (2010-06-08)
|
1353 |
+
- Bug #3013102 "HTML table header misaligned after page break" was fixed.
|
1354 |
+
|
1355 |
+
5.3.002 (2010-06-07)
|
1356 |
+
- The methods setFontSubsetting() and setFontSubsetting() were added to control the default font subsetting mode (see example n. 1).
|
1357 |
+
- Bug #3012596 "Whitespace should not appeared after use Thai top characters" was fixed.
|
1358 |
+
- Examples n. 1, 14, and 54 were updated.
|
1359 |
+
|
1360 |
+
5.3.001 (2010-06-06)
|
1361 |
+
- Barcode PDF417 was improved to support Macro Code Blocks (see example n. 50).
|
1362 |
+
|
1363 |
+
5.3.000 (2010-06-05)
|
1364 |
+
- License was changed to GNU-LGPLv3 (see the updated LICENSE.TXT file).
|
1365 |
+
- PDF417 barcode support was added (check the example n. 50).
|
1366 |
+
- The method write2DBarcode() was improved (some parameters were added and other changed - check example n. 50).
|
1367 |
+
|
1368 |
+
------------------------------------------------------------
|
1369 |
+
|
1370 |
+
5.2.000 (2010-06-02)
|
1371 |
+
- IMPORTANT: Support for font subsetting was added by default to reduce the size of documents using large unicode font files.
|
1372 |
+
If you embed the whole font in the PDF, the person on the other end can make changes to it even if he didn't have your font.
|
1373 |
+
If you subset the font, file size of the PDF will be smaller but the person who receives your PDF would need to have your same font in order to make changes to your PDF.
|
1374 |
+
- The signature of the SetFont() and AddFont() methods were changed to include the font subsetting option (subsetting is applied by default).
|
1375 |
+
- Examples 14 and 54 were updated.
|
1376 |
+
|
1377 |
+
------------------------------------------------------------
|
1378 |
+
|
1379 |
+
5.1.002 (2010-05-27)
|
1380 |
+
- Bug #3007818 "SetAutoPageBreak fails with MultiCell" was fixed.
|
1381 |
+
- A bug related to MultiCell() minimun height was fixed.
|
1382 |
+
|
1383 |
+
5.1.001 (2010-05-26)
|
1384 |
+
- The problem of blank page after table was fixed.
|
1385 |
+
|
1386 |
+
5.1.000 (2010-05-25)
|
1387 |
+
- This version includes support for CSS (Cascading Style Sheets) (see example n. 61).
|
1388 |
+
- The convertHTMLColorToDec() method was improved.
|
1389 |
+
|
1390 |
+
------------------------------------------------------------
|
1391 |
+
|
1392 |
+
5.0.014 (2010-05-21)
|
1393 |
+
- A problem on color and style of HTML links was fixed.
|
1394 |
+
- A bug relative to gradients was fixed.
|
1395 |
+
- The getStringHeight() method was added and getNumLines() method was improved.
|
1396 |
+
- All examples were updated.
|
1397 |
+
|
1398 |
+
5.0.013 (2010-05-19)
|
1399 |
+
- A bug related to page-breaks and table cells was fixed.
|
1400 |
+
|
1401 |
+
5.0.012 (2010-05-19)
|
1402 |
+
- Page orientation bug was fixed.
|
1403 |
+
- The access to method setPageFormat() was changed to 'protected' because it is not intended to be directly called.
|
1404 |
+
|
1405 |
+
5.0.011 (2010-05-19)
|
1406 |
+
- Page orientation bug was fixed.
|
1407 |
+
- Bug #3003966 "Multiple columns and nested lists" was fixed.
|
1408 |
+
|
1409 |
+
5.0.010 (2010-05-17)
|
1410 |
+
- The methods setPageFormat(), setPageOrientation() and related methods were extended to include page boxes, page rotations and page transitions.
|
1411 |
+
- The method setPageBoxes() was added to set page boundaries (MediaBox, CropBox, BleedBox, TrimBox, ArtBox);
|
1412 |
+
- A bug relative to underline, overline and linethrough was fixed.
|
1413 |
+
|
1414 |
+
5.0.009 (2010-05-16)
|
1415 |
+
- Bug #3002381 "Multiple columns and nested lists" was fixed.
|
1416 |
+
|
1417 |
+
5.0.008 (2010-05-15)
|
1418 |
+
- Bug "Columns WriteHTML and Justification" was fixed.
|
1419 |
+
|
1420 |
+
5.0.007 (2010-05-14)
|
1421 |
+
- Bug #3001347 "Bug when using WriteHTML with setEqualColumns()" was fixed.
|
1422 |
+
- Bug #3001505 "problem with sup and sub tags at the beginning of a line" was fixed.
|
1423 |
+
|
1424 |
+
5.0.006 (2010-05-13)
|
1425 |
+
- Length of hr tag was fixed.
|
1426 |
+
- An error on 2d barcode method was fixed.
|
1427 |
+
|
1428 |
+
5.0.005 (2010-05-12)
|
1429 |
+
- WARNING: The logic of permissions on the SetProtection() method has been inverted and extended (see example 16). Now you have to specify the features you want to block.
|
1430 |
+
- SetProtection() method was extended to support RSA and AES 128 encryption and public-keys (see example 16).
|
1431 |
+
- Bug #2999489 "setEqualColumns() and TOC uses wrong columns" was fixed (see the example 10).
|
1432 |
+
|
1433 |
+
5.0.004 (2010-05-10)
|
1434 |
+
- HTML line alignment when using sub and sup tags was fixed.
|
1435 |
+
|
1436 |
+
5.0.003 (2010-05-07)
|
1437 |
+
- Horizontal alignment was fixed for images and barcodes. Now the X coordinate is always relative to the left margin. Use GetAbsX() instead of GetX() to get the X relative to left margin.
|
1438 |
+
- Header() method was changed to account for new image alignment rules.
|
1439 |
+
|
1440 |
+
5.0.002 (2010-05-06)
|
1441 |
+
- Bookmark() and related methods were fixed to accept HTML code.
|
1442 |
+
- A problem on HTML links was fixed.
|
1443 |
+
|
1444 |
+
5.0.001 (2010-05-06)
|
1445 |
+
- Protected method _putstream was re-added for backward compatibility.
|
1446 |
+
- The following method were added to display HTML Table Of Content (see example n. 59):
|
1447 |
+
addTOCPage(), endTOCPage(), addHTMLTOC().
|
1448 |
+
|
1449 |
+
5.0.000 (2010-05-05)
|
1450 |
+
- Method ImageSVG() was added to embedd SVG images (see example n. 58). Note that not all SVG images are supported.
|
1451 |
+
- Method setRasterizeVectorImages() was added to enable/disable rasterization for vector images via ImageMagick library.
|
1452 |
+
- Method RoundedRectXY() was added.
|
1453 |
+
- Method PieSectorXY() was added.
|
1454 |
+
- Gradient() method is now public and support new features.
|
1455 |
+
- Shading to transparency is now supported.
|
1456 |
+
- Image alignments were fixed.
|
1457 |
+
- Support for dynamic images were improved.
|
1458 |
+
- PDF_IMAGE_SCALE_RATIO has been changed to 1.25 for better compatibility with SVG.
|
1459 |
+
- RAW and RAW2 modes were added to 2D Barcodes (see example n. 50).
|
1460 |
+
- Automatic padding feature was added on barcodes (see examples n. 27 and 50).
|
1461 |
+
- Bug #2995003 "Reproduced thead bug" was fixed.
|
1462 |
+
- The Output() method now accepts FI and FD destinations to save the document on server before sending it to the client.
|
1463 |
+
- Ellipse() method was improved and fixed (see page 2 of example n. 12).
|
1464 |
+
|
1465 |
+
------------------------------------------------------------
|
1466 |
+
|
1467 |
+
4.9.018 (2010-04-21)
|
1468 |
+
- Bug item #2990356 "Current font size not respected with more than two HTML <p>" was fixed.
|
1469 |
+
|
1470 |
+
4.9.017 (2010-04-21)
|
1471 |
+
- Bug item #2990224 "Different behaviour for equivalent HTML strings" was fixed.
|
1472 |
+
- Bug item #2990314 "Dash is not appearing with SHY character" was fixed.
|
1473 |
+
|
1474 |
+
4.9.016 (2010-04-20)
|
1475 |
+
- An error on htmlcolors.php was fixed.
|
1476 |
+
- getImageFileType() method was improved.
|
1477 |
+
- GIF images with transparency are now better supported.
|
1478 |
+
- Automatic page orientation was improved.
|
1479 |
+
|
1480 |
+
4.9.015 (2010-04-20)
|
1481 |
+
- A new method copyPage() was added to clone pages (see example n. 44).
|
1482 |
+
- Support for text overline was added.
|
1483 |
+
- Underline and linethrough methods were fixed.
|
1484 |
+
- Bug #2989058 "SHY character causes unnecessary word-wrapping" was fixed.
|
1485 |
+
|
1486 |
+
4.9.014 (2010-04-18)
|
1487 |
+
- Bug item #2988845 was fixed.
|
1488 |
+
|
1489 |
+
4.9.013 (2010-04-15)
|
1490 |
+
- Image() and ImageEPS() methods were fixed and improved; $fitonpage parameter was added.
|
1491 |
+
|
1492 |
+
4.9.012 (2010-04-12)
|
1493 |
+
- The hyphenateText() method was added to automatically hyphenate text (see example n. 46).
|
1494 |
+
|
1495 |
+
4.9.011 (2010-04-07)
|
1496 |
+
- Vertical alignments for Cell() method were improved (see example n. 57).
|
1497 |
+
|
1498 |
+
4.9.010 (2010-04-06)
|
1499 |
+
- Signature of Cell() method now includes new parameters for vertical alignment (see example n. 57).
|
1500 |
+
- Text() method was extended to include all Cell() parameters.
|
1501 |
+
- HTML line alignment procedure was changed to fix some bugs.
|
1502 |
+
|
1503 |
+
4.9.009 (2010-04-05)
|
1504 |
+
- Text() method was fixed for backward compatibility.
|
1505 |
+
|
1506 |
+
4.9.008 (2010-04-03)
|
1507 |
+
- Additional line space after table header was removed.
|
1508 |
+
- Support for HTML lists in multicolumn mode was added.
|
1509 |
+
- The method setTextRenderingMode() was added to set text rendering modes (see the example n. 26).
|
1510 |
+
- The following HTML attributes were added to set text rendering modes (see the example n. 26): stroke, strokecolor, fill.
|
1511 |
+
|
1512 |
+
4.9.007 (2010-04-03)
|
1513 |
+
- Font Descent computation was fixed (patch #2981441).
|
1514 |
+
|
1515 |
+
4.9.006 (2010-04-02)
|
1516 |
+
- The constant K_TCPDF_CALLS_IN_HTML was added on configuration file to enable/disable the ability to call TCPDF methods in HTML.
|
1517 |
+
- The usage of tcpdf tag in HTML mode was changed to remove the possible security flaw offered by the eval() function (thanks to Matthias Hecker for spotting this security problem). See the new example n. 49 for further information.
|
1518 |
+
|
1519 |
+
4.9.005 (2010-04-01)
|
1520 |
+
- Bug# 2980354 "Wrong File attachment description with security" was fixed.
|
1521 |
+
- Several problems with HTML line alignment were fixed.
|
1522 |
+
- The constant K_THAI_TOPCHAR was added on configuration file to enable/disable the special procedure used to avoid the overlappind of symbols on Thai language.
|
1523 |
+
- A problem with font name directory was fixed.
|
1524 |
+
- A bug on _destroy() method was fixed.
|
1525 |
+
|
1526 |
+
4.9.004 (2010-03-31)
|
1527 |
+
- Patch #979681 "GetCharWidth - default character width" was applied (bugfix).
|
1528 |
+
|
1529 |
+
4.9.003 (2010-03-30)
|
1530 |
+
- Problem of first <br /> on multiple columns was fixed.
|
1531 |
+
- HTML line alignment was fixed.
|
1532 |
+
- A QR-code bug was fixed.
|
1533 |
+
|
1534 |
+
4.9.002 (2010-03-29)
|
1535 |
+
- Patch #2978349 "$ignore_min_height is ignored in function Cell()" was applied.
|
1536 |
+
- Bug #2978607 "2D Barcodes are wrong" was fixed.
|
1537 |
+
- A problem with HTML block tags was fixed.
|
1538 |
+
- Artificial italic for CID-0 fonts was added.
|
1539 |
+
- Several multicolumn bugs were fixed.
|
1540 |
+
- Support for HTML tables on multicolumn was added.
|
1541 |
+
|
1542 |
+
4.9.001 (2010-03-28)
|
1543 |
+
- QR Code minor bug was fixed.
|
1544 |
+
- Multicolumn mode was added (see the new example n. 10).
|
1545 |
+
- The following methods were added: setEqualColumns(), setColumnsArray(), selectColumn().
|
1546 |
+
- Thai diacritics support were changed (note that this is incompatible with html justification).
|
1547 |
+
|
1548 |
+
4.9.000 (2010-03-27)
|
1549 |
+
- QR Code (2D barcode) support was added (see example n. 50).
|
1550 |
+
- The following methods were added to print crop and registration marks (see example n. 56): colorRegistrationBar(), cropMark(), registrationMark().
|
1551 |
+
- Limited support for CSS line-height property was added.
|
1552 |
+
- Gradient method now supports Gray, RGB and CMYK space color.
|
1553 |
+
- Example n. 51 was updated.
|
1554 |
+
- Vertical alignment of font inside cell was fixed.
|
1555 |
+
- Support for multiple Thai diacritics was added.
|
1556 |
+
- Bug item #2974929 "Duplicate case values" was fixed.
|
1557 |
+
- Bug item #2976729 "File attachment not working with security" was fixed.
|
1558 |
+
|
1559 |
+
------------------------------------------------------------
|
1560 |
+
|
1561 |
+
4.8.039 (2010-03-20)
|
1562 |
+
- Problems related to custom locale settings were fixed.
|
1563 |
+
- Problems related to HTML on Header and Footer were fixed.
|
1564 |
+
|
1565 |
+
4.8.038 (2010-03-13)
|
1566 |
+
- Various bugs related to page-break in HTML mode were fixed.
|
1567 |
+
- Bug item #2968974 "Another <thead> pagebreak problem" was fixed.
|
1568 |
+
- Bug item #2969276 "justification problem" was fixed.
|
1569 |
+
- Bug item #2969289 "bug when using justified text and custom headers" was fixed.
|
1570 |
+
- Images are now automatically resized to be contained on the page.
|
1571 |
+
- Some HTML line alignments were fixed.
|
1572 |
+
- Signature of AddPage() and SetMargins() methods were changed to include an option to set default page margins.
|
1573 |
+
|
1574 |
+
4.8.037 (2010-03-03)
|
1575 |
+
- Bug item #2962068 was fixed.
|
1576 |
+
- Bug item #2967017 "Problems with <thead> and pagebreaks" was fixed.
|
1577 |
+
- Bug item #2967023 "table header lost with pagebreak" was fixed.
|
1578 |
+
- Bug item #2967032 "Header lost with nested tables" was fixed.
|
1579 |
+
|
1580 |
+
4.8.036 (2010-02-24)
|
1581 |
+
- Automatic page break for HTML images was improved.
|
1582 |
+
- Example 10 was updated.
|
1583 |
+
- Japanese was removed from example 8 because the freeserif font doesn't contain japanese (you can display it using arialunicid0 font).
|
1584 |
+
|
1585 |
+
4.8.035 (2010-02-23)
|
1586 |
+
- Automatic page break for HTML images was added.
|
1587 |
+
- Support for multicolumn HTML was added (example 10 was updated).
|
1588 |
+
|
1589 |
+
4.8.034 (2010-02-17)
|
1590 |
+
- Language files were updated.
|
1591 |
+
|
1592 |
+
4.8.033 (2010-02-12)
|
1593 |
+
- A bug related to protection mode with links was fixed.
|
1594 |
+
|
1595 |
+
4.8.032 (2010-02-04)
|
1596 |
+
- A bug related to $maxh parameter on Write() and MultiCell() was fixed.
|
1597 |
+
- Support for body tag was added.
|
1598 |
+
|
1599 |
+
4.8.031 (2010-01-30)
|
1600 |
+
- Bug item #2941589 "paragraph justify not working on some non-C locales" was fixed.
|
1601 |
+
|
1602 |
+
4.8.030 (2010-01-27)
|
1603 |
+
- Some text alignment cases were fixed.
|
1604 |
+
|
1605 |
+
4.8.029 (2010-01-27)
|
1606 |
+
- Bug item #2941057 "TOC Error in PDF File Output" was fixed.
|
1607 |
+
- Some text alignment cases were fixed.
|
1608 |
+
|
1609 |
+
4.8.028 (2010-01-26)
|
1610 |
+
- Text alignment for RTL mode was fixed.
|
1611 |
+
|
1612 |
+
4.8.027 (2010-01-25)
|
1613 |
+
- Bug item #2938412 "Table related problems - thead, nobr, table width" was fixed.
|
1614 |
+
|
1615 |
+
4.8.026 (2010-01-19)
|
1616 |
+
- The misspelled word "lenght" was replaced with "length" in some variables and comments.
|
1617 |
+
|
1618 |
+
4.8.025 (2010-01-18)
|
1619 |
+
- addExtGState() method was improved to reuse existing ExtGState objects.
|
1620 |
+
|
1621 |
+
4.8.024 (2010-01-15)
|
1622 |
+
- Justification mode for HTML was fixed (Bug item #2932470).
|
1623 |
+
|
1624 |
+
4.8.023 (2010-01-15)
|
1625 |
+
- Bug item #2932470 "Some HTML entities breaks justification" was fixed.
|
1626 |
+
|
1627 |
+
4.8.022 (2010-01-14)
|
1628 |
+
- Source code documentation was fixed.
|
1629 |
+
|
1630 |
+
4.8.021 (2010-01-03)
|
1631 |
+
- A Bug relative to Table Of Content index was fixed.
|
1632 |
+
|
1633 |
+
4.8.020 (2009-12-21)
|
1634 |
+
- Bug item #2918545 "Display problem of the first row of a table with larger font" was fixed.
|
1635 |
+
- A Bug relative to table rowspan mode was fixed.
|
1636 |
+
|
1637 |
+
4.8.019 (2009-12-16)
|
1638 |
+
- Bug item #2915684 "Image size" was fixed.
|
1639 |
+
- Bug item #2914995 "Image jpeg quality" was fixed.
|
1640 |
+
- The signature of the Image() method was changed (check the documentation for the $resize parameter).
|
1641 |
+
|
1642 |
+
4.8.018 (2009-12-15)
|
1643 |
+
- Bug item #2914352 "write error" was fixed.
|
1644 |
+
|
1645 |
+
4.8.017 (2009-11-27)
|
1646 |
+
- THEAD problem when table is used on header/footer was fixed.
|
1647 |
+
- A first line alignment on HTML justification was fixed.
|
1648 |
+
- Method getImageFileType() was added.
|
1649 |
+
- Images with unknown extension and type are now supported via ImageMagick PHP extension.
|
1650 |
+
|
1651 |
+
4.8.016 (2009-11-21)
|
1652 |
+
- Document Information Dictionary was fixed.
|
1653 |
+
- CSS attributes 'page-break-before', 'page-break-after' and 'page-break-inside' are now supported.
|
1654 |
+
- Problem of unclosed last page was fixed.
|
1655 |
+
- Problem of 'thead' unnecessarily repeated on the next page was fixed.
|
1656 |
+
|
1657 |
+
4.8.015 (2009-11-20)
|
1658 |
+
- A problem with some PNG transparency images was fixed.
|
1659 |
+
- Bug #2900762 "Sort issues in Bookmarks" was fixed.
|
1660 |
+
- Text justification was fixed for various modes: underline, strikeout and background.
|
1661 |
+
|
1662 |
+
4.8.014 (2009-11-04)
|
1663 |
+
- Bug item #2891316 "writeHTML, underlining replacing spaces" was fixed.
|
1664 |
+
- The handling of temporary RTL text direction mode was fixed.
|
1665 |
+
|
1666 |
+
4.8.013 (2009-10-26)
|
1667 |
+
- Bug item #2884729 "Problem with word-wrap and hyphen" was fixed.
|
1668 |
+
|
1669 |
+
4.8.012 (2009-10-23)
|
1670 |
+
- Table cell alignments for RTL booklet mode were fixed.
|
1671 |
+
- Images and barcode alignments for booklet mode were fixed.
|
1672 |
+
|
1673 |
+
4.8.011 (2009-10-22)
|
1674 |
+
- DejaVu fonts were updated to latest version.
|
1675 |
+
|
1676 |
+
4.8.010 (2009-10-21)
|
1677 |
+
- Bookmark for TOC page was added.
|
1678 |
+
- Signature of addTOC() method is changed.
|
1679 |
+
- Bookmarks are now automatically sorted by page and Y position.
|
1680 |
+
- Example n. 45 was updated.
|
1681 |
+
- Example n. 55 was added to display all charactes available on core fonts.
|
1682 |
+
|
1683 |
+
4.8.009 (2009-09-30)
|
1684 |
+
- Compatibility with PHP 5.3 was improved.
|
1685 |
+
- All examples were updated.
|
1686 |
+
- Index file for examples was added.
|
1687 |
+
|
1688 |
+
4.8.008 (2009-09-29)
|
1689 |
+
- Example 49 was updated.
|
1690 |
+
- Underline and linethrough now works with cell stretching mode.
|
1691 |
+
|
1692 |
+
4.8.007 (2009-09-23)
|
1693 |
+
- Infinite loop problem caused by nobr attribute was fixed.
|
1694 |
+
|
1695 |
+
4.8.006 (2009-09-23)
|
1696 |
+
- Bug item #2864522 "No images if DOCUMENT_ROOT=='/'" was fixed.
|
1697 |
+
- Support for text-indent CSS attribute was added.
|
1698 |
+
- Method rollbackTransaction() was changed to support self-reassigment of previous object (check source code documentation).
|
1699 |
+
- Support for the HTML "nobr" attribute was added to avoid splitting a table or a table row on two pages (i.e.: <tr nobr="true">...</tr>).
|
1700 |
+
|
1701 |
+
4.8.005 (2009-09-17)
|
1702 |
+
- A bug relative to multiple transformations and annotations was fixed.
|
1703 |
+
|
1704 |
+
4.8.004 (2009-09-16)
|
1705 |
+
- A bug on _putannotsrefs() method was fixed.
|
1706 |
+
|
1707 |
+
4.8.003 (2009-09-15)
|
1708 |
+
- Bug item #2858754 "Division by zero" was fixed.
|
1709 |
+
- A bug relative to HTML list items was fixed.
|
1710 |
+
- A bug relative to form fields on multiple pages was fixed.
|
1711 |
+
- PolyLine() method was added (see example n. 12).
|
1712 |
+
- Signature of Polygon() method was changed.
|
1713 |
+
|
1714 |
+
4.8.002 (2009-09-12)
|
1715 |
+
- A problem related to CID-0 fonts offset was fixed: if the $cw[1] entry on the CID-0 font file is not defined, then a CID keys offset is introduced.
|
1716 |
+
|
1717 |
+
4.8.001 (2009-09-09)
|
1718 |
+
- The appearance streams (AP) for anotations form fields was fixed (see examples n. 14 and 54).
|
1719 |
+
- Radiobuttons were fixed.
|
1720 |
+
|
1721 |
+
4.8.000 (2009-09-07)
|
1722 |
+
- This version includes some support for Forms fields (see example n. 14) and XHTML forms (see example n. 54).
|
1723 |
+
- The following methods were changed to work without JavaScript: TextField(), RadioButton(), ListBox(), ComboBox(), CheckBox(), Button().
|
1724 |
+
- Support for Widget annotations was improved.
|
1725 |
+
- Alignment of annotation objects was fixed (examples 36 and 41 were updated).
|
1726 |
+
- addJavascriptObject() method was added.
|
1727 |
+
- Signature of Image() method was changed.
|
1728 |
+
- htmlcolors.php file was updated.
|
1729 |
+
|
1730 |
+
------------------------------------------------------------
|
1731 |
+
|
1732 |
+
4.7.003 (2009-09-03)
|
1733 |
+
- Support for TCPDF methods on HTML was improved (see example n. 49).
|
1734 |
+
|
1735 |
+
4.7.002 (2009-09-02)
|
1736 |
+
- Bug item #2848892 "writeHTML + table: Gaps between rows" was fixed.
|
1737 |
+
- JavaScript support was fixed (see example n. 53).
|
1738 |
+
|
1739 |
+
4.7.001 (2009-08-30)
|
1740 |
+
- The Polygon() and Arrow() methods were fixed and improved (see example n. 12).
|
1741 |
+
|
1742 |
+
4.7.000 (2009-08-29)
|
1743 |
+
- This is a major release.
|
1744 |
+
- Some procedures were internally optimized.
|
1745 |
+
- The problem of mixed signature and annotations was fixed (example n. 52).
|
1746 |
+
|
1747 |
+
4.6.030 (2009-08-29)
|
1748 |
+
- IMPORTANT: percentages on table cell widths are now relative to the full table width (as in standard HTML).
|
1749 |
+
- Various minor bugs were fixed.
|
1750 |
+
- Example n. 52 (digital signature) was updated.
|
1751 |
+
|
1752 |
+
4.6.029 (2009-08-26)
|
1753 |
+
- PHP4 version was fixed.
|
1754 |
+
|
1755 |
+
4.6.028 (2009-08-25)
|
1756 |
+
- Signature algorithm was finally fixed (see example n. 52).
|
1757 |
+
|
1758 |
+
4.6.027 (2009-08-24)
|
1759 |
+
- TCPDF now supports unembedded TrueTypeUnicode Fonts (just comment the $file entry on the fonts' php file.
|
1760 |
+
|
1761 |
+
4.6.026 (2009-08-21)
|
1762 |
+
- Bug #2841693 "Problem with MultiCell and ishtml and justification" was fixed.
|
1763 |
+
- Signature functions were improved but not yet fixed (tcpdf.crt and example n. 52 were updated).
|
1764 |
+
|
1765 |
+
4.6.025 (2009-08-17)
|
1766 |
+
- Carriage returns (\r) were removed from source code.
|
1767 |
+
- Problem related to set_magic_quotes_runtime() depracated was fixed.
|
1768 |
+
|
1769 |
+
4.6.024 (2009-08-07)
|
1770 |
+
- Bug item #2833556 "justification using other units than mm" was fixed.
|
1771 |
+
- Documentation was fixed/updated.
|
1772 |
+
|
1773 |
+
4.6.023 (2009-08-02)
|
1774 |
+
- Bug item #2830537 "MirrorH can show mask for transparent PNGs" was fixed.
|
1775 |
+
|
1776 |
+
4.6.022 (2009-07-24)
|
1777 |
+
- A bug relative to single line printing when using WriteHTMLCell() was fixed.
|
1778 |
+
- Signature support were improved but is still experimental.
|
1779 |
+
- Fonts Free and Dejavu were updated to latest versions.
|
1780 |
+
|
1781 |
+
4.6.021 (2009-07-20)
|
1782 |
+
- Bug item #2824015 "XHTML Ampersand & in hyperlink bug" was fixed.
|
1783 |
+
- Bug item #2824036 "Image as hyperlink in table, text displaced at page break" was fixed.
|
1784 |
+
- Links alignment on justified text was fixed.
|
1785 |
+
- Unicode "\u" modifier was added to re_spaces variable by default.
|
1786 |
+
|
1787 |
+
4.6.020 (2009-07-16)
|
1788 |
+
- Bug item #2821921 "issue in example 18" was fixed.
|
1789 |
+
- Signature of SetRTL() method was changed.
|
1790 |
+
|
1791 |
+
4.6.019 (2009-07-13)
|
1792 |
+
- Bug item #2820703 "xref table broken" was fixed.
|
1793 |
+
|
1794 |
+
4.6.018 (2009-07-10)
|
1795 |
+
- Bug item #2819319 "Text over text" was fixed.
|
1796 |
+
- Method Arrow() was added to print graphic arrows (example 12 was updated).
|
1797 |
+
|
1798 |
+
4.6.017 (2009-07-05)
|
1799 |
+
- Bug item #2816079 "Example 48 not working" was fixed.
|
1800 |
+
- The signature of the checkPageBreak() was changed. The parameter $addpage was added to turn off the automatic page creation.
|
1801 |
+
|
1802 |
+
4.6.016 (2009-06-16)
|
1803 |
+
- Method setSpacesRE() was added to set the regular expression used for detecting withespaces or word separators. If you are using chinese, try: setSpacesRE('/[\s\p{Z}\p{Lo}]/');, otherwise you can use setSpacesRE('/[\s\p{Z}]/');
|
1804 |
+
- The method _putinfo() now automatically fills the metadata with '?' in case of empty string.
|
1805 |
+
|
1806 |
+
4.6.015 (2009-06-11)
|
1807 |
+
- Bug #2804667 "word wrap bug" was fixed.
|
1808 |
+
|
1809 |
+
4.6.014 (2009-06-04)
|
1810 |
+
- Bug #2800931 "Table thead tag bug" was fixed.
|
1811 |
+
- A bug related to <pre> tag was fixed.
|
1812 |
+
|
1813 |
+
4.6.013 (2009-05-28)
|
1814 |
+
- List bullets position was fixed for RTL languages.
|
1815 |
+
|
1816 |
+
4.6.012 (2009-05-23)
|
1817 |
+
- setUserRights() method doesn't work anymore unless you call the setSignature() method with the Adobe private key!
|
1818 |
+
|
1819 |
+
4.6.011 (2009-05-18)
|
1820 |
+
- Signature of the Image() method was changed to include the new $fitbox parameter (see source code documentation).
|
1821 |
+
|
1822 |
+
4.6.010 (2009-05-17)
|
1823 |
+
- Image() method was improved: now is possible to specify the maximum dimensions for a constraint box defined by $w and $h parameters, and setting the $resize parameter to null.
|
1824 |
+
- <tcpdf> tag indent problem was fixed.
|
1825 |
+
- $y parameter was added to checkPageBreak() method.
|
1826 |
+
- Bug n. 2791773 "writeHTML" was fixed.
|
1827 |
+
|
1828 |
+
4.6.009 (2009-05-13)
|
1829 |
+
- xref table for embedded files was fixed.
|
1830 |
+
|
1831 |
+
4.6.008 (2009-05-07)
|
1832 |
+
- setSignature() method was improved (but is still experimental).
|
1833 |
+
- Example n. 52 was added.
|
1834 |
+
|
1835 |
+
4.6.007 (2009-05-05)
|
1836 |
+
- Bug #2786685 "writeHtmlCell and <br /> in custom footer" was fixed.
|
1837 |
+
- Table header repeating bug was fixed.
|
1838 |
+
- Some newlines and tabs are now automatically removed from HTML strings.
|
1839 |
+
|
1840 |
+
4.6.006 (2009-04-28)
|
1841 |
+
- Support for "<a name="...">...</a>" was added.
|
1842 |
+
- By default TCPDF requires PCRE Unicode support turned on but now works also without it (with limited ability to detect some Unicode blank spaces).
|
1843 |
+
|
1844 |
+
4.6.005 (2009-04-25)
|
1845 |
+
- Points (pt) conversion in getHTMLUnitToUnits() was fixed.
|
1846 |
+
- Default tcpdf.pem certificate file was added.
|
1847 |
+
- Experimental support for signing document was added but it is not yet completed (some help is needed - I think that the calculation of the ByteRange is OK and the problem is on the signature calculation).
|
1848 |
+
|
1849 |
+
4.6.004 (2009-04-23)
|
1850 |
+
- Method deletePage() was added to delete pages (see example n. 44).
|
1851 |
+
|
1852 |
+
4.6.003 (2009-04-21)
|
1853 |
+
- The caching mechanism of the UTF8StringToArray() method was fixed.
|
1854 |
+
|
1855 |
+
4.6.002 (2009-04-20)
|
1856 |
+
- Documentation of rollbackTransaction() method was fixed.
|
1857 |
+
- The setImageScale() and getImageScale() methods now set and get the adjusting parameter used by pixelsToUnits() method.
|
1858 |
+
- HTML images now support other units of measure than pixels (getHTMLUnitToUnits() is now used instead of pixelsToUnits()).
|
1859 |
+
- WARNING: PDF_IMAGE_SCALE_RATIO has been changed by default to 1.
|
1860 |
+
|
1861 |
+
4.6.001 (2009-04-17)
|
1862 |
+
- Spaces between HTML block tags are now automatically removed.
|
1863 |
+
- The bug related to cMargin changes between tables was fixed.
|
1864 |
+
|
1865 |
+
4.6.000 (2009-04-16)
|
1866 |
+
- WARNING: THIS VERSION CHANGES THE BEHAVIOUR OF $x and $y parameters for several TCPDF methods:
|
1867 |
+
zero coordinates for $x and $y are now valid coordinates;
|
1868 |
+
set $x and $y as empty strings to get the current value.
|
1869 |
+
- Some error caused by 'empty' funtion were fixed.
|
1870 |
+
- Default color for convertHTMLColorToDec() method was changed to white and the return value for invalid color is false.
|
1871 |
+
- HTML on footer bug was fixed.
|
1872 |
+
- The following examples were fixed: 5,7,10,17,19,20,21,33,42,43.
|
1873 |
+
|
1874 |
+
4.5.043 (2009-04-15)
|
1875 |
+
- Barcode class (barcode.php) was extended to include new linear barcode types (see example n. 27):
|
1876 |
+
C39 : CODE 39 - ANSI MH10.8M-1983 - USD-3 - 3 of 9
|
1877 |
+
C39+ : CODE 39 with checksum
|
1878 |
+
C39E : CODE 39 EXTENDED
|
1879 |
+
C39E+ : CODE 39 EXTENDED + CHECKSUM
|
1880 |
+
C93 : CODE 93 - USS-93
|
1881 |
+
S25 : Standard 2 of 5
|
1882 |
+
S25+ : Standard 2 of 5 + CHECKSUM
|
1883 |
+
I25 : Interleaved 2 of 5
|
1884 |
+
I25+ : Interleaved 2 of 5 + CHECKSUM
|
1885 |
+
C128A : CODE 128 A
|
1886 |
+
C128B : CODE 128 B
|
1887 |
+
C128C : CODE 128 C
|
1888 |
+
EAN2 : 2-Digits UPC-Based Extention
|
1889 |
+
EAN5 : 5-Digits UPC-Based Extention
|
1890 |
+
EAN8 : EAN 8
|
1891 |
+
EAN13 : EAN 13
|
1892 |
+
UPCA : UPC-A
|
1893 |
+
UPCE : UPC-E
|
1894 |
+
MSI : MSI (Variation of Plessey code)
|
1895 |
+
MSI+ : MSI + CHECKSUM (modulo 11)
|
1896 |
+
POSTNET : POSTNET
|
1897 |
+
PLANET : PLANET
|
1898 |
+
RMS4CC : RMS4CC (Royal Mail 4-state Customer Code) - CBC (Customer Bar Code)
|
1899 |
+
KIX : KIX (Klant index - Customer index)
|
1900 |
+
IMB: Intelligent Mail Barcode - Onecode - USPS-B-3200 (NOTE: requires BCMath PHP extension)
|
1901 |
+
CODABAR : CODABAR
|
1902 |
+
CODE11 : CODE 11
|
1903 |
+
PHARMA : PHARMACODE
|
1904 |
+
PHARMA2T : PHARMACODE TWO-TRACKS
|
1905 |
+
|
1906 |
+
4.5.042 (2009-04-15)
|
1907 |
+
- Method Write() was fixed for the strings containing only zero value.
|
1908 |
+
|
1909 |
+
4.5.041 (2009-04-14)
|
1910 |
+
- Barcode methods were fixed.
|
1911 |
+
|
1912 |
+
4.5.040 (2009-04-14)
|
1913 |
+
- Method Write() was fixed to handle empty strings.
|
1914 |
+
|
1915 |
+
4.5.039 (2009-04-11)
|
1916 |
+
- Support for linear barcodes was extended (see example n. 27 and barcodes.php documentation).
|
1917 |
+
|
1918 |
+
4.5.038 (2009-04-10)
|
1919 |
+
- Write() method was improved to support separators for Japanese, Korean, Chinese Traditional and Chinese Simplified.
|
1920 |
+
|
1921 |
+
4.5.037 (2009-04-09)
|
1922 |
+
- General performances were improved.
|
1923 |
+
- The signature of the method utf8Bidi() was changed.
|
1924 |
+
- The method UniArrSubString() was added.
|
1925 |
+
- Experimental support for 2D barcodes were added (see example n. 50 and 2dbarcodes.php class).
|
1926 |
+
|
1927 |
+
4.5.036 (2009-04-03)
|
1928 |
+
- TCPDF methods can be called inside the HTML code (see example n. 49).
|
1929 |
+
- All tag attributes, such as <p align="center"> must be enclosed within double quotes.
|
1930 |
+
|
1931 |
+
4.5.035 (2009-03-28)
|
1932 |
+
- Bug #2717436 "writeHTML rowspan problem (continued)" was fixed.
|
1933 |
+
- Bug #2719090 "writeHTML fix follow up" was fixed.
|
1934 |
+
- The method _putuserrights() was changed to avoid Adobe Reader 9.1 crash. This broken the 'trick' that was used to display forms in Acrobat Reader.
|
1935 |
+
|
1936 |
+
4.5.034 (2009-03-27)
|
1937 |
+
- Bug #2716914 "Bug writeHTML of a table in body and footer related with pb" was fixed.
|
1938 |
+
- Bug #2717056 ] "writeHTML problem when setting tr style" was fixed.
|
1939 |
+
- The signature of the Cell() method was changed.
|
1940 |
+
|
1941 |
+
4.5.033 (2009-03-27)
|
1942 |
+
- The support for rowspan/colspan on HTML tables was improved (see example n. 48).
|
1943 |
+
|
1944 |
+
4.5.032 (2009-03-23)
|
1945 |
+
- setPrintFooter(false) bug was fixed.
|
1946 |
+
|
1947 |
+
4.5.031 (2009-03-20)
|
1948 |
+
- Table header support was extended to multiple pages.
|
1949 |
+
|
1950 |
+
4.5.030 (2009-03-20)
|
1951 |
+
- thead tag is now supported on HTML tables (header rows are repeated after page breaks).
|
1952 |
+
- The startTransaction() was improved to autocommit.
|
1953 |
+
- List bullets now uses the foreground color (putHtmlListBullet()).
|
1954 |
+
|
1955 |
+
4.5.029 (2009-03-19)
|
1956 |
+
- The following methods were added to UNDO commands (see example 47): startTransaction(), commitTransaction(), rollbackTransaction().
|
1957 |
+
- All examples were updated.
|
1958 |
+
|
1959 |
+
4.5.028 (2009-03-18)
|
1960 |
+
- Bug #2690945 "List Bugs" was fixed.
|
1961 |
+
- HTML text alignment on lists was fixed.
|
1962 |
+
- The constant PDF_FONT_MONOSPACED was added to the configuration file to define the default monospaced font.
|
1963 |
+
- The following methods were fixed: getPageWidth(), getPageHeight(), getBreakMargin().
|
1964 |
+
- All examples were updated.
|
1965 |
+
|
1966 |
+
4.5.027 (2009-03-16)
|
1967 |
+
- Method getPageDimensions() was added to get page dimensions.
|
1968 |
+
- The signature of the following methos were changed: getPageWidth(), getPageHeight(), getBreakMargin().
|
1969 |
+
- _parsepng() method was fixed for PNG URL images (fread bug).
|
1970 |
+
|
1971 |
+
4.5.026 (2009-03-11)
|
1972 |
+
- Bug #2681793 affecting URL images with spaces was fixed.
|
1973 |
+
|
1974 |
+
4.5.025 (2009-03-10)
|
1975 |
+
- A small bug affecting hyphenation support was fixed.
|
1976 |
+
- The method SetDefaultMonospacedFont() was added to define the default monospaced font.
|
1977 |
+
|
1978 |
+
4.5.024 (2009-03-07)
|
1979 |
+
- The bug #2666493 was fixed "Footer corrupts document".
|
1980 |
+
|
1981 |
+
4.5.023 (2009-03-06)
|
1982 |
+
- The bug #2666688 was fixed "Rowspan in tables".
|
1983 |
+
|
1984 |
+
4.5.022 (2009-03-05)
|
1985 |
+
- The bug #2659676 was fixed "refer to #2157099 test 4 < BR > problem still not fixed".
|
1986 |
+
- addTOC() function bug was fixed.
|
1987 |
+
|
1988 |
+
4.5.020 (2009-03-03)
|
1989 |
+
- The following bug was fixed: "function removeSHY corrupts unicode".
|
1990 |
+
|
1991 |
+
4.5.019 (2009-02-28)
|
1992 |
+
- The problem of decimal separator using different locale was fixed.
|
1993 |
+
- The text hyphenation is now supported (see example n. 46).
|
1994 |
+
|
1995 |
+
4.5.018 (2009-02-26)
|
1996 |
+
- The _destroy() method was added to unset all class variables and frees memory.
|
1997 |
+
- Now it's possible to call Output() method multiple times.
|
1998 |
+
|
1999 |
+
4.5.017 (2009-02-24)
|
2000 |
+
- A minor bug that raises a PHP warning was fixed.
|
2001 |
+
|
2002 |
+
4.5.016 (2009-02-24)
|
2003 |
+
- Bug item #2631200 "getNumLines() counts wrong" was fixed.
|
2004 |
+
- Multiple attachments bug was fixed.
|
2005 |
+
- All class variables are now cleared on Output() for memory otpimization.
|
2006 |
+
|
2007 |
+
4.5.015 (2009-02-18)
|
2008 |
+
- Bug item #2612553 "function Write() must not break a line on character" was fixed.
|
2009 |
+
|
2010 |
+
4.5.014 (2009-02-13)
|
2011 |
+
- Bug item #2595015 "POSTNET Barcode Checksum Error" was fixed (on barcode.php).
|
2012 |
+
- Pagebreak bug for barcode was fixed.
|
2013 |
+
|
2014 |
+
4.5.013 (2009-02-12)
|
2015 |
+
- border attribute is now supported on HTML images (only accepts the same values accepted by Cell()).
|
2016 |
+
|
2017 |
+
4.5.012 (2009-02-12)
|
2018 |
+
- An error on image border feature was fixed.
|
2019 |
+
|
2020 |
+
4.5.011 (2009-02-12)
|
2021 |
+
- HTML links for images are now supported.
|
2022 |
+
- height attribute is now supported on HTML cells.
|
2023 |
+
- $border parameter was added to Image() and ImageEps() methods.
|
2024 |
+
- The method getNumLines() was added to estimate the number of lines required for the specified text.
|
2025 |
+
|
2026 |
+
4.5.010 (2009-01-29)
|
2027 |
+
- Bug n. 2546108 "BarCode Y position" was fixed.
|
2028 |
+
|
2029 |
+
4.5.009 (2009-01-26)
|
2030 |
+
- Bug n. 2538094 "Empty pdf file created" was fixed.
|
2031 |
+
|
2032 |
+
4.5.008 (2009-01-26)
|
2033 |
+
- setPage() method was fixed to correctly restore graphic states.
|
2034 |
+
- Source code was cleaned up for performances.
|
2035 |
+
|
2036 |
+
4.5.007 (2009-01-24)
|
2037 |
+
- checkPageBreak() and write1DBarcode() methods were fixed.
|
2038 |
+
- Source code was cleaned up for performances.
|
2039 |
+
- barcodes.php was updated.
|
2040 |
+
|
2041 |
+
4.5.006 (2009-01-23)
|
2042 |
+
- getHTMLUnitToPoints() method was replaced by getHTMLUnitToUnits() to fix HTML units bugs.
|
2043 |
+
|
2044 |
+
4.5.005 (2009-01-23)
|
2045 |
+
- Page closing bug was fixed.
|
2046 |
+
|
2047 |
+
4.5.004 (2009-01-21)
|
2048 |
+
- The access of convertHTMLColorToDec() method was changed to public
|
2049 |
+
- Fixed bug on UL tag.
|
2050 |
+
|
2051 |
+
4.5.003 (2009-01-19)
|
2052 |
+
- Fonts on different folders are now supported.
|
2053 |
+
|
2054 |
+
4.5.002 (2009-01-07)
|
2055 |
+
- addTOC() function was improved (see example n. 45).
|
2056 |
+
|
2057 |
+
4.5.001 (2009-01-04)
|
2058 |
+
- The signature of startPageGroup() function was changed.
|
2059 |
+
- Method Footer() was improved to automatically print page or page-group number (see example n. 23).
|
2060 |
+
- Protected method formatTOCPageNumber() was added to customize the format of page numbers on the Table Of Content.
|
2061 |
+
- The signature of addTOC() was changed to include the font used for page numbers.
|
2062 |
+
|
2063 |
+
4.5.000 (2009-01-03)
|
2064 |
+
- A new $diskcache parameter was added to class constructor to enable disk caching and reduce RAM memory usage (see example n. 43).
|
2065 |
+
- The method movePageTo() was added to move pages to previous positions (see example n. 44).
|
2066 |
+
- The methods getAliasNumPage() and getPageNumGroupAlias() were added to get the alias for page number (needed when using movepageTo()).
|
2067 |
+
- The methods addTOC() was added to print a Table Of Content (see example n. 45).
|
2068 |
+
- Imagick class constant was removed for better compatibility with PHP4.
|
2069 |
+
- All existing examples were updated and new examples were added.
|
2070 |
+
|
2071 |
+
4.4.009 (2008-12-29)
|
2072 |
+
- Examples 1 and 35 were fixed.
|
2073 |
+
|
2074 |
+
4.4.008 (2008-12-28)
|
2075 |
+
- Bug #2472169 "Unordered bullet size not adjusted for unit type" was fixed.
|
2076 |
+
|
2077 |
+
4.4.007 (2008-12-23)
|
2078 |
+
- Bug #2459935 "no unit conversion for header line" was fixed.
|
2079 |
+
- Example n. 42 for image alpha channel was added.
|
2080 |
+
- All examples were updated.
|
2081 |
+
|
2082 |
+
4.4.006 (2008-12-11)
|
2083 |
+
- Method setLIsymbol() was changed to reflect latest changes in HTML list handling.
|
2084 |
+
|
2085 |
+
4.4.005 (2008-12-10)
|
2086 |
+
- Bug item #2413870 "ordered list override value" was fixed.
|
2087 |
+
|
2088 |
+
4.4.004 (2008-12-10)
|
2089 |
+
- The protected method getHTMLUnitToPoints() was added to accept various HTML units of measure (em, ex, px, in, cm, mm, pt, pc, %).
|
2090 |
+
- The method intToRoman() was added to convert integer number to Roman representation.
|
2091 |
+
- Support fot HTML lists was improved: the CSS property list-style-type is now supported.
|
2092 |
+
|
2093 |
+
4.4.003 (2008-12-09)
|
2094 |
+
- Bug item #2412147 "Warning on line 3367" was fixed.
|
2095 |
+
- Method setHtmlLinksStyle() was added to set default HTML link colors and font style.
|
2096 |
+
- Method addHtmlLink() was changed to use color and style defined on the inline CSS.
|
2097 |
+
|
2098 |
+
4.4.002 (2008-12-09)
|
2099 |
+
- Borders on Multicell() were fixed.
|
2100 |
+
- Problem of Multicell() on Header function (Bug item #2407579) was fixed.
|
2101 |
+
- Problem on graphics tranformations applied to Multicell() was fixed.
|
2102 |
+
- Support for ImageMagick was added.
|
2103 |
+
- Width calculation for nested tables was fixed.
|
2104 |
+
|
2105 |
+
4.4.001 (2008-12-08)
|
2106 |
+
- Some missing core fonts were added on fonts directory.
|
2107 |
+
- CID0 fonts rendering was fixed.
|
2108 |
+
- HTML support was improved (<pre> and <tt> tags are now supported).
|
2109 |
+
- Bug item #2406022 "Left padding bug in MultiCell with maxh" was fixed.
|
2110 |
+
|
2111 |
+
4.4.000 (2008-12-07)
|
2112 |
+
- File attachments are now supported (see example n. 41).
|
2113 |
+
- Font functions were optimized to reduce document size.
|
2114 |
+
- makefont.php was updated.
|
2115 |
+
- Linux binaries were added on /fonts/utils
|
2116 |
+
- All fonts were updated.
|
2117 |
+
- $autopadding parameter was added to Multicell() to disable automatic padding features.
|
2118 |
+
- $maxh parameter was added to Multicell() and Write() to set a maximum height.
|
2119 |
+
|
2120 |
+
4.3.009 (2008-12-05)
|
2121 |
+
- Bug item #2392989 (Custom header + setlinewidth + cell border bug) was fixed.
|
2122 |
+
|
2123 |
+
4.3.008 (2008-12-05)
|
2124 |
+
- Bug item #2390566 "rect bug" was fixed.
|
2125 |
+
- File path was fixed for font embedded files.
|
2126 |
+
- SetFont() method signature was changed to include the font filename.
|
2127 |
+
- Some font-related methods were improved.
|
2128 |
+
- Methods getFontFamily() and getFontStyle() were added.
|
2129 |
+
|
2130 |
+
4.3.007 (2008-12-03)
|
2131 |
+
- PNG alpha channel is now supported (GD library is required).
|
2132 |
+
- AddFont() function now support custom font file path on $file parameter.
|
2133 |
+
- The default width variable ($dw) is now always defined for any font.
|
2134 |
+
- The 'Style' attribute on CID-0 fonts was removed because of protection bug.
|
2135 |
+
|
2136 |
+
4.3.006 (2008-12-01)
|
2137 |
+
- A regular expression on getHtmlDomArray() to find HTML tags was fixed.
|
2138 |
+
|
2139 |
+
4.3.005 (2008-11-25)
|
2140 |
+
- makefont.php was fixed.
|
2141 |
+
- Bug item #2339877 was fixed (false loop condition detected on WriteHTML()).
|
2142 |
+
- Bug item #2336733 was fixed (lasth value update on Multicell() when border and fill are disabled).
|
2143 |
+
- Bug item #2342303 was fixed (automatic page-break on Image() and ImageEPS()).
|
2144 |
+
|
2145 |
+
4.3.004 (2008-11-19)
|
2146 |
+
- Function _textstring() was fixed (bug 2309051).
|
2147 |
+
- All examples were updated.
|
2148 |
+
|
2149 |
+
4.3.003 (2008-11-18)
|
2150 |
+
- CID-0 font bug was fixed.
|
2151 |
+
- Some functions were optimized.
|
2152 |
+
- Function getGroupPageNoFormatted() was added.
|
2153 |
+
- Example n. 23 was updated.
|
2154 |
+
|
2155 |
+
4.3.002 (2008-11-17)
|
2156 |
+
- Bug item #2305518 "CID-0 font don't work with encryption" was fixed.
|
2157 |
+
|
2158 |
+
4.3.001 (2008-11-17)
|
2159 |
+
- Bug item #2300007 "download mimetype pdf" was fixed.
|
2160 |
+
- Double quotes were replaced by single quotes to improve PHP performances.
|
2161 |
+
- A bug relative to HTML cell borders was fixed.
|
2162 |
+
|
2163 |
+
4.3.000 (2008-11-14)
|
2164 |
+
- The function setOpenCell() was added to set the top/bottom cell sides to be open or closed when the cell cross the page.
|
2165 |
+
- A bug relative to list items indentation was fixed.
|
2166 |
+
- A bug relative to borders on HTML tables and Multicell was fixed.
|
2167 |
+
- A bug relative to rowspanned cells was fixed.
|
2168 |
+
- A bug relative to html images across pages was fixed.
|
2169 |
+
|
2170 |
+
4.2.009 (2008-11-13)
|
2171 |
+
- Spaces between li tags are now automatically removed.
|
2172 |
+
|
2173 |
+
4.2.008 (2008-11-12)
|
2174 |
+
- A bug relative to fill color on next page was fixed.
|
2175 |
+
|
2176 |
+
4.2.007 (2008-11-12)
|
2177 |
+
- The function setListIndentWidth() was added to set custom indentation widht for HTML lists.
|
2178 |
+
|
2179 |
+
4.2.006 (2008-11-06)
|
2180 |
+
- A bug relative to HTML justification was fixed.
|
2181 |
+
|
2182 |
+
4.2.005 (2008-11-06)
|
2183 |
+
- A bug relative to HTML justification was fixed.
|
2184 |
+
- The methods formatPageNumber() and PageNoFormatted() were added to format page numbers.
|
2185 |
+
- Default Footer() method was changed to use PageNoFormatted() instead of PageNo().
|
2186 |
+
- Example 6 was updated.
|
2187 |
+
|
2188 |
+
4.2.004 (2008-11-04)
|
2189 |
+
- Bug item n. 2217039 "filename handling improvement" was fixed.
|
2190 |
+
|
2191 |
+
4.2.003 (2008-10-31)
|
2192 |
+
- Font style bug was fixed.
|
2193 |
+
|
2194 |
+
4.2.002 (2008-10-31)
|
2195 |
+
- Bug item #2210922 (htm element br not work) was fixed.
|
2196 |
+
- Write() function was improved to support margin changes.
|
2197 |
+
|
2198 |
+
4.2.001 (2008-10-30)
|
2199 |
+
- setHtmlVSpace($tagvs) function was added to set custom vertical spaces for HTML tags.
|
2200 |
+
- writeHTML() function now support margin changes during execution.
|
2201 |
+
- Signature of addHTMLVertSpace() function is changed.
|
2202 |
+
|
2203 |
+
4.2.000 (2008-10-29)
|
2204 |
+
- htmlcolors.php was changed to support class-loaders.
|
2205 |
+
- ImageEps() function was improved in performances.
|
2206 |
+
- Signature of Link() And Annotation() functions were changed.
|
2207 |
+
- (Bug item #2198926) Links and Annotations alignment were fixed (support for geometric tranformations was added).
|
2208 |
+
- rowspan mode for HTML table cells was improved and fixed.
|
2209 |
+
- Booklet mode for double-sided pages was added; see SetBooklet() function and example n. 40.
|
2210 |
+
- lastPage() signature is changed.
|
2211 |
+
- Signature of Write() function is changed.
|
2212 |
+
- Some HTML justification problems were fixed.
|
2213 |
+
- Some functions were fixed to better support RTL mode.
|
2214 |
+
- Example n. 10 was changed to support RTL mode.
|
2215 |
+
- All examples were updated.
|
2216 |
+
|
2217 |
+
4.1.004 (2008-10-23)
|
2218 |
+
- unicode_data.php was changed to support class-loaders.
|
2219 |
+
- Bug item #2186040/2 (writeHTML margin problem) was fixed.
|
2220 |
+
|
2221 |
+
4.1.003 (2008-10-22)
|
2222 |
+
- Bug item #2185399 was fixed (rowspan and page break).
|
2223 |
+
- Bugs item #2186040 was fixed (writeHTML margin problem).
|
2224 |
+
- Newline after table was removed.
|
2225 |
+
|
2226 |
+
4.1.002 (2008-10-21)
|
2227 |
+
- Bug item #2184525 was fixed (rowspan on HTML cell).
|
2228 |
+
|
2229 |
+
4.1.001 (2008-10-21)
|
2230 |
+
- Support for "start" attribute was added to HTML ordered list.
|
2231 |
+
- unicode_data.php file was changed to include UTF-8 to ASCII table.
|
2232 |
+
- Some functions were modified to better support UTF-8 extensions to core fonts.
|
2233 |
+
- Support for images on HTML lists was improved.
|
2234 |
+
- Examples n. 1 and 6 were updated.
|
2235 |
+
|
2236 |
+
4.1.000 (2008-10-18)
|
2237 |
+
- Page-break bug using HTML content was fixed.
|
2238 |
+
- The "false" parameter was reintroduced to class_exists function on PHP5 version to avoid autoload.
|
2239 |
+
- addHtmlLink() function was improved to support internal links (i.e.: <a href="#23">link to page 23</a>).
|
2240 |
+
- Justification alignment is now supported on HTML (see example n. 39).
|
2241 |
+
- example_006.php was updated.
|
2242 |
+
|
2243 |
+
4.0.033 (2008-10-13)
|
2244 |
+
- Bug n. 2157099 was fixed.
|
2245 |
+
- SetX() and SetY() functions were improved.
|
2246 |
+
- SetY() includes a new parameter to avoid the X reset.
|
2247 |
+
|
2248 |
+
4.0.032 (2008-10-10)
|
2249 |
+
- Bug n. 2156926 was fixed (bold, italic, underlined, linethrough).
|
2250 |
+
- setStyle() method was removed.
|
2251 |
+
- Configuration file was changed to use helvetica (non-unicode) font by default.
|
2252 |
+
- The use of mixed font types was improved.
|
2253 |
+
- All examples were updated.
|
2254 |
+
|
2255 |
+
4.0.031 (2008-10-09)
|
2256 |
+
- _putannots() and _putbookmarks() links alignments were fixed.
|
2257 |
+
|
2258 |
+
4.0.030 (2008-10-07)
|
2259 |
+
- _putbookmarks() function was fixed.
|
2260 |
+
- _putannots() was fixed to include internal links.
|
2261 |
+
|
2262 |
+
4.0.029 (2008-09-27)
|
2263 |
+
- Infinite loop bug was fixed [Bug item #130309].
|
2264 |
+
- Multicell() problem on Header() was fixed.
|
2265 |
+
|
2266 |
+
4.0.028 (2008-09-26)
|
2267 |
+
- setLIsymbol() was added to set the LI symbol used on UL lists.
|
2268 |
+
- Missing $padding and $encryption_key variables declarations were added [Bug item #2129058].
|
2269 |
+
|
2270 |
+
4.0.027 (2008-09-19)
|
2271 |
+
- Bug #2118588 "Undefined offset in tcpdf.php on line 9581" was fixed.
|
2272 |
+
- arailunicid0.php font was updated.
|
2273 |
+
- The problem of javascript form fields duplication after saving was fixed.
|
2274 |
+
|
2275 |
+
4.0.026 (2008-09-17)
|
2276 |
+
- convertHTMLColorToDec() function was improved to support rgb(RR,GG,BB) notation.
|
2277 |
+
- The following inline CSS attributes are now supported: text-decoration, color, background-color and font-size names: xx-small, x-small, small, medium, large, x-large, xx-large
|
2278 |
+
- Example n. 6 was updated.
|
2279 |
+
|
2280 |
+
4.0.025 (2008-09-15)
|
2281 |
+
- _putcidfont0 function was improved to include CJK fonts (Chinese, Japanese, Korean, CJK, Asian fonts) without embedding.
|
2282 |
+
- arialunicid0 font was added (see the new example n. 38).
|
2283 |
+
- The following Unicode to CID-0 tables were added on fonts folder: uni2cid_ak12.php, uni2cid_aj16.php, uni2cid_ag15.php, uni2cid_ac15.php.
|
2284 |
+
|
2285 |
+
4.0.024 (2008-09-12)
|
2286 |
+
- "stripos" function was replaced with "strpos + strtolower" for backward compatibility with PHP4.
|
2287 |
+
- support for Spot Colors were added. Check the new example n. 37 and the following new functions:
|
2288 |
+
AddSpotColor()
|
2289 |
+
SetDrawSpotColor()
|
2290 |
+
SetFillSpotColor()
|
2291 |
+
SetTextSpotColor()
|
2292 |
+
_putspotcolors()
|
2293 |
+
- Bookmark() function was improved to fix wrong levels.
|
2294 |
+
- $lasth changes after header/footer calls were fixed.
|
2295 |
+
|
2296 |
+
4.0.023 (2008-09-05)
|
2297 |
+
- Some HTML related problems were fixed.
|
2298 |
+
- Image alignment on HTML was changed, now it always defaults to the normal mode (see example_006.php).
|
2299 |
+
|
2300 |
+
4.0.022 (2008-08-28)
|
2301 |
+
- Line height on HTML was fixed.
|
2302 |
+
- Image inside an HTML cell problem was fixed.
|
2303 |
+
- A new "zarbold" persian font was added.
|
2304 |
+
|
2305 |
+
4.0.021 (2008-08-24)
|
2306 |
+
- HTTP headers were fixed on Output function().
|
2307 |
+
- getAliasNbPages() and getPageGroupAlias() functions were changed to support non-unicode fonts on unicode documents.
|
2308 |
+
- Function Write() was fixed.
|
2309 |
+
- The problem of additional vertical spaces on HTML was fixed.
|
2310 |
+
- The problem of frame around HTML links was fixed.
|
2311 |
+
|
2312 |
+
4.0.020 (2008-08-15)
|
2313 |
+
- "[2052259] WriteHTML <u> & <b>" bug was fixed.
|
2314 |
+
|
2315 |
+
4.0.019 (2008-08-13)
|
2316 |
+
- "Rowspan on first cell" bug was fixed.
|
2317 |
+
|
2318 |
+
4.0.018 (2008-08-08)
|
2319 |
+
- Default cellpadding for HTML tables was fixed.
|
2320 |
+
- Annotation() function was added to support some PDF annotations (see example_036.php and section 8.4 of PDF reference 1.7).
|
2321 |
+
- HTML links are now correclty shifted during line alignments.
|
2322 |
+
- function getAliasNbPages() was added and Footer() was updated.
|
2323 |
+
- RowSpan mode for HTML tables was fixed.
|
2324 |
+
- Bugs item #2043610 "Multiple sizes vertical align wrong" was fixed.
|
2325 |
+
- ImageEPS() function was improved and RTL alignment was fixed (see example_032.php).
|
2326 |
+
|
2327 |
+
4.0.017 (2008-08-05)
|
2328 |
+
- Missing CNZ and CEO style modes were added to Rect() function.
|
2329 |
+
- Fonts utils were updated to include support for OpenType fonts.
|
2330 |
+
- getLastH() function was added.
|
2331 |
+
|
2332 |
+
4.0.016 (2008-07-30)
|
2333 |
+
- setPageMark() function was added. This function must be called after calling Image() function for a background image.
|
2334 |
+
|
2335 |
+
4.0.015 (2008-07-29)
|
2336 |
+
- Some functions were changed to support different page formats (see example_028.php).
|
2337 |
+
- The signature of setPage() function is changed.
|
2338 |
+
|
2339 |
+
4.0.014 (2008-07-29)
|
2340 |
+
- K_PATH_MAIN calculation on tcpdf_config.php was fixed.
|
2341 |
+
- HTML support for EPS/AI images was added (see example_006.php).
|
2342 |
+
- Bugs item #2030807 "Truncated text on multipage html fields" was fixed.
|
2343 |
+
- PDF header bug was fixed.
|
2344 |
+
- helvetica was added as default font family.
|
2345 |
+
- Stroke mode was fixed on Text function.
|
2346 |
+
- several minor bugs were fixed.
|
2347 |
+
|
2348 |
+
4.0.013 (2008-07-27)
|
2349 |
+
- Bugs item #2027799 " Big spaces between lines after page break" was fixed.
|
2350 |
+
- K_PATH_MAIN calculation on tcpdf_config.php was changed.
|
2351 |
+
- Function setVisibility() was fixed to avoid the "Incorrect PDEObject type" error message.
|
2352 |
+
|
2353 |
+
4.0.012 (2008-07-24)
|
2354 |
+
- Addpage(), Header() and Footer() functions were changed to simplify the implementation of external header/footer functions.
|
2355 |
+
- The following functions were added:
|
2356 |
+
setHeader()
|
2357 |
+
setFooter()
|
2358 |
+
getImageRBX()
|
2359 |
+
getImageRBY()
|
2360 |
+
getCellHeightRatio()
|
2361 |
+
getHeaderFont()
|
2362 |
+
getFooterFont()
|
2363 |
+
getRTL()
|
2364 |
+
getBarcode()
|
2365 |
+
getHeaderData()
|
2366 |
+
getHeaderMargin()
|
2367 |
+
getFooterMargin()
|
2368 |
+
|
2369 |
+
4.0.011 (2008-07-23)
|
2370 |
+
- Font support was improved.
|
2371 |
+
- The folder /fonts/utils contains new utilities and instructions for embedd font files.
|
2372 |
+
- Documentation was updated.
|
2373 |
+
|
2374 |
+
4.0.010 (2008-07-22)
|
2375 |
+
- HTML tables were fixed to work across pages.
|
2376 |
+
- Header() and Footer() functions were updated to preserve previous settings.
|
2377 |
+
- example_035.php was added.
|
2378 |
+
|
2379 |
+
4.0.009 (2008-07-21)
|
2380 |
+
- UTF8StringToArray() function was fixed for non-unicode mode.
|
2381 |
+
|
2382 |
+
4.0.008 (2008-07-21)
|
2383 |
+
- Barcodes alignment was fixed (see example_027.php).
|
2384 |
+
- unicode_data.php was updated.
|
2385 |
+
- Arabic shaping for "Zero-Width Non-Joiner" character (U+200C) was fixed.
|
2386 |
+
|
2387 |
+
4.0.007 (2008-07-18)
|
2388 |
+
- str_split was replaced by preg_split for compatibility with PHP4 version.
|
2389 |
+
- Clipping mode was added to all graphic functions by using parameter $style = "CNZ" or "CEO" (see example_034.php).
|
2390 |
+
|
2391 |
+
4.0.006 (2008-07-16)
|
2392 |
+
- HTML rowspan bug was fixed.
|
2393 |
+
- Line style for MultiCell() was fixed.
|
2394 |
+
- WriteHTML() function was improved.
|
2395 |
+
- CODE128C barcode was fixed (barcodes.php).
|
2396 |
+
|
2397 |
+
4.0.005 (2008-07-11)
|
2398 |
+
- Bug [2015715] "PHP Error/Warning" was fixed.
|
2399 |
+
|
2400 |
+
4.0.004 (2008-07-09)
|
2401 |
+
- HTML cell internal padding was fixed.
|
2402 |
+
|
2403 |
+
4.0.003 (2008-07-08)
|
2404 |
+
- Removed URL encoding when F option is selected on Output() function.
|
2405 |
+
- fixed some minor bugs in html tables.
|
2406 |
+
|
2407 |
+
4.0.002 (2008-07-07)
|
2408 |
+
- Bug [2000861] was still unfixed and has been fixed.
|
2409 |
+
|
2410 |
+
4.0.001 (2008-07-05)
|
2411 |
+
- Bug [2000861] was fixed.
|
2412 |
+
|
2413 |
+
4.0.000 (2008-07-03)
|
2414 |
+
- THIS IS A MAIN RELEASE THAT INCLUDES SEVERAL NEW FEATURES AND BUGFIXES
|
2415 |
+
- Signature fo SetTextColor() and SetFillColor() functions was changed (parameter $storeprev was removed).
|
2416 |
+
- HTML support was completely rewritten and improved (see example 6).
|
2417 |
+
- Alignments parameters were fixed.
|
2418 |
+
- Functions GetArrStringWidth() and GetStringWidth() now include font parameters.
|
2419 |
+
- Fonts support was improved.
|
2420 |
+
- All core fonts were replaced and moved to fonts/ directory.
|
2421 |
+
- The following functions were added: getMargins(), getFontSize(), getFontSizePt().
|
2422 |
+
- File config/tcpdf_config_old.php was renamed tcpdf_config_alt.php and updated.
|
2423 |
+
- Multicell and WriteHTMLCell fill function was fixed.
|
2424 |
+
- Several minor bugs were fixed.
|
2425 |
+
- barcodes.php was updated.
|
2426 |
+
- All examples were updated.
|
2427 |
+
|
2428 |
+
------------------------------------------------------------
|
2429 |
+
|
2430 |
+
3.1.001 (2008-06-13)
|
2431 |
+
- Bug [1992515] "K_PATH_FONTS default value wrong" was fixed.
|
2432 |
+
- Vera font was removed, DejaVu font and Free fonts were updated.
|
2433 |
+
- Image handling was improved.
|
2434 |
+
- All examples were updated.
|
2435 |
+
|
2436 |
+
3.1.000 (2008-06-11)
|
2437 |
+
- setPDFVersion() was added to change the default PDF version (currently 1.7).
|
2438 |
+
- setViewerPreferences() was added to control the way the document is to be presented on the screen or printed (see example 29).
|
2439 |
+
- SetDisplayMode() signature was changed (new options were added).
|
2440 |
+
- LinearGradient(), RadialGradient(), CoonsPatchMesh() functions were added to print various color gradients (see example 30).
|
2441 |
+
- PieSector() function was added to render render pie charts (see example 31).
|
2442 |
+
- ImageEps() was added to display EPS and AI images with limited support (see example 32).
|
2443 |
+
- writeBarcode() function is now depracated, a new write1DBarcode() function was added. The barcode directory was removed and a new barcodes.php file was added.
|
2444 |
+
- The new write1DBarcode() function support more barcodes and do not need the GD library (see example 027). All barcodes are directly written to PDF using graphic functions.
|
2445 |
+
- HTML lists were improved and could be nested (you may now represent trees).
|
2446 |
+
- AddFont() bug was fixed.
|
2447 |
+
- _putfonts() bug was fixed.
|
2448 |
+
- graphics functions were fixed.
|
2449 |
+
- unicode_data.php file was updated (fixed).
|
2450 |
+
- almohanad font was updated.
|
2451 |
+
- example 18 was updated (Farsi and Arabic languages).
|
2452 |
+
- source code cleanup.
|
2453 |
+
- All examples were updated and new examples were added.
|
2454 |
+
|
2455 |
+
3.0.015 (2008-06-06)
|
2456 |
+
- AddPage() function signature is changed to include page format.
|
2457 |
+
- example 28 was added to show page format changes.
|
2458 |
+
- setPageUnit() function was added to change the page units of measure.
|
2459 |
+
- setPageFormat() function was added to change the page format and orientation between pages.
|
2460 |
+
- setPageOrientation() function was added to change the page orientation.
|
2461 |
+
- Arabic font shaping was fixed for laa letter and square boxes (see the example 18).
|
2462 |
+
|
2463 |
+
3.0.014 (2008-06-04)
|
2464 |
+
- Arabic font shaping was fixed.
|
2465 |
+
- setDefaultTableColumns() function was added.
|
2466 |
+
- $cell_height_ratio variable was added.
|
2467 |
+
- setCellHeightRatio() function was added to define the default height of cell repect font height.
|
2468 |
+
|
2469 |
+
3.0.013 (2008-06-03)
|
2470 |
+
- Multicell height parameter was fixed.
|
2471 |
+
- Arabic font shaping was improved.
|
2472 |
+
- unicode_data.php was updated.
|
2473 |
+
|
2474 |
+
3.0.012 (2008-05-30)
|
2475 |
+
- K_PATH_MAIN and K_PATH_URL constants are now automatically set on config file.
|
2476 |
+
- DOCUMENT_ROOT constant was fixed for IIS Webserver (config file was updated).
|
2477 |
+
- Arabic font shaping was improved.
|
2478 |
+
- TranslateY() function was fixed (bug [1977962]).
|
2479 |
+
- setVisibility() function was fixed.
|
2480 |
+
- writeBarcode() function was fixed to scale using $xref parameter.
|
2481 |
+
- All examples were updated.
|
2482 |
+
|
2483 |
+
3.0.011 (2008-05-23)
|
2484 |
+
- CMYK color support was added to all graphic functions.
|
2485 |
+
- HTML table support was improved:
|
2486 |
+
-- now it's possible to include additional html tags inside a cell;
|
2487 |
+
-- colspan attribute was added.
|
2488 |
+
- example 006 was updated.
|
2489 |
+
|
2490 |
+
3.0.010 (2008-05-21)
|
2491 |
+
- fixed $laa_array inclusion on utf8Bidi() function.
|
2492 |
+
|
2493 |
+
3.0.009 (2008-05-20)
|
2494 |
+
- unicode_data.php was updated.
|
2495 |
+
- Arabic laa letter problem was fixed.
|
2496 |
+
|
2497 |
+
3.0.008 (2008-05-12)
|
2498 |
+
- Arabic support was fixed and improved (unicode_data.php was updated).
|
2499 |
+
- Polycurve() function was added to draw a poly-Bezier curve.
|
2500 |
+
- list items alignment was fixed.
|
2501 |
+
- example 6 was updated.
|
2502 |
+
|
2503 |
+
3.0.007 (2008-05-06)
|
2504 |
+
- Arabic support was fixed and improved.
|
2505 |
+
- AlMohanad (arabic) font was added.
|
2506 |
+
- C128 barcode bugs were fixed.
|
2507 |
+
|
2508 |
+
3.0.006 (2008-04-21)
|
2509 |
+
- Condition to check negative width values was added.
|
2510 |
+
|
2511 |
+
3.0.005 (2008-04-18)
|
2512 |
+
- back-Slash character escape was fixed on writeHTML() function.
|
2513 |
+
- Exampe 6 was updated.
|
2514 |
+
|
2515 |
+
3.0.004 (2008-04-11)
|
2516 |
+
- Bug [1939304] (Right to Left Issue) was fixed.
|
2517 |
+
|
2518 |
+
3.0.003 (2008-04-07)
|
2519 |
+
- Bug [1934523](Words between HTML tags in cell not kept on one line) was fixed.
|
2520 |
+
- "face" attribute of "font" tag is now fully supported.
|
2521 |
+
|
2522 |
+
3.0.002 (2008-04-01)
|
2523 |
+
- Write() functions now return the number of cells and not the number of lines.
|
2524 |
+
- TCPDF is released under LGPL 2.1, or any later version.
|
2525 |
+
|
2526 |
+
3.0.001 (2008-05-28)
|
2527 |
+
- _legacyparsejpeg() and _legacyparsepng() were renamed _parsejpeg() and _parsepng().
|
2528 |
+
- function writeBarcode() was fixed.
|
2529 |
+
- all examples were updated.
|
2530 |
+
- example 27 was added to show various barcodes.
|
2531 |
+
|
2532 |
+
3.0.000 (2008-03-27)
|
2533 |
+
- private function pixelsToMillimeters() was changed to public function pixelsToUnits() to fix html image size bug.
|
2534 |
+
- Image-related functions were rewritten.
|
2535 |
+
- resize parameter was added to Image() signature to reduce the image size and fit width and height (see example 9).
|
2536 |
+
- TCPDF now supports all images supported by GD library: GD, GD2, GD2PART, GIF, JPEG, PNG, BMP, XBM, XPM.
|
2537 |
+
- CMYK support was added to SetDrawColor(), SetFillColor(), SetTextColor() (see example 22).
|
2538 |
+
- Page Groups were added (see example 23).
|
2539 |
+
- setVisibility() function was added to restrict the rendering of some elements to screen or printout (see example 24).
|
2540 |
+
- All private variables and functions were changed to protected.
|
2541 |
+
- setAlpha() function was added to give transparency support for all objects (see example 25).
|
2542 |
+
- Clipping and stroke modes were added to Text() function (see example 26).
|
2543 |
+
- All examples were moved to "examples" directory.
|
2544 |
+
- function setJPEGQuality() was added to set the JPEG image comrpession (see example 9).
|
2545 |
+
|
2546 |
+
2.9.000 (2008-03-26)
|
2547 |
+
- htmlcolors.php file was added to include html colors.
|
2548 |
+
- Support for HTML color names and three-digit hexadecimal color codes was added.
|
2549 |
+
- private function convertColorHexToDec() was renamed convertHTMLColorToDec().
|
2550 |
+
- color and bgcolor attributes are now supported on all HTML tags (color nesting is also supported).
|
2551 |
+
- Write() function were fixed.
|
2552 |
+
- example_006.php was updated.
|
2553 |
+
- private function setUserRights() was added to release user rights on Acrobat Reader (this allows to display forms, see example 14)
|
2554 |
+
|
2555 |
+
2.8.000 (2008-03-20)
|
2556 |
+
- Private variables were changed to protected.
|
2557 |
+
- Function Write() was fixed and improved.
|
2558 |
+
- Support for dl, dt, dd, del HTML tags was introduced.
|
2559 |
+
- Line-trought mode was added for HTML and text.
|
2560 |
+
- Text vertical alignment on cells were fixed.
|
2561 |
+
- Examples were updated to reflect changes.
|
2562 |
+
|
2563 |
+
2.7.002 (2008-03-13)
|
2564 |
+
- Bug "[1912142] Encrypted PDF created/modified date" was fixed.
|
2565 |
+
|
2566 |
+
2.7.001 (2008-03-10)
|
2567 |
+
- Cell justification was fixed for non-unicode mode.
|
2568 |
+
|
2569 |
+
2.7.000 (2008-03-09)
|
2570 |
+
- Cell() stretching mode 4 (forced character spacing) was fixed.
|
2571 |
+
- writeHTMLCell() now uses Multicell() to write.
|
2572 |
+
- Multicell() has a new parameter $ishtml to act as writeHTMLCell().
|
2573 |
+
- Write() speed was improved for non-arabic strings.
|
2574 |
+
- Example n. 20 was changed.
|
2575 |
+
|
2576 |
+
2.6.000 (2008-03-07)
|
2577 |
+
- various alignments bugs were fixed.
|
2578 |
+
|
2579 |
+
2.5.000 (2008-03-07)
|
2580 |
+
- Several bugs were fixed.
|
2581 |
+
- example_019.php was added to test non-unicode mode using old fonts.
|
2582 |
+
|
2583 |
+
2.4.000 (2008-03-06)
|
2584 |
+
- RTL support was deeply improved.
|
2585 |
+
- GetStringWidth() was fixed to support RTL languages.
|
2586 |
+
- Text() RTL alignment was fixed.
|
2587 |
+
- Some functions were added: GetArrStringWidth(), GetCharWidth(), uniord(), utf8Bidi().
|
2588 |
+
- example_018.php was added and test_unicode.php was removed.
|
2589 |
+
|
2590 |
+
2.3.000 (2008-03-05)
|
2591 |
+
- MultiCell() signature is changed. Now support multiple columns across pages (see example_017).
|
2592 |
+
- Write() signature is changed. Now support the cell mode to be used with MultiCell.
|
2593 |
+
- Header() and Footer() were changed.
|
2594 |
+
- The following functions were added: UTF8ArrSubString() and unichr().
|
2595 |
+
- Examples were updated to reflect last changes.
|
2596 |
+
|
2597 |
+
2.2.004 (2008-03-04)
|
2598 |
+
- Several examples were added.
|
2599 |
+
- AddPage() Header() and Footer() were fixed.
|
2600 |
+
- Documentation is now available on http://www.tcpdf.org
|
2601 |
+
|
2602 |
+
2.2.003 (2008-03-03)
|
2603 |
+
- [1894853] Performance of MultiCell() was improved.
|
2604 |
+
- RadioButton and ListBox functions were added.
|
2605 |
+
- javascript form functions were rewritten and properties names are changed. The properties function supported by form fields are listed on Possible values are listed on http://www.adobe.com/devnet/acrobat/pdfs/js_developer_guide.pdf.
|
2606 |
+
|
2607 |
+
2.2.002 (2008-02-28)
|
2608 |
+
- [1900495] html images path was fixed.
|
2609 |
+
- Legacy image functions were reintroduced to allow PNG and JPEG support without GD library.
|
2610 |
+
|
2611 |
+
2.2.001 (2008-02-16)
|
2612 |
+
- The bug "[1894700] bug with replace relative path" was fixed
|
2613 |
+
- Justification was fixed
|
2614 |
+
|
2615 |
+
2.2.000 (2008-02-12)
|
2616 |
+
- fixed javascript bug introduced with latest release
|
2617 |
+
|
2618 |
+
2.1.002 (2008-02-12)
|
2619 |
+
- Justify function was fixed on PHP4 version.
|
2620 |
+
- Bookmank function was added ([1578250] Table of contents).
|
2621 |
+
- Javascript and Form fields support was added ([1796359] Form fields).
|
2622 |
+
|
2623 |
+
2.1.001 (2008-02-10)
|
2624 |
+
- The bug "[1885776] Race Condition in function justitfy" was fixed.
|
2625 |
+
- The bug "[1890217] xpdf complains that pdf is incorrect" was fixed.
|
2626 |
+
|
2627 |
+
2.1.000 (2008-01-07)
|
2628 |
+
- FPDF_FONTPATH constant was changed to K_PATH_FONTS on config file
|
2629 |
+
- Bidirectional Algorithm to correctly reverse bidirectional languages was added.
|
2630 |
+
- SetLeftMargin, SetTopMargin, SetRightMargin functions were fixed.
|
2631 |
+
- SetCellPadding function was added.
|
2632 |
+
- writeHTML was updated with new parameters.
|
2633 |
+
- Text function was fixed.
|
2634 |
+
- MultiCell function was fixed, now works also across multiple pages.
|
2635 |
+
- Line width was fixed on Header and Footer functions and <hr> tag.
|
2636 |
+
- "GetImageSize" was renamed "getimagesize".
|
2637 |
+
- Document version was changed from 1.3 to 1.5.
|
2638 |
+
- _begindoc() function was fixed.
|
2639 |
+
- ChangeDate was fixed and ModDate was added.
|
2640 |
+
- The following functions were added:
|
2641 |
+
setPage() : Move pointer to the specified document page.
|
2642 |
+
getPage() : Get current document page number.
|
2643 |
+
lastpage() : Reset pointer to the last document page.
|
2644 |
+
getNumPages() : Get the total number of inserted pages.
|
2645 |
+
GetNumChars() : count the number of (UTF-8) characters in a string.
|
2646 |
+
- $stretch parameter was added to Cell() function to fit text on cell:
|
2647 |
+
0 = disabled
|
2648 |
+
1 = horizontal scaling only if necessary
|
2649 |
+
2 = forced horizontal scaling
|
2650 |
+
3 = character spacing only if necessary
|
2651 |
+
4 = forced character spacing
|
2652 |
+
- Line function was fixed for RTL.
|
2653 |
+
- Graphic transformation functions were added [1811158]:
|
2654 |
+
StartTransform()
|
2655 |
+
StopTransform()
|
2656 |
+
ScaleX()
|
2657 |
+
ScaleY()
|
2658 |
+
ScaleXY()
|
2659 |
+
Scale()
|
2660 |
+
MirrorH()
|
2661 |
+
MirrorV()
|
2662 |
+
MirrorP()
|
2663 |
+
MirrorL()
|
2664 |
+
TranslateX()
|
2665 |
+
TranslateY()
|
2666 |
+
Translate()
|
2667 |
+
Rotate()
|
2668 |
+
SkewX()
|
2669 |
+
SkewY()
|
2670 |
+
Skew()
|
2671 |
+
- Graphic function were added/updated [1688549]:
|
2672 |
+
SetLineStyle()
|
2673 |
+
_outPoint()
|
2674 |
+
_outLine()
|
2675 |
+
_outRect()
|
2676 |
+
_outCurve()
|
2677 |
+
Line()
|
2678 |
+
Rect()
|
2679 |
+
Curve
|
2680 |
+
Ellipse
|
2681 |
+
Circle
|
2682 |
+
Polygon
|
2683 |
+
RegularPolygon
|
2684 |
+
|
2685 |
+
2.0.000 (2008-01-04)
|
2686 |
+
- RTL (Right-To-Left) languages support was added. Language direction is set using the $l['a_meta_dir'] setting on /configure/language/xxx.php language files.
|
2687 |
+
- setRTL($enable) method was added to manually enable/disable the RTL text direction.
|
2688 |
+
- The attribute "dir" was added to support custom text direction on HTML tags. Possible values are: ltr - for Left-To-Right and RTL for Right-To-Left.
|
2689 |
+
- RC4 40bit encryption was added. Check the SetProtection method.
|
2690 |
+
- [1815213] Improved image support for GIF, JPEG, PNG formats.
|
2691 |
+
- [1800094] Attribute "value" was added to ordered list items <li>.
|
2692 |
+
- Image function now has a new "align" parameter that indicates the alignment of the pointer next to image insertion and relative to image height. The value can be:
|
2693 |
+
T: top-right for LTR or top-left for RTL
|
2694 |
+
M: middle-right for LTR or middle-left for RTL
|
2695 |
+
B: bottom-right for LTR or bottom-left for RTL
|
2696 |
+
N: next line
|
2697 |
+
- Attribute "align" was added to <img> html tag to set the above image "align" parameter. Possible values are:
|
2698 |
+
top: top-right for LTR or top-left for RTL
|
2699 |
+
middle: middle-right for LTR or middle-left for RTL
|
2700 |
+
bottom: bottom-right for LTR or bottom-left for RTL
|
2701 |
+
- [1798103] newline was added after </ul>, </ol> and </p> tages.
|
2702 |
+
- [1816393] Documentation was updated.
|
2703 |
+
- 'ln' parameter was fixed on writeHTMLCell. Now it's possible to print two or more columns across several pages;
|
2704 |
+
- The method lastPage() was added to move the pointer on the last page;
|
2705 |
+
|
2706 |
+
------------------------------------------------------------
|
2707 |
+
|
2708 |
+
1.53.0.TC034 (2007-07-30)
|
2709 |
+
- fixed htmlentities conversion.
|
2710 |
+
- MultiCell() function returns the number of cells.
|
2711 |
+
|
2712 |
+
1.53.0.TC033 (2007-07-30)
|
2713 |
+
- fixed bug 1762550: case sensitive for font files
|
2714 |
+
- NOTE: all fonts files names must be in lowercase!
|
2715 |
+
|
2716 |
+
1.53.0.TC032 (2007-07-27)
|
2717 |
+
- setLastH method was added to resolve bug 1689071.
|
2718 |
+
- all fonts names were converted in lowercase (bug 1713005).
|
2719 |
+
- bug 1740954 was fixed.
|
2720 |
+
- justification was added as Cell option.
|
2721 |
+
|
2722 |
+
1.53.0.TC031 (2007-03-20)
|
2723 |
+
- ToUnicode CMap were added on _puttruetypeunicode function. Now you may search and copy unicode text.
|
2724 |
+
|
2725 |
+
1.53.0.TC030 (2007-03-06)
|
2726 |
+
- fixed bug on PHP4 version.
|
2727 |
+
|
2728 |
+
1.53.0.TC029 (2007-03-06)
|
2729 |
+
- DejaVu Fonts were added.
|
2730 |
+
|
2731 |
+
1.53.0.TC028 (2007-03-03)
|
2732 |
+
- MultiCell function signature were changed: the $ln parameter were added. Check documentation for further information.
|
2733 |
+
- Greek language were added on example sentences.
|
2734 |
+
- setPrintHeader() and setPrintFooter() functions were added to enable or disable page header and footer.
|
2735 |
+
|
2736 |
+
1.53.0.TC027 (2006-12-14)
|
2737 |
+
- $attr['face'] bug were fixed.
|
2738 |
+
- K_TCPDF_EXTERNAL_CONFIG control where introduced on /config/tcpdf_config.php to use external configuration files.
|
2739 |
+
|
2740 |
+
1.53.0.TC026 (2006-10-28)
|
2741 |
+
- writeHTML function call were fixed on examples.
|
2742 |
+
|
2743 |
+
1.53.0.TC025 (2006-10-27)
|
2744 |
+
- Bugs item #1421290 were fixed (0D - 0A substitution in some characters)
|
2745 |
+
- Bugs item #1573174 were fixed (MultiCell documentation)
|
2746 |
+
|
2747 |
+
1.53.0.TC024 (2006-09-26)
|
2748 |
+
- getPageHeight() function were fixed (bug 1543476).
|
2749 |
+
- fixed missing breaks on closedHTMLTagHandler function (bug 1535263).
|
2750 |
+
- fixed extra spaces on Write function (bug 1535262).
|
2751 |
+
|
2752 |
+
1.53.0.TC023 (2006-08-04)
|
2753 |
+
- paths to barcode directory were fixed.
|
2754 |
+
- documentation were updated.
|
2755 |
+
|
2756 |
+
1.53.0.TC022 (2006-07-16)
|
2757 |
+
- fixed bug: [ 1516858 ] Probs with PHP autoloader and class_exists()
|
2758 |
+
|
2759 |
+
1.53.0.TC021 (2006-07-01)
|
2760 |
+
- HTML attributes with whitespaces are now supported (thanks to Nelson Benitez for his support)
|
2761 |
+
|
2762 |
+
1.53.0.TC020 (2006-06-23)
|
2763 |
+
- code cleanup
|
2764 |
+
|
2765 |
+
1.53.0.TC019 (2006-05-21)
|
2766 |
+
- fixed <strong> and <em> closing tags
|
2767 |
+
|
2768 |
+
1.53.0.TC018 (2006-05-18)
|
2769 |
+
- fixed font names bug
|
2770 |
+
|
2771 |
+
1.53.0.TC017 (2006-05-18)
|
2772 |
+
- the TTF2UFM utility to convert True Type fonts for TCPDF were included on fonts folder.
|
2773 |
+
- new free unicode fonts were included on /fonts/freefont.
|
2774 |
+
- test_unicode.php example were exended.
|
2775 |
+
- parameter $fill were added on Write, writeHTML and writeHTMLCell functions.
|
2776 |
+
- documentation were updated.
|
2777 |
+
|
2778 |
+
1.53.0.TC016 (2006-03-09)
|
2779 |
+
- fixed closing <strong> tag on html parser.
|
2780 |
+
|
2781 |
+
1.53.0.TC016 (2005-08-28)
|
2782 |
+
- fpdf.php and tcpdf.php files were joined in one single class (you can still extend TCPDF with your own class).
|
2783 |
+
- fixed problem when mb_internal_encoding is set.
|
2784 |
+
|
2785 |
+
1.53.0.TC014 (2005-05-29)
|
2786 |
+
- fixed WriteHTMLCell new page issue.
|
2787 |
+
|
2788 |
+
1.53.0.TC013 (2005-05-29)
|
2789 |
+
- fixed WriteHTMLCell across pages.
|
2790 |
+
|
2791 |
+
1.53.0.TC012 (2005-05-29)
|
2792 |
+
- font color attribute bug were fixed.
|
2793 |
+
|
2794 |
+
1.53.0.TC011 (2005-03-31)
|
2795 |
+
- SetFont function were fixed (thank Sjaak Lauwers for bug notice).
|
2796 |
+
|
2797 |
+
1.53.0.TC010 (2005-03-22)
|
2798 |
+
- the html functions were improved (thanks to Manfred Vervuert for bug reporting).
|
2799 |
+
|
2800 |
+
1.53.0.TC009 (2005-03-19)
|
2801 |
+
- a wrong reference to convertColorHexToDec were fixed.
|
2802 |
+
|
2803 |
+
1.53.0.TC008 (2005-02-07)
|
2804 |
+
- removed some extra bytes from PHP files.
|
2805 |
+
|
2806 |
+
1.53.0.TC007 (2005-01-08)
|
2807 |
+
- fill attribute were removed from writeHTMLCell method.
|
2808 |
+
|
2809 |
+
1.53.0.TC006 (2005-01-08)
|
2810 |
+
- the documentation were updated.
|
2811 |
+
|
2812 |
+
1.53.0.TC005 (2005-01-05)
|
2813 |
+
- Steven Wittens's unicode methods were removed.
|
2814 |
+
- All unicode methods were rewritten from scratch.
|
2815 |
+
- TCPDF is now licensed as LGPL.
|
2816 |
+
|
2817 |
+
1.53.0.TC004 (2005-01-04)
|
2818 |
+
- this changelog were added.
|
2819 |
+
- removed commercial fonts for licensing issue.
|
2820 |
+
- Bitstream Vera Fonts were added (http://www.bitstream.com/font_rendering/products/dev_fonts/vera.html).
|
2821 |
+
- Now the AddFont and SetFont functions returns the basic font if the styled version do not exist.
|
2822 |
+
|
2823 |
+
EOF --------------------------------------------------------
|
app/code/community/ZsoltNet/LedgerInvoice/controllers/tcpdf/LICENSE.TXT
ADDED
@@ -0,0 +1,858 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
**********************************************************************
|
2 |
+
* TCPDF LICENSE
|
3 |
+
**********************************************************************
|
4 |
+
|
5 |
+
TCPDF is free software: you can redistribute it and/or modify it
|
6 |
+
under the terms of the GNU Lesser General Public License as
|
7 |
+
published by the Free Software Foundation, either version 3 of the
|
8 |
+
License, or (at your option) any later version.
|
9 |
+
|
10 |
+
**********************************************************************
|
11 |
+
**********************************************************************
|
12 |
+
|
13 |
+
GNU LESSER GENERAL PUBLIC LICENSE
|
14 |
+
Version 3, 29 June 2007
|
15 |
+
|
16 |
+
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
|
17 |
+
Everyone is permitted to copy and distribute verbatim copies
|
18 |
+
of this license document, but changing it is not allowed.
|
19 |
+
|
20 |
+
|
21 |
+
This version of the GNU Lesser General Public License incorporates
|
22 |
+
the terms and conditions of version 3 of the GNU General Public
|
23 |
+
License, supplemented by the additional permissions listed below.
|
24 |
+
|
25 |
+
0. Additional Definitions.
|
26 |
+
|
27 |
+
As used herein, "this License" refers to version 3 of the GNU Lesser
|
28 |
+
General Public License, and the "GNU GPL" refers to version 3 of the GNU
|
29 |
+
General Public License.
|
30 |
+
|
31 |
+
"The Library" refers to a covered work governed by this License,
|
32 |
+
other than an Application or a Combined Work as defined below.
|
33 |
+
|
34 |
+
An "Application" is any work that makes use of an interface provided
|
35 |
+
by the Library, but which is not otherwise based on the Library.
|
36 |
+
Defining a subclass of a class defined by the Library is deemed a mode
|
37 |
+
of using an interface provided by the Library.
|
38 |
+
|
39 |
+
A "Combined Work" is a work produced by combining or linking an
|
40 |
+
Application with the Library. The particular version of the Library
|
41 |
+
with which the Combined Work was made is also called the "Linked
|
42 |
+
Version".
|
43 |
+
|
44 |
+
The "Minimal Corresponding Source" for a Combined Work means the
|
45 |
+
Corresponding Source for the Combined Work, excluding any source code
|
46 |
+
for portions of the Combined Work that, considered in isolation, are
|
47 |
+
based on the Application, and not on the Linked Version.
|
48 |
+
|
49 |
+
The "Corresponding Application Code" for a Combined Work means the
|
50 |
+
object code and/or source code for the Application, including any data
|
51 |
+
and utility programs needed for reproducing the Combined Work from the
|
52 |
+
Application, but excluding the System Libraries of the Combined Work.
|
53 |
+
|
54 |
+
1. Exception to Section 3 of the GNU GPL.
|
55 |
+
|
56 |
+
You may convey a covered work under sections 3 and 4 of this License
|
57 |
+
without being bound by section 3 of the GNU GPL.
|
58 |
+
|
59 |
+
2. Conveying Modified Versions.
|
60 |
+
|
61 |
+
If you modify a copy of the Library, and, in your modifications, a
|
62 |
+
facility refers to a function or data to be supplied by an Application
|
63 |
+
that uses the facility (other than as an argument passed when the
|
64 |
+
facility is invoked), then you may convey a copy of the modified
|
65 |
+
version:
|
66 |
+
|
67 |
+
a) under this License, provided that you make a good faith effort to
|
68 |
+
ensure that, in the event an Application does not supply the
|
69 |
+
function or data, the facility still operates, and performs
|
70 |
+
whatever part of its purpose remains meaningful, or
|
71 |
+
|
72 |
+
b) under the GNU GPL, with none of the additional permissions of
|
73 |
+
this License applicable to that copy.
|
74 |
+
|
75 |
+
3. Object Code Incorporating Material from Library Header Files.
|
76 |
+
|
77 |
+
The object code form of an Application may incorporate material from
|
78 |
+
a header file that is part of the Library. You may convey such object
|
79 |
+
code under terms of your choice, provided that, if the incorporated
|
80 |
+
material is not limited to numerical parameters, data structure
|
81 |
+
layouts and accessors, or small macros, inline functions and templates
|
82 |
+
(ten or fewer lines in length), you do both of the following:
|
83 |
+
|
84 |
+
a) Give prominent notice with each copy of the object code that the
|
85 |
+
Library is used in it and that the Library and its use are
|
86 |
+
covered by this License.
|
87 |
+
|
88 |
+
b) Accompany the object code with a copy of the GNU GPL and this license
|
89 |
+
document.
|
90 |
+
|
91 |
+
4. Combined Works.
|
92 |
+
|
93 |
+
You may convey a Combined Work under terms of your choice that,
|
94 |
+
taken together, effectively do not restrict modification of the
|
95 |
+
portions of the Library contained in the Combined Work and reverse
|
96 |
+
engineering for debugging such modifications, if you also do each of
|
97 |
+
the following:
|
98 |
+
|
99 |
+
a) Give prominent notice with each copy of the Combined Work that
|
100 |
+
the Library is used in it and that the Library and its use are
|
101 |
+
covered by this License.
|
102 |
+
|
103 |
+
b) Accompany the Combined Work with a copy of the GNU GPL and this license
|
104 |
+
document.
|
105 |
+
|
106 |
+
c) For a Combined Work that displays copyright notices during
|
107 |
+
execution, include the copyright notice for the Library among
|
108 |
+
these notices, as well as a reference directing the user to the
|
109 |
+
copies of the GNU GPL and this license document.
|
110 |
+
|
111 |
+
d) Do one of the following:
|
112 |
+
|
113 |
+
0) Convey the Minimal Corresponding Source under the terms of this
|
114 |
+
License, and the Corresponding Application Code in a form
|
115 |
+
suitable for, and under terms that permit, the user to
|
116 |
+
recombine or relink the Application with a modified version of
|
117 |
+
the Linked Version to produce a modified Combined Work, in the
|
118 |
+
manner specified by section 6 of the GNU GPL for conveying
|
119 |
+
Corresponding Source.
|
120 |
+
|
121 |
+
1) Use a suitable shared library mechanism for linking with the
|
122 |
+
Library. A suitable mechanism is one that (a) uses at run time
|
123 |
+
a copy of the Library already present on the user's computer
|
124 |
+
system, and (b) will operate properly with a modified version
|
125 |
+
of the Library that is interface-compatible with the Linked
|
126 |
+
Version.
|
127 |
+
|
128 |
+
e) Provide Installation Information, but only if you would otherwise
|
129 |
+
be required to provide such information under section 6 of the
|
130 |
+
GNU GPL, and only to the extent that such information is
|
131 |
+
necessary to install and execute a modified version of the
|
132 |
+
Combined Work produced by recombining or relinking the
|
133 |
+
Application with a modified version of the Linked Version. (If
|
134 |
+
you use option 4d0, the Installation Information must accompany
|
135 |
+
the Minimal Corresponding Source and Corresponding Application
|
136 |
+
Code. If you use option 4d1, you must provide the Installation
|
137 |
+
Information in the manner specified by section 6 of the GNU GPL
|
138 |
+
for conveying Corresponding Source.)
|
139 |
+
|
140 |
+
5. Combined Libraries.
|
141 |
+
|
142 |
+
You may place library facilities that are a work based on the
|
143 |
+
Library side by side in a single library together with other library
|
144 |
+
facilities that are not Applications and are not covered by this
|
145 |
+
License, and convey such a combined library under terms of your
|
146 |
+
choice, if you do both of the following:
|
147 |
+
|
148 |
+
a) Accompany the combined library with a copy of the same work based
|
149 |
+
on the Library, uncombined with any other library facilities,
|
150 |
+
conveyed under the terms of this License.
|
151 |
+
|
152 |
+
b) Give prominent notice with the combined library that part of it
|
153 |
+
is a work based on the Library, and explaining where to find the
|
154 |
+
accompanying uncombined form of the same work.
|
155 |
+
|
156 |
+
6. Revised Versions of the GNU Lesser General Public License.
|
157 |
+
|
158 |
+
The Free Software Foundation may publish revised and/or new versions
|
159 |
+
of the GNU Lesser General Public License from time to time. Such new
|
160 |
+
versions will be similar in spirit to the present version, but may
|
161 |
+
differ in detail to address new problems or concerns.
|
162 |
+
|
163 |
+
Each version is given a distinguishing version number. If the
|
164 |
+
Library as you received it specifies that a certain numbered version
|
165 |
+
of the GNU Lesser General Public License "or any later version"
|
166 |
+
applies to it, you have the option of following the terms and
|
167 |
+
conditions either of that published version or of any later version
|
168 |
+
published by the Free Software Foundation. If the Library as you
|
169 |
+
received it does not specify a version number of the GNU Lesser
|
170 |
+
General Public License, you may choose any version of the GNU Lesser
|
171 |
+
General Public License ever published by the Free Software Foundation.
|
172 |
+
|
173 |
+
If the Library as you received it specifies that a proxy can decide
|
174 |
+
whether future versions of the GNU Lesser General Public License shall
|
175 |
+
apply, that proxy's public statement of acceptance of any version is
|
176 |
+
permanent authorization for you to choose that version for the
|
177 |
+
Library.
|
178 |
+
|
179 |
+
**********************************************************************
|
180 |
+
**********************************************************************
|
181 |
+
|
182 |
+
GNU GENERAL PUBLIC LICENSE
|
183 |
+
Version 3, 29 June 2007
|
184 |
+
|
185 |
+
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
|
186 |
+
Everyone is permitted to copy and distribute verbatim copies
|
187 |
+
of this license document, but changing it is not allowed.
|
188 |
+
|
189 |
+
Preamble
|
190 |
+
|
191 |
+
The GNU General Public License is a free, copyleft license for
|
192 |
+
software and other kinds of works.
|
193 |
+
|
194 |
+
The licenses for most software and other practical works are designed
|
195 |
+
to take away your freedom to share and change the works. By contrast,
|
196 |
+
the GNU General Public License is intended to guarantee your freedom to
|
197 |
+
share and change all versions of a program--to make sure it remains free
|
198 |
+
software for all its users. We, the Free Software Foundation, use the
|
199 |
+
GNU General Public License for most of our software; it applies also to
|
200 |
+
any other work released this way by its authors. You can apply it to
|
201 |
+
your programs, too.
|
202 |
+
|
203 |
+
When we speak of free software, we are referring to freedom, not
|
204 |
+
price. Our General Public Licenses are designed to make sure that you
|
205 |
+
have the freedom to distribute copies of free software (and charge for
|
206 |
+
them if you wish), that you receive source code or can get it if you
|
207 |
+
want it, that you can change the software or use pieces of it in new
|
208 |
+
free programs, and that you know you can do these things.
|
209 |
+
|
210 |
+
To protect your rights, we need to prevent others from denying you
|
211 |
+
these rights or asking you to surrender the rights. Therefore, you have
|
212 |
+
certain responsibilities if you distribute copies of the software, or if
|
213 |
+
you modify it: responsibilities to respect the freedom of others.
|
214 |
+
|
215 |
+
For example, if you distribute copies of such a program, whether
|
216 |
+
gratis or for a fee, you must pass on to the recipients the same
|
217 |
+
freedoms that you received. You must make sure that they, too, receive
|
218 |
+
or can get the source code. And you must show them these terms so they
|
219 |
+
know their rights.
|
220 |
+
|
221 |
+
Developers that use the GNU GPL protect your rights with two steps:
|
222 |
+
(1) assert copyright on the software, and (2) offer you this License
|
223 |
+
giving you legal permission to copy, distribute and/or modify it.
|
224 |
+
|
225 |
+
For the developers' and authors' protection, the GPL clearly explains
|
226 |
+
that there is no warranty for this free software. For both users' and
|
227 |
+
authors' sake, the GPL requires that modified versions be marked as
|
228 |
+
changed, so that their problems will not be attributed erroneously to
|
229 |
+
authors of previous versions.
|
230 |
+
|
231 |
+
Some devices are designed to deny users access to install or run
|
232 |
+
modified versions of the software inside them, although the manufacturer
|
233 |
+
can do so. This is fundamentally incompatible with the aim of
|
234 |
+
protecting users' freedom to change the software. The systematic
|
235 |
+
pattern of such abuse occurs in the area of products for individuals to
|
236 |
+
use, which is precisely where it is most unacceptable. Therefore, we
|
237 |
+
have designed this version of the GPL to prohibit the practice for those
|
238 |
+
products. If such problems arise substantially in other domains, we
|
239 |
+
stand ready to extend this provision to those domains in future versions
|
240 |
+
of the GPL, as needed to protect the freedom of users.
|
241 |
+
|
242 |
+
Finally, every program is threatened constantly by software patents.
|
243 |
+
States should not allow patents to restrict development and use of
|
244 |
+
software on general-purpose computers, but in those that do, we wish to
|
245 |
+
avoid the special danger that patents applied to a free program could
|
246 |
+
make it effectively proprietary. To prevent this, the GPL assures that
|
247 |
+
patents cannot be used to render the program non-free.
|
248 |
+
|
249 |
+
The precise terms and conditions for copying, distribution and
|
250 |
+
modification follow.
|
251 |
+
|
252 |
+
TERMS AND CONDITIONS
|
253 |
+
|
254 |
+
0. Definitions.
|
255 |
+
|
256 |
+
"This License" refers to version 3 of the GNU General Public License.
|
257 |
+
|
258 |
+
"Copyright" also means copyright-like laws that apply to other kinds of
|
259 |
+
works, such as semiconductor masks.
|
260 |
+
|
261 |
+
"The Program" refers to any copyrightable work licensed under this
|
262 |
+
License. Each licensee is addressed as "you". "Licensees" and
|
263 |
+
"recipients" may be individuals or organizations.
|
264 |
+
|
265 |
+
To "modify" a work means to copy from or adapt all or part of the work
|
266 |
+
in a fashion requiring copyright permission, other than the making of an
|
267 |
+
exact copy. The resulting work is called a "modified version" of the
|
268 |
+
earlier work or a work "based on" the earlier work.
|
269 |
+
|
270 |
+
A "covered work" means either the unmodified Program or a work based
|
271 |
+
on the Program.
|
272 |
+
|
273 |
+
To "propagate" a work means to do anything with it that, without
|
274 |
+
permission, would make you directly or secondarily liable for
|
275 |
+
infringement under applicable copyright law, except executing it on a
|
276 |
+
computer or modifying a private copy. Propagation includes copying,
|
277 |
+
distribution (with or without modification), making available to the
|
278 |
+
public, and in some countries other activities as well.
|
279 |
+
|
280 |
+
To "convey" a work means any kind of propagation that enables other
|
281 |
+
parties to make or receive copies. Mere interaction with a user through
|
282 |
+
a computer network, with no transfer of a copy, is not conveying.
|
283 |
+
|
284 |
+
An interactive user interface displays "Appropriate Legal Notices"
|
285 |
+
to the extent that it includes a convenient and prominently visible
|
286 |
+
feature that (1) displays an appropriate copyright notice, and (2)
|
287 |
+
tells the user that there is no warranty for the work (except to the
|
288 |
+
extent that warranties are provided), that licensees may convey the
|
289 |
+
work under this License, and how to view a copy of this License. If
|
290 |
+
the interface presents a list of user commands or options, such as a
|
291 |
+
menu, a prominent item in the list meets this criterion.
|
292 |
+
|
293 |
+
1. Source Code.
|
294 |
+
|
295 |
+
The "source code" for a work means the preferred form of the work
|
296 |
+
for making modifications to it. "Object code" means any non-source
|
297 |
+
form of a work.
|
298 |
+
|
299 |
+
A "Standard Interface" means an interface that either is an official
|
300 |
+
standard defined by a recognized standards body, or, in the case of
|
301 |
+
interfaces specified for a particular programming language, one that
|
302 |
+
is widely used among developers working in that language.
|
303 |
+
|
304 |
+
The "System Libraries" of an executable work include anything, other
|
305 |
+
than the work as a whole, that (a) is included in the normal form of
|
306 |
+
packaging a Major Component, but which is not part of that Major
|
307 |
+
Component, and (b) serves only to enable use of the work with that
|
308 |
+
Major Component, or to implement a Standard Interface for which an
|
309 |
+
implementation is available to the public in source code form. A
|
310 |
+
"Major Component", in this context, means a major essential component
|
311 |
+
(kernel, window system, and so on) of the specific operating system
|
312 |
+
(if any) on which the executable work runs, or a compiler used to
|
313 |
+
produce the work, or an object code interpreter used to run it.
|
314 |
+
|
315 |
+
The "Corresponding Source" for a work in object code form means all
|
316 |
+
the source code needed to generate, install, and (for an executable
|
317 |
+
work) run the object code and to modify the work, including scripts to
|
318 |
+
control those activities. However, it does not include the work's
|
319 |
+
System Libraries, or general-purpose tools or generally available free
|
320 |
+
programs which are used unmodified in performing those activities but
|
321 |
+
which are not part of the work. For example, Corresponding Source
|
322 |
+
includes interface definition files associated with source files for
|
323 |
+
the work, and the source code for shared libraries and dynamically
|
324 |
+
linked subprograms that the work is specifically designed to require,
|
325 |
+
such as by intimate data communication or control flow between those
|
326 |
+
subprograms and other parts of the work.
|
327 |
+
|
328 |
+
The Corresponding Source need not include anything that users
|
329 |
+
can regenerate automatically from other parts of the Corresponding
|
330 |
+
Source.
|
331 |
+
|
332 |
+
The Corresponding Source for a work in source code form is that
|
333 |
+
same work.
|
334 |
+
|
335 |
+
2. Basic Permissions.
|
336 |
+
|
337 |
+
All rights granted under this License are granted for the term of
|
338 |
+
copyright on the Program, and are irrevocable provided the stated
|
339 |
+
conditions are met. This License explicitly affirms your unlimited
|
340 |
+
permission to run the unmodified Program. The output from running a
|
341 |
+
covered work is covered by this License only if the output, given its
|
342 |
+
content, constitutes a covered work. This License acknowledges your
|
343 |
+
rights of fair use or other equivalent, as provided by copyright law.
|
344 |
+
|
345 |
+
You may make, run and propagate covered works that you do not
|
346 |
+
convey, without conditions so long as your license otherwise remains
|
347 |
+
in force. You may convey covered works to others for the sole purpose
|
348 |
+
of having them make modifications exclusively for you, or provide you
|
349 |
+
with facilities for running those works, provided that you comply with
|
350 |
+
the terms of this License in conveying all material for which you do
|
351 |
+
not control copyright. Those thus making or running the covered works
|
352 |
+
for you must do so exclusively on your behalf, under your direction
|
353 |
+
and control, on terms that prohibit them from making any copies of
|
354 |
+
your copyrighted material outside their relationship with you.
|
355 |
+
|
356 |
+
Conveying under any other circumstances is permitted solely under
|
357 |
+
the conditions stated below. Sublicensing is not allowed; section 10
|
358 |
+
makes it unnecessary.
|
359 |
+
|
360 |
+
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
|
361 |
+
|
362 |
+
No covered work shall be deemed part of an effective technological
|
363 |
+
measure under any applicable law fulfilling obligations under article
|
364 |
+
11 of the WIPO copyright treaty adopted on 20 December 1996, or
|
365 |
+
similar laws prohibiting or restricting circumvention of such
|
366 |
+
measures.
|
367 |
+
|
368 |
+
When you convey a covered work, you waive any legal power to forbid
|
369 |
+
circumvention of technological measures to the extent such circumvention
|
370 |
+
is effected by exercising rights under this License with respect to
|
371 |
+
the covered work, and you disclaim any intention to limit operation or
|
372 |
+
modification of the work as a means of enforcing, against the work's
|
373 |
+
users, your or third parties' legal rights to forbid circumvention of
|
374 |
+
technological measures.
|
375 |
+
|
376 |
+
4. Conveying Verbatim Copies.
|
377 |
+
|
378 |
+
You may convey verbatim copies of the Program's source code as you
|
379 |
+
receive it, in any medium, provided that you conspicuously and
|
380 |
+
appropriately publish on each copy an appropriate copyright notice;
|
381 |
+
keep intact all notices stating that this License and any
|
382 |
+
non-permissive terms added in accord with section 7 apply to the code;
|
383 |
+
keep intact all notices of the absence of any warranty; and give all
|
384 |
+
recipients a copy of this License along with the Program.
|
385 |
+
|
386 |
+
You may charge any price or no price for each copy that you convey,
|
387 |
+
and you may offer support or warranty protection for a fee.
|
388 |
+
|
389 |
+
5. Conveying Modified Source Versions.
|
390 |
+
|
391 |
+
You may convey a work based on the Program, or the modifications to
|
392 |
+
produce it from the Program, in the form of source code under the
|
393 |
+
terms of section 4, provided that you also meet all of these conditions:
|
394 |
+
|
395 |
+
a) The work must carry prominent notices stating that you modified
|
396 |
+
it, and giving a relevant date.
|
397 |
+
|
398 |
+
b) The work must carry prominent notices stating that it is
|
399 |
+
released under this License and any conditions added under section
|
400 |
+
7. This requirement modifies the requirement in section 4 to
|
401 |
+
"keep intact all notices".
|
402 |
+
|
403 |
+
c) You must license the entire work, as a whole, under this
|
404 |
+
License to anyone who comes into possession of a copy. This
|
405 |
+
License will therefore apply, along with any applicable section 7
|
406 |
+
additional terms, to the whole of the work, and all its parts,
|
407 |
+
regardless of how they are packaged. This License gives no
|
408 |
+
permission to license the work in any other way, but it does not
|
409 |
+
invalidate such permission if you have separately received it.
|
410 |
+
|
411 |
+
d) If the work has interactive user interfaces, each must display
|
412 |
+
Appropriate Legal Notices; however, if the Program has interactive
|
413 |
+
interfaces that do not display Appropriate Legal Notices, your
|
414 |
+
work need not make them do so.
|
415 |
+
|
416 |
+
A compilation of a covered work with other separate and independent
|
417 |
+
works, which are not by their nature extensions of the covered work,
|
418 |
+
and which are not combined with it such as to form a larger program,
|
419 |
+
in or on a volume of a storage or distribution medium, is called an
|
420 |
+
"aggregate" if the compilation and its resulting copyright are not
|
421 |
+
used to limit the access or legal rights of the compilation's users
|
422 |
+
beyond what the individual works permit. Inclusion of a covered work
|
423 |
+
in an aggregate does not cause this License to apply to the other
|
424 |
+
parts of the aggregate.
|
425 |
+
|
426 |
+
6. Conveying Non-Source Forms.
|
427 |
+
|
428 |
+
You may convey a covered work in object code form under the terms
|
429 |
+
of sections 4 and 5, provided that you also convey the
|
430 |
+
machine-readable Corresponding Source under the terms of this License,
|
431 |
+
in one of these ways:
|
432 |
+
|
433 |
+
a) Convey the object code in, or embodied in, a physical product
|
434 |
+
(including a physical distribution medium), accompanied by the
|
435 |
+
Corresponding Source fixed on a durable physical medium
|
436 |
+
customarily used for software interchange.
|
437 |
+
|
438 |
+
b) Convey the object code in, or embodied in, a physical product
|
439 |
+
(including a physical distribution medium), accompanied by a
|
440 |
+
written offer, valid for at least three years and valid for as
|
441 |
+
long as you offer spare parts or customer support for that product
|
442 |
+
model, to give anyone who possesses the object code either (1) a
|
443 |
+
copy of the Corresponding Source for all the software in the
|
444 |
+
product that is covered by this License, on a durable physical
|
445 |
+
medium customarily used for software interchange, for a price no
|
446 |
+
more than your reasonable cost of physically performing this
|
447 |
+
conveying of source, or (2) access to copy the
|
448 |
+
Corresponding Source from a network server at no charge.
|
449 |
+
|
450 |
+
c) Convey individual copies of the object code with a copy of the
|
451 |
+
written offer to provide the Corresponding Source. This
|
452 |
+
alternative is allowed only occasionally and noncommercially, and
|
453 |
+
only if you received the object code with such an offer, in accord
|
454 |
+
with subsection 6b.
|
455 |
+
|
456 |
+
d) Convey the object code by offering access from a designated
|
457 |
+
place (gratis or for a charge), and offer equivalent access to the
|
458 |
+
Corresponding Source in the same way through the same place at no
|
459 |
+
further charge. You need not require recipients to copy the
|
460 |
+
Corresponding Source along with the object code. If the place to
|
461 |
+
copy the object code is a network server, the Corresponding Source
|
462 |
+
may be on a different server (operated by you or a third party)
|
463 |
+
that supports equivalent copying facilities, provided you maintain
|
464 |
+
clear directions next to the object code saying where to find the
|
465 |
+
Corresponding Source. Regardless of what server hosts the
|
466 |
+
Corresponding Source, you remain obligated to ensure that it is
|
467 |
+
available for as long as needed to satisfy these requirements.
|
468 |
+
|
469 |
+
e) Convey the object code using peer-to-peer transmission, provided
|
470 |
+
you inform other peers where the object code and Corresponding
|
471 |
+
Source of the work are being offered to the general public at no
|
472 |
+
charge under subsection 6d.
|
473 |
+
|
474 |
+
A separable portion of the object code, whose source code is excluded
|
475 |
+
from the Corresponding Source as a System Library, need not be
|
476 |
+
included in conveying the object code work.
|
477 |
+
|
478 |
+
A "User Product" is either (1) a "consumer product", which means any
|
479 |
+
tangible personal property which is normally used for personal, family,
|
480 |
+
or household purposes, or (2) anything designed or sold for incorporation
|
481 |
+
into a dwelling. In determining whether a product is a consumer product,
|
482 |
+
doubtful cases shall be resolved in favor of coverage. For a particular
|
483 |
+
product received by a particular user, "normally used" refers to a
|
484 |
+
typical or common use of that class of product, regardless of the status
|
485 |
+
of the particular user or of the way in which the particular user
|
486 |
+
actually uses, or expects or is expected to use, the product. A product
|
487 |
+
is a consumer product regardless of whether the product has substantial
|
488 |
+
commercial, industrial or non-consumer uses, unless such uses represent
|
489 |
+
the only significant mode of use of the product.
|
490 |
+
|
491 |
+
"Installation Information" for a User Product means any methods,
|
492 |
+
procedures, authorization keys, or other information required to install
|
493 |
+
and execute modified versions of a covered work in that User Product from
|
494 |
+
a modified version of its Corresponding Source. The information must
|
495 |
+
suffice to ensure that the continued functioning of the modified object
|
496 |
+
code is in no case prevented or interfered with solely because
|
497 |
+
modification has been made.
|
498 |
+
|
499 |
+
If you convey an object code work under this section in, or with, or
|
500 |
+
specifically for use in, a User Product, and the conveying occurs as
|
501 |
+
part of a transaction in which the right of possession and use of the
|
502 |
+
User Product is transferred to the recipient in perpetuity or for a
|
503 |
+
fixed term (regardless of how the transaction is characterized), the
|
504 |
+
Corresponding Source conveyed under this section must be accompanied
|
505 |
+
by the Installation Information. But this requirement does not apply
|
506 |
+
if neither you nor any third party retains the ability to install
|
507 |
+
modified object code on the User Product (for example, the work has
|
508 |
+
been installed in ROM).
|
509 |
+
|
510 |
+
The requirement to provide Installation Information does not include a
|
511 |
+
requirement to continue to provide support service, warranty, or updates
|
512 |
+
for a work that has been modified or installed by the recipient, or for
|
513 |
+
the User Product in which it has been modified or installed. Access to a
|
514 |
+
network may be denied when the modification itself materially and
|
515 |
+
adversely affects the operation of the network or violates the rules and
|
516 |
+
protocols for communication across the network.
|
517 |
+
|
518 |
+
Corresponding Source conveyed, and Installation Information provided,
|
519 |
+
in accord with this section must be in a format that is publicly
|
520 |
+
documented (and with an implementation available to the public in
|
521 |
+
source code form), and must require no special password or key for
|
522 |
+
unpacking, reading or copying.
|
523 |
+
|
524 |
+
7. Additional Terms.
|
525 |
+
|
526 |
+
"Additional permissions" are terms that supplement the terms of this
|
527 |
+
License by making exceptions from one or more of its conditions.
|
528 |
+
Additional permissions that are applicable to the entire Program shall
|
529 |
+
be treated as though they were included in this License, to the extent
|
530 |
+
that they are valid under applicable law. If additional permissions
|
531 |
+
apply only to part of the Program, that part may be used separately
|
532 |
+
under those permissions, but the entire Program remains governed by
|
533 |
+
this License without regard to the additional permissions.
|
534 |
+
|
535 |
+
When you convey a copy of a covered work, you may at your option
|
536 |
+
remove any additional permissions from that copy, or from any part of
|
537 |
+
it. (Additional permissions may be written to require their own
|
538 |
+
removal in certain cases when you modify the work.) You may place
|
539 |
+
additional permissions on material, added by you to a covered work,
|
540 |
+
for which you have or can give appropriate copyright permission.
|
541 |
+
|
542 |
+
Notwithstanding any other provision of this License, for material you
|
543 |
+
add to a covered work, you may (if authorized by the copyright holders of
|
544 |
+
that material) supplement the terms of this License with terms:
|
545 |
+
|
546 |
+
a) Disclaiming warranty or limiting liability differently from the
|
547 |
+
terms of sections 15 and 16 of this License; or
|
548 |
+
|
549 |
+
b) Requiring preservation of specified reasonable legal notices or
|
550 |
+
author attributions in that material or in the Appropriate Legal
|
551 |
+
Notices displayed by works containing it; or
|
552 |
+
|
553 |
+
c) Prohibiting misrepresentation of the origin of that material, or
|
554 |
+
requiring that modified versions of such material be marked in
|
555 |
+
reasonable ways as different from the original version; or
|
556 |
+
|
557 |
+
d) Limiting the use for publicity purposes of names of licensors or
|
558 |
+
authors of the material; or
|
559 |
+
|
560 |
+
e) Declining to grant rights under trademark law for use of some
|
561 |
+
trade names, trademarks, or service marks; or
|
562 |
+
|
563 |
+
f) Requiring indemnification of licensors and authors of that
|
564 |
+
material by anyone who conveys the material (or modified versions of
|
565 |
+
it) with contractual assumptions of liability to the recipient, for
|
566 |
+
any liability that these contractual assumptions directly impose on
|
567 |
+
those licensors and authors.
|
568 |
+
|
569 |
+
All other non-permissive additional terms are considered "further
|
570 |
+
restrictions" within the meaning of section 10. If the Program as you
|
571 |
+
received it, or any part of it, contains a notice stating that it is
|
572 |
+
governed by this License along with a term that is a further
|
573 |
+
restriction, you may remove that term. If a license document contains
|
574 |
+
a further restriction but permits relicensing or conveying under this
|
575 |
+
License, you may add to a covered work material governed by the terms
|
576 |
+
of that license document, provided that the further restriction does
|
577 |
+
not survive such relicensing or conveying.
|
578 |
+
|
579 |
+
If you add terms to a covered work in accord with this section, you
|
580 |
+
must place, in the relevant source files, a statement of the
|
581 |
+
additional terms that apply to those files, or a notice indicating
|
582 |
+
where to find the applicable terms.
|
583 |
+
|
584 |
+
Additional terms, permissive or non-permissive, may be stated in the
|
585 |
+
form of a separately written license, or stated as exceptions;
|
586 |
+
the above requirements apply either way.
|
587 |
+
|
588 |
+
8. Termination.
|
589 |
+
|
590 |
+
You may not propagate or modify a covered work except as expressly
|
591 |
+
provided under this License. Any attempt otherwise to propagate or
|
592 |
+
modify it is void, and will automatically terminate your rights under
|
593 |
+
this License (including any patent licenses granted under the third
|
594 |
+
paragraph of section 11).
|
595 |
+
|
596 |
+
However, if you cease all violation of this License, then your
|
597 |
+
license from a particular copyright holder is reinstated (a)
|
598 |
+
provisionally, unless and until the copyright holder explicitly and
|
599 |
+
finally terminates your license, and (b) permanently, if the copyright
|
600 |
+
holder fails to notify you of the violation by some reasonable means
|
601 |
+
prior to 60 days after the cessation.
|
602 |
+
|
603 |
+
Moreover, your license from a particular copyright holder is
|
604 |
+
reinstated permanently if the copyright holder notifies you of the
|
605 |
+
violation by some reasonable means, this is the first time you have
|
606 |
+
received notice of violation of this License (for any work) from that
|
607 |
+
copyright holder, and you cure the violation prior to 30 days after
|
608 |
+
your receipt of the notice.
|
609 |
+
|
610 |
+
Termination of your rights under this section does not terminate the
|
611 |
+
licenses of parties who have received copies or rights from you under
|
612 |
+
this License. If your rights have been terminated and not permanently
|
613 |
+
reinstated, you do not qualify to receive new licenses for the same
|
614 |
+
material under section 10.
|
615 |
+
|
616 |
+
9. Acceptance Not Required for Having Copies.
|
617 |
+
|
618 |
+
You are not required to accept this License in order to receive or
|
619 |
+
run a copy of the Program. Ancillary propagation of a covered work
|
620 |
+
occurring solely as a consequence of using peer-to-peer transmission
|
621 |
+
to receive a copy likewise does not require acceptance. However,
|
622 |
+
nothing other than this License grants you permission to propagate or
|
623 |
+
modify any covered work. These actions infringe copyright if you do
|
624 |
+
not accept this License. Therefore, by modifying or propagating a
|
625 |
+
covered work, you indicate your acceptance of this License to do so.
|
626 |
+
|
627 |
+
10. Automatic Licensing of Downstream Recipients.
|
628 |
+
|
629 |
+
Each time you convey a covered work, the recipient automatically
|
630 |
+
receives a license from the original licensors, to run, modify and
|
631 |
+
propagate that work, subject to this License. You are not responsible
|
632 |
+
for enforcing compliance by third parties with this License.
|
633 |
+
|
634 |
+
An "entity transaction" is a transaction transferring control of an
|
635 |
+
organization, or substantially all assets of one, or subdividing an
|
636 |
+
organization, or merging organizations. If propagation of a covered
|
637 |
+
work results from an entity transaction, each party to that
|
638 |
+
transaction who receives a copy of the work also receives whatever
|
639 |
+
licenses to the work the party's predecessor in interest had or could
|
640 |
+
give under the previous paragraph, plus a right to possession of the
|
641 |
+
Corresponding Source of the work from the predecessor in interest, if
|
642 |
+
the predecessor has it or can get it with reasonable efforts.
|
643 |
+
|
644 |
+
You may not impose any further restrictions on the exercise of the
|
645 |
+
rights granted or affirmed under this License. For example, you may
|
646 |
+
not impose a license fee, royalty, or other charge for exercise of
|
647 |
+
rights granted under this License, and you may not initiate litigation
|
648 |
+
(including a cross-claim or counterclaim in a lawsuit) alleging that
|
649 |
+
any patent claim is infringed by making, using, selling, offering for
|
650 |
+
sale, or importing the Program or any portion of it.
|
651 |
+
|
652 |
+
11. Patents.
|
653 |
+
|
654 |
+
A "contributor" is a copyright holder who authorizes use under this
|
655 |
+
License of the Program or a work on which the Program is based. The
|
656 |
+
work thus licensed is called the contributor's "contributor version".
|
657 |
+
|
658 |
+
A contributor's "essential patent claims" are all patent claims
|
659 |
+
owned or controlled by the contributor, whether already acquired or
|
660 |
+
hereafter acquired, that would be infringed by some manner, permitted
|
661 |
+
by this License, of making, using, or selling its contributor version,
|
662 |
+
but do not include claims that would be infringed only as a
|
663 |
+
consequence of further modification of the contributor version. For
|
664 |
+
purposes of this definition, "control" includes the right to grant
|
665 |
+
patent sublicenses in a manner consistent with the requirements of
|
666 |
+
this License.
|
667 |
+
|
668 |
+
Each contributor grants you a non-exclusive, worldwide, royalty-free
|
669 |
+
patent license under the contributor's essential patent claims, to
|
670 |
+
make, use, sell, offer for sale, import and otherwise run, modify and
|
671 |
+
propagate the contents of its contributor version.
|
672 |
+
|
673 |
+
In the following three paragraphs, a "patent license" is any express
|
674 |
+
agreement or commitment, however denominated, not to enforce a patent
|
675 |
+
(such as an express permission to practice a patent or covenant not to
|
676 |
+
sue for patent infringement). To "grant" such a patent license to a
|
677 |
+
party means to make such an agreement or commitment not to enforce a
|
678 |
+
patent against the party.
|
679 |
+
|
680 |
+
If you convey a covered work, knowingly relying on a patent license,
|
681 |
+
and the Corresponding Source of the work is not available for anyone
|
682 |
+
to copy, free of charge and under the terms of this License, through a
|
683 |
+
publicly available network server or other readily accessible means,
|
684 |
+
then you must either (1) cause the Corresponding Source to be so
|
685 |
+
available, or (2) arrange to deprive yourself of the benefit of the
|
686 |
+
patent license for this particular work, or (3) arrange, in a manner
|
687 |
+
consistent with the requirements of this License, to extend the patent
|
688 |
+
license to downstream recipients. "Knowingly relying" means you have
|
689 |
+
actual knowledge that, but for the patent license, your conveying the
|
690 |
+
covered work in a country, or your recipient's use of the covered work
|
691 |
+
in a country, would infringe one or more identifiable patents in that
|
692 |
+
country that you have reason to believe are valid.
|
693 |
+
|
694 |
+
If, pursuant to or in connection with a single transaction or
|
695 |
+
arrangement, you convey, or propagate by procuring conveyance of, a
|
696 |
+
covered work, and grant a patent license to some of the parties
|
697 |
+
receiving the covered work authorizing them to use, propagate, modify
|
698 |
+
or convey a specific copy of the covered work, then the patent license
|
699 |
+
you grant is automatically extended to all recipients of the covered
|
700 |
+
work and works based on it.
|
701 |
+
|
702 |
+
A patent license is "discriminatory" if it does not include within
|
703 |
+
the scope of its coverage, prohibits the exercise of, or is
|
704 |
+
conditioned on the non-exercise of one or more of the rights that are
|
705 |
+
specifically granted under this License. You may not convey a covered
|
706 |
+
work if you are a party to an arrangement with a third party that is
|
707 |
+
in the business of distributing software, under which you make payment
|
708 |
+
to the third party based on the extent of your activity of conveying
|
709 |
+
the work, and under which the third party grants, to any of the
|
710 |
+
parties who would receive the covered work from you, a discriminatory
|
711 |
+
patent license (a) in connection with copies of the covered work
|
712 |
+
conveyed by you (or copies made from those copies), or (b) primarily
|
713 |
+
for and in connection with specific products or compilations that
|
714 |
+
contain the covered work, unless you entered into that arrangement,
|
715 |
+
or that patent license was granted, prior to 28 March 2007.
|
716 |
+
|
717 |
+
Nothing in this License shall be construed as excluding or limiting
|
718 |
+
any implied license or other defenses to infringement that may
|
719 |
+
otherwise be available to you under applicable patent law.
|
720 |
+
|
721 |
+
12. No Surrender of Others' Freedom.
|
722 |
+
|
723 |
+
If conditions are imposed on you (whether by court order, agreement or
|
724 |
+
otherwise) that contradict the conditions of this License, they do not
|
725 |
+
excuse you from the conditions of this License. If you cannot convey a
|
726 |
+
covered work so as to satisfy simultaneously your obligations under this
|
727 |
+
License and any other pertinent obligations, then as a consequence you may
|
728 |
+
not convey it at all. For example, if you agree to terms that obligate you
|
729 |
+
to collect a royalty for further conveying from those to whom you convey
|
730 |
+
the Program, the only way you could satisfy both those terms and this
|
731 |
+
License would be to refrain entirely from conveying the Program.
|
732 |
+
|
733 |
+
13. Use with the GNU Affero General Public License.
|
734 |
+
|
735 |
+
Notwithstanding any other provision of this License, you have
|
736 |
+
permission to link or combine any covered work with a work licensed
|
737 |
+
under version 3 of the GNU Affero General Public License into a single
|
738 |
+
combined work, and to convey the resulting work. The terms of this
|
739 |
+
License will continue to apply to the part which is the covered work,
|
740 |
+
but the special requirements of the GNU Affero General Public License,
|
741 |
+
section 13, concerning interaction through a network will apply to the
|
742 |
+
combination as such.
|
743 |
+
|
744 |
+
14. Revised Versions of this License.
|
745 |
+
|
746 |
+
The Free Software Foundation may publish revised and/or new versions of
|
747 |
+
the GNU General Public License from time to time. Such new versions will
|
748 |
+
be similar in spirit to the present version, but may differ in detail to
|
749 |
+
address new problems or concerns.
|
750 |
+
|
751 |
+
Each version is given a distinguishing version number. If the
|
752 |
+
Program specifies that a certain numbered version of the GNU General
|
753 |
+
Public License "or any later version" applies to it, you have the
|
754 |
+
option of following the terms and conditions either of that numbered
|
755 |
+
version or of any later version published by the Free Software
|
756 |
+
Foundation. If the Program does not specify a version number of the
|
757 |
+
GNU General Public License, you may choose any version ever published
|
758 |
+
by the Free Software Foundation.
|
759 |
+
|
760 |
+
If the Program specifies that a proxy can decide which future
|
761 |
+
versions of the GNU General Public License can be used, that proxy's
|
762 |
+
public statement of acceptance of a version permanently authorizes you
|
763 |
+
to choose that version for the Program.
|
764 |
+
|
765 |
+
Later license versions may give you additional or different
|
766 |
+
permissions. However, no additional obligations are imposed on any
|
767 |
+
author or copyright holder as a result of your choosing to follow a
|
768 |
+
later version.
|
769 |
+
|
770 |
+
15. Disclaimer of Warranty.
|
771 |
+
|
772 |
+
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
|
773 |
+
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
|
774 |
+
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
|
775 |
+
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
|
776 |
+
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
777 |
+
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
|
778 |
+
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
|
779 |
+
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
|
780 |
+
|
781 |
+
16. Limitation of Liability.
|
782 |
+
|
783 |
+
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
784 |
+
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
|
785 |
+
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
|
786 |
+
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
|
787 |
+
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
|
788 |
+
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
|
789 |
+
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
|
790 |
+
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
|
791 |
+
SUCH DAMAGES.
|
792 |
+
|
793 |
+
17. Interpretation of Sections 15 and 16.
|
794 |
+
|
795 |
+
If the disclaimer of warranty and limitation of liability provided
|
796 |
+
above cannot be given local legal effect according to their terms,
|
797 |
+
reviewing courts shall apply local law that most closely approximates
|
798 |
+
an absolute waiver of all civil liability in connection with the
|
799 |
+
Program, unless a warranty or assumption of liability accompanies a
|
800 |
+
copy of the Program in return for a fee.
|
801 |
+
|
802 |
+
END OF TERMS AND CONDITIONS
|
803 |
+
|
804 |
+
How to Apply These Terms to Your New Programs
|
805 |
+
|
806 |
+
If you develop a new program, and you want it to be of the greatest
|
807 |
+
possible use to the public, the best way to achieve this is to make it
|
808 |
+
free software which everyone can redistribute and change under these terms.
|
809 |
+
|
810 |
+
To do so, attach the following notices to the program. It is safest
|
811 |
+
to attach them to the start of each source file to most effectively
|
812 |
+
state the exclusion of warranty; and each file should have at least
|
813 |
+
the "copyright" line and a pointer to where the full notice is found.
|
814 |
+
|
815 |
+
<one line to give the program's name and a brief idea of what it does.>
|
816 |
+
Copyright (C) <year> <name of author>
|
817 |
+
|
818 |
+
This program is free software: you can redistribute it and/or modify
|
819 |
+
it under the terms of the GNU General Public License as published by
|
820 |
+
the Free Software Foundation, either version 3 of the License, or
|
821 |
+
(at your option) any later version.
|
822 |
+
|
823 |
+
This program is distributed in the hope that it will be useful,
|
824 |
+
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
825 |
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
826 |
+
GNU General Public License for more details.
|
827 |
+
|
828 |
+
You should have received a copy of the GNU General Public License
|
829 |
+
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
830 |
+
|
831 |
+
Also add information on how to contact you by electronic and paper mail.
|
832 |
+
|
833 |
+
If the program does terminal interaction, make it output a short
|
834 |
+
notice like this when it starts in an interactive mode:
|
835 |
+
|
836 |
+
<program> Copyright (C) <year> <name of author>
|
837 |
+
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
838 |
+
This is free software, and you are welcome to redistribute it
|
839 |
+
under certain conditions; type `show c' for details.
|
840 |
+
|
841 |
+
The hypothetical commands `show w' and `show c' should show the appropriate
|
842 |
+
parts of the General Public License. Of course, your program's commands
|
843 |
+
might be different; for a GUI interface, you would use an "about box".
|
844 |
+
|
845 |
+
You should also get your employer (if you work as a programmer) or school,
|
846 |
+
if any, to sign a "copyright disclaimer" for the program, if necessary.
|
847 |
+
For more information on this, and how to apply and follow the GNU GPL, see
|
848 |
+
<http://www.gnu.org/licenses/>.
|
849 |
+
|
850 |
+
The GNU General Public License does not permit incorporating your program
|
851 |
+
into proprietary programs. If your program is a subroutine library, you
|
852 |
+
may consider it more useful to permit linking proprietary applications with
|
853 |
+
the library. If this is what you want to do, use the GNU Lesser General
|
854 |
+
Public License instead of this License. But first, please read
|
855 |
+
<http://www.gnu.org/philosophy/why-not-lgpl.html>.
|
856 |
+
|
857 |
+
**********************************************************************
|
858 |
+
**********************************************************************
|
app/code/community/ZsoltNet/LedgerInvoice/controllers/tcpdf/README.TXT
ADDED
@@ -0,0 +1,111 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
TCPDF - README
|
2 |
+
============================================================
|
3 |
+
|
4 |
+
I WISH TO IMPROVE AND EXPAND TCPDF BUT I NEED YOUR SUPPORT.
|
5 |
+
PLEASE MAKE A DONATION:
|
6 |
+
http://sourceforge.net/donate/index.php?group_id=128076
|
7 |
+
|
8 |
+
------------------------------------------------------------
|
9 |
+
|
10 |
+
Name: TCPDF
|
11 |
+
Version: 6.0.084
|
12 |
+
Release date: 2014-06-13
|
13 |
+
Author: Nicola Asuni
|
14 |
+
|
15 |
+
Copyright (c) 2002-2014:
|
16 |
+
Nicola Asuni
|
17 |
+
Tecnick.com LTD
|
18 |
+
www.tecnick.com
|
19 |
+
|
20 |
+
URLs:
|
21 |
+
http://www.tcpdf.org
|
22 |
+
http://www.sourceforge.net/projects/tcpdf
|
23 |
+
|
24 |
+
Description:
|
25 |
+
TCPDF is a PHP class for generating PDF files on-the-fly without requiring external extensions.
|
26 |
+
This library includes also a class to extract data from existing PDF documents and
|
27 |
+
classes to generate 1D and 2D barcodes in various formats.
|
28 |
+
|
29 |
+
Main Features:
|
30 |
+
* no external libraries are required for the basic functions;
|
31 |
+
* all standard page formats, custom page formats, custom margins and units of measure;
|
32 |
+
* UTF-8 Unicode and Right-To-Left languages;
|
33 |
+
* TrueTypeUnicode, OpenTypeUnicode v1, TrueType, OpenType v1, Type1 and CID-0 fonts;
|
34 |
+
* font subsetting;
|
35 |
+
* methods to publish some XHTML + CSS code, Javascript and Forms;
|
36 |
+
* images, graphic (geometric figures) and transformation methods;
|
37 |
+
* supports JPEG, PNG and SVG images natively, all images supported by GD (GD, GD2, GD2PART, GIF, JPEG, PNG, BMP, XBM, XPM) and all images supported via ImagMagick (http: www.imagemagick.org/www/formats.html)
|
38 |
+
* 1D and 2D barcodes: CODE 39, ANSI MH10.8M-1983, USD-3, 3 of 9, CODE 93, USS-93, Standard 2 of 5, Interleaved 2 of 5, CODE 128 A/B/C, 2 and 5 Digits UPC-Based Extention, EAN 8, EAN 13, UPC-A, UPC-E, MSI, POSTNET, PLANET, RMS4CC (Royal Mail 4-state Customer Code), CBC (Customer Bar Code), KIX (Klant index - Customer index), Intelligent Mail Barcode, Onecode, USPS-B-3200, CODABAR, CODE 11, PHARMACODE, PHARMACODE TWO-TRACKS, Datamatrix, QR-Code, PDF417;
|
39 |
+
* JPEG and PNG ICC profiles, Grayscale, RGB, CMYK, Spot Colors and Transparencies;
|
40 |
+
* automatic page header and footer management;
|
41 |
+
* document encryption up to 256 bit and digital signature certifications;
|
42 |
+
* transactions to UNDO commands;
|
43 |
+
* PDF annotations, including links, text and file attachments;
|
44 |
+
* text rendering modes (fill, stroke and clipping);
|
45 |
+
* multiple columns mode;
|
46 |
+
* no-write page regions;
|
47 |
+
* bookmarks, named destinations and table of content;
|
48 |
+
* text hyphenation;
|
49 |
+
* text stretching and spacing (tracking);
|
50 |
+
* automatic page break, line break and text alignments including justification;
|
51 |
+
* automatic page numbering and page groups;
|
52 |
+
* move and delete pages;
|
53 |
+
* page compression (requires php-zlib extension);
|
54 |
+
* XOBject Templates;
|
55 |
+
* Layers and object visibility.
|
56 |
+
* PDF/A-1b support.
|
57 |
+
|
58 |
+
Installation (full instructions on http: www.tcpdf.org):
|
59 |
+
1. copy the folder on your Web server
|
60 |
+
2. set your installation path and other parameters on the config/tcpdf_config.php
|
61 |
+
3. call the examples/example_001.php page with your browser to see an example
|
62 |
+
|
63 |
+
Source Code Documentation:
|
64 |
+
http://www.tcpdf.org
|
65 |
+
|
66 |
+
Additional Documentation:
|
67 |
+
http://www.tcpdf.org
|
68 |
+
|
69 |
+
License:
|
70 |
+
Copyright (C) 2002-2014 Nicola Asuni - Tecnick.com LTD
|
71 |
+
|
72 |
+
TCPDF is free software: you can redistribute it and/or modify it
|
73 |
+
under the terms of the GNU Lesser General Public License as
|
74 |
+
published by the Free Software Foundation, either version 3 of the
|
75 |
+
License, or (at your option) any later version.
|
76 |
+
|
77 |
+
TCPDF is distributed in the hope that it will be useful, but
|
78 |
+
WITHOUT ANY WARRANTY; without even the implied warranty of
|
79 |
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
80 |
+
See the GNU Lesser General Public License for more details.
|
81 |
+
|
82 |
+
You should have received a copy of the License
|
83 |
+
along with TCPDF. If not, see
|
84 |
+
<http://www.tecnick.com/pagefiles/tcpdf/LICENSE.TXT>.
|
85 |
+
|
86 |
+
See LICENSE.TXT file for more information.
|
87 |
+
|
88 |
+
Third party fonts:
|
89 |
+
|
90 |
+
This library may include third party font files released with different licenses.
|
91 |
+
|
92 |
+
All the PHP files on the fonts directory are subject to the general TCPDF license (GNU-LGPLv3),
|
93 |
+
they do not contain any binary data but just a description of the general properties of a particular font.
|
94 |
+
These files can be also generated on the fly using the font utilities and TCPDF methods.
|
95 |
+
|
96 |
+
All the original binary TTF font files have been renamed for compatibility with TCPDF and compressed using the gzcompress PHP function that uses the ZLIB data format (.z files).
|
97 |
+
|
98 |
+
The binary files (.z) that begins with the prefix "free" have been extracted from the GNU FreeFont collection (GNU-GPLv3).
|
99 |
+
The binary files (.z) that begins with the prefix "pdfa" have been derived from the GNU FreeFont, so they are subject to the same license.
|
100 |
+
For the details of Copyright, License and other information, please check the files inside the directory fonts/freefont-20120503
|
101 |
+
Link : http://www.gnu.org/software/freefont/
|
102 |
+
|
103 |
+
The binary files (.z) that begins with the prefix "dejavu" have been extracted from the DejaVu fonts 2.33 (Bitstream) collection.
|
104 |
+
For the details of Copyright, License and other information, please check the files inside the directory fonts/dejavu-fonts-ttf-2.33
|
105 |
+
Link : http://dejavu-fonts.org
|
106 |
+
|
107 |
+
The binary files (.z) that begins with the prefix "ae" have been extracted from the Arabeyes.org collection (GNU-GPLv2).
|
108 |
+
Link : http://projects.arabeyes.org/
|
109 |
+
|
110 |
+
|
111 |
+
============================================================
|
app/code/community/ZsoltNet/LedgerInvoice/controllers/tcpdf/composer.json
ADDED
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "tecnick.com/tcpdf",
|
3 |
+
"version": "6.0.084",
|
4 |
+
"homepage": "http://www.tcpdf.org/",
|
5 |
+
"type": "library",
|
6 |
+
"description": "TCPDF is a PHP class for generating PDF documents.",
|
7 |
+
"keywords": ["PDF","tcpdf","PDFD32000-2008","qrcode","datamatrix","pdf417","barcodes"],
|
8 |
+
"license": "LGPLv3",
|
9 |
+
"authors": [
|
10 |
+
{
|
11 |
+
"name": "Nicola Asuni",
|
12 |
+
"email": "info@tecnick.com",
|
13 |
+
"homepage": "http://nicolaasuni.tecnick.com"
|
14 |
+
}
|
15 |
+
],
|
16 |
+
"require": {
|
17 |
+
"php": ">=5.3.0"
|
18 |
+
},
|
19 |
+
"autoload": {
|
20 |
+
"classmap": [
|
21 |
+
"fonts",
|
22 |
+
"config",
|
23 |
+
"include",
|
24 |
+
"tcpdf.php",
|
25 |
+
"tcpdf_parser.php",
|
26 |
+
"tcpdf_import.php",
|
27 |
+
"tcpdf_barcodes_1d.php",
|
28 |
+
"tcpdf_barcodes_2d.php",
|
29 |
+
"include/tcpdf_colors.php",
|
30 |
+
"include/tcpdf_filters.php",
|
31 |
+
"include/tcpdf_font_data.php",
|
32 |
+
"include/tcpdf_fonts.php",
|
33 |
+
"include/tcpdf_images.php",
|
34 |
+
"include/tcpdf_static.php",
|
35 |
+
"include/barcodes/datamatrix.php",
|
36 |
+
"include/barcodes/pdf417.php",
|
37 |
+
"include/barcodes/qrcode.php"
|
38 |
+
]
|
39 |
+
}
|
40 |
+
}
|
app/code/community/ZsoltNet/LedgerInvoice/controllers/{pdf → tcpdf}/concat_pdf.php
RENAMED
@@ -1,8 +1,8 @@
|
|
1 |
<?php
|
2 |
-
require_once('
|
3 |
-
require_once('
|
4 |
|
5 |
-
class concat_pdf extends
|
6 |
var $files = array();
|
7 |
|
8 |
function setFiles($files) {
|
@@ -15,6 +15,8 @@ class concat_pdf extends FPDI{
|
|
15 |
|
16 |
function concat() {
|
17 |
foreach($this->files AS $file) {
|
|
|
|
|
18 |
$pagecount = $this->setSourceFile($file);
|
19 |
for ($i = 1; $i <= $pagecount; $i++) {
|
20 |
$tplidx = $this->ImportPage($i);
|
1 |
<?php
|
2 |
+
require_once('tcpdf.php');
|
3 |
+
require_once('tcpdi.php');
|
4 |
|
5 |
+
class concat_pdf extends TCPDI{
|
6 |
var $files = array();
|
7 |
|
8 |
function setFiles($files) {
|
15 |
|
16 |
function concat() {
|
17 |
foreach($this->files AS $file) {
|
18 |
+
$this->setPrintHeader(false);
|
19 |
+
$this->setPrintFooter(false);
|
20 |
$pagecount = $this->setSourceFile($file);
|
21 |
for ($i = 1; $i <= $pagecount; $i++) {
|
22 |
$tplidx = $this->ImportPage($i);
|
app/code/community/ZsoltNet/LedgerInvoice/controllers/tcpdf/config/tcpdf_config.php
ADDED
@@ -0,0 +1,222 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
//============================================================+
|
3 |
+
// File name : tcpdf_config.php
|
4 |
+
// Begin : 2004-06-11
|
5 |
+
// Last Update : 2014-01-25
|
6 |
+
//
|
7 |
+
// Description : Configuration file for TCPDF.
|
8 |
+
// Author : Nicola Asuni - Tecnick.com LTD - www.tecnick.com - info@tecnick.com
|
9 |
+
// License : GNU-LGPL v3 (http://www.gnu.org/copyleft/lesser.html)
|
10 |
+
// -------------------------------------------------------------------
|
11 |
+
// Copyright (C) 2004-2014 Nicola Asuni - Tecnick.com LTD
|
12 |
+
//
|
13 |
+
// This file is part of TCPDF software library.
|
14 |
+
//
|
15 |
+
// TCPDF is free software: you can redistribute it and/or modify it
|
16 |
+
// under the terms of the GNU Lesser General Public License as
|
17 |
+
// published by the Free Software Foundation, either version 3 of the
|
18 |
+
// License, or (at your option) any later version.
|
19 |
+
//
|
20 |
+
// TCPDF is distributed in the hope that it will be useful, but
|
21 |
+
// WITHOUT ANY WARRANTY; without even the implied warranty of
|
22 |
+
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
23 |
+
// See the GNU Lesser General Public License for more details.
|
24 |
+
//
|
25 |
+
// You should have received a copy of the GNU Lesser General Public License
|
26 |
+
// along with TCPDF. If not, see <http://www.gnu.org/licenses/>.
|
27 |
+
//
|
28 |
+
// See LICENSE.TXT file for more information.
|
29 |
+
//============================================================+
|
30 |
+
|
31 |
+
/**
|
32 |
+
* Configuration file for TCPDF.
|
33 |
+
* @author Nicola Asuni
|
34 |
+
* @package com.tecnick.tcpdf
|
35 |
+
* @version 4.9.005
|
36 |
+
* @since 2004-10-27
|
37 |
+
*/
|
38 |
+
|
39 |
+
// IMPORTANT:
|
40 |
+
// If you define the constant K_TCPDF_EXTERNAL_CONFIG, all the following settings will be ignored.
|
41 |
+
// If you use the tcpdf_autoconfig.php, then you can overwrite some values here.
|
42 |
+
|
43 |
+
|
44 |
+
/**
|
45 |
+
* Installation path (/var/www/tcpdf/).
|
46 |
+
* By default it is automatically calculated but you can also set it as a fixed string to improve performances.
|
47 |
+
*/
|
48 |
+
//define ('K_PATH_MAIN', '');
|
49 |
+
|
50 |
+
/**
|
51 |
+
* URL path to tcpdf installation folder (http://localhost/tcpdf/).
|
52 |
+
* By default it is automatically set but you can also set it as a fixed string to improve performances.
|
53 |
+
*/
|
54 |
+
//define ('K_PATH_URL', '');
|
55 |
+
|
56 |
+
/**
|
57 |
+
* Path for PDF fonts.
|
58 |
+
* By default it is automatically set but you can also set it as a fixed string to improve performances.
|
59 |
+
*/
|
60 |
+
//define ('K_PATH_FONTS', K_PATH_MAIN.'fonts/');
|
61 |
+
|
62 |
+
/**
|
63 |
+
* Default images directory.
|
64 |
+
* By default it is automatically set but you can also set it as a fixed string to improve performances.
|
65 |
+
*/
|
66 |
+
//define ('K_PATH_IMAGES', '');
|
67 |
+
|
68 |
+
/**
|
69 |
+
* Deafult image logo used be the default Header() method.
|
70 |
+
* Please set here your own logo or an empty string to disable it.
|
71 |
+
*/
|
72 |
+
//define ('PDF_HEADER_LOGO', '');
|
73 |
+
|
74 |
+
/**
|
75 |
+
* Header logo image width in user units.
|
76 |
+
*/
|
77 |
+
//define ('PDF_HEADER_LOGO_WIDTH', 0);
|
78 |
+
|
79 |
+
/**
|
80 |
+
* Cache directory for temporary files (full path).
|
81 |
+
*/
|
82 |
+
//define ('K_PATH_CACHE', '/tmp/');
|
83 |
+
|
84 |
+
/**
|
85 |
+
* Generic name for a blank image.
|
86 |
+
*/
|
87 |
+
define ('K_BLANK_IMAGE', '_blank.png');
|
88 |
+
|
89 |
+
/**
|
90 |
+
* Page format.
|
91 |
+
*/
|
92 |
+
define ('PDF_PAGE_FORMAT', 'A4');
|
93 |
+
|
94 |
+
/**
|
95 |
+
* Page orientation (P=portrait, L=landscape).
|
96 |
+
*/
|
97 |
+
define ('PDF_PAGE_ORIENTATION', 'P');
|
98 |
+
|
99 |
+
/**
|
100 |
+
* Document creator.
|
101 |
+
*/
|
102 |
+
define ('PDF_CREATOR', 'TCPDF');
|
103 |
+
|
104 |
+
/**
|
105 |
+
* Document author.
|
106 |
+
*/
|
107 |
+
define ('PDF_AUTHOR', 'TCPDF');
|
108 |
+
|
109 |
+
/**
|
110 |
+
* Header title.
|
111 |
+
*/
|
112 |
+
define ('PDF_HEADER_TITLE', 'TCPDF Example');
|
113 |
+
|
114 |
+
/**
|
115 |
+
* Header description string.
|
116 |
+
*/
|
117 |
+
define ('PDF_HEADER_STRING', "by Nicola Asuni - Tecnick.com\nwww.tcpdf.org");
|
118 |
+
|
119 |
+
/**
|
120 |
+
* Document unit of measure [pt=point, mm=millimeter, cm=centimeter, in=inch].
|
121 |
+
*/
|
122 |
+
define ('PDF_UNIT', 'mm');
|
123 |
+
|
124 |
+
/**
|
125 |
+
* Header margin.
|
126 |
+
*/
|
127 |
+
define ('PDF_MARGIN_HEADER', 5);
|
128 |
+
|
129 |
+
/**
|
130 |
+
* Footer margin.
|
131 |
+
*/
|
132 |
+
define ('PDF_MARGIN_FOOTER', 10);
|
133 |
+
|
134 |
+
/**
|
135 |
+
* Top margin.
|
136 |
+
*/
|
137 |
+
define ('PDF_MARGIN_TOP', 27);
|
138 |
+
|
139 |
+
/**
|
140 |
+
* Bottom margin.
|
141 |
+
*/
|
142 |
+
define ('PDF_MARGIN_BOTTOM', 25);
|
143 |
+
|
144 |
+
/**
|
145 |
+
* Left margin.
|
146 |
+
*/
|
147 |
+
define ('PDF_MARGIN_LEFT', 15);
|
148 |
+
|
149 |
+
/**
|
150 |
+
* Right margin.
|
151 |
+
*/
|
152 |
+
define ('PDF_MARGIN_RIGHT', 15);
|
153 |
+
|
154 |
+
/**
|
155 |
+
* Default main font name.
|
156 |
+
*/
|
157 |
+
define ('PDF_FONT_NAME_MAIN', 'helvetica');
|
158 |
+
|
159 |
+
/**
|
160 |
+
* Default main font size.
|
161 |
+
*/
|
162 |
+
define ('PDF_FONT_SIZE_MAIN', 10);
|
163 |
+
|
164 |
+
/**
|
165 |
+
* Default data font name.
|
166 |
+
*/
|
167 |
+
define ('PDF_FONT_NAME_DATA', 'helvetica');
|
168 |
+
|
169 |
+
/**
|
170 |
+
* Default data font size.
|
171 |
+
*/
|
172 |
+
define ('PDF_FONT_SIZE_DATA', 8);
|
173 |
+
|
174 |
+
/**
|
175 |
+
* Default monospaced font name.
|
176 |
+
*/
|
177 |
+
define ('PDF_FONT_MONOSPACED', 'courier');
|
178 |
+
|
179 |
+
/**
|
180 |
+
* Ratio used to adjust the conversion of pixels to user units.
|
181 |
+
*/
|
182 |
+
define ('PDF_IMAGE_SCALE_RATIO', 1.25);
|
183 |
+
|
184 |
+
/**
|
185 |
+
* Magnification factor for titles.
|
186 |
+
*/
|
187 |
+
define('HEAD_MAGNIFICATION', 1.1);
|
188 |
+
|
189 |
+
/**
|
190 |
+
* Height of cell respect font height.
|
191 |
+
*/
|
192 |
+
define('K_CELL_HEIGHT_RATIO', 1.25);
|
193 |
+
|
194 |
+
/**
|
195 |
+
* Title magnification respect main font size.
|
196 |
+
*/
|
197 |
+
define('K_TITLE_MAGNIFICATION', 1.3);
|
198 |
+
|
199 |
+
/**
|
200 |
+
* Reduction factor for small font.
|
201 |
+
*/
|
202 |
+
define('K_SMALL_RATIO', 2/3);
|
203 |
+
|
204 |
+
/**
|
205 |
+
* Set to true to enable the special procedure used to avoid the overlappind of symbols on Thai language.
|
206 |
+
*/
|
207 |
+
define('K_THAI_TOPCHARS', true);
|
208 |
+
|
209 |
+
/**
|
210 |
+
* If true allows to call TCPDF methods using HTML syntax
|
211 |
+
* IMPORTANT: For security reason, disable this feature if you are printing user HTML content.
|
212 |
+
*/
|
213 |
+
define('K_TCPDF_CALLS_IN_HTML', true);
|
214 |
+
|
215 |
+
/**
|
216 |
+
* If true and PHP version is greater than 5, then the Error() method throw new exception instead of terminating the execution.
|
217 |
+
*/
|
218 |
+
define('K_TCPDF_THROW_EXCEPTION_ERROR', false);
|
219 |
+
|
220 |
+
//============================================================+
|
221 |
+
// END OF FILE
|
222 |
+
//============================================================+
|
app/code/community/ZsoltNet/LedgerInvoice/controllers/tcpdf/fonts/cid0cs.php
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
// TCPDF FONT FILE DESCRIPTION
|
3 |
+
$type='cidfont0';
|
4 |
+
$name='ArialUnicodeMS';
|
5 |
+
$up=-100;
|
6 |
+
$ut=50;
|
7 |
+
$dw=1000;
|
8 |
+
$diff='';
|
9 |
+
$originalsize=23275812;
|
10 |
+
// Chinese Simplified
|
11 |
+
$enc='UniGB-UTF16-H';
|
12 |
+
$cidinfo=array('Registry'=>'Adobe', 'Ordering'=>'GB1','Supplement'=>2);
|
13 |
+
include(dirname(__FILE__).'/uni2cid_ag15.php');
|
14 |
+
$desc=array('Flags'=>32,'FontBBox'=>'[-1011 -330 2260 1078]','ItalicAngle'=>0,'Ascent'=>1069,'Descent'=>-271,'Leading'=>0,'CapHeight'=>716,'XHeight'=>518,'StemV'=>34,'StemH'=>15,'AvgWidth'=>441,'MaxWidth'=>2259,'MissingWidth'=>1000);
|
15 |
+
$cbbox=array(0=>array(125,0,875,750),32=>array(85,0,194,716),33=>array(85,0,194,716),34=>array(41,462,313,716),35=>array(11,-12,545,728),36=>array(38,-103,511,782),37=>array(73,-27,819,728),38=>array(43,-17,644,728),39=>array(45,462,145,716),40=>array(60,-210,297,728),41=>array(36,-210,273,728),42=>array(33,423,356,728),43=>array(55,116,529,590),44=>array(84,-141,190,100),45=>array(32,215,301,303),46=>array(89,0,189,100),47=>array(0,-24,278,716),48=>array(45,-12,511,719),49=>array(111,0,375,719),50=>array(31,0,505,719),51=>array(44,-12,513,719),52=>array(15,0,510,716),53=>array(42,-12,516,706),54=>array(42,-12,514,719),55=>array(48,0,511,706),56=>array(42,-12,513,719),57=>array(43,-12,513,719),58=>array(90,0,190,518),59=>array(84,-141,190,518),60=>array(55,111,529,595),61=>array(55,203,529,503),62=>array(55,111,529,595),63=>array(46,0,508,728),64=>array(56,-210,981,729),65=>array(-1,0,668,716),66=>array(74,0,615,716),67=>array(51,-12,683,728),68=>array(80,0,672,716),69=>array(79,0,614,716),70=>array(80,0,563,716),71=>array(52,-12,714,728),72=>array(80,0,642,716),73=>array(92,0,187,716),74=>array(27,-12,420,716),75=>array(73,0,665,716),76=>array(75,0,523,716),77=>array(76,0,757,716),78=>array(79,0,642,716),79=>array(47,-12,732,728),80=>array(77,0,623,716),81=>array(47,-56,745,728),82=>array(80,0,711,716),83=>array(45,-12,615,728),84=>array(22,0,589,716),85=>array(79,-12,642,716),86=>array(6,0,660,716),87=>array(12,0,933,716),88=>array(5,0,661,716),89=>array(5,0,661,716),90=>array(18,0,584,716),91=>array(68,-199,262,716),92=>array(0,-24,278,716),93=>array(16,-199,210,716),94=>array(26,325,443,716),95=>array(-6,-125,506,-75),96=>array(42,591,222,728),97=>array(38,-12,516,530),98=>array(67,-12,517,716),99=>array(39,-12,491,530),100=>array(36,-12,486,716),101=>array(39,-12,517,530),102=>array(8,0,311,728),103=>array(34,-210,491,530),104=>array(67,0,490,716),105=>array(67,0,155,716),106=>array(-45,-209,155,716),107=>array(66,0,496,716),108=>array(67,0,155,716),109=>array(65,0,769,530),110=>array(68,0,490,530),111=>array(35,-12,521,530),112=>array(68,-199,518,530),113=>array(38,-199,488,530),114=>array(64,0,346,530),115=>array(31,-12,461,530),116=>array(17,-7,269,700),117=>array(66,-12,487,518),118=>array(13,0,488,518),119=>array(5,0,717,518),120=>array(7,0,493,518),121=>array(16,-210,492,518),122=>array(20,0,479,518),123=>array(28,-210,310,728),124=>array(92,-199,168,716),125=>array(24,-210,306,728),126=>array(43,272,542,432),160=>array(110,-199,219,517),161=>array(110,-199,219,517),162=>array(55,-200,507,716),163=>array(15,-14,531,728),164=>array(38,115,518,594),165=>array(1,0,555,716),166=>array(92,-199,168,716),167=>array(42,-210,513,728),168=>array(31,611,302,711),169=>array(0,-9,737,728),170=>array(21,364,348,728),171=>array(69,35,487,481),172=>array(55,203,529,503),173=>array(32,215,301,303),174=>array(0,-9,737,728),175=>array(-6,793,506,843),176=>array(65,454,335,725),177=>array(55,0,529,611),178=>array(12,358,316,725),179=>array(16,349,315,725),180=>array(111,591,291,728),181=>array(67,-199,488,518),182=>array(-1,-199,539,716),183=>array(89,302,189,402),184=>array(52,-205,263,11),185=>array(52,358,232,725),186=>array(22,361,343,728),187=>array(69,35,487,481),188=>array(62,-25,789,732),189=>array(62,-25,806,732),190=>array(26,-25,789,732),191=>array(75,-209,537,519),192=>array(-1,0,668,900),193=>array(-1,0,668,900),194=>array(-1,0,668,900),195=>array(-1,0,668,886),196=>array(-1,0,668,881),197=>array(-1,0,668,920),198=>array(0,0,945,716),199=>array(51,-209,684,728),200=>array(79,0,614,900),201=>array(79,0,614,900),202=>array(79,0,614,900),203=>array(79,0,614,881),204=>array(15,0,195,900),205=>array(83,0,264,900),206=>array(-15,0,293,900),207=>array(3,0,274,881),208=>array(1,0,672,716),209=>array(79,0,642,884),210=>array(47,-12,732,900),211=>array(47,-12,732,900),212=>array(47,-12,732,900),213=>array(47,-12,732,884),214=>array(47,-12,732,881),215=>array(79,141,505,567),216=>array(41,-29,742,742),217=>array(79,-12,642,900),218=>array(79,-12,642,900),219=>array(79,-12,642,900),220=>array(79,-12,642,881),221=>array(5,0,661,900),222=>array(77,0,623,716),223=>array(72,-12,577,728),224=>array(38,-12,516,728),225=>array(38,-12,516,728),226=>array(38,-12,516,728),227=>array(38,-12,516,716),228=>array(38,-12,516,711),229=>array(38,-12,516,752),230=>array(34,-12,849,530),231=>array(39,-196,491,530),232=>array(39,-12,517,728),233=>array(39,-12,517,728),234=>array(39,-12,517,728),235=>array(39,-12,517,711),236=>array(13,0,193,728),237=>array(83,0,264,728),238=>array(-15,0,293,728),239=>array(5,0,276,711),240=>array(38,-12,517,716),241=>array(68,0,490,716),242=>array(35,-12,521,728),243=>array(35,-12,521,728),244=>array(35,-12,521,728),245=>array(35,-12,521,716),246=>array(35,-12,521,711),247=>array(55,146,529,560),248=>array(63,-39,549,550),249=>array(66,-12,487,728),250=>array(66,-12,487,728),251=>array(66,-12,487,728),252=>array(66,-12,487,711),253=>array(16,-210,492,728),254=>array(68,-199,518,716),255=>array(16,-210,492,711),256=>array(-1,0,668,833),257=>array(38,-12,516,697),258=>array(-1,0,668,888),259=>array(38,-12,516,722),260=>array(-1,-208,758,716),261=>array(38,-208,571,530),262=>array(51,-12,683,916),263=>array(39,-12,491,728),264=>array(51,-12,683,914),265=>array(39,-12,491,728),266=>array(51,-12,683,877),267=>array(39,-12,491,711),268=>array(51,-12,683,916),269=>array(39,-12,491,728),270=>array(80,0,672,916),271=>array(36,-12,625,716),272=>array(-1,0,672,716),273=>array(36,-12,551,716),274=>array(79,0,614,863),275=>array(39,-12,517,697),276=>array(79,0,614,902),277=>array(39,-12,517,722),278=>array(79,0,614,877),279=>array(39,-12,517,711),280=>array(79,-208,645,716),281=>array(39,-208,517,530),282=>array(79,0,614,916),283=>array(39,-12,517,728),284=>array(52,-12,714,914),285=>array(34,-210,491,728),286=>array(52,-12,714,904),287=>array(34,-210,491,722),288=>array(52,-12,714,877),289=>array(34,-210,491,711),290=>array(52,-210,714,728),291=>array(34,-210,491,775),292=>array(80,0,642,914),293=>array(67,0,490,914),294=>array(-1,0,722,716),295=>array(2,0,490,716),296=>array(-24,0,303,890),297=>array(-53,0,274,717),298=>array(-15,0,290,849),299=>array(-42,0,263,697),300=>array(-3,0,286,904),301=>array(-34,0,255,722),302=>array(91,-208,305,716),303=>array(45,-208,225,716),304=>array(92,0,187,877),305=>array(95,0,183,518),306=>array(92,-12,670,716),307=>array(67,-209,377,716),308=>array(27,-12,526,914),309=>array(-46,-209,263,728),310=>array(73,-210,665,716),311=>array(66,-210,496,716),312=>array(66,0,446,518),313=>array(75,0,523,916),314=>array(50,0,230,916),315=>array(75,-210,523,716),316=>array(58,-210,160,716),317=>array(-29,0,523,916),318=>array(-44,0,264,916),319=>array(75,0,523,716),320=>array(67,0,313,716),321=>array(0,0,521,716),322=>array(1,0,218,716),323=>array(79,0,642,916),324=>array(68,0,490,728),325=>array(79,-210,642,716),326=>array(68,-210,490,530),327=>array(79,0,642,916),328=>array(68,0,490,728),329=>array(-2,0,559,722),330=>array(81,-186,670,728),331=>array(68,-210,489,530),332=>array(47,-12,732,849),333=>array(35,-12,521,697),334=>array(47,-12,732,904),335=>array(35,-12,521,722),336=>array(47,-12,732,914),337=>array(35,-12,521,728),338=>array(63,-12,968,728),339=>array(38,-12,904,530),340=>array(80,0,711,914),341=>array(64,0,346,728),342=>array(80,-210,711,716),343=>array(54,-210,346,530),344=>array(80,0,711,916),345=>array(28,0,346,728),346=>array(45,-12,615,916),347=>array(31,-12,461,728),348=>array(45,-12,615,916),349=>array(31,-12,461,728),350=>array(45,-210,615,728),351=>array(31,-210,461,530),352=>array(45,-12,615,916),353=>array(31,-12,461,728),354=>array(22,-210,589,716),355=>array(17,-210,269,700),356=>array(22,0,589,916),357=>array(17,-7,406,716),358=>array(22,0,589,716),359=>array(17,-7,269,700),360=>array(79,-12,642,890),361=>array(66,-12,487,716),362=>array(79,-12,642,851),363=>array(66,-12,487,697),364=>array(79,-12,642,906),365=>array(66,-12,487,722),366=>array(79,-12,642,955),367=>array(66,-12,487,752),368=>array(79,-12,642,917),369=>array(66,-12,487,728),370=>array(79,-208,642,716),371=>array(66,-208,555,518),372=>array(12,0,933,916),373=>array(5,0,717,728),374=>array(5,0,661,916),375=>array(16,-210,492,728),376=>array(5,0,661,879),377=>array(18,0,584,916),378=>array(20,0,479,728),379=>array(18,0,584,877),380=>array(20,0,479,711),381=>array(18,0,584,916),382=>array(20,0,479,728),383=>array(67,0,292,728),384=>array(-14,-12,515,716),385=>array(0,0,688,716),386=>array(80,0,620,716),387=>array(65,-12,515,716),388=>array(67,-12,517,716),389=>array(67,-12,517,716),390=>array(39,-12,671,728),391=>array(51,-12,769,750),392=>array(39,-12,579,567),393=>array(1,0,672,716),394=>array(0,0,739,716),395=>array(35,0,575,716),396=>array(41,-12,491,716),397=>array(35,-198,522,530),398=>array(53,0,588,716),399=>array(45,-12,676,728),400=>array(42,-13,565,728),401=>array(-20,-154,563,716),402=>array(-14,-154,311,728),403=>array(52,-12,792,750),404=>array(0,-206,649,716),405=>array(67,-12,775,716),406=>array(67,-12,245,716),407=>array(0,0,322,716),408=>array(73,0,690,720),409=>array(66,0,496,728),410=>array(0,-12,322,716),411=>array(13,0,488,716),412=>array(65,-12,769,716),413=>array(-21,-154,642,716),414=>array(68,-199,490,530),415=>array(47,-12,732,728),416=>array(47,-12,776,768),417=>array(35,-12,555,606),418=>array(47,-12,950,728),419=>array(35,-209,715,530),420=>array(0,0,691,716),421=>array(68,-199,519,637),422=>array(80,-122,738,716),423=>array(52,-12,622,728),424=>array(39,-12,469,530),425=>array(47,0,554,716),426=>array(34,-154,405,734),427=>array(17,-151,269,700),428=>array(23,0,549,716),429=>array(17,-7,269,716),430=>array(22,-208,589,716),431=>array(79,-12,776,768),432=>array(66,-12,625,620),433=>array(67,-12,681,716),434=>array(6,0,620,728),435=>array(32,0,745,728),436=>array(16,-210,617,528),437=>array(18,0,584,716),438=>array(20,0,479,519),439=>array(40,-12,582,716),440=>array(46,-12,588,716),441=>array(42,-192,486,518),442=>array(36,-209,437,518),443=>array(31,0,505,728),444=>array(13,-12,516,716),445=>array(37,-12,486,518),446=>array(46,-10,508,716),447=>array(68,-199,498,529),448=>array(92,0,168,716),449=>array(92,0,372,716),450=>array(25,0,449,716),451=>array(85,0,194,716),452=>array(80,0,1303,896),453=>array(80,0,1202,728),454=>array(36,-12,1036,728),455=>array(75,-12,949,716),456=>array(75,-209,709,716),457=>array(67,-209,375,716),458=>array(79,-12,1141,716),459=>array(79,-209,875,716),460=>array(68,-209,709,716),461=>array(-1,0,668,900),462=>array(38,-12,516,728),463=>array(-17,0,292,900),464=>array(-18,0,291,728),465=>array(47,-12,732,900),466=>array(35,-12,521,728),467=>array(79,-12,642,900),468=>array(66,-12,487,728),469=>array(79,-12,642,1003),470=>array(66,-12,487,832),471=>array(79,-12,642,1068),472=>array(66,-12,487,896),473=>array(79,-12,642,1068),474=>array(66,-12,487,896),475=>array(79,-12,642,1068),476=>array(66,-12,487,896),477=>array(39,-11,517,530),478=>array(-1,0,668,1003),479=>array(38,-12,516,832),480=>array(-1,0,668,1003),481=>array(38,-12,516,832),482=>array(0,0,945,865),483=>array(34,-12,849,697),484=>array(52,-12,779,728),485=>array(34,-210,556,530),486=>array(52,-12,714,900),487=>array(34,-210,491,728),488=>array(73,0,665,900),489=>array(66,0,496,900),490=>array(47,-208,732,728),491=>array(33,-208,519,530),492=>array(47,-208,732,865),493=>array(33,-208,519,697),494=>array(48,6,492,898),495=>array(48,-192,492,728),496=>array(-48,-209,261,728),497=>array(80,0,1301,716),498=>array(80,0,1200,716),499=>array(36,-12,1034,716),500=>array(52,-12,714,900),501=>array(34,-210,491,728),506=>array(-1,0,668,1043),507=>array(38,-12,516,937),508=>array(0,0,945,898),509=>array(34,-12,849,728),510=>array(41,-29,742,898),511=>array(63,-39,549,728),512=>array(-1,0,668,894),513=>array(38,-12,516,728),514=>array(-1,0,668,888),515=>array(38,-12,516,722),516=>array(79,0,614,894),517=>array(39,-12,517,728),518=>array(79,0,614,888),519=>array(39,-12,517,722),520=>array(-55,0,291,894),521=>array(-53,0,292,728),522=>array(-3,0,286,888),523=>array(-5,0,284,722),524=>array(47,-12,732,894),525=>array(35,-12,521,728),526=>array(47,-12,732,888),527=>array(35,-12,521,722),528=>array(80,0,711,894),529=>array(14,0,359,728),530=>array(80,0,711,888),531=>array(38,0,346,722),532=>array(79,-12,642,894),533=>array(66,-12,487,728),534=>array(79,-12,642,888),535=>array(66,-12,487,722),592=>array(40,-12,518,530),593=>array(36,-12,486,530),594=>array(70,-12,520,530),595=>array(70,-12,520,716),596=>array(9,-12,461,530),597=>array(39,-91,482,530),598=>array(36,-210,611,716),599=>array(36,-12,611,716),600=>array(39,-12,522,530),601=>array(39,-12,517,530),602=>array(41,-12,772,530),603=>array(36,-12,450,530),604=>array(35,-12,449,530),605=>array(35,-12,701,530),606=>array(36,-12,483,530),607=>array(-51,-210,252,518),608=>array(34,-210,616,716),609=>array(34,-210,491,530),610=>array(36,-12,518,530),611=>array(13,-210,488,518),612=>array(13,-12,488,518),613=>array(66,-198,487,518),614=>array(67,0,490,716),615=>array(67,-210,490,716),616=>array(-2,0,244,716),617=>array(67,-12,280,518),618=>array(33,0,323,518),619=>array(7,0,349,716),620=>array(20,0,403,716),621=>array(67,-210,280,716),622=>array(67,-210,599,716),623=>array(64,-12,768,518),624=>array(64,-209,768,518),625=>array(65,-210,769,530),626=>array(-57,-210,490,530),627=>array(68,-210,615,530),628=>array(68,0,490,518),629=>array(35,-12,521,530),630=>array(36,-12,690,530),631=>array(36,-12,638,530),632=>array(36,-210,522,716),633=>array(-13,-12,269,518),634=>array(-13,-12,269,716),635=>array(-13,-210,394,518),636=>array(64,-198,346,530),637=>array(64,-210,346,530),638=>array(64,0,326,530),639=>array(-14,0,248,530),640=>array(64,0,518,518),641=>array(64,0,518,518),642=>array(31,-208,461,530),643=>array(-83,-210,299,716),644=>array(-53,-210,329,716),645=>array(-83,-210,299,716),646=>array(-125,-198,302,716),647=>array(9,-177,261,530),648=>array(17,-210,294,700),649=>array(20,-12,576,518),650=>array(36,-12,522,518),651=>array(66,-12,520,530),652=>array(13,0,488,518),653=>array(5,0,717,518),654=>array(8,0,484,728),655=>array(2,0,498,518),656=>array(20,-208,653,518),657=>array(20,-79,542,518),658=>array(22,-210,494,518),659=>array(26,-210,494,518),660=>array(16,0,428,728),661=>array(36,0,448,728),662=>array(16,-12,428,716),663=>array(39,-210,491,530),664=>array(36,-12,578,530),665=>array(74,0,496,518),666=>array(36,-12,483,530),667=>array(36,-12,582,616),668=>array(68,0,490,518),669=>array(-125,-198,248,716),670=>array(4,-198,434,518),671=>array(67,0,406,518),672=>array(36,-198,611,716),673=>array(16,0,428,728),674=>array(36,0,448,728),675=>array(36,-12,945,716),676=>array(36,-210,930,716),677=>array(36,-79,1008,716),678=>array(17,-12,650,700),679=>array(17,-210,540,728),680=>array(17,-91,700,700),688=>array(50,344,278,716),689=>array(50,344,278,716),690=>array(-10,235,103,716),691=>array(50,344,210,619),692=>array(-9,338,151,613),693=>array(-9,241,213,613),694=>array(50,344,292,613),695=>array(2,344,386,613),696=>array(8,235,274,613),697=>array(46,462,192,716),698=>array(46,462,342,716),699=>array(64,494,166,728),700=>array(56,482,158,716),701=>array(64,482,166,716),702=>array(44,497,178,716),703=>array(44,497,178,716),704=>array(9,428,230,720),705=>array(20,428,242,720),706=>array(57,423,264,675),707=>array(56,423,263,675),708=>array(34,445,286,652),709=>array(34,446,286,653),710=>array(12,591,321,728),711=>array(12,591,321,728),712=>array(66,506,126,716),713=>array(14,624,319,697),714=>array(111,591,291,728),715=>array(42,591,222,728),716=>array(66,-210,126,0),717=>array(14,-176,319,-113),718=>array(42,-210,222,-73),719=>array(111,-210,291,-73),720=>array(83,0,217,518),721=>array(83,382,217,518),722=>array(44,150,178,369),723=>array(44,150,178,369),724=>array(45,185,295,333),725=>array(45,185,295,333),726=>array(45,164,235,354),727=>array(65,254,297,300),728=>array(22,595,311,722),729=>array(121,611,211,711),730=>array(79,576,255,752),731=>array(89,-208,303,12),732=>array(3,605,330,716),733=>array(28,591,373,728),734=>array(20,195,329,389),736=>array(7,235,271,613),737=>array(50,344,103,716),738=>array(17,338,249,619),739=>array(4,344,271,613),740=>array(25,215,314,724),741=>array(22,0,280,716),742=>array(22,0,280,716),743=>array(22,0,280,716),744=>array(22,0,280,716),745=>array(22,0,280,716),768=>array(-368,591,-188,728),769=>array(-343,591,-163,728),770=>array(-432,591,-124,728),771=>array(-441,605,-114,716),772=>array(-430,624,-125,697),773=>array(-534,624,-22,674),774=>array(-422,595,-133,722),775=>array(-323,611,-233,711),776=>array(-414,611,-143,711),777=>array(-384,722,-172,895),778=>array(-366,574,-190,752),779=>array(-426,591,-81,728),780=>array(-432,591,-124,728),781=>array(-308,591,-248,801),782=>array(-383,591,-173,801),783=>array(-451,591,-105,728),784=>array(-422,595,-133,822),785=>array(-422,595,-133,722),786=>array(-333,591,-231,825),787=>array(-325,579,-223,813),788=>array(-333,579,-231,813),789=>array(7,482,109,716),790=>array(-368,-210,-188,-73),791=>array(-343,-210,-163,-73),792=>array(-337,-252,-219,-62),793=>array(-337,-252,-219,-62),794=>array(-392,591,-164,769),795=>array(-100,330,55,606),796=>array(-326,-210,-230,-40),797=>array(-403,-210,-153,-62),798=>array(-403,-210,-153,-62),799=>array(-373,-252,-183,-62),800=>array(-404,-165,-152,-119),801=>array(-397,-208,-158,20),802=>array(-272,-208,-33,20),803=>array(-323,-210,-233,-110),804=>array(-414,-210,-143,-110),805=>array(-366,-210,-190,-32),806=>array(-325,-210,-223,-46),807=>array(-381,-205,-169,11),808=>array(-326,-208,-112,12),809=>array(-308,-210,-248,-40),810=>array(-407,-190,-148,-77),811=>array(-414,-205,-142,-43),812=>array(-432,-210,-124,-73),813=>array(-432,-210,-124,-73),814=>array(-422,-200,-133,-73),815=>array(-422,-200,-133,-73),816=>array(-441,-185,-114,-72),817=>array(-430,-179,-125,-106),818=>array(-534,-125,-22,-75),819=>array(-534,-210,-22,-55),820=>array(-441,203,-114,316),821=>array(-430,223,-125,296),822=>array(-500,223,-56,296),823=>array(-458,84,-98,434),824=>array(-678,-24,-100,716),825=>array(-311,-210,-216,-40),826=>array(-407,-190,-148,-77),827=>array(-359,-210,-196,-47),828=>array(-414,-186,-142,-83),829=>array(-412,558,-144,790),830=>array(-333,595,-222,922),831=>array(-534,624,-22,779),832=>array(-368,722,-188,859),833=>array(-343,722,-163,859),834=>array(-441,604,-114,717),835=>array(-325,613,-223,847),836=>array(-456,585,-100,720),837=>array(-301,-210,-180,-60),864=>array(-1011,604,-101,716),865=>array(-1000,595,-112,722),884=>array(30,464,301,716),885=>array(30,-132,301,120),890=>array(80,-208,258,-42),894=>array(84,-141,190,518),900=>array(89,600,208,736),901=>array(-27,600,304,736),902=>array(-1,0,668,736),903=>array(89,303,189,403),904=>array(-43,0,651,736),905=>array(-43,0,679,736),906=>array(-43,0,224,736),908=>array(-6,-12,732,736),910=>array(-43,0,740,736),911=>array(-6,0,706,736),912=>array(-56,0,275,736),913=>array(-1,0,668,716),914=>array(74,0,615,716),915=>array(81,0,528,716),916=>array(6,0,675,716),917=>array(79,0,614,716),918=>array(18,0,584,716),919=>array(80,0,642,716),920=>array(47,-12,732,728),921=>array(92,0,187,716),922=>array(73,0,665,716),923=>array(5,0,659,716),924=>array(76,0,757,716),925=>array(79,0,642,716),926=>array(53,0,597,716),927=>array(47,-12,732,728),928=>array(80,0,642,716),929=>array(77,0,623,716),931=>array(47,0,554,716),932=>array(22,0,589,716),933=>array(5,0,661,716),934=>array(47,-26,761,737),935=>array(5,0,661,716),936=>array(46,0,759,716),937=>array(52,0,706,728),938=>array(3,0,274,860),939=>array(5,0,661,860),940=>array(35,-12,541,736),941=>array(29,-12,405,736),942=>array(68,-199,490,736),943=>array(67,0,188,736),944=>array(68,-12,483,736),945=>array(35,-12,541,530),946=>array(66,-199,528,728),947=>array(13,-199,488,518),948=>array(35,-12,522,716),949=>array(29,-12,405,530),950=>array(35,-210,433,716),951=>array(68,-199,490,530),952=>array(45,-12,511,728),953=>array(67,0,155,518),954=>array(65,0,499,518),955=>array(13,0,488,716),956=>array(66,-199,487,518),957=>array(13,0,488,518),958=>array(35,-210,420,728),959=>array(35,-12,521,530),960=>array(16,0,662,518),961=>array(66,-199,536,530),962=>array(35,-210,465,530),963=>array(35,-12,597,534),964=>array(16,0,366,518),965=>array(68,-12,483,518),966=>array(35,-199,614,530),967=>array(7,-199,515,518),968=>array(66,-199,662,518),969=>array(35,-12,731,518),970=>array(-25,0,246,711),971=>array(68,-12,483,711),972=>array(35,-12,521,736),973=>array(68,-12,483,736),974=>array(35,-12,731,736),976=>array(66,-12,528,728),977=>array(23,-12,595,728),978=>array(6,0,627,719),979=>array(-42,0,723,736),980=>array(6,0,627,861),981=>array(35,-199,609,716),982=>array(19,-12,746,518),986=>array(51,-210,671,728),988=>array(80,-209,529,716),990=>array(46,-209,524,728),992=>array(25,-12,645,728),994=>array(80,-209,800,716),995=>array(63,-209,767,518),996=>array(58,0,604,720),997=>array(46,-199,492,521),998=>array(80,-187,626,716),999=>array(25,-13,494,589),1000=>array(46,-12,511,728),1001=>array(48,-196,463,530),1002=>array(3,0,621,716),1003=>array(15,0,591,530),1004=>array(62,-12,596,747),1005=>array(35,-12,597,576),1006=>array(19,0,549,716),1007=>array(11,-196,423,606),1008=>array(20,-11,580,528),1009=>array(66,-209,536,530),1010=>array(39,-12,491,530),1011=>array(-45,-209,155,716),1025=>array(79,0,614,859),1026=>array(25,-11,826,716),1027=>array(80,0,543,869),1028=>array(47,-12,680,728),1029=>array(45,-12,615,728),1030=>array(92,0,187,716),1031=>array(1,0,272,859),1032=>array(27,-12,420,716),1033=>array(9,-11,1070,716),1034=>array(80,0,973,716),1035=>array(24,0,809,716),1036=>array(80,0,580,869),1038=>array(5,-9,633,881),1039=>array(80,-199,643,716),1040=>array(-1,0,668,716),1041=>array(80,0,620,716),1042=>array(74,0,615,716),1043=>array(80,0,543,716),1044=>array(1,-167,642,716),1045=>array(79,0,614,716),1046=>array(3,0,919,716),1047=>array(39,-13,562,728),1048=>array(79,0,643,716),1049=>array(79,0,643,881),1050=>array(80,0,580,717),1051=>array(9,-11,625,716),1052=>array(76,0,757,716),1053=>array(80,0,642,716),1054=>array(47,-12,732,728),1055=>array(80,0,643,716),1056=>array(77,0,623,716),1057=>array(51,-12,683,728),1058=>array(22,0,589,716),1059=>array(5,-9,633,716),1060=>array(40,0,720,716),1061=>array(5,0,661,716),1062=>array(78,-199,706,716),1063=>array(58,0,604,716),1064=>array(80,0,840,716),1065=>array(80,-199,904,716),1066=>array(0,0,757,716),1067=>array(80,0,801,716),1068=>array(80,0,620,716),1069=>array(38,-12,671,728),1070=>array(80,-12,960,728),1071=>array(11,0,642,716),1072=>array(38,-12,516,530),1073=>array(45,-12,532,732),1074=>array(66,0,492,518),1075=>array(66,0,364,518),1076=>array(0,-147,553,518),1077=>array(39,-12,517,530),1078=>array(-3,0,671,518),1079=>array(24,-12,423,530),1080=>array(66,0,493,518),1081=>array(66,0,493,716),1082=>array(66,0,446,518),1083=>array(11,-3,505,518),1084=>array(66,0,617,518),1085=>array(66,0,486,518),1086=>array(35,-12,521,530),1087=>array(67,0,476,518),1088=>array(68,-199,518,530),1089=>array(39,-12,491,530),1090=>array(18,0,439,518),1091=>array(16,-210,492,518),1092=>array(37,-199,788,716),1093=>array(7,0,493,518),1094=>array(66,-199,532,518),1095=>array(46,0,467,518),1096=>array(69,0,734,518),1097=>array(69,-199,792,518),1098=>array(0,0,589,518),1099=>array(66,0,646,518),1100=>array(66,0,492,518),1101=>array(24,-11,474,530),1102=>array(66,-11,709,530),1103=>array(16,0,475,518),1105=>array(39,-12,517,720),1106=>array(2,-209,490,716),1107=>array(66,0,364,720),1108=>array(37,-11,487,530),1109=>array(31,-12,461,530),1110=>array(67,0,155,716),1111=>array(4,0,275,720),1112=>array(-45,-209,155,716),1113=>array(11,-3,842,518),1114=>array(66,0,780,518),1115=>array(2,0,490,716),1116=>array(66,0,446,720),1118=>array(16,-210,492,716),1119=>array(67,-199,476,518),1120=>array(47,-12,929,730),1121=>array(35,-12,731,518),1122=>array(0,0,622,716),1123=>array(-2,0,491,716),1124=>array(92,-12,912,728),1125=>array(68,-11,671,530),1126=>array(-2,0,668,716),1127=>array(0,0,595,518),1128=>array(92,0,952,716),1129=>array(68,0,817,518),1130=>array(0,0,654,716),1131=>array(1,0,599,518),1132=>array(92,0,932,716),1133=>array(68,0,820,518),1134=>array(37,-209,562,898),1135=>array(28,-209,423,728),1136=>array(46,0,759,716),1137=>array(66,-199,662,518),1138=>array(47,-12,732,728),1139=>array(35,-11,521,530),1140=>array(6,0,674,716),1141=>array(13,0,497,518),1142=>array(6,0,674,898),1143=>array(13,0,497,728),1144=>array(47,-210,1268,728),1145=>array(35,-210,1049,530),1146=>array(47,-36,732,750),1147=>array(35,-24,521,542),1148=>array(47,-12,929,926),1149=>array(35,-12,731,758),1150=>array(47,-12,929,880),1151=>array(35,-12,731,711),1152=>array(51,-97,672,728),1153=>array(39,-143,482,530),1154=>array(55,0,631,716),1155=>array(2,621,332,758),1156=>array(4,613,380,774),1157=>array(2,621,332,758),1158=>array(2,621,332,758),1168=>array(80,0,412,883),1169=>array(66,0,321,666),1170=>array(0,0,543,716),1171=>array(-2,0,364,518),1172=>array(80,-185,622,716),1173=>array(67,-209,490,716),1174=>array(3,-199,919,716),1175=>array(-3,-199,671,518),1176=>array(39,-205,562,728),1177=>array(24,-205,423,530),1178=>array(80,-199,580,717),1179=>array(66,-199,446,518),1180=>array(80,0,580,717),1181=>array(66,0,446,518),1182=>array(0,0,580,717),1183=>array(-2,0,446,518),1184=>array(24,0,762,717),1185=>array(0,0,544,518),1186=>array(80,-199,707,716),1187=>array(66,-199,543,518),1188=>array(80,0,880,716),1189=>array(66,0,653,518),1190=>array(80,-174,704,716),1191=>array(67,-174,537,518),1192=>array(47,-154,732,728),1193=>array(35,-141,550,530),1194=>array(51,-208,684,728),1195=>array(39,-208,491,530),1196=>array(21,-199,589,716),1197=>array(18,-199,439,518),1198=>array(5,0,661,716),1199=>array(13,-199,488,518),1200=>array(5,0,661,716),1201=>array(13,-199,488,518),1202=>array(4,-199,660,716),1203=>array(7,-199,493,518),1204=>array(16,-199,882,716),1205=>array(18,-199,631,518),1206=>array(58,-199,670,716),1207=>array(46,-199,524,518),1208=>array(58,0,604,716),1209=>array(46,0,467,518),1210=>array(81,0,627,716),1211=>array(67,0,490,716),1212=>array(7,-12,784,728),1213=>array(7,-11,624,530),1214=>array(7,-208,784,728),1215=>array(7,-208,624,530),1216=>array(92,0,187,716),1217=>array(3,0,919,881),1218=>array(-3,0,671,716),1219=>array(80,-174,580,717),1220=>array(66,-174,445,519),1223=>array(80,-174,703,716),1224=>array(66,-174,547,518),1227=>array(58,-199,604,716),1228=>array(46,-199,467,518),1232=>array(-2,0,668,881),1233=>array(38,-12,516,716),1234=>array(-1,0,668,861),1235=>array(38,-12,516,721),1236=>array(0,0,945,716),1237=>array(34,-12,849,530),1238=>array(79,0,613,881),1239=>array(39,-12,517,716),1240=>array(45,-12,676,728),1241=>array(39,-11,517,530),1242=>array(45,-12,676,859),1243=>array(39,-11,517,719),1244=>array(3,0,919,859),1245=>array(-3,0,671,721),1246=>array(39,-13,562,861),1247=>array(24,-12,423,721),1248=>array(39,-13,562,716),1249=>array(24,-206,457,518),1250=>array(79,0,643,833),1251=>array(66,0,493,697),1252=>array(79,0,643,861),1253=>array(66,0,493,721),1254=>array(47,-12,732,861),1255=>array(35,-12,521,721),1256=>array(47,-12,732,728),1257=>array(35,-11,521,530),1258=>array(47,-12,732,861),1259=>array(35,-11,521,721),1262=>array(5,-9,633,833),1263=>array(16,-210,492,697),1264=>array(5,-9,633,861),1265=>array(16,-210,492,721),1266=>array(5,-9,633,898),1267=>array(16,-210,492,728),1268=>array(58,0,604,861),1269=>array(46,0,467,721),1272=>array(80,0,801,861),1273=>array(66,0,646,721),1329=>array(25,-9,618,678),1330=>array(90,-1,481,685),1331=>array(31,-1,563,684),1332=>array(34,-1,564,684),1333=>array(30,-11,468,677),1334=>array(56,-22,510,692),1335=>array(27,-185,407,671),1336=>array(89,-96,476,684),1337=>array(98,0,722,683),1338=>array(46,-11,613,678),1339=>array(24,-2,503,676),1340=>array(28,-185,357,672),1341=>array(24,-12,539,676),1342=>array(38,-11,675,676),1343=>array(32,-2,462,676),1344=>array(28,-61,410,690),1345=>array(31,-11,515,689),1346=>array(27,-96,559,683),1347=>array(63,0,487,708),1348=>array(26,-11,620,677),1349=>array(101,-10,631,684),1350=>array(36,-11,594,685),1351=>array(32,-11,602,684),1352=>array(90,-1,460,684),1353=>array(69,-19,489,689),1354=>array(78,-1,614,683),1355=>array(55,-23,508,690),1356=>array(86,-2,619,683),1357=>array(30,-12,462,675),1358=>array(37,-96,665,676),1359=>array(101,-11,501,683),1360=>array(87,-7,452,677),1361=>array(104,-15,498,680),1362=>array(23,-7,511,671),1363=>array(106,-6,608,672),1364=>array(35,-8,675,678),1365=>array(100,-16,547,679),1366=>array(76,-15,713,680),1369=>array(87,485,211,705),1370=>array(83,485,207,705),1371=>array(34,485,114,702),1372=>array(20,425,282,702),1373=>array(87,518,210,699),1374=>array(14,476,257,702),1375=>array(38,484,397,702),1377=>array(39,-8,552,315),1378=>array(52,-210,400,319),1379=>array(52,-210,402,319),1380=>array(49,-210,433,319),1381=>array(49,-8,391,613),1382=>array(48,-210,409,319),1383=>array(50,-122,393,613),1384=>array(52,-210,395,319),1385=>array(49,-210,437,319),1386=>array(40,-8,430,613),1387=>array(44,-210,394,613),1388=>array(37,-210,309,315),1389=>array(38,-210,482,613),1390=>array(45,-8,413,580),1391=>array(53,-210,391,613),1392=>array(45,0,398,613),1393=>array(51,-8,397,561),1394=>array(50,-210,401,319),1395=>array(8,-8,386,618),1396=>array(44,-8,404,618),1397=>array(6,-210,197,315),1398=>array(90,-9,394,618),1399=>array(37,-8,359,319),1400=>array(50,0,397,319),1401=>array(79,-210,318,376),1402=>array(39,-210,551,315),1403=>array(55,-210,411,319),1404=>array(29,0,420,319),1405=>array(49,-9,393,315),1406=>array(43,-210,393,613),1407=>array(42,-8,550,319),1408=>array(52,-210,399,319),1409=>array(49,-210,393,319),1410=>array(32,0,308,315),1411=>array(39,-210,550,613),1412=>array(47,0,337,618),1413=>array(52,-8,336,319),1414=>array(78,-210,541,610),1415=>array(49,-8,502,613),1417=>array(80,-21,197,335),1425=>array(97,-194,263,-63),1426=>array(37,568,323,664),1427=>array(112,569,249,789),1428=>array(147,568,213,728),1429=>array(106,568,262,728),1430=>array(104,-195,256,-43),1431=>array(133,568,227,662),1432=>array(82,568,278,684),1433=>array(0,568,152,720),1434=>array(229,-205,340,-43),1435=>array(104,-195,256,-43),1436=>array(104,568,256,720),1437=>array(208,568,360,720),1438=>array(108,568,360,750),1439=>array(12,568,348,716),1440=>array(200,568,348,716),1441=>array(58,568,303,716),1443=>array(92,-191,221,-62),1444=>array(117,-205,228,-43),1445=>array(104,-195,256,-43),1446=>array(54,-215,306,-33),1447=>array(117,-209,242,-35),1448=>array(104,568,256,720),1449=>array(12,568,160,716),1450=>array(97,-194,263,-63),1451=>array(117,568,228,730),1452=>array(92,580,221,709),1453=>array(208,-195,360,-43),1454=>array(0,568,196,684),1455=>array(125,568,235,678),1456=>array(147,-210,213,-50),1457=>array(53,-210,307,-50),1458=>array(69,-210,285,-50),1459=>array(69,-210,285,-50),1460=>array(147,-116,213,-50),1461=>array(100,-116,260,-50),1462=>array(100,-210,260,-50),1463=>array(119,-104,241,-62),1464=>array(119,-144,241,-62),1465=>array(147,568,213,634),1467=>array(53,-210,307,-50),1468=>array(147,231,213,297),1469=>array(159,-184,201,-62),1470=>array(24,430,342,518),1471=>array(119,580,241,622),1472=>array(72,-80,154,598),1473=>array(147,568,213,634),1474=>array(147,568,213,634),1475=>array(69,0,169,518),1476=>array(147,568,213,634),1488=>array(60,0,517,518),1489=>array(38,0,533,530),1490=>array(20,0,386,530),1491=>array(24,0,482,518),1492=>array(72,0,526,530),1493=>array(16,0,248,530),1494=>array(28,0,306,543),1495=>array(72,0,526,530),1496=>array(68,-12,532,530),1497=>array(16,258,248,530),1498=>array(20,-199,439,530),1499=>array(38,-12,469,530),1500=>array(33,-12,436,716),1501=>array(72,0,526,518),1502=>array(30,0,526,530),1503=>array(16,-199,248,530),1504=>array(38,0,270,530),1505=>array(25,-12,546,530),1506=>array(32,-82,503,518),1507=>array(45,-199,499,530),1508=>array(37,-12,511,530),1509=>array(37,-199,468,518),1510=>array(45,0,477,518),1511=>array(72,-199,535,518),1512=>array(20,0,439,530),1513=>array(72,-12,674,518),1514=>array(21,-13,565,530),1520=>array(16,0,522,530),1521=>array(16,0,522,530),1522=>array(16,258,522,530),1523=>array(45,398,221,641),1524=>array(45,398,417,641),1548=>array(90,-3,196,238),1563=>array(90,0,196,479),1567=>array(47,0,509,728),1569=>array(54,0,469,422),1570=>array(-23,0,270,862),1571=>array(46,0,188,933),1572=>array(-108,-210,408,761),1573=>array(46,-174,188,716),1574=>array(32,-121,679,453),1575=>array(79,0,164,716),1576=>array(62,-190,709,265),1577=>array(62,-6,452,633),1578=>array(62,-50,709,437),1579=>array(62,-50,709,539),1580=>array(52,-271,564,453),1581=>array(52,-271,564,453),1582=>array(52,-271,564,621),1583=>array(38,0,368,437),1584=>array(38,0,368,629),1585=>array(-74,-210,357,290),1586=>array(-74,-210,357,470),1587=>array(39,-228,1115,346),1588=>array(39,-228,1115,604),1589=>array(39,-228,1230,436),1590=>array(39,-228,1230,532),1591=>array(59,0,782,686),1592=>array(59,0,782,686),1593=>array(53,-271,565,492),1594=>array(53,-271,565,725),1600=>array(-1,0,280,95),1601=>array(62,0,895,773),1602=>array(34,-214,738,678),1603=>array(62,0,689,716),1604=>array(34,-121,594,716),1605=>array(58,-265,527,359),1606=>array(62,-121,630,456),1607=>array(62,-6,452,431),1608=>array(-108,-210,408,476),1609=>array(32,-121,679,453),1610=>array(32,-238,679,453),1611=>array(10,716,290,944),1612=>array(4,716,292,990),1613=>array(8,-255,288,-78),1614=>array(10,716,290,859),1615=>array(4,716,292,990),1616=>array(8,-170,288,-78),1617=>array(7,716,299,936),1618=>array(3,716,201,965),1632=>array(130,59,348,260),1633=>array(99,0,282,576),1634=>array(35,0,451,576),1635=>array(39,0,473,576),1636=>array(63,-6,443,586),1637=>array(45,-6,435,576),1638=>array(29,0,450,576),1639=>array(21,-6,459,576),1640=>array(21,0,459,582),1641=>array(42,0,466,582),1642=>array(37,-3,516,579),1643=>array(-19,-151,205,100),1644=>array(90,-3,196,238),1645=>array(20,163,418,576),1648=>array(127,716,173,984),1649=>array(-15,0,256,927),1650=>array(-47,0,196,936),1651=>array(-55,-257,188,716),1652=>array(46,716,188,933),1653=>array(79,0,384,777),1654=>array(-108,-210,551,641),1655=>array(-108,-210,551,754),1656=>array(32,-121,775,621),1657=>array(62,-50,709,569),1658=>array(62,-50,709,568),1659=>array(62,-271,709,265),1660=>array(62,-161,709,437),1661=>array(62,-50,709,539),1662=>array(62,-271,709,265),1663=>array(62,-50,709,569),1664=>array(62,-271,709,265),1665=>array(52,-271,564,621),1666=>array(52,-271,564,724),1667=>array(52,-271,564,453),1668=>array(52,-271,564,453),1669=>array(52,-271,564,695),1670=>array(52,-271,564,453),1671=>array(52,-271,564,453),1672=>array(38,0,368,746),1673=>array(38,-95,368,437),1674=>array(38,-155,368,437),1675=>array(38,-155,368,746),1676=>array(38,0,368,614),1677=>array(38,-140,368,437),1678=>array(38,0,368,716),1679=>array(38,0,368,716),1680=>array(38,0,368,746),1681=>array(-74,-210,360,587),1682=>array(-74,-210,357,526),1683=>array(-74,-258,357,290),1684=>array(-74,-267,378,290),1685=>array(-74,-269,442,290),1686=>array(-74,-267,378,290),1687=>array(-74,-210,360,455),1688=>array(-74,-210,360,557),1689=>array(-74,-210,357,587),1690=>array(39,-228,1115,517),1691=>array(39,-254,1115,346),1692=>array(39,-254,1115,603),1693=>array(39,-228,1230,436),1694=>array(39,-228,1230,619),1695=>array(59,0,782,686),1696=>array(53,-271,565,749),1697=>array(62,0,895,556),1698=>array(62,-134,895,556),1699=>array(62,-134,895,773),1700=>array(62,0,895,860),1701=>array(62,-221,895,556),1702=>array(62,0,895,891),1703=>array(34,-214,738,693),1704=>array(34,-214,738,780),1705=>array(62,0,827,717),1706=>array(62,0,997,717),1707=>array(62,0,827,717),1708=>array(62,0,689,759),1709=>array(62,0,689,846),1710=>array(62,-223,689,716),1711=>array(62,0,827,793),1712=>array(62,0,827,793),1713=>array(62,0,827,863),1714=>array(62,-169,827,793),1715=>array(62,-271,827,793),1716=>array(62,0,827,942),1717=>array(34,-121,618,952),1718=>array(34,-121,594,914),1719=>array(34,-121,647,1001),1722=>array(62,-121,630,272),1723=>array(62,-121,630,570),1724=>array(62,-232,630,455),1725=>array(62,-121,630,540),1726=>array(29,-15,644,593),1728=>array(62,-6,452,705),1729=>array(2,-85,510,159),1730=>array(2,-85,510,431),1731=>array(2,-85,510,347),1732=>array(-108,-210,408,476),1733=>array(-108,-210,408,476),1734=>array(-108,-210,408,712),1735=>array(-108,-210,408,758),1736=>array(-108,-210,408,789),1737=>array(-108,-210,408,713),1738=>array(-108,-210,408,655),1739=>array(-108,-210,408,757),1740=>array(32,-121,679,453),1741=>array(-4,-121,789,453),1742=>array(32,-121,679,576),1744=>array(32,-271,679,493),1745=>array(32,-263,679,493),1746=>array(71,-221,684,297),1747=>array(71,-221,684,349),1748=>array(-1,190,280,285),1749=>array(62,-6,452,431),1750=>array(27,352,699,802),1751=>array(27,352,531,802),1752=>array(35,573,287,788),1753=>array(5,573,284,1002),1754=>array(34,354,341,789),1755=>array(25,635,347,869),1756=>array(23,436,669,781),1757=>array(34,27,654,647),1758=>array(2,-87,850,761),1759=>array(78,687,209,808),1760=>array(78,687,209,808),1761=>array(-1,576,340,848),1762=>array(34,414,316,789),1763=>array(23,-267,669,78),1764=>array(-14,714,162,756),1765=>array(-42,395,268,807),1766=>array(36,443,404,754),1767=>array(36,443,404,754),1768=>array(37,573,378,919),1769=>array(34,0,480,736),1770=>array(35,-161,183,-13),1771=>array(35,641,183,789),1772=>array(35,641,183,789),1773=>array(34,-270,316,105),1776=>array(130,59,348,260),1777=>array(99,0,282,576),1778=>array(35,0,451,576),1779=>array(39,0,473,576),1780=>array(35,0,471,661),1781=>array(30,-6,450,576),1782=>array(94,0,403,576),1783=>array(21,-6,459,576),1784=>array(21,0,459,582),1785=>array(42,0,466,582),2305=>array(-375,608,-50,889),2306=>array(-239,608,-109,843),2307=>array(78,69,216,513),2309=>array(42,-17,706,608),2310=>array(42,-18,923,608),2311=>array(-1,-114,545,608),2312=>array(-1,-114,545,891),2313=>array(-1,11,603,608),2314=>array(-1,11,726,608),2315=>array(-1,-44,933,608),2316=>array(-1,-44,690,608),2317=>array(-1,-187,624,864),2318=>array(-1,-187,624,886),2319=>array(-1,-187,624,608),2320=>array(-1,-187,624,889),2321=>array(42,-18,923,864),2322=>array(42,-18,923,886),2323=>array(42,-14,922,889),2324=>array(42,-17,922,892),2325=>array(-1,-17,680,608),2326=>array(-1,-15,745,608),2327=>array(-1,-15,605,608),2328=>array(-1,-17,652,608),2329=>array(-1,0,636,608),2330=>array(-1,-15,700,608),2331=>array(-1,-80,726,608),2332=>array(-1,-17,700,608),2333=>array(-1,-17,725,608),2334=>array(-1,-15,710,608),2335=>array(-1,0,515,608),2336=>array(-1,0,545,608),2337=>array(-1,0,595,608),2338=>array(-1,0,535,608),2339=>array(-1,-17,706,608),2340=>array(-1,-17,598,608),2341=>array(42,-14,650,608),2342=>array(-1,-14,545,608),2343=>array(42,-18,653,616),2344=>array(-1,-15,598,608),2345=>array(-1,-33,598,608),2346=>array(-1,-17,578,608),2347=>array(-2,-15,712,608),2348=>array(-1,-17,604,608),2349=>array(39,-17,702,608),2350=>array(-1,-17,646,608),2351=>array(-1,-17,613,608),2352=>array(-1,-14,499,608),2353=>array(-1,-19,499,608),2354=>array(-1,-14,692,608),2355=>array(-1,0,742,608),2356=>array(-1,-122,742,608),2357=>array(-1,-15,604,608),2358=>array(38,-18,696,616),2359=>array(-1,-15,621,608),2360=>array(-1,-17,659,608),2361=>array(-1,-238,559,608),2364=>array(-404,-197,-274,-67),2365=>array(28,50,386,608),2366=>array(-1,-17,332,608),2367=>array(-1,-15,776,895),2368=>array(-254,-15,332,895),2369=>array(-463,-256,-31,7),2370=>array(-345,-262,84,7),2371=>array(-330,-249,-50,13),2372=>array(-321,-271,-24,46),2373=>array(-338,608,-49,864),2374=>array(-546,598,-135,886),2375=>array(-534,598,-135,889),2376=>array(-475,599,-135,892),2377=>array(-19,-17,332,864),2378=>array(-228,-17,332,886),2379=>array(-260,-17,332,889),2380=>array(-152,-17,332,892),2381=>array(-251,-271,32,0),2384=>array(47,97,830,792),2385=>array(-212,608,-135,788),2386=>array(-612,-99,0,-29),2387=>array(-349,645,-184,832),2388=>array(-261,645,-96,832),2392=>array(-1,-17,680,608),2393=>array(-1,-104,745,608),2394=>array(-1,-54,605,608),2395=>array(-1,-66,700,608),2396=>array(-1,-67,595,608),2397=>array(-1,-77,535,608),2398=>array(-2,-15,712,608),2399=>array(-1,-38,613,608),2400=>array(-1,-71,933,608),2401=>array(-1,-71,690,608),2402=>array(-418,-271,26,13),2403=>array(-418,-271,60,13),2404=>array(128,-17,203,617),2405=>array(128,-17,385,616),2406=>array(147,115,491,468),2407=>array(179,-134,455,689),2408=>array(99,-123,542,644),2409=>array(125,-106,492,677),2410=>array(12,112,617,685),2411=>array(82,-149,576,658),2412=>array(118,-130,545,653),2413=>array(73,23,570,569),2414=>array(84,29,570,667),2415=>array(119,-92,575,648),2416=>array(64,292,298,525),2433=>array(-296,703,10,875),2434=>array(66,-56,396,605),2435=>array(92,0,338,606),2437=>array(0,0,794,607),2438=>array(0,0,1039,690),2439=>array(0,-94,590,875),2440=>array(0,-22,611,875),2441=>array(0,1,656,875),2442=>array(0,0,765,875),2443=>array(54,0,766,688),2444=>array(33,1,596,651),2447=>array(38,0,593,605),2448=>array(38,0,701,876),2451=>array(57,1,629,609),2452=>array(57,1,728,876),2453=>array(0,0,787,607),2454=>array(54,0,663,625),2455=>array(44,0,614,607),2456=>array(0,0,658,607),2457=>array(51,0,621,607),2458=>array(0,0,563,607),2459=>array(0,-93,593,607),2460=>array(0,-42,737,607),2461=>array(0,0,761,607),2462=>array(38,0,829,606),2463=>array(0,0,575,875),2464=>array(0,0,634,876),2465=>array(0,1,656,607),2466=>array(0,0,575,607),2467=>array(55,0,606,607),2468=>array(0,1,688,607),2469=>array(50,0,653,607),2470=>array(0,-24,617,607),2471=>array(45,0,604,624),2472=>array(0,0,603,607),2474=>array(44,0,643,607),2475=>array(0,0,789,607),2476=>array(0,0,601,607),2477=>array(0,2,685,607),2478=>array(0,0,629,607),2479=>array(0,0,609,607),2480=>array(0,-18,601,607),2482=>array(0,-0,648,607),2486=>array(0,0,606,626),2487=>array(0,0,604,607),2488=>array(0,0,645,607),2489=>array(0,-94,590,607),2492=>array(-366,-164,-233,-32),2494=>array(0,0,253,690),2495=>array(0,0,531,850),2496=>array(-334,0,253,875),2497=>array(-357,-269,39,5),2498=>array(-359,-269,21,-73),2499=>array(-314,-270,-60,-77),2500=>array(-380,-271,98,24),2503=>array(0,1,317,607),2504=>array(0,1,317,875),2507=>array(0,0,940,690),2508=>array(0,0,940,875),2509=>array(-187,-267,26,-73),2519=>array(-250,0,253,875),2524=>array(0,-164,656,607),2525=>array(0,-164,561,607),2527=>array(0,-42,604,607),2528=>array(54,-93,766,688),2529=>array(33,-271,596,651),2530=>array(-381,-271,-4,23),2531=>array(-401,-271,333,151),2534=>array(62,55,548,550),2535=>array(46,0,513,624),2536=>array(58,-51,583,636),2537=>array(53,2,671,606),2538=>array(67,0,547,653),2539=>array(62,1,632,638),2540=>array(52,1,616,622),2541=>array(69,0,498,624),2542=>array(55,0,641,622),2543=>array(53,1,559,622),2544=>array(0,0,601,607),2545=>array(0,-51,601,607),2546=>array(36,0,581,606),2547=>array(-87,0,575,875),2548=>array(26,0,571,606),2549=>array(44,1,669,606),2550=>array(54,0,624,606),2551=>array(103,0,165,607),2552=>array(52,0,564,605),2553=>array(48,154,376,451),2554=>array(74,349,492,788),2562=>array(-156,578,-79,731),2565=>array(0,0,696,578),2566=>array(0,0,940,578),2567=>array(0,0,808,822),2568=>array(0,0,808,822),2569=>array(0,-267,683,839),2570=>array(0,-267,683,839),2575=>array(0,2,562,793),2576=>array(0,0,696,839),2579=>array(0,-2,683,836),2580=>array(0,0,696,839),2581=>array(0,0,607,578),2582=>array(0,0,572,578),2583=>array(0,0,646,578),2584=>array(0,0,692,578),2585=>array(0,0,570,578),2586=>array(0,1,597,578),2587=>array(0,0,607,578),2588=>array(0,0,596,578),2589=>array(0,0,546,578),2590=>array(0,0,563,578),2591=>array(0,0,548,578),2592=>array(0,0,586,578),2593=>array(0,0,601,578),2594=>array(0,0,645,578),2595=>array(0,0,645,578),2596=>array(0,0,596,578),2597=>array(0,0,569,578),2598=>array(0,0,645,578),2599=>array(0,0,569,578),2600=>array(0,0,587,578),2602=>array(0,0,569,578),2603=>array(0,0,556,578),2604=>array(0,0,564,578),2605=>array(0,0,554,578),2606=>array(0,0,563,578),2607=>array(0,0,657,578),2608=>array(0,4,545,578),2610=>array(0,-0,682,578),2611=>array(0,-96,682,578),2613=>array(0,0,606,578),2614=>array(0,0,563,578),2616=>array(0,0,563,578),2617=>array(0,0,554,578),2620=>array(-208,-154,-131,-77),2622=>array(0,216,251,578),2623=>array(0,0,397,822),2624=>array(-151,0,251,822),2625=>array(-388,-267,-50,0),2626=>array(-388,-267,-50,0),2631=>array(-473,578,-90,793),2632=>array(-471,578,-90,839),2635=>array(-411,572,-90,803),2636=>array(-379,578,-27,839),2637=>array(-235,-238,51,0),2649=>array(0,0,572,578),2650=>array(0,0,695,578),2651=>array(0,0,596,578),2652=>array(0,0,596,578),2654=>array(0,0,585,578),2662=>array(54,42,537,524),2663=>array(86,0,514,575),2664=>array(53,0,528,577),2665=>array(52,1,527,577),2666=>array(69,0,522,577),2667=>array(57,0,501,579),2668=>array(74,0,530,758),2669=>array(36,0,519,578),2670=>array(64,0,526,578),2671=>array(65,0,525,769),2672=>array(-103,664,103,841),2673=>array(-193,660,111,839),2674=>array(0,2,562,578),2675=>array(0,-2,683,839),2676=>array(28,-110,857,648),2689=>array(-429,608,-23,885),2690=>array(-179,608,-67,822),2691=>array(88,98,212,510),2693=>array(36,0,803,608),2694=>array(36,0,1062,610),2695=>array(42,-1,553,882),2696=>array(42,-1,606,882),2697=>array(60,0,545,742),2698=>array(60,-4,776,882),2699=>array(20,0,780,608),2701=>array(36,0,803,881),2703=>array(36,0,803,881),2704=>array(36,0,803,882),2705=>array(36,0,1062,881),2707=>array(36,0,1062,881),2708=>array(36,0,1062,882),2709=>array(35,0,411,610),2710=>array(5,0,792,608),2711=>array(25,0,625,608),2712=>array(52,-1,579,608),2713=>array(25,0,462,610),2714=>array(36,0,620,608),2715=>array(55,0,643,608),2716=>array(50,0,791,608),2717=>array(34,0,601,608),2718=>array(25,0,669,608),2719=>array(55,0,460,610),2720=>array(59,0,409,610),2721=>array(25,0,404,610),2722=>array(55,-1,447,608),2723=>array(98,-271,714,608),2724=>array(60,0,554,608),2725=>array(45,0,572,608),2726=>array(44,-1,480,608),2727=>array(27,0,561,727),2728=>array(43,0,602,608),2730=>array(5,0,592,608),2731=>array(50,-270,442,608),2732=>array(50,0,684,608),2733=>array(50,0,776,608),2734=>array(27,0,614,608),2735=>array(40,0,514,608),2736=>array(45,-2,411,609),2738=>array(55,0,633,608),2739=>array(52,0,676,609),2741=>array(50,0,558,608),2742=>array(52,0,633,610),2743=>array(75,0,528,608),2744=>array(43,0,684,608),2745=>array(69,0,573,610),2748=>array(-323,-182,-211,-70),2749=>array(52,0,436,608),2750=>array(98,0,291,610),2751=>array(98,0,660,883),2752=>array(-180,0,291,884),2753=>array(-412,-271,28,5),2754=>array(-323,-271,151,5),2755=>array(-271,-271,41,5),2756=>array(-275,-271,65,20),2757=>array(-452,608,-25,881),2759=>array(-509,608,-80,881),2760=>array(-544,608,-96,882),2761=>array(-179,0,291,881),2763=>array(-236,0,291,881),2764=>array(-271,0,291,882),2765=>array(-244,-249,186,5),2768=>array(46,0,815,881),2784=>array(20,-1,875,608),2790=>array(91,61,532,545),2791=>array(110,0,534,608),2792=>array(97,0,524,608),2793=>array(29,0,527,608),2794=>array(18,0,595,609),2795=>array(18,0,598,608),2796=>array(104,0,541,610),2797=>array(25,0,571,608),2798=>array(118,0,532,607),2799=>array(35,1,608,605),2817=>array(-374,776,37,979),2818=>array(34,379,271,717),2819=>array(59,0,332,717),2821=>array(42,0,508,717),2822=>array(42,0,726,717),2823=>array(39,-16,643,717),2824=>array(39,-16,643,717),2825=>array(39,-16,618,717),2826=>array(39,-16,625,717),2827=>array(39,-16,607,717),2828=>array(39,0,516,717),2831=>array(49,0,479,717),2832=>array(49,0,918,913),2835=>array(59,0,561,732),2836=>array(59,0,953,913),2837=>array(39,0,564,717),2838=>array(39,0,539,717),2839=>array(39,0,539,717),2840=>array(39,0,524,717),2841=>array(39,0,688,717),2842=>array(39,0,540,717),2843=>array(39,0,540,717),2844=>array(39,0,554,717),2845=>array(39,-15,540,732),2846=>array(54,0,532,717),2847=>array(39,0,539,717),2848=>array(44,0,534,717),2849=>array(39,0,540,717),2850=>array(39,-12,540,717),2851=>array(44,0,526,717),2852=>array(39,0,540,717),2853=>array(39,0,505,717),2854=>array(39,0,540,717),2855=>array(44,0,521,732),2856=>array(39,0,540,717),2858=>array(39,0,524,717),2859=>array(39,0,703,717),2860=>array(39,0,540,717),2861=>array(39,-16,628,717),2862=>array(39,-0,524,717),2863=>array(56,0,547,717),2864=>array(39,-16,604,717),2866=>array(39,-16,638,717),2867=>array(39,0,554,717),2870=>array(39,0,539,717),2871=>array(39,0,524,717),2872=>array(39,0,524,717),2873=>array(39,-30,540,717),2876=>array(-301,-176,-206,-84),2877=>array(71,0,273,717),2878=>array(82,0,136,717),2879=>array(-522,762,-17,918),2880=>array(-25,1,213,920),2881=>array(-443,-264,123,-51),2882=>array(-359,-271,171,-17),2883=>array(-325,-271,102,-18),2887=>array(59,0,436,717),2888=>array(59,0,1005,913),2891=>array(59,0,945,717),2892=>array(59,0,1006,913),2893=>array(-188,-267,161,-45),2902=>array(-515,717,-20,913),2903=>array(-297,0,198,913),2908=>array(39,-176,540,717),2909=>array(39,-176,540,717),2911=>array(23,-53,623,718),2912=>array(39,-16,607,717),2913=>array(39,-30,540,717),2918=>array(44,0,534,717),2919=>array(49,-12,441,717),2920=>array(39,-12,432,717),2921=>array(34,0,541,717),2922=>array(20,0,487,732),2923=>array(0,-21,605,717),2924=>array(34,-15,476,718),2925=>array(29,-9,495,729),2926=>array(82,0,495,717),2927=>array(54,-15,456,719),2928=>array(50,209,544,557),2946=>array(-388,499,-211,675),2947=>array(37,-11,698,702),2949=>array(22,-271,932,429),2950=>array(22,-271,1071,429),2951=>array(19,-271,915,702),2952=>array(70,0,621,417),2953=>array(55,0,988,429),2954=>array(55,0,1221,429),2958=>array(52,-11,721,417),2959=>array(52,-110,726,417),2960=>array(27,-271,813,429),2962=>array(49,-271,711,429),2963=>array(49,-271,711,429),2964=>array(49,-271,1631,429),2965=>array(36,-11,610,417),2969=>array(70,0,759,417),2970=>array(36,-11,565,417),2972=>array(28,-271,815,429),2974=>array(63,-271,928,417),2975=>array(70,0,778,417),2979=>array(52,-11,1290,429),2980=>array(-4,-271,600,417),2984=>array(-0,-271,577,417),2985=>array(52,-11,1007,429),2986=>array(70,0,623,417),2990=>array(70,0,667,429),2991=>array(83,-11,719,417),2992=>array(70,-113,540,417),2993=>array(2,-271,650,429),2994=>array(52,-11,768,510),2995=>array(52,-11,866,429),2996=>array(62,-271,665,429),2997=>array(52,-11,803,429),2999=>array(52,-271,1067,429),3000=>array(52,-11,1046,510),3001=>array(0,-271,1207,429),3006=>array(70,0,542,417),3007=>array(-245,1,112,702),3008=>array(-282,417,94,702),3009=>array(-117,145,458,417),3010=>array(-117,-52,754,636),3014=>array(61,-12,685,701),3015=>array(56,-11,659,702),3016=>array(52,-11,901,429),3018=>array(61,-12,1661,701),3019=>array(56,-11,1661,702),3020=>array(61,-12,1989,701),3021=>array(-364,523,-237,650),3031=>array(52,-11,866,429),3047=>array(36,-11,610,417),3048=>array(55,0,988,429),3049=>array(70,0,727,417),3050=>array(36,-11,682,417),3051=>array(70,-208,913,645),3052=>array(36,-11,857,417),3053=>array(52,-11,721,417),3054=>array(22,-271,932,429),3055=>array(36,-11,776,417),3056=>array(83,-11,662,702),3057=>array(71,0,714,429),3058=>array(-4,-271,745,417),3073=>array(57,-6,335,481),3074=>array(57,-13,544,471),3075=>array(65,-12,280,474),3077=>array(54,-11,667,474),3078=>array(54,-11,732,473),3079=>array(36,-229,513,472),3080=>array(24,-11,1108,664),3081=>array(57,-11,634,682),3082=>array(57,-11,996,682),3083=>array(57,-11,1239,474),3084=>array(44,-11,856,586),3086=>array(44,-11,556,702),3087=>array(44,-11,556,839),3088=>array(54,-11,656,475),3090=>array(57,-11,610,471),3091=>array(57,-11,610,642),3092=>array(6,-11,856,688),3093=>array(36,-11,474,664),3094=>array(51,-137,620,476),3095=>array(39,-14,510,664),3096=>array(35,-137,874,664),3097=>array(57,-11,610,472),3098=>array(24,-11,630,664),3099=>array(24,-137,630,664),3100=>array(57,-11,610,474),3101=>array(57,-136,1146,664),3102=>array(36,-229,715,472),3103=>array(57,-11,829,550),3104=>array(57,-11,540,664),3105=>array(57,-11,659,664),3106=>array(57,-137,659,664),3107=>array(63,-11,752,474),3108=>array(57,-11,659,664),3109=>array(60,-137,643,664),3110=>array(60,-11,643,664),3111=>array(60,-137,643,664),3112=>array(44,-11,547,664),3114=>array(35,-11,563,664),3115=>array(35,-137,563,664),3116=>array(57,-11,621,473),3117=>array(57,-137,663,664),3118=>array(44,-11,873,664),3119=>array(57,-12,1144,664),3120=>array(57,-11,540,664),3121=>array(57,-12,837,476),3122=>array(57,-11,571,474),3123=>array(48,-11,561,664),3125=>array(44,-11,561,664),3126=>array(48,-11,524,664),3127=>array(35,-137,759,664),3128=>array(24,-11,581,664),3129=>array(31,-11,893,664),3134=>array(6,305,626,545),3135=>array(17,462,281,785),3136=>array(10,462,289,980),3137=>array(-48,-9,302,474),3138=>array(-48,-9,665,545),3139=>array(-203,-271,294,474),3140=>array(-216,-271,687,473),3142=>array(6,466,618,688),3143=>array(6,466,617,889),3144=>array(6,-271,894,688),3146=>array(6,470,843,715),3147=>array(6,470,843,908),3148=>array(6,449,970,688),3149=>array(39,465,655,866),3157=>array(47,767,289,980),3158=>array(-670,-271,109,-31),3168=>array(57,-11,1602,545),3169=>array(44,-11,1263,545),3174=>array(158,-14,682,510),3175=>array(88,-14,752,510),3176=>array(54,0,726,510),3177=>array(199,-13,609,512),3178=>array(136,-12,704,519),3179=>array(60,-14,781,521),3180=>array(106,0,798,510),3181=>array(201,-15,668,513),3182=>array(65,-13,815,510),3183=>array(106,0,798,510),3202=>array(46,84,394,554),3203=>array(46,84,205,553),3205=>array(47,84,608,602),3206=>array(46,84,625,602),3207=>array(37,84,595,602),3208=>array(33,84,850,752),3209=>array(46,84,911,602),3210=>array(46,84,1247,602),3211=>array(37,84,1000,752),3212=>array(37,84,695,602),3214=>array(37,84,606,602),3215=>array(37,84,606,647),3216=>array(44,84,615,602),3218=>array(37,84,630,602),3219=>array(37,84,630,775),3220=>array(38,84,631,774),3221=>array(49,84,415,752),3222=>array(17,84,700,713),3223=>array(51,84,493,752),3224=>array(44,-79,742,752),3225=>array(37,84,630,602),3226=>array(37,84,633,752),3227=>array(46,-79,614,752),3228=>array(37,84,630,602),3229=>array(54,-79,1127,752),3230=>array(37,84,889,602),3231=>array(59,84,627,651),3232=>array(54,84,508,752),3233=>array(54,84,625,752),3234=>array(54,-79,625,752),3235=>array(54,84,682,602),3236=>array(46,84,500,752),3237=>array(54,-79,626,752),3238=>array(54,84,626,752),3239=>array(54,-79,626,752),3240=>array(46,46,514,752),3242=>array(46,84,620,752),3243=>array(46,-79,619,753),3244=>array(37,84,632,602),3245=>array(37,-79,643,752),3246=>array(49,84,928,752),3247=>array(46,84,1057,752),3248=>array(54,84,508,752),3249=>array(49,84,628,602),3250=>array(46,84,615,602),3251=>array(42,84,507,752),3253=>array(49,84,620,752),3254=>array(49,84,506,752),3255=>array(49,70,620,752),3256=>array(44,84,499,752),3257=>array(49,84,675,752),3262=>array(-21,84,370,588),3263=>array(-13,339,307,702),3264=>array(-13,46,635,702),3265=>array(-5,84,312,563),3266=>array(-5,84,673,560),3267=>array(22,-173,364,236),3268=>array(24,-173,614,253),3270=>array(-79,354,258,774),3271=>array(-79,46,606,774),3272=>array(-79,-173,438,774),3274=>array(-79,84,868,774),3275=>array(-79,46,1188,774),3276=>array(-160,276,395,774),3277=>array(-22,335,329,703),3285=>array(49,46,299,560),3286=>array(25,-173,364,301),3294=>array(49,84,624,602),3296=>array(37,84,1654,752),3297=>array(37,84,943,602),3302=>array(42,84,507,686),3303=>array(34,84,515,685),3304=>array(22,98,507,688),3305=>array(52,84,527,684),3306=>array(38,84,515,684),3307=>array(33,84,516,688),3308=>array(42,98,529,687),3309=>array(47,98,525,684),3310=>array(36,84,520,687),3311=>array(46,84,521,667),3330=>array(45,-9,323,269),3331=>array(49,-9,256,464),3333=>array(49,-9,1152,464),3334=>array(49,-173,1309,464),3335=>array(49,-232,856,464),3336=>array(49,-232,1411,464),3337=>array(49,-232,586,464),3338=>array(49,-232,1149,464),3339=>array(44,-271,817,464),3340=>array(49,-9,908,465),3342=>array(44,-271,1157,464),3343=>array(44,-271,1153,464),3344=>array(49,-271,1785,465),3346=>array(49,-9,601,464),3347=>array(49,-9,1065,464),3348=>array(49,-9,1146,464),3349=>array(42,-8,819,464),3350=>array(49,-9,907,465),3351=>array(44,-10,830,464),3352=>array(39,0,1279,464),3353=>array(49,-9,916,465),3354=>array(15,0,940,464),3355=>array(15,-9,1217,464),3356=>array(44,-51,663,464),3357=>array(49,-9,1410,464),3358=>array(49,-9,1166,465),3359=>array(39,-9,524,464),3360=>array(43,-9,517,464),3361=>array(44,-9,1146,464),3362=>array(44,-9,1195,465),3363=>array(49,-12,1219,465),3364=>array(49,-9,830,464),3365=>array(76,0,893,464),3366=>array(49,-9,501,464),3367=>array(49,-9,835,467),3368=>array(44,-12,830,464),3370=>array(44,-9,956,464),3371=>array(44,-9,1104,464),3372=>array(49,-9,1258,465),3373=>array(54,0,504,464),3374=>array(71,0,572,464),3375=>array(44,-9,905,464),3376=>array(49,-9,594,464),3377=>array(44,-8,506,464),3378=>array(76,0,869,464),3379=>array(44,-232,589,464),3380=>array(44,-9,514,464),3381=>array(49,-7,884,464),3382=>array(44,-9,888,464),3383=>array(44,-9,1043,464),3384=>array(44,-9,1146,464),3385=>array(44,-9,1063,464),3390=>array(42,-6,426,464),3391=>array(0,0,330,651),3392=>array(0,0,354,651),3393=>array(39,-271,301,466),3394=>array(39,-271,301,466),3395=>array(8,-271,458,466),3398=>array(49,-9,591,465),3399=>array(49,-8,476,464),3400=>array(49,-9,1230,465),3402=>array(49,-9,1319,465),3403=>array(49,-8,1209,464),3404=>array(49,-9,1398,465),3405=>array(-300,520,-19,721),3415=>array(39,-9,504,464),3424=>array(44,-271,817,464),3425=>array(49,-173,1058,465),3430=>array(49,-9,1080,464),3431=>array(15,-143,852,464),3432=>array(44,-7,840,464),3433=>array(44,-9,1166,464),3434=>array(44,-9,643,651),3435=>array(54,-243,918,651),3436=>array(44,-271,1162,464),3437=>array(49,-271,591,464),3438=>array(49,-271,884,464),3439=>array(44,-9,848,651),3585=>array(54,0,520,558),3586=>array(30,0,573,558),3587=>array(30,0,590,559),3588=>array(52,0,530,558),3589=>array(52,0,530,560),3590=>array(30,-5,590,559),3591=>array(25,-5,396,558),3592=>array(26,-5,481,558),3593=>array(30,-5,622,558),3594=>array(30,0,634,592),3595=>array(30,0,651,592),3596=>array(54,-5,741,558),3597=>array(54,-208,783,558),3598=>array(30,-203,545,558),3599=>array(30,-203,545,558),3600=>array(54,-206,477,560),3601=>array(30,0,710,559),3602=>array(52,-5,751,560),3603=>array(54,-5,857,558),3604=>array(52,0,530,558),3605=>array(52,0,530,560),3606=>array(54,-5,520,558),3607=>array(30,0,575,558),3608=>array(54,0,477,560),3609=>array(30,-5,622,558),3610=>array(30,0,533,558),3611=>array(30,0,533,830),3612=>array(78,0,552,558),3613=>array(78,0,552,830),3614=>array(30,0,620,558),3615=>array(30,0,620,830),3616=>array(30,-5,545,558),3617=>array(30,-5,506,558),3618=>array(75,0,513,558),3619=>array(54,-5,437,560),3620=>array(54,-199,520,558),3621=>array(44,-5,499,558),3622=>array(30,-199,545,558),3623=>array(19,-5,444,558),3624=>array(52,0,562,664),3625=>array(30,0,637,558),3626=>array(44,-5,544,659),3627=>array(30,0,584,558),3628=>array(30,0,684,723),3629=>array(36,0,491,558),3630=>array(61,0,545,656),3631=>array(30,0,442,558),3632=>array(44,49,418,510),3633=>array(-364,631,10,824),3634=>array(26,0,421,558),3635=>array(-223,0,421,767),3636=>array(-493,612,-109,775),3637=>array(-493,612,-109,800),3638=>array(-493,612,-64,800),3639=>array(-493,612,-109,800),3640=>array(-201,-206,-85,-34),3641=>array(-337,-206,-89,-34),3642=>array(-157,-115,-75,-33),3647=>array(84,-103,625,782),3648=>array(75,-5,272,553),3649=>array(75,-5,541,553),3650=>array(27,-5,466,830),3651=>array(30,-5,485,828),3652=>array(10,-5,485,828),3653=>array(26,-199,421,558),3654=>array(30,-199,431,559),3655=>array(-424,603,-47,849),3656=>array(-167,858,-109,1031),3657=>array(-293,858,1,1065),3658=>array(-342,858,98,1056),3659=>array(-225,858,-52,1031),3660=>array(-330,861,-18,1078),3661=>array(-223,609,-65,767),3662=>array(-203,858,-42,1067),3663=>array(60,-5,495,430),3664=>array(60,-5,538,428),3665=>array(50,-5,590,428),3666=>array(75,0,613,611),3667=>array(75,-5,615,428),3668=>array(50,-5,637,611),3669=>array(50,-5,637,611),3670=>array(18,-5,585,611),3671=>array(75,-5,789,574),3672=>array(60,-5,659,574),3673=>array(75,-5,715,574),3674=>array(30,0,598,558),3675=>array(40,-5,964,447),3713=>array(55,-6,721,587),3714=>array(53,-15,664,587),3716=>array(54,-5,670,587),3719=>array(34,-207,470,587),3720=>array(37,-18,636,587),3722=>array(54,-210,629,587),3725=>array(54,-5,670,588),3732=>array(54,-5,665,587),3733=>array(54,-6,780,587),3734=>array(45,-257,711,587),3735=>array(55,-5,862,587),3737=>array(54,-11,690,589),3738=>array(55,-5,686,587),3739=>array(55,-5,686,707),3740=>array(54,-5,780,593),3741=>array(54,-5,780,707),3742=>array(54,-5,800,587),3743=>array(54,-5,800,707),3745=>array(55,-11,721,589),3746=>array(54,-5,670,707),3747=>array(54,-7,643,587),3749=>array(46,-7,646,587),3751=>array(46,-7,646,587),3754=>array(58,-7,673,587),3755=>array(55,-5,862,587),3757=>array(54,-7,671,587),3758=>array(53,-7,664,595),3759=>array(54,-21,604,680),3760=>array(57,113,382,578),3761=>array(57,847,482,1049),3762=>array(34,-5,422,587),3763=>array(1,-5,422,788),3764=>array(139,805,639,1059),3765=>array(139,805,713,1059),3766=>array(139,805,639,1059),3767=>array(139,805,713,1059),3768=>array(308,-269,470,-26),3769=>array(248,-263,528,-15),3771=>array(145,838,635,1060),3772=>array(147,-257,632,-72),3773=>array(55,-5,616,829),3776=>array(34,-5,386,576),3777=>array(34,-5,772,576),3778=>array(28,-5,410,1001),3779=>array(17,-5,429,1037),3780=>array(46,-5,311,1025),3782=>array(34,-267,517,579),3784=>array(349,806,429,1012),3785=>array(148,808,630,1035),3786=>array(163,805,609,1015),3787=>array(281,805,497,1019),3788=>array(212,812,560,1049),3789=>array(308,806,470,967),3792=>array(54,-7,667,578),3793=>array(54,-5,665,578),3794=>array(67,-5,557,796),3795=>array(44,-5,665,829),3796=>array(54,-5,632,776),3797=>array(54,-5,632,776),3798=>array(54,-5,780,829),3799=>array(55,-257,702,579),3800=>array(54,-171,670,579),3801=>array(54,-5,841,577),3804=>array(55,-11,1218,579),3805=>array(55,-11,1218,579),3840=>array(52,207,573,983),3841=>array(52,232,534,864),3842=>array(11,274,571,864),3843=>array(11,274,593,864),3844=>array(0,227,583,720),3845=>array(107,227,464,720),3846=>array(0,-174,583,720),3847=>array(-152,393,649,720),3848=>array(141,-174,512,809),3849=>array(80,81,520,716),3850=>array(34,-62,576,799),3851=>array(92,522,508,716),3852=>array(92,-117,508,716),3853=>array(260,-174,340,716),3854=>array(190,-174,410,716),3855=>array(250,-174,350,716),3856=>array(187,-174,413,716),3857=>array(179,-174,421,716),3858=>array(-20,-124,620,719),3859=>array(21,126,579,706),3860=>array(238,403,371,681),3861=>array(128,254,472,716),3862=>array(128,320,477,716),3863=>array(99,378,510,657),3864=>array(159,-9,537,322),3865=>array(260,-201,340,300),3866=>array(241,459,359,577),3867=>array(151,459,449,577),3868=>array(151,419,449,687),3869=>array(123,346,476,683),3870=>array(66,426,520,607),3871=>array(129,448,455,584),3872=>array(128,-13,472,374),3873=>array(126,-149,444,374),3874=>array(40,-86,530,374),3875=>array(97,-176,507,402),3876=>array(27,19,560,339),3877=>array(80,-13,541,374),3878=>array(33,-42,547,434),3879=>array(24,-13,568,390),3880=>array(57,-63,485,401),3881=>array(82,-82,534,374),3882=>array(-65,-149,653,374),3883=>array(-65,-86,653,374),3884=>array(-65,-176,653,402),3885=>array(-65,19,653,339),3886=>array(-65,-13,653,374),3887=>array(-65,-42,653,434),3888=>array(-65,-13,653,390),3889=>array(-65,-63,653,401),3890=>array(-65,-82,653,374),3891=>array(-65,-13,653,374),3892=>array(227,359,373,609),3893=>array(238,-1,371,150),3894=>array(81,159,519,619),3895=>array(251,52,349,150),3896=>array(87,431,495,735),3897=>array(355,538,551,706),3898=>array(2,419,587,687),3899=>array(13,419,598,687),3900=>array(56,-201,484,837),3901=>array(116,-201,544,837),3902=>array(238,-201,457,180),3903=>array(143,-201,362,180),3904=>array(23,27,558,716),3905=>array(42,207,558,716),3906=>array(22,27,558,716),3907=>array(22,-174,558,716),3908=>array(72,207,528,716),3909=>array(54,207,541,716),3910=>array(43,207,557,716),3911=>array(72,207,528,716),3913=>array(96,27,488,726),3914=>array(72,27,528,716),3915=>array(62,207,538,716),3916=>array(72,27,528,716),3917=>array(72,-174,528,716),3918=>array(102,27,500,716),3919=>array(72,27,528,716),3920=>array(62,207,538,716),3921=>array(72,27,528,716),3922=>array(72,-174,528,716),3923=>array(100,27,498,716),3924=>array(72,207,558,716),3925=>array(72,207,558,716),3926=>array(72,207,558,716),3927=>array(72,-174,558,716),3928=>array(30,207,558,716),3929=>array(54,207,601,864),3930=>array(43,207,601,864),3931=>array(72,207,621,864),3932=>array(72,-174,621,864),3933=>array(31,207,558,726),3934=>array(62,27,542,716),3935=>array(62,207,538,716),3936=>array(72,187,580,716),3937=>array(72,207,558,716),3938=>array(86,207,580,716),3939=>array(72,207,558,716),3940=>array(19,27,538,716),3941=>array(62,27,581,716),3942=>array(72,207,558,716),3943=>array(72,27,528,716),3944=>array(52,207,558,716),3945=>array(23,-174,558,716),3953=>array(208,-51,414,140),3954=>array(87,625,539,864),3955=>array(87,-51,539,864),3956=>array(72,-70,524,153),3957=>array(105,-201,524,180),3958=>array(61,41,513,864),3959=>array(61,-201,513,864),3960=>array(61,-11,513,864),3961=>array(61,-201,513,864),3962=>array(137,643,365,777),3963=>array(137,643,405,897),3964=>array(67,643,573,829),3965=>array(67,643,573,929),3966=>array(241,736,359,854),3967=>array(399,180,517,448),3968=>array(61,625,513,864),3969=>array(61,-51,513,864),3970=>array(193,625,391,852),3971=>array(193,625,391,819),3972=>array(307,-201,535,-67),3973=>array(96,-54,488,726),3974=>array(186,461,432,864),3975=>array(288,666,312,864),3976=>array(162,609,438,864),3977=>array(85,575,515,864),3978=>array(165,634,455,864),3979=>array(163,652,486,864),3984=>array(75,-201,510,180),3985=>array(90,-201,510,180),3986=>array(74,-200,510,180),3987=>array(179,-201,413,180),3988=>array(115,-201,485,180),3989=>array(100,-201,496,180),3991=>array(115,-201,485,180),3993=>array(134,-201,453,186),3994=>array(115,-201,485,180),3995=>array(107,-201,493,180),3996=>array(115,-201,485,180),3997=>array(201,-201,399,180),3998=>array(139,-201,463,180),3999=>array(115,-201,485,180),4000=>array(107,-201,493,180),4001=>array(115,-201,485,180),4002=>array(201,-201,399,180),4003=>array(137,-201,461,180),4004=>array(115,-201,510,180),4005=>array(115,-201,510,180),4006=>array(115,-201,510,180),4007=>array(201,-201,413,180),4008=>array(81,-201,510,180),4009=>array(100,-201,545,301),4010=>array(91,-201,545,301),4011=>array(115,-201,561,301),4012=>array(201,-201,440,245),4013=>array(81,-201,510,188),4017=>array(115,-201,510,180),4018=>array(126,-201,528,180),4019=>array(115,-201,510,180),4020=>array(72,-201,493,180),4021=>array(107,-201,528,180),4022=>array(115,-201,510,180),4023=>array(132,-201,468,180),4025=>array(179,-201,413,180),4256=>array(42,-15,633,716),4257=>array(45,-3,677,716),4258=>array(45,-142,695,716),4259=>array(42,-15,657,716),4260=>array(45,0,543,716),4261=>array(47,0,745,716),4262=>array(1,-7,630,715),4263=>array(35,0,740,716),4264=>array(24,0,494,716),4265=>array(66,0,568,716),4266=>array(45,-7,748,716),4267=>array(34,-7,677,716),4268=>array(66,0,563,716),4269=>array(35,-15,681,732),4270=>array(-1,-15,639,719),4271=>array(-1,-209,624,721),4272=>array(34,-15,689,716),4273=>array(66,-15,581,716),4274=>array(66,0,547,716),4275=>array(35,-15,681,732),4276=>array(35,-209,644,732),4277=>array(34,-209,671,716),4278=>array(66,0,577,732),4279=>array(52,0,557,716),4280=>array(50,-15,557,716),4281=>array(66,0,563,716),4282=>array(35,-163,593,732),4283=>array(34,-7,736,716),4284=>array(66,-209,547,716),4285=>array(49,-15,614,732),4286=>array(66,0,563,716),4287=>array(-66,-171,660,716),4288=>array(45,-15,701,716),4289=>array(66,0,552,716),4290=>array(23,-15,571,716),4291=>array(34,0,539,716),4292=>array(58,-209,618,716),4293=>array(34,-15,758,716),4304=>array(36,-12,398,490),4305=>array(37,-12,519,721),4306=>array(42,-256,523,455),4307=>array(36,-251,836,454),4308=>array(20,-256,472,452),4309=>array(30,-256,498,451),4310=>array(24,-12,689,734),4311=>array(34,-16,834,454),4312=>array(34,-16,495,452),4313=>array(30,-256,498,451),4314=>array(36,-251,921,449),4315=>array(34,-12,486,728),4316=>array(66,-12,518,723),4317=>array(34,-33,700,449),4318=>array(34,-12,502,727),4319=>array(40,-256,508,466),4320=>array(34,-16,651,727),4321=>array(66,-12,512,716),4322=>array(34,-256,772,623),4323=>array(22,-257,745,449),4324=>array(34,-256,743,451),4325=>array(34,-257,436,716),4326=>array(36,-251,655,449),4327=>array(44,-257,446,452),4328=>array(34,-12,486,734),4329=>array(66,0,451,733),4330=>array(45,-256,534,452),4331=>array(34,-12,486,716),4332=>array(32,-256,562,734),4333=>array(34,-257,530,732),4334=>array(66,-12,518,716),4335=>array(32,-238,771,450),4336=>array(35,-12,514,736),4337=>array(40,-12,619,716),4338=>array(10,-12,549,453),4339=>array(23,-256,478,450),4340=>array(34,-257,448,495),4341=>array(43,-250,549,583),4342=>array(35,-256,788,715),4347=>array(87,-12,449,464),4352=>array(129,91,796,665),4353=>array(114,91,844,665),4354=>array(204,90,873,665),4355=>array(184,90,838,664),4356=>array(149,90,888,665),4357=>array(173,90,827,665),4358=>array(215,90,785,665),4359=>array(215,90,785,665),4360=>array(145,88,855,665),4361=>array(107,76,882,663),4362=>array(110,78,890,663),4363=>array(187,92,813,666),4364=>array(109,76,880,665),4365=>array(105,80,895,666),4366=>array(109,76,880,665),4367=>array(206,90,790,663),4368=>array(189,91,837,664),4369=>array(187,90,813,665),4370=>array(156,88,844,665),4371=>array(144,91,844,665),4372=>array(144,93,881,665),4373=>array(144,90,888,665),4374=>array(144,89,853,665),4375=>array(149,89,842,665),4376=>array(149,85,881,665),4377=>array(149,85,887,665),4378=>array(149,85,876,666),4379=>array(232,78,789,722),4380=>array(142,89,853,665),4381=>array(232,78,768,711),4382=>array(145,88,844,665),4383=>array(145,88,881,665),4384=>array(145,88,888,665),4385=>array(145,78,884,664),4386=>array(111,78,889,665),4387=>array(101,78,933,665),4388=>array(93,78,907,665),4389=>array(101,78,962,665),4390=>array(101,78,962,666),4391=>array(140,78,885,666),4392=>array(140,78,885,665),4393=>array(145,88,855,665),4394=>array(145,88,868,665),4395=>array(232,78,768,725),4396=>array(197,78,803,728),4397=>array(130,78,844,665),4398=>array(130,78,858,665),4399=>array(130,78,888,665),4400=>array(125,78,887,665),4401=>array(125,78,860,665),4402=>array(125,78,868,665),4403=>array(57,78,889,665),4404=>array(57,78,949,663),4405=>array(125,78,876,663),4406=>array(117,78,883,666),4407=>array(119,78,885,665),4408=>array(125,78,873,663),4409=>array(125,78,855,665),4410=>array(125,78,868,665),4411=>array(125,78,876,666),4412=>array(216,-1,702,716),4413=>array(92,-1,860,716),4414=>array(298,-1,784,716),4415=>array(140,-1,908,716),4416=>array(258,93,742,659),4417=>array(125,91,844,665),4418=>array(125,90,888,665),4419=>array(125,89,860,665),4420=>array(125,89,853,665),4421=>array(125,78,880,663),4422=>array(125,119,886,664),4423=>array(125,122,874,617),4424=>array(125,78,885,666),4425=>array(125,78,885,665),4426=>array(125,90,855,665),4427=>array(125,91,868,665),4428=>array(232,131,768,551),4429=>array(119,78,874,666),4430=>array(97,-1,903,720),4431=>array(92,-1,903,720),4432=>array(97,-1,903,720),4433=>array(97,-1,908,720),4434=>array(123,78,873,665),4435=>array(123,78,876,666),4436=>array(97,-1,903,814),4437=>array(97,-1,903,814),4438=>array(127,89,853,665),4439=>array(202,78,798,714),4440=>array(100,91,900,666),4441=>array(182,78,818,573),4447=>array(421,-64,711,842),4448=>array(421,-64,711,842),4449=>array(421,-64,711,842),4450=>array(345,-64,655,842),4451=>array(381,-64,676,842),4452=>array(340,-64,661,842),4453=>array(302,-65,597,841),4454=>array(186,-63,677,843),4455=>array(332,-64,626,842),4456=>array(226,-63,687,843),4457=>array(60,197,940,614),4458=>array(46,-64,931,842),4459=>array(51,-64,892,842),4460=>array(61,-64,857,842),4461=>array(60,197,940,615),4462=>array(79,76,921,554),4463=>array(68,-65,882,841),4464=>array(53,-63,912,843),4465=>array(70,-64,867,842),4466=>array(72,111,928,589),4467=>array(57,357,943,436),4468=>array(67,-64,867,842),4469=>array(462,-64,538,842),4470=>array(62,7,943,842),4471=>array(79,-64,936,842),4472=>array(62,7,943,842),4473=>array(62,-3,938,842),4474=>array(62,7,943,841),4475=>array(79,-64,920,841),4476=>array(57,22,943,841),4477=>array(62,7,943,842),4478=>array(79,-64,920,842),4479=>array(63,-70,907,841),4480=>array(63,-68,907,843),4481=>array(63,-68,907,843),4482=>array(62,22,943,783),4483=>array(62,-64,943,783),4484=>array(62,-70,907,842),4485=>array(62,-69,907,842),4486=>array(62,-70,907,842),4487=>array(62,22,943,782),4488=>array(62,-69,907,842),4489=>array(68,-69,936,842),4490=>array(68,-69,907,842),4491=>array(57,22,943,841),4492=>array(63,-68,907,843),4493=>array(79,-64,920,762),4494=>array(68,-69,936,842),4495=>array(68,-70,907,841),4496=>array(68,-63,912,843),4497=>array(68,-70,907,842),4498=>array(63,-68,907,843),4499=>array(79,-64,921,756),4500=>array(68,-64,867,842),4501=>array(79,-64,921,615),4502=>array(79,197,921,615),4503=>array(65,-64,921,842),4504=>array(321,-63,812,843),4505=>array(311,-63,772,843),4506=>array(62,22,943,842),4507=>array(79,-64,921,842),4508=>array(57,22,943,842),4509=>array(410,50,584,842),4510=>array(410,280,584,463),4511=>array(410,-65,719,841),4512=>array(79,-64,921,601),4513=>array(333,-69,667,842),4514=>array(329,280,671,463),4520=>array(129,91,796,665),4521=>array(114,91,844,665),4522=>array(114,78,880,665),4523=>array(204,90,873,665),4524=>array(144,78,880,666),4525=>array(144,91,876,666),4526=>array(184,90,838,664),4527=>array(173,90,827,665),4528=>array(149,85,842,665),4529=>array(149,85,852,665),4530=>array(149,85,853,665),4531=>array(149,78,880,665),4532=>array(149,85,855,665),4533=>array(149,85,868,665),4534=>array(149,85,876,666),4535=>array(215,90,785,665),4536=>array(215,90,785,665),4537=>array(145,78,880,664),4538=>array(107,76,882,663),4539=>array(110,78,890,663),4540=>array(187,92,813,666),4541=>array(109,76,880,665),4542=>array(109,76,880,665),4543=>array(206,90,790,663),4544=>array(189,91,837,664),4545=>array(187,90,813,665),4546=>array(156,88,844,665),4547=>array(114,85,887,665),4548=>array(75,78,913,665),4549=>array(144,91,844,665),4550=>array(144,90,888,665),4551=>array(144,78,880,665),4552=>array(144,93,886,665),4553=>array(144,90,855,665),4554=>array(149,89,842,665),4555=>array(149,85,887,665),4556=>array(76,78,961,665),4557=>array(149,85,881,665),4558=>array(149,85,888,665),4559=>array(76,85,944,666),4560=>array(149,85,887,665),4561=>array(76,85,920,665),4562=>array(76,78,973,665),4563=>array(76,78,973,665),4564=>array(76,85,946,666),4565=>array(149,85,848,728),4566=>array(80,78,960,665),4567=>array(149,85,886,665),4568=>array(149,85,873,665),4569=>array(149,85,878,666),4570=>array(142,89,844,665),4571=>array(142,85,887,665),4572=>array(142,89,853,665),4573=>array(142,78,880,665),4574=>array(84,78,960,665),4575=>array(142,89,886,665),4576=>array(142,78,885,665),4577=>array(142,89,876,666),4578=>array(232,78,768,711),4579=>array(145,85,887,665),4580=>array(145,88,868,665),4581=>array(145,88,876,666),4582=>array(232,78,768,725),4583=>array(130,78,844,665),4584=>array(130,78,888,665),4585=>array(125,78,887,665),4586=>array(125,78,868,665),4587=>array(258,93,742,659),4588=>array(125,91,844,665),4589=>array(72,91,913,665),4590=>array(125,122,874,617),4591=>array(125,90,873,663),4592=>array(232,131,768,551),4593=>array(125,78,880,663),4594=>array(125,119,886,664),4595=>array(127,89,853,665),4596=>array(202,78,798,714),4597=>array(116,91,881,666),4598=>array(116,85,887,666),4599=>array(116,89,852,666),4600=>array(116,89,853,666),4601=>array(182,78,818,573),7680=>array(-1,-210,668,716),7681=>array(38,-210,516,530),7682=>array(74,0,615,881),7683=>array(67,-12,517,881),7684=>array(74,-210,615,716),7685=>array(67,-210,517,716),7686=>array(74,-179,615,716),7687=>array(67,-179,517,716),7688=>array(51,-209,684,898),7689=>array(39,-196,491,728),7690=>array(80,0,672,881),7691=>array(36,-12,486,881),7692=>array(80,-210,672,716),7693=>array(36,-210,486,716),7694=>array(80,-179,672,716),7695=>array(36,-179,486,716),7696=>array(80,-205,672,716),7697=>array(36,-205,486,716),7698=>array(80,-210,672,716),7699=>array(36,-210,486,716),7700=>array(79,0,614,1050),7701=>array(39,-12,517,882),7702=>array(79,0,614,1050),7703=>array(39,-12,517,882),7704=>array(79,-210,614,716),7705=>array(39,-210,517,530),7706=>array(79,-185,614,716),7707=>array(39,-185,517,530),7708=>array(79,-205,614,902),7709=>array(39,-205,517,722),7710=>array(80,0,563,881),7711=>array(8,0,311,881),7712=>array(52,-12,714,865),7713=>array(34,-210,491,697),7714=>array(80,0,642,881),7715=>array(67,0,490,881),7716=>array(80,-210,642,716),7717=>array(67,-210,490,716),7718=>array(80,0,642,881),7719=>array(67,0,490,881),7720=>array(27,-205,642,716),7721=>array(2,-205,490,716),7722=>array(80,-200,642,716),7723=>array(67,-200,490,716),7724=>array(-28,-185,299,716),7725=>array(-58,-185,270,716),7726=>array(3,0,274,1066),7727=>array(5,0,276,896),7728=>array(73,0,665,898),7729=>array(66,0,496,898),7730=>array(73,-210,665,716),7731=>array(66,-210,496,716),7732=>array(73,-179,665,716),7733=>array(66,-179,496,716),7734=>array(75,-210,523,716),7735=>array(67,-210,158,716),7736=>array(75,-210,523,865),7737=>array(-41,-210,264,865),7738=>array(75,-179,523,716),7739=>array(-42,-179,262,716),7740=>array(75,-210,523,716),7741=>array(-39,-210,270,716),7742=>array(76,0,757,898),7743=>array(65,0,769,728),7744=>array(76,0,757,881),7745=>array(65,0,769,711),7746=>array(76,-210,757,716),7747=>array(65,-210,769,530),7748=>array(79,0,642,881),7749=>array(68,0,490,711),7750=>array(79,-210,642,716),7751=>array(68,-210,490,530),7752=>array(79,-179,642,716),7753=>array(68,-179,490,530),7754=>array(79,-210,642,716),7755=>array(68,-210,490,530),7756=>array(47,-12,732,1064),7757=>array(35,-12,521,902),7758=>array(47,-12,732,1035),7759=>array(35,-12,521,865),7760=>array(47,-12,732,1050),7761=>array(35,-12,521,882),7762=>array(47,-12,732,1050),7763=>array(35,-12,521,882),7764=>array(77,0,623,898),7765=>array(68,-199,518,728),7766=>array(77,0,623,881),7767=>array(68,-199,518,711),7768=>array(80,0,711,881),7769=>array(64,0,346,711),7770=>array(80,-210,711,716),7771=>array(64,-210,346,530),7772=>array(80,-210,711,865),7773=>array(14,-210,346,697),7774=>array(80,-179,711,716),7775=>array(8,-179,346,530),7776=>array(45,-12,615,881),7777=>array(31,-12,461,711),7778=>array(45,-210,615,728),7779=>array(31,-210,461,530),7780=>array(45,-12,615,939),7781=>array(31,-12,461,768),7782=>array(45,-12,615,1047),7783=>array(31,-12,461,877),7784=>array(45,-210,615,881),7785=>array(31,-210,461,711),7786=>array(22,0,589,881),7787=>array(17,-7,269,881),7788=>array(22,-210,589,716),7789=>array(17,-210,269,700),7790=>array(22,-179,589,716),7791=>array(-11,-179,293,700),7792=>array(22,-210,589,716),7793=>array(6,-210,315,700),7794=>array(79,-210,642,716),7795=>array(66,-210,487,518),7796=>array(79,-185,642,716),7797=>array(66,-185,487,518),7798=>array(79,-210,642,716),7799=>array(66,-210,487,518),7800=>array(79,-12,642,1072),7801=>array(66,-12,487,902),7802=>array(79,-12,642,1002),7803=>array(66,-12,487,846),7804=>array(6,0,660,886),7805=>array(13,0,488,716),7806=>array(6,-210,660,716),7807=>array(13,-210,488,518),7808=>array(12,0,933,898),7809=>array(5,0,717,728),7810=>array(12,0,933,898),7811=>array(5,0,717,728),7812=>array(12,0,933,881),7813=>array(5,0,717,711),7814=>array(12,0,933,881),7815=>array(5,0,717,711),7816=>array(12,-210,933,716),7817=>array(5,-210,717,518),7818=>array(5,0,661,881),7819=>array(7,0,493,711),7820=>array(5,0,661,881),7821=>array(7,0,493,711),7822=>array(5,0,661,881),7823=>array(16,-210,492,711),7824=>array(18,0,584,898),7825=>array(20,0,479,728),7826=>array(18,-210,584,716),7827=>array(20,-210,479,518),7828=>array(18,-179,584,716),7829=>array(20,-179,479,518),7830=>array(67,-179,490,716),7831=>array(1,-7,272,881),7832=>array(5,0,717,752),7833=>array(16,-210,492,752),7834=>array(38,-12,557,758),7835=>array(8,0,311,881),7840=>array(-1,-210,668,716),7841=>array(38,-210,516,530),7842=>array(-1,0,668,934),7843=>array(38,-12,516,756),7844=>array(-1,0,668,978),7845=>array(38,-12,586,808),7846=>array(-1,0,668,978),7847=>array(-30,-12,516,808),7848=>array(-1,0,668,996),7849=>array(38,-12,573,826),7850=>array(-1,0,668,1058),7851=>array(38,-12,516,888),7852=>array(-1,-210,668,898),7853=>array(38,-210,516,728),7854=>array(-1,0,668,1039),7855=>array(38,-12,516,859),7856=>array(-1,0,668,1039),7857=>array(38,-12,516,859),7858=>array(-1,0,668,1074),7859=>array(38,-12,516,895),7860=>array(-1,0,668,1060),7861=>array(38,-12,516,880),7862=>array(-1,-210,668,902),7863=>array(38,-210,516,722),7864=>array(79,-210,614,716),7865=>array(39,-210,517,530),7866=>array(79,0,614,936),7867=>array(39,-12,517,756),7868=>array(79,0,614,884),7869=>array(39,-12,517,716),7870=>array(79,0,652,978),7871=>array(39,-12,586,808),7872=>array(34,0,614,978),7873=>array(-30,-12,517,808),7874=>array(79,0,638,996),7875=>array(39,-12,573,826),7876=>array(79,0,614,1056),7877=>array(39,-12,517,886),7878=>array(79,-210,614,900),7879=>array(39,-210,517,728),7880=>array(33,0,245,936),7881=>array(33,0,245,756),7882=>array(92,-210,187,716),7883=>array(67,-210,158,716),7884=>array(47,-210,732,728),7885=>array(35,-210,521,530),7886=>array(47,-12,732,936),7887=>array(35,-12,521,756),7888=>array(47,-12,732,978),7889=>array(35,-12,586,808),7890=>array(47,-12,732,978),7891=>array(-30,-12,521,808),7892=>array(47,-12,732,996),7893=>array(35,-12,573,826),7894=>array(47,-12,732,1056),7895=>array(35,-12,521,886),7896=>array(47,-210,732,900),7897=>array(35,-210,521,728),7898=>array(47,-12,776,900),7899=>array(35,-12,555,728),7900=>array(47,-12,776,900),7901=>array(35,-12,555,728),7902=>array(47,-12,776,936),7903=>array(35,-12,555,756),7904=>array(47,-12,776,884),7905=>array(35,-12,555,716),7906=>array(47,-210,776,768),7907=>array(35,-210,555,606),7908=>array(79,-210,642,716),7909=>array(66,-210,487,518),7910=>array(79,-12,642,936),7911=>array(66,-12,487,756),7912=>array(79,-12,776,900),7913=>array(66,-12,625,728),7914=>array(79,-12,776,900),7915=>array(66,-12,625,728),7916=>array(79,-12,776,936),7917=>array(66,-12,625,756),7918=>array(79,-12,776,884),7919=>array(66,-12,625,716),7920=>array(79,-210,776,768),7921=>array(66,-210,625,620),7922=>array(5,0,661,900),7923=>array(16,-210,492,728),7924=>array(5,-210,661,716),7925=>array(16,-210,492,518),7926=>array(5,0,661,936),7927=>array(16,-210,492,756),7928=>array(5,0,661,884),7929=>array(16,-210,492,716),7936=>array(35,-12,541,763),7937=>array(35,-12,541,763),7938=>array(35,-12,541,763),7939=>array(35,-12,541,763),7940=>array(35,-12,541,763),7941=>array(35,-12,541,763),7942=>array(35,-12,541,847),7943=>array(35,-12,541,847),7944=>array(-1,0,668,763),7945=>array(-1,0,668,763),7946=>array(-50,0,681,763),7947=>array(-50,0,681,763),7948=>array(-46,0,681,763),7949=>array(-38,0,681,763),7950=>array(-43,0,719,763),7951=>array(-43,0,719,763),7952=>array(29,-12,405,763),7953=>array(29,-12,405,763),7954=>array(29,-12,405,763),7955=>array(29,-12,405,763),7956=>array(29,-12,405,763),7957=>array(29,-12,405,763),7960=>array(-43,0,639,763),7961=>array(-44,0,639,763),7962=>array(-43,0,770,763),7963=>array(-43,0,770,763),7964=>array(-71,0,770,763),7965=>array(-63,0,769,763),7968=>array(68,-199,490,763),7969=>array(68,-199,490,763),7970=>array(68,-199,490,763),7971=>array(68,-199,490,763),7972=>array(68,-199,490,763),7973=>array(68,-199,490,763),7974=>array(68,-199,490,847),7975=>array(68,-199,490,847),7976=>array(-43,0,667,763),7977=>array(-44,0,667,763),7978=>array(-43,0,798,763),7979=>array(-43,0,798,763),7980=>array(-71,0,798,763),7981=>array(-63,0,798,763),7982=>array(-43,0,843,763),7983=>array(-43,0,843,763),7984=>array(59,0,162,763),7985=>array(53,0,156,763),7986=>array(-13,0,236,763),7987=>array(-13,0,236,763),7988=>array(-15,0,251,763),7989=>array(-15,0,243,763),7990=>array(-36,0,253,847),7991=>array(-36,0,253,847),7992=>array(-43,0,212,763),7993=>array(-44,0,212,763),7994=>array(-43,0,343,763),7995=>array(-43,0,343,763),7996=>array(-71,0,343,763),7997=>array(-63,0,343,763),7998=>array(-43,0,388,763),7999=>array(-43,0,388,763),8000=>array(35,-12,521,763),8001=>array(35,-12,521,763),8002=>array(35,-12,521,763),8003=>array(35,-12,521,763),8004=>array(35,-12,521,763),8005=>array(35,-12,521,763),8008=>array(-30,-12,732,763),8009=>array(-38,-12,732,763),8010=>array(-43,-12,848,763),8011=>array(-31,-12,848,763),8012=>array(-37,-12,848,763),8013=>array(-36,-12,848,763),8016=>array(68,-12,483,763),8017=>array(68,-12,483,763),8018=>array(68,-12,483,763),8019=>array(68,-12,483,763),8020=>array(68,-12,483,763),8021=>array(68,-12,483,763),8022=>array(68,-12,483,847),8023=>array(68,-12,483,847),8025=>array(-43,0,771,763),8027=>array(-43,0,887,763),8029=>array(-43,0,879,763),8031=>array(-43,0,934,763),8032=>array(35,-12,731,763),8033=>array(35,-12,731,763),8034=>array(35,-12,731,763),8035=>array(35,-12,731,763),8036=>array(35,-12,731,763),8037=>array(35,-12,731,763),8038=>array(35,-12,731,847),8039=>array(35,-12,731,847),8040=>array(-30,0,706,763),8041=>array(-38,0,706,763),8042=>array(-43,0,822,763),8043=>array(-43,0,822,763),8044=>array(-43,0,816,763),8045=>array(-43,0,815,763),8046=>array(-43,0,859,763),8047=>array(-43,0,859,763),8048=>array(35,-12,541,736),8049=>array(35,-12,541,736),8050=>array(29,-12,405,736),8051=>array(29,-12,405,736),8052=>array(68,-199,490,736),8053=>array(68,-199,490,736),8054=>array(35,0,155,736),8055=>array(67,0,187,736),8056=>array(35,-12,521,736),8057=>array(35,-12,521,736),8058=>array(68,-12,483,736),8059=>array(68,-12,483,736),8060=>array(35,-12,731,736),8061=>array(35,-12,731,736),8064=>array(35,-208,541,763),8065=>array(35,-208,541,763),8066=>array(35,-208,541,763),8067=>array(35,-208,541,763),8068=>array(35,-208,541,763),8069=>array(35,-208,541,763),8070=>array(35,-208,541,847),8071=>array(35,-208,541,847),8072=>array(-1,-208,668,763),8073=>array(-1,-208,668,763),8074=>array(-50,-208,681,763),8075=>array(-50,-208,681,763),8076=>array(-46,-208,681,763),8077=>array(-38,-208,681,763),8078=>array(-43,-208,719,763),8079=>array(-43,-208,719,763),8080=>array(68,-208,490,763),8081=>array(68,-208,490,763),8082=>array(68,-208,490,763),8083=>array(68,-208,490,763),8084=>array(68,-208,490,763),8085=>array(68,-208,490,763),8086=>array(68,-208,490,847),8087=>array(68,-208,490,847),8088=>array(-43,-208,667,763),8089=>array(-44,-208,667,763),8090=>array(-43,-208,798,763),8091=>array(-43,-208,798,763),8092=>array(-71,-208,798,763),8093=>array(-63,-208,798,763),8094=>array(-43,-208,843,763),8095=>array(-43,-208,843,763),8096=>array(35,-208,731,763),8097=>array(35,-208,731,763),8098=>array(35,-208,731,763),8099=>array(35,-208,731,763),8100=>array(35,-208,731,763),8101=>array(35,-208,731,763),8102=>array(35,-208,731,847),8103=>array(35,-208,731,847),8104=>array(-30,-208,706,763),8105=>array(-38,-208,706,763),8106=>array(-43,-208,822,763),8107=>array(-43,-208,822,763),8108=>array(-43,-208,816,763),8109=>array(-43,-208,815,763),8110=>array(-43,-208,859,763),8111=>array(-43,-208,859,763),8112=>array(35,-12,541,722),8113=>array(35,-12,541,697),8114=>array(35,-208,541,736),8115=>array(35,-208,541,530),8116=>array(35,-208,541,736),8118=>array(35,-12,541,717),8119=>array(35,-208,541,717),8120=>array(-1,0,668,889),8121=>array(-1,0,668,835),8122=>array(-1,0,668,736),8123=>array(-1,0,668,736),8124=>array(-1,-208,668,716),8125=>array(86,579,189,763),8126=>array(111,-208,289,-42),8127=>array(86,579,189,763),8128=>array(-5,590,284,717),8129=>array(-5,591,284,819),8130=>array(68,-208,490,736),8131=>array(68,-208,490,530),8132=>array(68,-208,490,736),8134=>array(68,-199,490,717),8135=>array(68,-208,490,717),8136=>array(-43,0,640,736),8137=>array(-43,0,651,736),8138=>array(-43,0,668,736),8139=>array(-43,0,679,736),8140=>array(80,-208,642,716),8141=>array(16,579,265,763),8142=>array(16,579,282,763),8143=>array(-5,583,284,847),8144=>array(-34,0,255,722),8145=>array(-41,0,264,697),8146=>array(-55,0,276,736),8147=>array(-55,0,276,736),8150=>array(-34,0,255,717),8151=>array(-32,0,257,819),8152=>array(-5,0,284,889),8153=>array(-14,0,291,835),8154=>array(-43,0,213,736),8155=>array(-43,0,213,736),8157=>array(16,579,265,763),8158=>array(16,579,274,763),8159=>array(-5,583,284,847),8160=>array(68,-12,483,722),8161=>array(68,-12,483,697),8162=>array(68,-12,483,736),8163=>array(68,-12,483,736),8164=>array(66,-199,536,763),8165=>array(66,-199,536,763),8166=>array(68,-12,483,717),8167=>array(68,-12,483,819),8168=>array(5,0,661,889),8169=>array(5,0,661,835),8170=>array(-43,0,736,736),8171=>array(-43,0,740,736),8172=>array(-43,0,649,763),8173=>array(-27,600,304,736),8174=>array(-27,600,304,736),8175=>array(70,600,189,736),8178=>array(35,-208,731,736),8179=>array(35,-208,731,518),8180=>array(35,-208,731,736),8182=>array(35,-12,731,717),8183=>array(35,-208,731,717),8184=>array(-17,-12,732,736),8185=>array(-6,-12,732,736),8186=>array(-17,0,706,736),8187=>array(-6,0,706,736),8188=>array(52,-208,706,728),8189=>array(84,600,203,736),8190=>array(88,579,191,763),8192=>array(32,215,301,303),8193=>array(32,215,301,303),8194=>array(32,215,301,303),8195=>array(32,215,301,303),8196=>array(32,215,301,303),8197=>array(32,215,301,303),8198=>array(32,215,301,303),8199=>array(32,215,301,303),8200=>array(32,215,301,303),8201=>array(32,215,301,303),8202=>array(32,215,301,303),8203=>array(32,215,301,303),8204=>array(32,215,301,303),8205=>array(32,215,301,303),8208=>array(32,215,301,303),8209=>array(32,215,301,303),8210=>array(-6,223,562,295),8211=>array(-6,223,506,295),8212=>array(-6,223,1006,295),8213=>array(26,223,538,295),8214=>array(92,-85,336,716),8215=>array(-6,-165,506,-35),8216=>array(64,494,166,728),8217=>array(56,482,158,716),8218=>array(53,-132,155,102),8219=>array(64,482,166,716),8220=>array(43,494,297,728),8221=>array(36,482,290,716),8222=>array(36,-132,290,102),8223=>array(44,482,298,716),8224=>array(39,-169,517,699),8225=>array(39,-169,517,706),8226=>array(51,227,299,474),8227=>array(52,197,321,504),8228=>array(89,0,189,100),8229=>array(89,0,467,100),8230=>array(117,0,883,100),8231=>array(89,302,189,402),8232=>array(18,-27,982,728),8233=>array(18,-27,982,728),8240=>array(18,-27,982,728),8241=>array(18,-27,1310,728),8242=>array(46,462,192,716),8243=>array(46,462,342,716),8244=>array(46,462,492,716),8245=>array(30,462,176,716),8246=>array(30,462,326,716),8247=>array(30,462,476,716),8248=>array(30,-175,282,32),8249=>array(44,35,271,481),8250=>array(62,35,289,481),8251=>array(116,-125,883,641),8252=>array(85,0,387,716),8253=>array(46,0,508,747),8254=>array(-6,740,506,790),8255=>array(3,-203,941,4),8256=>array(3,578,941,785),8257=>array(30,-175,282,146),8258=>array(33,-3,786,728),8259=>array(32,185,301,333),8260=>array(-222,-25,393,732),8261=>array(68,-199,262,716),8262=>array(16,-199,210,716),8304=>array(15,349,318,725),8308=>array(11,358,319,725),8309=>array(16,349,313,716),8310=>array(9,349,315,725),8311=>array(36,358,304,716),8312=>array(22,349,312,725),8313=>array(18,349,323,725),8314=>array(37,395,296,654),8315=>array(37,496,296,553),8316=>array(37,436,296,613),8317=>array(32,209,195,769),8318=>array(16,209,178,769),8319=>array(51,358,293,646),8320=>array(15,-24,318,352),8321=>array(52,-15,232,352),8322=>array(12,-15,316,352),8323=>array(16,-24,315,352),8324=>array(11,-15,319,352),8325=>array(16,-24,313,343),8326=>array(9,-24,315,352),8327=>array(36,-15,304,343),8328=>array(22,-24,312,352),8329=>array(18,-24,323,352),8330=>array(37,22,296,281),8331=>array(37,123,296,180),8332=>array(37,63,296,240),8333=>array(32,-164,195,396),8334=>array(16,-164,178,396),8352=>array(20,0,547,719),8353=>array(51,-63,525,782),8354=>array(45,-12,533,728),8355=>array(80,0,554,716),8356=>array(13,-14,528,728),8357=>array(65,-71,769,652),8358=>array(21,0,535,719),8359=>array(21,0,539,716),8360=>array(18,-12,986,716),8361=>array(8,0,929,716),8362=>array(72,0,712,518),8363=>array(67,0,514,723),8364=>array(-14,-12,541,728),8400=>array(28,574,552,716),8401=>array(48,574,572,716),8402=>array(264,-194,336,706),8403=>array(264,-12,336,524),8404=>array(34,419,668,646),8405=>array(32,419,666,646),8406=>array(28,504,555,716),8407=>array(45,504,572,716),8408=>array(146,102,454,410),8409=>array(146,102,465,421),8410=>array(146,91,465,410),8411=>array(112,611,488,707),8412=>array(42,611,558,707),8413=>array(63,-131,837,643),8414=>array(93,-101,807,613),8415=>array(9,-186,891,697),8416=>array(63,-131,837,643),8417=>array(28,504,672,716),8448=>array(46,-27,825,728),8449=>array(46,-27,822,728),8450=>array(37,-15,632,677),8451=>array(44,-12,983,728),8452=>array(41,0,588,662),8453=>array(53,-27,836,728),8454=>array(53,-27,823,728),8455=>array(42,-15,480,677),8456=>array(30,-15,630,677),8457=>array(44,0,873,725),8458=>array(-25,-201,523,327),8459=>array(23,-9,1078,665),8460=>array(46,-20,940,698),8461=>array(19,0,703,662),8462=>array(19,-12,458,694),8463=>array(19,-12,458,694),8464=>array(8,-201,834,654),8465=>array(26,-20,498,677),8466=>array(48,-8,842,664),8467=>array(5,-5,288,627),8468=>array(3,-12,739,716),8469=>array(-12,-11,710,662),8470=>array(79,0,1031,716),8471=>array(0,-9,737,728),8472=>array(48,-216,701,516),8473=>array(19,0,524,662),8474=>array(37,-198,685,677),8475=>array(71,-13,951,658),8476=>array(46,-20,747,686),8477=>array(19,0,677,662),8478=>array(19,0,677,662),8479=>array(19,-176,677,817),8480=>array(93,311,866,723),8481=>array(100,318,1085,716),8482=>array(100,318,861,716),8483=>array(10,-176,711,817),8484=>array(11,0,581,662),8485=>array(50,-192,494,690),8486=>array(28,0,740,677),8487=>array(28,-15,740,662),8488=>array(28,-194,644,687),8489=>array(2,0,245,530),8490=>array(73,0,665,716),8491=>array(-1,0,668,922),8492=>array(105,-5,951,659),8493=>array(53,-20,627,697),8494=>array(35,-12,521,530),8495=>array(31,-4,398,328),8496=>array(75,-6,671,666),8497=>array(35,-6,885,668),8498=>array(47,0,530,716),8499=>array(36,-12,1214,661),8500=>array(37,-6,379,318),8501=>array(64,-19,649,716),8502=>array(67,0,631,716),8503=>array(25,0,325,716),8504=>array(72,-18,630,716),8531=>array(52,-25,815,732),8532=>array(12,-25,815,732),8533=>array(52,-25,813,732),8534=>array(12,-25,813,732),8535=>array(16,-25,813,732),8536=>array(11,-25,813,732),8537=>array(52,-25,813,732),8538=>array(16,-25,813,732),8539=>array(52,-25,804,732),8540=>array(16,-25,804,732),8541=>array(16,-25,804,732),8542=>array(73,-25,804,732),8543=>array(52,-25,727,732),8544=>array(92,0,187,716),8545=>array(92,0,464,716),8546=>array(92,0,741,716),8547=>array(92,0,934,716),8548=>array(6,0,660,716),8549=>array(6,0,843,716),8550=>array(2,0,960,716),8551=>array(2,0,1197,716),8552=>array(92,0,940,716),8553=>array(5,0,661,716),8554=>array(5,0,853,716),8555=>array(5,0,964,716),8556=>array(75,0,523,716),8557=>array(51,-12,683,728),8558=>array(80,0,672,716),8559=>array(76,0,757,716),8560=>array(67,0,155,716),8561=>array(67,0,377,716),8562=>array(67,0,599,716),8563=>array(67,0,697,716),8564=>array(13,0,488,518),8565=>array(13,0,633,716),8566=>array(13,0,855,716),8567=>array(13,0,1077,716),8568=>array(67,0,708,716),8569=>array(7,0,493,518),8570=>array(7,0,645,716),8571=>array(7,0,867,716),8572=>array(67,0,155,716),8573=>array(39,-12,491,530),8574=>array(36,-12,486,716),8575=>array(65,0,769,530),8576=>array(47,0,936,716),8577=>array(80,0,672,716),8578=>array(47,0,936,716),8592=>array(40,100,673,412),8593=>array(201,0,513,662),8594=>array(40,100,673,412),8595=>array(201,0,513,662),8596=>array(40,100,673,412),8597=>array(201,0,513,662),8598=>array(100,102,586,588),8599=>array(128,102,614,588),8600=>array(128,74,614,560),8601=>array(100,74,586,560),8602=>array(40,100,673,412),8603=>array(40,100,673,412),8604=>array(40,100,674,412),8605=>array(39,100,673,412),8606=>array(40,100,673,412),8607=>array(201,0,513,662),8608=>array(40,100,673,412),8609=>array(201,0,513,662),8610=>array(40,100,673,412),8611=>array(40,100,673,412),8612=>array(40,100,673,412),8613=>array(201,0,513,662),8614=>array(40,100,673,412),8615=>array(201,0,513,662),8616=>array(201,0,513,662),8617=>array(40,100,673,482),8618=>array(40,100,673,482),8619=>array(40,100,673,500),8620=>array(40,100,673,500),8621=>array(40,100,774,412),8622=>array(40,100,773,412),8623=>array(199,0,520,662),8624=>array(120,71,553,603),8625=>array(160,71,593,603),8626=>array(120,59,553,591),8627=>array(160,59,593,591),8628=>array(97,94,629,527),8629=>array(120,59,553,591),8630=>array(67,181,638,497),8631=>array(75,181,646,497),8632=>array(81,102,633,662),8633=>array(40,-56,673,568),8634=>array(60,21,740,701),8635=>array(60,21,740,701),8636=>array(40,232,673,412),8637=>array(40,100,673,280),8638=>array(333,0,513,662),8639=>array(201,0,381,662),8640=>array(40,232,673,412),8641=>array(40,100,673,280),8642=>array(333,0,513,662),8643=>array(201,0,381,662),8644=>array(40,-56,673,568),8645=>array(45,0,669,662),8646=>array(40,-56,673,568),8647=>array(40,-56,673,568),8648=>array(45,0,669,662),8649=>array(40,-56,673,568),8650=>array(45,0,669,662),8651=>array(39,30,672,482),8652=>array(40,30,673,482),8653=>array(40,40,673,472),8654=>array(40,40,910,472),8655=>array(40,40,673,472),8656=>array(40,40,673,472),8657=>array(141,0,573,662),8658=>array(40,40,673,472),8659=>array(141,0,573,662),8660=>array(40,40,823,472),8661=>array(141,0,573,783),8662=>array(100,0,688,588),8663=>array(26,0,614,588),8664=>array(26,0,614,588),8665=>array(100,0,688,588),8666=>array(40,40,673,472),8667=>array(40,40,673,472),8668=>array(40,100,773,412),8669=>array(40,100,773,412),8670=>array(201,0,513,662),8671=>array(201,0,513,662),8672=>array(40,100,673,412),8673=>array(201,0,513,662),8674=>array(40,100,673,412),8675=>array(201,0,513,662),8676=>array(40,100,673,412),8677=>array(40,100,673,412),8678=>array(40,40,673,472),8679=>array(141,0,573,662),8680=>array(40,40,673,472),8681=>array(141,0,573,662),8682=>array(141,0,573,662),8704=>array(27,0,573,689),8705=>array(80,-60,528,702),8706=>array(32,-15,486,695),8707=>array(115,0,475,689),8708=>array(115,-73,475,762),8709=>array(46,-23,755,686),8710=>array(6,0,608,688),8711=>array(6,0,608,688),8712=>array(43,33,498,480),8713=>array(43,-57,498,570),8714=>array(89,78,453,435),8715=>array(51,33,506,480),8716=>array(51,-57,506,570),8717=>array(96,78,460,435),8718=>array(98,0,451,512),8719=>array(25,-101,803,751),8720=>array(25,-101,803,751),8721=>array(17,-101,695,752),8722=>array(55,312,529,394),8723=>array(55,0,529,611),8724=>array(55,0,529,627),8725=>array(-222,-25,393,732),8726=>array(0,-24,278,716),8727=>array(33,194,356,499),8728=>array(65,207,335,478),8729=>array(65,207,335,478),8730=>array(41,-19,549,782),8731=>array(41,-19,549,782),8732=>array(41,-19,549,782),8733=>array(75,128,447,384),8734=>array(20,99,529,414),8735=>array(55,0,529,474),8736=>array(55,0,529,474),8737=>array(55,0,529,474),8738=>array(55,-98,444,572),8739=>array(92,-199,168,716),8740=>array(92,-199,352,716),8741=>array(92,-199,326,716),8742=>array(92,-199,510,716),8743=>array(20,0,542,568),8744=>array(20,0,542,568),8745=>array(50,0,512,568),8746=>array(50,0,512,568),8747=>array(63,-271,434,1022),8748=>array(63,-271,734,1022),8749=>array(63,-271,1034,1022),8750=>array(33,-271,459,1022),8751=>array(33,-271,759,1022),8752=>array(33,-271,1059,1022),8753=>array(33,-271,488,1022),8754=>array(33,-271,488,1022),8755=>array(33,-271,498,1022),8756=>array(42,0,521,528),8757=>array(42,0,521,528),8758=>array(161,0,260,528),8759=>array(42,0,521,528),8760=>array(55,312,529,567),8761=>array(55,139,529,567),8762=>array(55,139,529,567),8763=>array(55,139,529,567),8764=>array(55,279,529,424),8765=>array(55,279,529,424),8766=>array(35,212,539,496),8767=>array(40,72,544,636),8768=>array(139,0,284,592),8769=>array(55,171,529,533),8770=>array(55,202,529,535),8771=>array(55,203,529,536),8772=>array(55,91,529,613),8773=>array(55,123,529,584),8774=>array(55,51,529,614),8775=>array(55,51,529,633),8776=>array(55,171,529,533),8777=>array(55,81,529,603),8778=>array(55,123,529,584),8779=>array(55,97,529,584),8780=>array(35,53,539,654),8781=>array(55,155,529,551),8782=>array(55,58,529,648),8783=>array(55,203,529,648),8784=>array(55,203,529,676),8785=>array(55,59,529,647),8786=>array(55,59,529,647),8787=>array(55,59,529,647),8788=>array(55,195,682,511),8789=>array(55,195,682,511),8790=>array(55,189,529,518),8791=>array(55,0,529,617),8792=>array(55,0,529,518),8793=>array(55,0,529,630),8794=>array(55,0,529,630),8795=>array(55,0,529,651),8796=>array(55,0,529,701),8797=>array(55,0,529,605),8798=>array(55,0,529,532),8799=>array(55,0,529,601),8800=>array(55,103,529,603),8801=>array(55,123,529,557),8802=>array(55,23,529,657),8803=>array(55,35,529,645),8804=>array(55,55,529,650),8805=>array(55,55,529,650),8806=>array(55,0,529,783),8807=>array(55,0,529,783),8808=>array(55,-85,529,783),8809=>array(55,-85,529,783),8810=>array(55,111,914,595),8811=>array(55,111,914,595),8812=>array(143,-210,441,728),8813=>array(55,103,529,603),8814=>array(55,23,529,657),8815=>array(55,23,529,657),8816=>array(55,-141,529,657),8817=>array(55,-141,529,657),8818=>array(55,-1,529,656),8819=>array(55,-1,529,656),8820=>array(55,-91,529,718),8821=>array(55,-91,529,718),8822=>array(55,-27,529,821),8823=>array(55,-27,529,821),8824=>array(55,-27,529,821),8825=>array(55,-27,529,821),8826=>array(55,111,529,595),8827=>array(55,111,529,595),8828=>array(55,-33,529,595),8829=>array(55,-33,529,595),8830=>array(55,-1,529,656),8831=>array(55,-1,529,656),8832=>array(55,23,529,657),8833=>array(55,23,529,657),8834=>array(55,122,623,584),8835=>array(55,122,623,584),8836=>array(55,22,623,684),8837=>array(55,22,623,684),8838=>array(55,0,623,626),8839=>array(55,0,623,626),8840=>array(55,-100,623,726),8841=>array(55,-100,623,726),8842=>array(55,-100,623,626),8843=>array(55,-100,623,626),8844=>array(50,0,512,568),8845=>array(50,0,512,568),8846=>array(50,0,512,568),8847=>array(55,122,623,584),8848=>array(55,122,623,584),8849=>array(55,0,623,626),8850=>array(55,0,623,626),8851=>array(50,0,512,568),8852=>array(50,0,512,568),8853=>array(59,-85,741,597),8854=>array(59,-85,741,597),8855=>array(59,-85,741,597),8856=>array(59,-85,741,597),8857=>array(59,-85,741,597),8858=>array(59,-85,741,597),8859=>array(59,-85,741,597),8860=>array(59,-85,741,597),8861=>array(59,-85,741,597),8862=>array(60,0,741,681),8863=>array(60,0,741,681),8864=>array(60,0,741,681),8865=>array(60,0,741,681),8866=>array(60,0,531,512),8867=>array(18,0,489,512),8868=>array(18,0,531,512),8869=>array(18,0,531,512),8870=>array(60,0,381,512),8871=>array(60,0,381,512),8872=>array(60,0,531,512),8873=>array(60,0,531,512),8874=>array(60,0,531,512),8875=>array(60,0,654,512),8876=>array(60,0,531,513),8877=>array(60,0,531,513),8878=>array(60,0,531,513),8879=>array(60,0,654,513),8880=>array(18,-54,531,566),8881=>array(18,-54,531,566),8882=>array(18,0,531,512),8883=>array(18,0,531,512),8884=>array(18,-51,531,562),8885=>array(18,-51,531,562),8886=>array(40,153,673,359),8887=>array(40,153,673,359),8888=>array(40,153,673,359),8889=>array(18,0,531,512),8890=>array(88,0,461,632),8891=>array(50,0,534,638),8892=>array(50,0,534,638),8893=>array(50,0,534,638),8894=>array(55,0,529,474),8895=>array(55,0,529,474),8896=>array(20,0,542,568),8897=>array(20,0,542,568),8898=>array(50,0,512,568),8899=>array(50,0,512,568),8900=>array(156,106,395,406),8901=>array(55,186,195,326),8902=>array(39,39,511,488),8903=>array(30,9,620,502),8904=>array(29,-64,601,576),8905=>array(29,-64,601,576),8906=>array(29,-64,601,576),8907=>array(29,-64,601,576),8908=>array(29,-64,601,576),8909=>array(55,203,529,536),8910=>array(18,0,542,568),8911=>array(18,0,542,568),8912=>array(56,84,623,626),8913=>array(56,84,623,626),8914=>array(63,0,605,567),8915=>array(63,0,605,567),8916=>array(50,0,512,716),8917=>array(55,-199,529,716),8918=>array(55,111,529,595),8919=>array(55,111,529,595),8920=>array(55,111,1299,595),8921=>array(55,111,1299,595),8922=>array(55,-217,529,927),8923=>array(55,-217,529,927),8924=>array(55,55,529,650),8925=>array(55,55,529,650),8926=>array(55,-33,529,595),8927=>array(55,-33,529,595),8928=>array(55,-141,529,657),8929=>array(55,-141,529,657),8930=>array(55,-100,623,726),8931=>array(55,-100,623,726),8932=>array(55,-100,623,626),8933=>array(55,-100,623,626),8934=>array(55,-71,529,656),8935=>array(55,-71,529,656),8936=>array(55,-71,529,656),8937=>array(55,-71,529,656),8938=>array(55,23,529,657),8939=>array(55,23,529,657),8940=>array(55,-45,529,712),8941=>array(55,-45,529,712),8942=>array(89,0,189,766),8943=>array(117,333,883,433),8944=>array(117,0,883,766),8945=>array(117,0,883,766),8960=>array(60,41,490,471),8962=>array(51,24,498,486),8963=>array(129,180,419,395),8964=>array(129,117,419,332),8965=>array(78,130,471,441),8966=>array(78,130,471,565),8967=>array(191,-192,359,693),8968=>array(103,58,346,694),8969=>array(103,58,346,694),8970=>array(103,-192,346,444),8971=>array(103,-192,346,444),8972=>array(251,-40,571,280),8973=>array(-22,-40,299,280),8974=>array(251,232,571,552),8975=>array(-22,232,299,552),8976=>array(49,163,511,403),8977=>array(83,64,467,448),8978=>array(59,156,741,497),8979=>array(59,156,741,497),8980=>array(34,100,516,441),8981=>array(27,9,490,471),8982=>array(26,-102,523,614),8983=>array(18,-51,632,563),8984=>array(63,0,717,654),8985=>array(49,109,511,349),8986=>array(45,-20,505,532),8987=>array(103,0,447,512),8988=>array(111,140,391,420),8989=>array(158,140,439,420),8990=>array(111,92,391,372),8991=>array(158,92,439,372),8992=>array(180,-218,434,752),8993=>array(63,-188,313,782),8994=>array(17,159,696,341),8995=>array(17,171,696,353),8996=>array(18,226,982,547),8997=>array(18,0,982,512),8998=>array(90,0,948,600),8999=>array(90,0,910,600),9000=>array(90,0,910,600),9001=>array(32,-184,299,694),9002=>array(30,-184,297,694),9003=>array(52,0,910,600),9004=>array(57,6,493,509),9005=>array(13,77,537,435),9006=>array(100,108,465,400),9007=>array(38,132,511,380),9008=>array(38,0,504,525),9009=>array(81,62,509,450),9010=>array(35,50,531,462),9011=>array(35,186,531,392),9012=>array(51,84,498,419),9013=>array(51,84,498,419),9014=>array(60,0,540,559),9015=>array(140,0,460,559),9016=>array(60,0,540,559),9017=>array(60,0,540,559),9018=>array(60,0,540,559),9019=>array(60,0,540,559),9020=>array(60,0,540,559),9021=>array(104,0,496,559),9022=>array(60,39,540,519),9023=>array(84,0,517,559),9024=>array(83,0,516,559),9025=>array(60,0,540,559),9026=>array(60,0,540,559),9027=>array(60,0,540,559),9028=>array(60,0,540,559),9029=>array(13,0,556,559),9030=>array(44,0,587,559),9031=>array(60,0,540,559),9032=>array(60,0,540,559),9033=>array(104,0,496,559),9034=>array(60,0,540,559),9035=>array(122,0,478,559),9036=>array(60,0,540,559),9037=>array(60,0,540,559),9038=>array(60,0,540,559),9039=>array(60,0,540,559),9040=>array(60,0,540,559),9041=>array(60,0,540,559),9042=>array(122,0,478,559),9043=>array(60,0,540,559),9044=>array(60,0,540,559),9045=>array(60,0,540,559),9046=>array(60,0,540,559),9047=>array(60,0,540,559),9048=>array(160,0,440,559),9049=>array(60,0,540,559),9050=>array(60,0,540,559),9051=>array(60,0,540,397),9052=>array(60,0,540,475),9053=>array(60,0,540,559),9054=>array(60,0,540,559),9055=>array(60,39,540,519),9056=>array(60,0,540,559),9057=>array(60,0,540,559),9058=>array(122,0,478,559),9059=>array(153,157,447,509),9060=>array(153,161,447,524),9061=>array(104,33,496,559),9062=>array(60,0,540,559),9063=>array(54,0,542,559),9064=>array(50,131,549,464),9065=>array(148,122,452,559),9066=>array(160,122,440,478),9067=>array(103,68,502,508),9068=>array(93,-14,504,573),9069=>array(50,0,549,559),9070=>array(160,-136,440,559),9071=>array(60,0,540,559),9072=>array(60,0,540,559),9073=>array(51,55,550,469),9074=>array(50,89,549,503),9075=>array(163,-14,427,475),9076=>array(90,-212,525,475),9077=>array(26,-14,574,475),9078=>array(60,-136,555,475),9079=>array(60,-136,540,480),9080=>array(160,-136,440,475),9081=>array(26,-136,574,475),9082=>array(61,-14,555,475),9109=>array(60,0,540,559),9216=>array(30,0,565,689),9217=>array(37,0,564,694),9218=>array(37,0,587,694),9219=>array(41,0,587,689),9220=>array(41,0,582,689),9221=>array(41,-42,583,689),9222=>array(9,0,594,689),9223=>array(34,0,565,689),9224=>array(134,112,465,574),9225=>array(134,116,482,574),9226=>array(141,116,462,574),9227=>array(109,116,482,574),9228=>array(141,116,462,574),9229=>array(120,116,489,579),9230=>array(137,112,472,579),9231=>array(137,116,449,579),9232=>array(34,0,560,689),9233=>array(34,0,564,689),9234=>array(34,0,558,689),9235=>array(34,-4,559,689),9236=>array(34,0,573,689),9237=>array(30,0,594,689),9238=>array(37,0,568,694),9239=>array(41,0,575,689),9240=>array(20,0,568,694),9241=>array(141,116,472,574),9242=>array(37,0,575,694),9243=>array(41,-4,573,689),9244=>array(141,112,465,574),9245=>array(120,112,465,579),9246=>array(134,112,465,574),9247=>array(134,112,465,574),9248=>array(137,116,471,579),9249=>array(34,0,565,689),9250=>array(46,-12,561,716),9251=>array(96,-126,505,0),9252=>array(130,116,465,574),9280=>array(103,1,514,650),9281=>array(102,0,514,650),9282=>array(103,1,514,650),9283=>array(103,1,514,650),9284=>array(102,1,514,650),9285=>array(102,336,514,650),9286=>array(102,0,648,702),9287=>array(102,0,648,702),9288=>array(102,117,648,663),9289=>array(102,195,648,507),9290=>array(30,1,574,650),9312=>array(81,-109,919,728),9313=>array(81,-109,919,728),9314=>array(81,-109,919,728),9315=>array(81,-109,919,728),9316=>array(81,-109,919,728),9317=>array(81,-109,919,728),9318=>array(81,-109,919,728),9319=>array(81,-109,919,728),9320=>array(81,-109,919,728),9321=>array(81,-109,919,728),9322=>array(81,-109,919,728),9323=>array(81,-109,919,728),9324=>array(81,-109,919,728),9325=>array(81,-109,919,728),9326=>array(81,-109,919,728),9327=>array(81,-109,919,728),9328=>array(81,-109,919,728),9329=>array(81,-109,919,728),9330=>array(81,-109,919,728),9331=>array(81,-109,919,728),9332=>array(81,-67,919,683),9333=>array(81,-67,919,683),9334=>array(81,-67,919,683),9335=>array(81,-67,919,683),9336=>array(81,-67,919,683),9337=>array(81,-67,919,683),9338=>array(81,-67,919,683),9339=>array(81,-67,919,683),9340=>array(81,-67,919,683),9341=>array(81,-67,919,683),9342=>array(81,-67,919,683),9343=>array(81,-67,919,683),9344=>array(81,-67,919,683),9345=>array(81,-67,919,683),9346=>array(81,-67,919,683),9347=>array(81,-67,919,683),9348=>array(81,-67,919,683),9349=>array(81,-67,919,683),9350=>array(81,-67,919,683),9351=>array(81,-67,919,683),9352=>array(301,79,627,547),9353=>array(273,79,717,547),9354=>array(277,72,717,547),9355=>array(253,79,717,545),9356=>array(272,72,717,539),9357=>array(266,72,717,547),9358=>array(294,79,717,539),9359=>array(275,72,717,547),9360=>array(282,72,717,547),9361=>array(163,72,807,547),9362=>array(191,79,807,547),9363=>array(155,79,807,547),9364=>array(155,72,807,547),9365=>array(159,79,807,547),9366=>array(159,72,807,547),9367=>array(159,72,807,547),9368=>array(159,79,807,547),9369=>array(159,72,807,547),9370=>array(159,72,807,547),9371=>array(185,72,817,547),9372=>array(81,-67,919,683),9373=>array(81,-67,919,683),9374=>array(81,-67,919,683),9375=>array(81,-67,919,683),9376=>array(81,-67,919,683),9377=>array(81,-67,919,683),9378=>array(81,-67,919,683),9379=>array(81,-67,919,683),9380=>array(81,-67,919,683),9381=>array(81,-67,919,683),9382=>array(81,-67,919,683),9383=>array(81,-67,919,683),9384=>array(81,-67,919,683),9385=>array(81,-67,919,683),9386=>array(81,-67,919,683),9387=>array(81,-67,919,683),9388=>array(81,-67,919,683),9389=>array(81,-67,919,683),9390=>array(81,-67,919,683),9391=>array(81,-67,919,683),9392=>array(81,-67,919,683),9393=>array(81,-67,919,683),9394=>array(81,-67,919,683),9395=>array(81,-67,919,683),9396=>array(81,-67,919,683),9397=>array(81,-67,919,683),9398=>array(81,-109,919,728),9399=>array(81,-109,919,728),9400=>array(81,-109,919,728),9401=>array(81,-109,919,728),9402=>array(81,-109,919,728),9403=>array(81,-109,919,728),9404=>array(81,-109,919,728),9405=>array(81,-109,919,728),9406=>array(81,-109,919,728),9407=>array(81,-109,919,728),9408=>array(81,-109,919,728),9409=>array(81,-109,919,728),9410=>array(81,-109,919,728),9411=>array(81,-109,919,728),9412=>array(81,-109,919,728),9413=>array(81,-109,919,728),9414=>array(81,-109,919,728),9415=>array(81,-109,919,728),9416=>array(81,-109,919,728),9417=>array(81,-109,919,728),9418=>array(81,-109,919,728),9419=>array(81,-109,919,728),9420=>array(81,-109,919,728),9421=>array(81,-109,919,728),9422=>array(81,-109,919,728),9423=>array(81,-109,919,728),9424=>array(81,-109,919,728),9425=>array(81,-109,919,728),9426=>array(81,-109,919,728),9427=>array(81,-109,919,728),9428=>array(81,-109,919,728),9429=>array(81,-109,919,728),9430=>array(81,-109,919,728),9431=>array(81,-109,919,728),9432=>array(81,-109,919,728),9433=>array(81,-109,919,728),9434=>array(81,-109,919,728),9435=>array(81,-109,919,728),9436=>array(81,-109,919,728),9437=>array(81,-109,919,728),9438=>array(81,-109,919,728),9439=>array(81,-109,919,728),9440=>array(81,-109,919,728),9441=>array(81,-109,919,728),9442=>array(81,-109,919,728),9443=>array(81,-109,919,728),9444=>array(81,-109,919,728),9445=>array(81,-109,919,728),9446=>array(81,-109,919,728),9447=>array(81,-109,919,728),9448=>array(81,-109,919,728),9449=>array(81,-109,919,728),9450=>array(81,-109,919,728),9472=>array(-11,340,611,425),9473=>array(-11,303,611,474),9474=>array(258,-218,343,994),9475=>array(215,-218,386,994),9476=>array(-11,346,611,431),9477=>array(-11,303,611,474),9478=>array(258,-218,343,994),9479=>array(215,-218,386,994),9480=>array(-11,346,611,431),9481=>array(-11,303,611,474),9482=>array(258,-218,343,994),9483=>array(215,-218,386,994),9484=>array(258,-218,611,431),9485=>array(258,-218,611,474),9486=>array(215,-218,611,431),9487=>array(215,-218,611,474),9488=>array(-11,-218,343,431),9489=>array(-11,-218,343,474),9490=>array(-11,-218,386,431),9491=>array(-11,-218,386,474),9492=>array(258,346,611,994),9493=>array(258,303,611,994),9494=>array(215,346,611,994),9495=>array(215,303,611,994),9496=>array(-11,346,343,994),9497=>array(-11,303,343,994),9498=>array(-11,346,386,994),9499=>array(-11,303,386,994),9500=>array(258,-218,611,994),9501=>array(258,-218,611,994),9502=>array(215,-218,611,994),9503=>array(215,-218,611,994),9504=>array(215,-218,611,994),9505=>array(215,-218,611,994),9506=>array(215,-218,611,994),9507=>array(215,-218,611,994),9508=>array(-11,-218,343,994),9509=>array(-11,-218,343,994),9510=>array(-11,-218,386,994),9511=>array(-11,-218,386,994),9512=>array(-11,-218,386,994),9513=>array(-11,-218,386,994),9514=>array(-11,-218,386,994),9515=>array(-11,-218,386,994),9516=>array(-11,-218,611,431),9517=>array(-11,-218,611,474),9518=>array(-11,-218,611,474),9519=>array(-11,-218,611,474),9520=>array(-11,-218,611,431),9521=>array(-11,-218,611,474),9522=>array(-11,-218,611,474),9523=>array(-11,-218,611,474),9524=>array(-11,346,611,994),9525=>array(-11,303,611,994),9526=>array(-11,303,611,994),9527=>array(-11,303,611,994),9528=>array(-11,346,611,994),9529=>array(-11,303,611,994),9530=>array(-11,303,611,994),9531=>array(-11,303,611,994),9532=>array(-11,-218,611,994),9533=>array(-11,-218,611,994),9534=>array(-11,-218,611,994),9535=>array(-11,-218,611,994),9536=>array(-11,-218,611,994),9537=>array(-11,-218,611,994),9538=>array(-11,-218,611,994),9539=>array(-11,-218,611,994),9540=>array(-11,-218,611,994),9541=>array(-11,-218,611,994),9542=>array(-11,-218,611,994),9543=>array(-11,-218,611,994),9544=>array(-11,-218,611,994),9545=>array(-11,-218,611,994),9546=>array(-11,-218,611,994),9547=>array(-11,-218,611,994),9548=>array(-11,346,611,431),9549=>array(-11,303,611,474),9550=>array(258,-218,343,994),9551=>array(215,-218,386,994),9552=>array(-11,261,611,516),9553=>array(173,-218,428,994),9554=>array(258,-218,611,516),9555=>array(173,-218,611,431),9556=>array(173,-218,611,516),9557=>array(-11,-218,343,516),9558=>array(-11,-218,428,431),9559=>array(-11,-218,428,516),9560=>array(258,261,611,994),9561=>array(173,346,611,994),9562=>array(173,261,611,994),9563=>array(-11,261,343,994),9564=>array(-11,346,428,994),9565=>array(-11,261,428,994),9566=>array(258,-218,611,994),9567=>array(173,-218,611,994),9568=>array(173,-218,611,994),9569=>array(-11,-218,343,994),9570=>array(-11,-218,428,994),9571=>array(-11,-218,428,994),9572=>array(-11,-218,611,516),9573=>array(-11,-218,611,431),9574=>array(-11,-218,611,516),9575=>array(-11,261,611,994),9576=>array(-11,346,611,994),9577=>array(-11,261,611,994),9578=>array(-11,-218,611,994),9579=>array(-11,-218,611,994),9580=>array(-11,-218,611,994),9581=>array(258,77,612,431),9582=>array(-11,77,343,431),9583=>array(-11,346,343,700),9584=>array(258,346,612,700),9585=>array(0,88,600,688),9586=>array(0,88,600,688),9587=>array(0,88,600,688),9588=>array(-11,346,258,431),9589=>array(258,431,343,994),9590=>array(343,346,611,431),9591=>array(258,-218,343,346),9592=>array(-11,303,258,474),9593=>array(215,431,386,994),9594=>array(343,303,611,474),9595=>array(215,-218,386,346),9596=>array(-11,303,611,474),9597=>array(215,-218,386,994),9598=>array(-11,303,611,474),9599=>array(215,-218,386,994),9600=>array(-11,388,611,994),9601=>array(-11,-218,611,-66),9602=>array(-11,-218,611,85),9603=>array(-11,-218,611,237),9604=>array(-11,-218,611,388),9605=>array(-11,-218,611,540),9606=>array(-11,-218,611,691),9607=>array(-11,-218,611,843),9608=>array(-11,-218,611,994),9609=>array(-11,-218,525,994),9610=>array(-11,-218,450,994),9611=>array(-11,-218,375,994),9612=>array(-11,-218,300,994),9613=>array(-11,-218,225,994),9614=>array(-11,-218,150,994),9615=>array(-11,-218,75,994),9616=>array(300,-218,611,994),9617=>array(100,-262,600,1043),9618=>array(0,-264,601,1042),9619=>array(0,-262,601,1042),9620=>array(-11,843,611,994),9621=>array(525,-218,611,994),9632=>array(85,160,515,590),9633=>array(85,160,515,590),9634=>array(85,160,515,590),9635=>array(85,160,515,590),9636=>array(85,160,515,590),9637=>array(85,160,515,590),9638=>array(85,160,515,590),9639=>array(85,160,515,590),9640=>array(85,160,515,590),9641=>array(85,160,515,590),9642=>array(192,267,408,483),9643=>array(192,267,408,483),9644=>array(85,267,515,483),9645=>array(85,267,515,483),9646=>array(192,160,408,590),9647=>array(192,160,408,590),9648=>array(79,275,521,475),9649=>array(79,275,521,475),9650=>array(89,211,511,611),9651=>array(89,211,511,611),9652=>array(146,285,454,552),9653=>array(146,285,454,552),9654=>array(136,164,536,586),9655=>array(136,164,536,586),9656=>array(211,221,478,529),9657=>array(211,221,478,529),9658=>array(85,194,541,556),9659=>array(85,194,541,556),9660=>array(89,139,511,539),9661=>array(89,139,511,539),9662=>array(146,198,454,465),9663=>array(146,198,454,465),9664=>array(64,164,464,586),9665=>array(64,164,464,586),9666=>array(122,221,389,529),9667=>array(122,221,389,529),9668=>array(59,194,515,556),9669=>array(59,194,515,556),9670=>array(69,144,531,606),9671=>array(69,144,531,606),9672=>array(69,144,531,606),9673=>array(85,160,515,590),9674=>array(85,80,515,670),9675=>array(85,160,515,590),9676=>array(86,161,514,589),9677=>array(85,160,515,590),9678=>array(85,160,515,590),9679=>array(85,160,515,590),9680=>array(85,160,515,590),9681=>array(85,160,515,590),9682=>array(85,160,515,590),9683=>array(85,160,515,590),9684=>array(85,160,515,590),9685=>array(85,160,515,590),9686=>array(85,160,300,590),9687=>array(300,160,515,590),9688=>array(0,0,600,600),9689=>array(0,0,600,600),9690=>array(0,300,600,600),9691=>array(0,0,600,300),9692=>array(85,375,300,590),9693=>array(300,375,515,590),9694=>array(300,160,515,375),9695=>array(85,160,300,375),9696=>array(85,375,515,590),9697=>array(85,160,515,375),9698=>array(85,160,515,590),9699=>array(85,160,515,590),9700=>array(85,160,515,590),9701=>array(85,160,515,590),9702=>array(193,268,407,482),9703=>array(85,160,515,590),9704=>array(85,160,515,590),9705=>array(85,160,515,590),9706=>array(85,160,515,590),9707=>array(85,160,515,590),9708=>array(89,211,511,611),9709=>array(89,211,511,611),9710=>array(89,211,511,611),9711=>array(20,95,580,655),9728=>array(65,1,685,621),9729=>array(58,166,944,652),9730=>array(76,6,674,622),9731=>array(105,-3,672,690),9732=>array(81,0,923,690),9733=>array(37,0,779,719),9734=>array(37,0,786,720),9735=>array(107,12,356,451),9736=>array(35,53,436,449),9737=>array(70,0,730,660),9738=>array(70,50,730,620),9739=>array(70,50,730,620),9740=>array(200,100,677,577),9741=>array(100,0,700,600),9742=>array(22,63,696,521),9743=>array(22,63,696,521),9744=>array(63,0,671,607),9745=>array(63,0,671,607),9746=>array(63,0,671,607),9747=>array(129,0,633,668),9754=>array(27,56,924,451),9755=>array(36,56,933,451),9756=>array(84,168,899,531),9757=>array(288,-79,651,736),9758=>array(41,168,856,531),9759=>array(288,-36,651,779),9760=>array(24,15,720,725),9761=>array(50,40,546,610),9762=>array(56,22,694,660),9763=>array(46,115,704,724),9764=>array(45,0,535,652),9765=>array(24,0,436,699),9766=>array(35,0,409,699),9767=>array(87,0,589,637),9768=>array(35,0,409,699),9769=>array(54,20,714,680),9770=>array(88,0,727,664),9771=>array(70,-24,778,656),9772=>array(78,-2,596,691),9773=>array(56,0,741,732),9774=>array(64,0,686,622),9775=>array(64,0,686,622),9776=>array(70,0,830,639),9777=>array(70,0,830,639),9778=>array(70,0,830,639),9779=>array(70,0,830,639),9780=>array(70,0,830,639),9781=>array(70,0,830,639),9782=>array(70,0,830,639),9783=>array(70,0,830,639),9784=>array(60,32,690,661),9785=>array(64,0,686,622),9786=>array(64,0,686,622),9787=>array(64,0,686,622),9788=>array(75,11,675,611),9789=>array(84,-189,659,691),9790=>array(91,-189,666,691),9791=>array(150,-100,590,759),9792=>array(100,-100,640,699),9793=>array(100,-30,640,769),9794=>array(60,-30,711,621),9795=>array(45,0,573,699),9796=>array(26,0,432,699),9797=>array(45,0,587,699),9798=>array(23,0,757,719),9799=>array(80,0,487,699),9800=>array(38,0,796,709),9801=>array(36,0,744,703),9802=>array(35,0,699,699),9803=>array(45,0,842,699),9804=>array(41,-176,749,700),9805=>array(42,-162,1002,699),9806=>array(33,0,863,699),9807=>array(42,-72,1067,699),9808=>array(48,0,747,699),9809=>array(29,-90,808,699),9810=>array(36,106,886,618),9811=>array(34,0,662,699),9812=>array(83,-117,913,709),9813=>array(42,-117,954,729),9814=>array(154,-113,842,706),9815=>array(83,-103,913,707),9816=>array(76,-110,912,727),9817=>array(197,-103,803,710),9818=>array(83,-117,913,709),9819=>array(42,-117,954,729),9820=>array(154,-113,842,706),9821=>array(83,-103,913,707),9822=>array(76,-110,912,727),9823=>array(197,-103,803,710),9824=>array(49,0,673,705),9825=>array(49,0,685,705),9826=>array(51,0,623,706),9827=>array(49,0,755,705),9828=>array(49,0,673,705),9829=>array(49,0,685,705),9830=>array(51,0,623,706),9831=>array(49,0,755,705),9832=>array(56,24,804,680),9833=>array(48,0,316,736),9834=>array(48,0,556,736),9835=>array(48,-70,654,766),9836=>array(48,-70,654,766),9837=>array(107,10,400,736),9838=>array(107,-22,333,736),9839=>array(29,-22,411,736),9985=>array(56,49,901,637),9986=>array(38,48,923,635),9987=>array(56,49,901,637),9988=>array(6,0,979,551),9990=>array(68,-201,700,669),9991=>array(30,0,760,730),9992=>array(17,0,772,654),9993=>array(27,28,663,483),9996=>array(64,0,521,582),9997=>array(59,72,824,515),9998=>array(62,113,848,672),9999=>array(35,170,898,521),10000=>array(62,19,849,578),10001=>array(36,135,908,555),10002=>array(51,135,923,555),10003=>array(18,-10,722,706),10004=>array(34,-9,796,765),10005=>array(47,0,715,668),10006=>array(46,0,714,668),10007=>array(0,-58,567,638),10008=>array(25,-67,650,682),10009=>array(35,0,728,693),10010=>array(34,0,727,693),10011=>array(35,0,724,689),10012=>array(35,0,718,683),10013=>array(35,0,460,690),10014=>array(9,0,542,690),10015=>array(38,0,499,690),10016=>array(36,94,542,600),10017=>array(29,-12,663,720),10018=>array(37,-11,750,702),10019=>array(34,0,755,719),10020=>array(34,0,755,719),10021=>array(36,0,755,719),10022=>array(37,0,756,719),10023=>array(38,0,757,719),10025=>array(37,0,786,720),10026=>array(31,-13,757,713),10027=>array(49,0,792,719),10028=>array(37,0,786,719),10029=>array(42,0,791,719),10030=>array(34,0,783,719),10031=>array(35,-14,795,718),10032=>array(49,1,873,718),10033=>array(29,0,714,719),10034=>array(18,0,706,719),10035=>array(35,0,714,679),10036=>array(35,0,756,721),10037=>array(47,0,745,698),10038=>array(37,0,659,699),10039=>array(35,0,741,706),10040=>array(35,0,733,698),10041=>array(35,0,757,729),10042=>array(35,0,725,688),10043=>array(31,0,675,719),10044=>array(34,7,674,728),10045=>array(13,0,669,719),10046=>array(21,0,680,719),10047=>array(35,0,791,737),10048=>array(35,0,780,728),10049=>array(35,0,754,719),10050=>array(44,-14,745,695),10051=>array(28,0,679,719),10052=>array(32,0,655,696),10053=>array(29,0,667,696),10054=>array(1,0,688,687),10055=>array(30,0,757,719),10056=>array(42,-7,745,696),10057=>array(42,30,670,663),10058=>array(60,0,731,718),10059=>array(26,-21,759,711),10061=>array(41,-33,832,638),10063=>array(23,0,739,714),10064=>array(23,0,739,714),10065=>array(23,0,735,714),10066=>array(23,0,735,714),10070=>array(36,-12,749,701),10072=>array(29,0,109,712),10073=>array(29,0,248,712),10074=>array(29,0,386,712),10075=>array(56,265,336,706),10076=>array(56,265,336,706),10077=>array(38,265,630,706),10078=>array(38,265,630,706),10081=>array(87,-157,666,727),10082=>array(60,-14,484,716),10083=>array(28,-14,516,711),10084=>array(35,0,875,703),10085=>array(38,0,644,764),10086=>array(76,-15,681,709),10087=>array(0,110,760,514),10102=>array(35,-14,753,705),10103=>array(35,-14,753,705),10104=>array(35,-14,753,705),10105=>array(35,-14,753,705),10106=>array(35,-14,753,705),10107=>array(35,-14,753,705),10108=>array(35,-14,753,705),10109=>array(35,-14,753,705),10110=>array(35,-14,753,705),10111=>array(35,-14,753,705),10112=>array(35,-14,753,705),10113=>array(35,-14,753,705),10114=>array(35,-14,753,705),10115=>array(35,-14,753,705),10116=>array(35,-14,753,705),10117=>array(35,-14,753,705),10118=>array(35,-14,753,705),10119=>array(35,-14,753,705),10120=>array(35,-14,753,705),10121=>array(35,-14,753,705),10122=>array(35,-14,753,705),10123=>array(35,-14,753,705),10124=>array(35,-14,753,705),10125=>array(35,-14,753,705),10126=>array(35,-14,753,705),10127=>array(35,-14,753,705),10128=>array(35,-14,753,705),10129=>array(35,-14,753,705),10130=>array(35,-14,753,705),10131=>array(35,-14,753,705),10132=>array(22,66,879,640),10136=>array(106,19,675,558),10137=>array(33,73,909,520),10138=>array(121,-28,619,578),10139=>array(28,73,890,603),10140=>array(38,70,891,636),10141=>array(82,137,843,554),10142=>array(82,137,846,554),10143=>array(35,155,799,536),10144=>array(36,94,838,594),10145=>array(13,94,815,594),10146=>array(35,82,889,610),10147=>array(35,82,889,610),10148=>array(103,147,845,543),10149=>array(42,123,900,578),10150=>array(42,55,901,509),10151=>array(45,-85,418,772),10152=>array(21,-68,868,755),10153=>array(36,43,813,648),10154=>array(41,43,807,648),10155=>array(61,129,832,585),10156=>array(61,129,832,585),10157=>array(37,44,665,651),10158=>array(37,44,665,651),10159=>array(38,93,836,620),10161=>array(38,69,836,596),10162=>array(15,0,746,730),10163=>array(23,128,934,561),10164=>array(42,2,725,685),10165=>array(27,166,838,525),10166=>array(20,5,703,685),10167=>array(93,0,791,694),10168=>array(57,166,886,523),10169=>array(98,13,792,710),10170=>array(35,192,805,498),10171=>array(28,157,858,533),10172=>array(83,199,849,501),10173=>array(15,147,949,549),10174=>array(41,97,889,579),12288=>array(94,-86,336,167),12289=>array(94,-86,336,167),12290=>array(86,-54,373,235),12291=>array(305,220,695,527),12292=>array(100,-35,933,800),12293=>array(137,5,781,779),12294=>array(148,4,839,695),12295=>array(106,-26,920,790),12296=>array(587,-69,921,837),12297=>array(79,-69,413,837),12298=>array(501,-69,950,837),12299=>array(50,-69,499,837),12300=>array(559,349,900,837),12301=>array(100,-68,446,419),12302=>array(560,349,930,835),12303=>array(70,-69,444,421),12304=>array(611,-69,900,837),12305=>array(100,-69,389,837),12306=>array(173,-18,827,735),12307=>array(144,20,845,750),12308=>array(625,-75,900,844),12309=>array(100,-75,375,844),12310=>array(570,-73,930,845),12311=>array(69,-73,429,845),12312=>array(649,-73,877,835),12313=>array(124,-74,352,834),12314=>array(578,-81,861,820),12315=>array(121,-82,404,819),12316=>array(39,289,961,466),12317=>array(535,523,901,853),12318=>array(100,523,466,853),12319=>array(181,-53,547,277),12320=>array(89,66,911,689),12321=>array(445,46,525,715),12322=>array(339,48,660,714),12323=>array(255,47,734,717),12324=>array(153,34,769,707),12325=>array(285,35,742,747),12326=>array(184,255,821,671),12327=>array(185,167,823,691),12328=>array(181,104,816,707),12329=>array(206,35,844,743),12330=>array(112,1,375,265),12331=>array(111,513,375,776),12332=>array(627,514,889,778),12333=>array(624,1,888,264),12334=>array(85,311,237,462),12335=>array(83,207,237,564),12336=>array(68,285,931,479),12337=>array(284,-60,729,810),12338=>array(199,-56,876,814),12339=>array(174,-28,732,782),12340=>array(128,-28,898,782),12341=>array(232,-46,726,796),12342=>array(106,-26,920,790),12343=>array(61,-53,920,827),12351=>array(241,-70,759,836),12353=>array(187,47,786,720),12354=>array(113,-60,867,781),12355=>array(217,45,802,670),12356=>array(144,-30,876,760),12357=>array(191,42,750,687),12358=>array(113,-36,810,759),12359=>array(169,54,811,709),12360=>array(90,-23,881,787),12361=>array(185,66,791,704),12362=>array(102,-12,864,796),12363=>array(80,-31,857,806),12364=>array(58,-31,944,815),12365=>array(99,-31,822,811),12366=>array(100,-30,947,833),12367=>array(145,-22,766,776),12368=>array(145,-22,914,821),12369=>array(162,-55,914,782),12370=>array(97,-62,959,839),12371=>array(163,7,857,716),12372=>array(116,10,869,807),12373=>array(98,-31,814,789),12374=>array(94,-31,925,821),12375=>array(207,-18,857,769),12376=>array(185,-18,905,821),12377=>array(114,-62,886,773),12378=>array(89,-62,915,863),12379=>array(98,-16,879,760),12380=>array(72,-16,938,863),12381=>array(102,-35,887,751),12382=>array(80,-35,925,807),12383=>array(119,-16,881,797),12384=>array(89,-16,905,807),12385=>array(143,-21,844,799),12386=>array(109,-21,905,859),12387=>array(175,123,771,603),12388=>array(122,47,868,645),12389=>array(97,57,895,873),12390=>array(90,-25,856,720),12391=>array(90,-25,903,720),12392=>array(163,10,823,775),12393=>array(163,10,911,810),12394=>array(80,-22,907,800),12395=>array(131,-8,875,779),12396=>array(105,-6,909,782),12397=>array(88,-15,903,773),12398=>array(115,-18,882,714),12399=>array(111,-30,896,774),12400=>array(84,-30,931,840),12401=>array(95,-30,944,843),12402=>array(123,-7,938,742),12403=>array(89,-7,921,840),12404=>array(103,-12,918,861),12405=>array(73,-9,924,757),12406=>array(64,-9,915,840),12407=>array(50,-9,918,861),12408=>array(86,66,909,662),12409=>array(86,66,909,806),12410=>array(66,66,889,827),12411=>array(110,-23,898,771),12412=>array(79,-23,924,823),12413=>array(94,-23,942,827),12414=>array(126,-24,892,797),12415=>array(115,-33,888,772),12416=>array(121,-17,905,789),12417=>array(130,-30,870,796),12418=>array(112,-9,858,789),12419=>array(173,48,804,710),12420=>array(99,-29,887,789),12421=>array(202,34,795,712),12422=>array(135,-48,878,792),12423=>array(192,96,804,699),12424=>array(116,21,879,780),12425=>array(144,-17,817,780),12426=>array(193,-81,777,770),12427=>array(82,11,836,767),12428=>array(105,-29,911,774),12429=>array(100,-11,857,760),12430=>array(160,62,798,700),12431=>array(80,-14,874,782),12432=>array(118,-5,879,745),12433=>array(86,1,895,774),12434=>array(115,-24,853,805),12435=>array(90,-8,906,778),12436=>array(103,-36,940,786),12441=>array(641,603,869,807),12442=>array(703,648,918,861),12443=>array(503,603,731,807),12444=>array(490,648,705,861),12445=>array(153,39,808,744),12446=>array(153,39,827,744),12449=>array(199,54,815,665),12450=>array(94,-61,920,751),12451=>array(218,66,759,704),12452=>array(121,-44,833,800),12453=>array(225,59,789,694),12454=>array(125,-47,880,803),12455=>array(189,91,810,630),12456=>array(80,0,915,735),12457=>array(184,61,822,683),12458=>array(96,-45,952,787),12459=>array(88,-41,858,794),12460=>array(88,-41,888,831),12461=>array(73,-45,901,803),12462=>array(71,-54,930,821),12463=>array(120,-49,857,815),12464=>array(77,-51,924,849),12465=>array(64,-48,908,813),12466=>array(64,-48,908,835),12467=>array(98,-23,859,734),12468=>array(81,-25,910,877),12469=>array(84,-59,917,788),12470=>array(64,-59,966,799),12471=>array(83,-39,904,789),12472=>array(79,-39,900,799),12473=>array(82,-52,952,728),12474=>array(56,-52,946,867),12475=>array(87,-5,912,786),12476=>array(81,-3,900,800),12477=>array(131,-51,841,780),12478=>array(131,-51,876,831),12479=>array(120,-60,851,805),12480=>array(60,-60,910,859),12481=>array(87,-54,921,813),12482=>array(77,-54,930,813),12483=>array(189,61,752,663),12484=>array(89,-47,845,774),12485=>array(101,-47,890,829),12486=>array(73,-61,908,740),12487=>array(73,-61,948,757),12488=>array(291,-46,850,787),12489=>array(325,-44,879,790),12490=>array(82,-63,915,786),12491=>array(77,16,911,711),12492=>array(116,-54,863,734),12493=>array(65,-51,926,786),12494=>array(130,-49,855,740),12495=>array(72,-29,928,791),12496=>array(47,-32,944,799),12497=>array(47,-32,944,837),12498=>array(163,-5,879,770),12499=>array(150,-5,930,799),12500=>array(137,-5,944,799),12501=>array(151,-58,855,732),12502=>array(107,-60,920,886),12503=>array(89,-60,964,857),12504=>array(57,24,937,651),12505=>array(57,24,937,685),12506=>array(57,24,937,685),12507=>array(70,-45,913,785),12508=>array(70,-45,913,821),12509=>array(70,-45,913,849),12510=>array(113,-31,887,729),12511=>array(104,-43,892,769),12512=>array(80,-26,927,792),12513=>array(108,-35,835,787),12514=>array(81,-6,916,739),12515=>array(203,48,790,686),12516=>array(104,-48,884,801),12517=>array(180,93,801,636),12518=>array(75,-4,909,730),12519=>array(205,80,765,640),12520=>array(105,-27,860,730),12521=>array(104,-57,873,748),12522=>array(213,-53,790,768),12523=>array(62,-45,936,788),12524=>array(203,-29,893,788),12525=>array(134,-24,848,730),12526=>array(224,51,769,636),12527=>array(124,-54,867,731),12528=>array(83,-45,918,784),12529=>array(76,-5,910,730),12530=>array(123,-53,863,753),12531=>array(107,-33,896,754),12532=>array(107,-54,884,839),12533=>array(199,57,767,690),12534=>array(179,43,809,694),12535=>array(92,-58,952,834),12536=>array(73,-45,953,843),12537=>array(82,-5,977,861),12538=>array(107,-54,947,846),12539=>array(161,311,313,462),12540=>array(83,339,917,429),12541=>array(271,-27,738,666),12542=>array(271,-27,766,807),12549=>array(157,-41,845,819),12550=>array(113,-35,861,812),12551=>array(149,51,851,697),12552=>array(147,44,849,718),12553=>array(98,-41,843,819),12554=>array(100,-45,900,783),12555=>array(151,-45,840,758),12556=>array(98,-35,843,817),12557=>array(133,-41,806,802),12558=>array(121,-34,879,738),12559=>array(60,-32,871,738),12560=>array(232,-43,676,791),12561=>array(257,-41,677,801),12562=>array(121,-28,879,738),12563=>array(105,6,895,782),12564=>array(142,-33,756,796),12565=>array(61,-30,825,752),12566=>array(227,-15,773,734),12567=>array(149,-35,811,746),12568=>array(113,-39,887,806),12569=>array(149,-32,883,752),12570=>array(163,-37,837,783),12571=>array(121,2,879,738),12572=>array(121,2,879,794),12573=>array(109,8,891,773),12574=>array(112,-39,871,754),12575=>array(82,-10,934,729),12576=>array(163,-48,866,790),12577=>array(111,-20,887,723),12578=>array(133,-37,849,742),12579=>array(166,-33,838,775),12580=>array(94,-21,872,797),12581=>array(164,54,847,751),12582=>array(88,-21,903,731),12583=>array(129,369,871,449),12584=>array(124,-4,877,753),12585=>array(157,29,843,711),12586=>array(87,-26,885,736),12587=>array(88,-21,903,734),12588=>array(60,-32,871,788),12593=>array(129,91,796,665),12594=>array(114,91,844,665),12595=>array(114,78,880,665),12596=>array(204,90,873,665),12597=>array(144,78,880,666),12598=>array(144,91,876,666),12599=>array(184,90,838,664),12600=>array(149,90,888,665),12601=>array(173,90,827,665),12602=>array(149,85,842,665),12603=>array(149,85,852,665),12604=>array(149,85,853,665),12605=>array(149,78,880,665),12606=>array(149,85,855,665),12607=>array(149,85,868,665),12608=>array(149,85,876,666),12609=>array(215,90,785,665),12610=>array(215,90,785,665),12611=>array(145,88,855,665),12612=>array(145,78,880,664),12613=>array(107,76,882,663),12614=>array(110,78,890,663),12615=>array(187,92,813,666),12616=>array(109,76,880,665),12617=>array(105,80,895,666),12618=>array(109,76,880,665),12619=>array(206,90,790,663),12620=>array(189,91,837,664),12621=>array(187,90,813,665),12622=>array(156,88,844,665),12623=>array(421,-64,711,842),12624=>array(345,-64,655,842),12625=>array(381,-64,676,842),12626=>array(340,-64,661,842),12627=>array(302,-65,597,841),12628=>array(186,-63,677,843),12629=>array(332,-64,626,842),12630=>array(226,-63,687,843),12631=>array(60,197,940,614),12632=>array(46,-64,931,842),12633=>array(51,-64,892,842),12634=>array(61,-64,857,842),12635=>array(60,197,940,615),12636=>array(79,76,921,554),12637=>array(68,-65,882,841),12638=>array(53,-63,912,843),12639=>array(70,-64,867,842),12640=>array(72,111,928,589),12641=>array(57,357,943,436),12642=>array(67,-64,867,842),12643=>array(462,-64,538,842),12644=>array(169,93,848,665),12645=>array(169,93,848,665),12646=>array(169,90,888,665),12647=>array(169,78,880,665),12648=>array(169,93,886,665),12649=>array(85,78,960,665),12650=>array(149,85,888,665),12651=>array(85,78,960,665),12652=>array(149,85,886,665),12653=>array(149,85,885,665),12654=>array(142,89,853,665),12655=>array(142,78,880,665),12656=>array(142,89,886,665),12657=>array(232,78,768,711),12658=>array(145,88,844,665),12659=>array(145,88,888,665),12660=>array(111,78,889,665),12661=>array(101,78,933,665),12662=>array(140,78,885,666),12663=>array(145,88,855,665),12664=>array(232,78,768,725),12665=>array(197,78,803,728),12666=>array(130,78,844,665),12667=>array(130,78,858,665),12668=>array(130,78,888,665),12669=>array(125,78,868,665),12670=>array(117,78,883,666),12671=>array(258,93,742,659),12672=>array(99,214,901,562),12673=>array(232,131,768,551),12674=>array(125,78,880,663),12675=>array(125,119,886,664),12676=>array(202,78,798,714),12677=>array(100,91,900,666),12678=>array(182,78,818,573),12679=>array(62,-64,936,842),12680=>array(62,-64,892,842),12681=>array(62,-64,867,842),12682=>array(52,-64,881,842),12683=>array(52,-63,902,843),12684=>array(52,-64,867,842),12685=>array(430,319,570,459),12686=>array(316,-98,634,855),12688=>array(468,391,532,889),12689=>array(302,391,760,889),12690=>array(56,620,459,664),12691=>array(43,481,468,770),12692=>array(47,446,470,803),12693=>array(62,415,456,817),12694=>array(45,427,479,845),12695=>array(70,401,449,858),12696=>array(44,401,477,827),12697=>array(73,399,448,839),12698=>array(82,423,470,815),12699=>array(39,401,485,834),12700=>array(46,401,469,834),12701=>array(35,401,482,832),12702=>array(30,412,488,859),12703=>array(38,401,490,846),12800=>array(72,-21,977,798),12801=>array(72,-21,977,798),12802=>array(72,-21,977,798),12803=>array(72,-21,977,798),12804=>array(72,-21,977,798),12805=>array(72,-21,977,798),12806=>array(72,-21,977,798),12807=>array(72,-21,977,798),12808=>array(72,-21,977,798),12809=>array(72,-21,977,798),12810=>array(72,-21,977,798),12811=>array(72,-21,977,798),12812=>array(72,-21,977,798),12813=>array(72,-21,977,798),12814=>array(72,-21,977,798),12815=>array(72,-21,977,798),12816=>array(72,-21,977,798),12817=>array(72,-21,977,798),12818=>array(72,-21,977,798),12819=>array(72,-21,977,798),12820=>array(72,-21,977,798),12821=>array(72,-21,977,798),12822=>array(72,-21,977,798),12823=>array(72,-21,977,798),12824=>array(72,-21,977,798),12825=>array(72,-21,977,798),12826=>array(72,-21,977,798),12827=>array(72,-21,977,798),12828=>array(72,-21,977,798),12832=>array(72,-21,976,798),12833=>array(72,-21,976,798),12834=>array(72,-21,976,798),12835=>array(72,-21,976,798),12836=>array(72,-21,976,798),12837=>array(72,-21,976,798),12838=>array(72,-21,976,798),12839=>array(72,-21,976,798),12840=>array(72,-21,976,798),12841=>array(72,-21,976,798),12842=>array(72,-21,976,798),12843=>array(72,-21,976,798),12844=>array(72,-21,976,798),12845=>array(72,-21,976,798),12846=>array(72,-21,976,803),12847=>array(72,-21,976,798),12848=>array(72,-21,976,798),12849=>array(72,-21,976,798),12850=>array(72,-21,976,798),12851=>array(72,-21,976,798),12852=>array(72,-21,976,798),12853=>array(72,-21,976,798),12854=>array(72,-21,976,798),12855=>array(72,-21,976,798),12856=>array(72,-21,976,798),12857=>array(72,-21,976,798),12858=>array(72,-21,976,798),12859=>array(72,-21,976,798),12860=>array(72,-21,976,798),12861=>array(72,-21,976,803),12862=>array(72,-21,976,798),12863=>array(72,-21,976,798),12864=>array(72,-21,976,798),12865=>array(72,-21,976,798),12866=>array(72,-21,976,798),12867=>array(72,-21,976,798),12896=>array(30,-82,970,859),12897=>array(30,-82,970,859),12898=>array(30,-82,970,859),12899=>array(30,-82,970,859),12900=>array(30,-82,970,859),12901=>array(30,-82,970,859),12902=>array(30,-82,970,859),12903=>array(30,-82,970,859),12904=>array(30,-82,970,859),12905=>array(30,-82,970,859),12906=>array(30,-82,970,859),12907=>array(30,-82,970,859),12908=>array(30,-82,970,859),12909=>array(30,-82,970,859),12910=>array(30,-82,970,859),12911=>array(30,-82,970,859),12912=>array(30,-82,970,859),12913=>array(30,-82,970,859),12914=>array(30,-82,970,859),12915=>array(30,-82,970,859),12916=>array(30,-82,970,859),12917=>array(30,-82,970,859),12918=>array(30,-82,970,859),12919=>array(30,-82,970,859),12920=>array(30,-82,970,859),12921=>array(30,-82,970,859),12922=>array(30,-82,970,859),12923=>array(30,-82,970,859),12927=>array(30,-82,970,859),12928=>array(30,-82,970,859),12929=>array(30,-82,970,859),12930=>array(30,-82,970,859),12931=>array(30,-82,970,859),12932=>array(30,-82,970,859),12933=>array(30,-82,970,859),12934=>array(30,-82,970,859),12935=>array(30,-82,970,859),12936=>array(30,-82,970,859),12937=>array(30,-82,970,859),12938=>array(30,-82,970,859),12939=>array(30,-82,970,859),12940=>array(30,-82,970,859),12941=>array(30,-82,970,859),12942=>array(30,-82,970,859),12943=>array(30,-82,970,859),12944=>array(30,-82,970,859),12945=>array(30,-82,970,859),12946=>array(30,-82,970,859),12947=>array(30,-82,970,859),12948=>array(30,-82,970,859),12949=>array(30,-82,970,859),12950=>array(30,-82,970,859),12951=>array(30,-82,970,859),12952=>array(30,-82,970,859),12953=>array(30,-82,970,859),12954=>array(30,-82,970,859),12955=>array(30,-82,970,859),12956=>array(30,-82,970,859),12957=>array(30,-82,970,859),12958=>array(30,-82,970,859),12959=>array(30,-82,970,859),12960=>array(30,-82,970,859),12961=>array(30,-82,970,859),12962=>array(30,-82,970,859),12963=>array(30,-82,970,859),12964=>array(30,-82,970,859),12965=>array(30,-82,970,859),12966=>array(30,-82,970,859),12967=>array(30,-82,970,859),12968=>array(30,-82,970,859),12969=>array(30,-82,970,859),12970=>array(30,-82,970,859),12971=>array(30,-82,970,859),12972=>array(30,-82,970,859),12973=>array(30,-82,970,859),12974=>array(30,-82,970,859),12975=>array(30,-82,970,859),12976=>array(30,-82,970,859),12992=>array(119,-55,892,783),12993=>array(88,-55,892,797),12994=>array(86,-55,892,787),12995=>array(64,-55,892,783),12996=>array(89,-55,892,783),12997=>array(102,-55,897,787),12998=>array(90,-55,892,783),12999=>array(80,-55,892,789),13000=>array(82,-55,892,793),13001=>array(47,-55,892,799),13002=>array(47,-55,892,783),13003=>array(47,-55,892,794),13008=>array(30,-82,970,859),13009=>array(30,-82,970,859),13010=>array(30,-82,970,859),13011=>array(30,-82,970,859),13012=>array(30,-82,970,859),13013=>array(30,-82,970,859),13014=>array(30,-82,970,859),13015=>array(30,-82,970,859),13016=>array(30,-82,970,859),13017=>array(30,-82,970,859),13018=>array(30,-82,970,859),13019=>array(30,-82,970,859),13020=>array(30,-82,970,859),13021=>array(30,-82,970,859),13022=>array(30,-82,970,859),13023=>array(30,-82,970,859),13024=>array(30,-82,970,859),13025=>array(30,-82,970,859),13026=>array(30,-82,970,859),13027=>array(30,-82,970,859),13028=>array(30,-82,970,859),13029=>array(30,-82,970,859),13030=>array(30,-82,970,859),13031=>array(30,-82,970,859),13032=>array(30,-82,970,859),13033=>array(30,-82,970,859),13034=>array(30,-82,970,859),13035=>array(30,-82,970,859),13036=>array(30,-82,970,859),13037=>array(30,-82,970,859),13038=>array(30,-82,970,859),13039=>array(30,-82,970,859),13040=>array(30,-82,970,859),13041=>array(30,-82,970,859),13042=>array(30,-82,970,859),13043=>array(30,-82,970,859),13044=>array(30,-82,970,859),13045=>array(30,-82,970,859),13046=>array(30,-82,970,859),13047=>array(30,-82,970,859),13048=>array(30,-82,970,859),13049=>array(30,-82,970,859),13050=>array(30,-82,970,859),13051=>array(30,-82,970,859),13052=>array(30,-82,970,859),13053=>array(30,-82,970,859),13054=>array(30,-82,970,859),13056=>array(54,-77,959,836),13057=>array(62,-82,960,822),13058=>array(39,-64,954,811),13059=>array(49,-64,945,811),13060=>array(73,-74,957,845),13061=>array(50,-76,949,845),13062=>array(75,-49,949,836),13063=>array(38,-77,962,804),13064=>array(58,-67,945,796),13065=>array(47,-48,949,836),13066=>array(47,-66,945,836),13067=>array(58,-75,921,845),13068=>array(58,-77,944,844),13069=>array(58,-75,944,844),13070=>array(58,-49,924,860),13071=>array(58,-67,965,860),13072=>array(51,-61,975,862),13073=>array(51,129,939,862),13074=>array(51,-75,946,862),13075=>array(51,-74,968,862),13076=>array(51,-47,924,841),13077=>array(38,-66,970,841),13078=>array(50,-78,970,844),13079=>array(51,-78,961,841),13080=>array(33,-66,944,866),13081=>array(33,-78,961,866),13082=>array(46,-66,968,844),13083=>array(54,-73,963,844),13084=>array(46,-48,945,850),13085=>array(55,-77,960,822),13086=>array(40,-71,945,802),13087=>array(46,-72,968,845),13088=>array(46,-76,970,841),13089=>array(66,-82,970,831),13090=>array(48,-76,949,836),13091=>array(48,-77,949,836),13092=>array(54,-48,945,868),13093=>array(50,-71,952,868),13094=>array(156,-64,968,856),13095=>array(156,-76,949,845),13096=>array(55,-54,904,841),13097=>array(61,-77,731,825),13098=>array(37,-64,921,845),13099=>array(37,-76,980,836),13100=>array(37,-64,945,836),13101=>array(37,-64,968,856),13102=>array(56,-78,970,857),13103=>array(49,-64,923,857),13104=>array(106,-41,918,857),13105=>array(106,-64,968,862),13106=>array(71,-78,961,794),13107=>array(53,-77,933,845),13108=>array(57,-69,970,862),13109=>array(57,-76,944,826),13110=>array(39,-73,970,844),13111=>array(39,-75,915,802),13112=>array(39,-41,939,802),13113=>array(39,-64,968,836),13114=>array(39,-48,949,811),13115=>array(39,-71,945,802),13116=>array(39,-73,945,819),13117=>array(40,-77,933,859),13118=>array(40,-77,968,859),13119=>array(40,-76,949,842),13120=>array(40,-77,949,859),13121=>array(40,-64,945,842),13122=>array(40,-76,945,842),13123=>array(55,-72,924,845),13124=>array(49,-64,921,845),13125=>array(37,-72,731,805),13126=>array(55,-72,968,836),13127=>array(57,-69,963,811),13128=>array(61,-76,949,844),13129=>array(61,-75,887,829),13130=>array(39,-72,970,831),13131=>array(67,-60,969,833),13132=>array(67,-77,969,860),13133=>array(67,-77,968,833),13134=>array(59,-77,945,847),13135=>array(49,-64,945,847),13136=>array(57,-76,950,811),13137=>array(107,-77,968,831),13138=>array(107,-73,944,831),13139=>array(49,140,955,857),13140=>array(49,-77,968,836),13141=>array(124,-66,956,835),13142=>array(118,-82,963,835),13143=>array(79,-77,718,798),13144=>array(124,-65,967,826),13145=>array(119,-65,967,826),13146=>array(88,-65,967,826),13147=>array(86,-65,967,826),13148=>array(64,-65,967,826),13149=>array(89,-65,967,826),13150=>array(102,-65,972,826),13151=>array(90,-65,967,826),13152=>array(80,-65,967,826),13153=>array(82,-65,967,826),13154=>array(47,-65,967,826),13155=>array(47,-65,967,826),13156=>array(47,-65,967,826),13157=>array(47,-65,967,826),13158=>array(47,-65,967,826),13159=>array(47,-65,967,826),13160=>array(47,-65,967,826),13161=>array(47,-65,967,826),13162=>array(47,-65,967,826),13163=>array(47,-65,967,826),13164=>array(48,-65,967,826),13165=>array(48,-65,967,826),13166=>array(48,-65,967,826),13167=>array(48,-65,967,826),13168=>array(48,-65,967,826),13169=>array(77,12,942,739),13170=>array(65,11,930,739),13171=>array(50,23,915,751),13172=>array(81,11,971,739),13173=>array(63,16,962,739),13174=>array(90,-71,934,658),13179=>array(37,-70,970,831),13180=>array(54,-60,946,831),13181=>array(28,-43,956,829),13182=>array(59,-67,970,832),13183=>array(23,-86,969,855),13184=>array(84,-171,968,739),13185=>array(82,23,968,739),13186=>array(79,-187,963,739),13187=>array(77,23,965,739),13188=>array(80,23,962,739),13189=>array(78,23,946,739),13190=>array(78,23,946,739),13191=>array(63,23,946,763),13192=>array(58,11,922,739),13193=>array(62,11,938,739),13194=>array(84,-171,942,739),13195=>array(82,23,942,739),13196=>array(80,-187,942,739),13197=>array(80,-187,919,553),13198=>array(77,-187,925,553),13199=>array(91,-187,919,739),13200=>array(91,23,949,739),13201=>array(82,23,952,739),13202=>array(72,23,957,739),13203=>array(52,23,962,763),13204=>array(44,23,952,739),13205=>array(84,-187,926,737),13206=>array(86,23,930,739),13207=>array(65,11,930,739),13208=>array(123,23,926,739),13209=>array(86,23,914,751),13210=>array(86,23,914,553),13211=>array(87,-187,914,553),13212=>array(70,23,930,553),13213=>array(63,16,918,558),13214=>array(83,23,918,739),13215=>array(67,23,958,677),13216=>array(63,16,958,677),13217=>array(149,23,926,677),13218=>array(82,23,958,739),13219=>array(67,23,964,680),13220=>array(63,16,964,680),13221=>array(149,23,932,680),13222=>array(82,23,964,739),13223=>array(75,16,937,740),13224=>array(67,16,958,740),13225=>array(104,11,926,739),13226=>array(69,11,951,739),13227=>array(58,11,961,739),13228=>array(55,23,975,763),13229=>array(70,11,930,739),13230=>array(67,11,959,740),13231=>array(67,11,966,740),13232=>array(92,-171,940,558),13233=>array(91,16,929,558),13234=>array(92,-187,946,558),13235=>array(83,16,947,558),13236=>array(92,-171,954,739),13237=>array(88,23,954,739),13238=>array(92,-187,954,739),13239=>array(70,23,954,739),13240=>array(93,23,954,739),13241=>array(76,23,959,739),13242=>array(84,-171,965,739),13243=>array(87,23,963,739),13244=>array(87,-187,963,739),13245=>array(70,23,967,739),13246=>array(91,23,965,739),13247=>array(72,23,969,739),13248=>array(87,23,945,739),13249=>array(72,23,948,739),13250=>array(65,11,955,553),13251=>array(85,-171,917,739),13252=>array(64,16,940,558),13253=>array(64,11,925,739),13254=>array(50,-187,942,761),13255=>array(63,16,955,763),13256=>array(61,11,939,739),13257=>array(64,-186,960,763),13258=>array(91,11,939,739),13259=>array(102,23,932,739),13260=>array(159,23,837,739),13261=>array(90,22,959,739),13262=>array(79,23,921,739),13263=>array(121,18,860,739),13264=>array(109,23,918,739),13265=>array(151,23,844,739),13266=>array(79,-187,921,739),13267=>array(166,23,842,739),13268=>array(88,11,947,739),13269=>array(87,23,913,739),13270=>array(69,16,931,739),13271=>array(93,-171,907,739),13272=>array(76,-171,955,558),13273=>array(69,23,931,739),13274=>array(84,23,961,739),13275=>array(98,16,918,558),13276=>array(68,23,944,763),13277=>array(51,11,952,739),13280=>array(119,-24,908,777),13281=>array(88,-24,908,797),13282=>array(86,-35,908,787),13283=>array(64,-24,908,781),13284=>array(89,-31,908,780),13285=>array(102,-34,914,787),13286=>array(90,-24,908,777),13287=>array(80,-25,908,789),13288=>array(82,-27,908,793),13289=>array(47,-35,918,795),13290=>array(47,-24,918,776),13291=>array(47,-24,918,793),13292=>array(47,-35,918,792),13293=>array(47,-24,918,785),13294=>array(47,-31,918,780),13295=>array(47,-32,918,787),13296=>array(47,-24,918,777),13297=>array(47,-24,918,786),13298=>array(47,-31,918,788),13299=>array(48,-35,918,795),13300=>array(48,-24,918,792),13301=>array(48,-24,918,792),13302=>array(48,-34,918,792),13303=>array(48,-24,918,792),13304=>array(48,-31,918,792),13305=>array(48,-32,918,792),13306=>array(48,-24,918,792),13307=>array(48,-24,918,792),13308=>array(48,-31,918,792),13309=>array(44,-35,918,795),13310=>array(44,-34,918,790),19968=>array(121,356,896,439),19969=>array(98,-68,911,768),19970=>array(102,-67,897,787),19971=>array(75,-11,896,823),19972=>array(92,9,927,814),19973=>array(92,9,927,814),19974=>array(115,-77,914,738),19975=>array(63,-77,959,738),19976=>array(83,-77,948,827),19977=>array(99,32,911,713),19978=>array(92,10,927,814),19979=>array(84,-59,916,772),19980=>array(53,-64,927,778),19981=>array(71,-65,928,769),19982=>array(68,-64,930,825),19983=>array(85,-66,937,782),19984=>array(98,-63,908,767),19985=>array(78,-11,922,764),19986=>array(80,-13,925,765),19987=>array(73,-68,921,828),19988=>array(84,-14,935,776),19989=>array(85,-6,942,771),19990=>array(64,-65,936,805),19991=>array(74,-69,926,817),19992=>array(76,-13,927,803),19993=>array(68,-74,933,767),19994=>array(67,-12,918,799),19995=>array(55,-4,915,827),19996=>array(52,-72,911,820),19997=>array(70,-9,925,828),19998=>array(58,-17,951,778),19999=>array(100,-54,898,767),20000=>array(68,-36,952,807),20001=>array(62,-64,952,787),20002=>array(66,-57,906,809),20003=>array(98,-62,914,783),20004=>array(62,-61,911,780),20005=>array(38,-61,914,782),20006=>array(68,-13,941,840),20007=>array(64,-74,944,818),20008=>array(439,-66,515,823),20009=>array(283,-55,652,833),20010=>array(30,-70,955,832),20011=>array(136,-53,866,805),20012=>array(248,-68,574,816),20013=>array(131,-65,860,826),20014=>array(71,-64,963,786),20015=>array(83,-68,933,844),20016=>array(73,-61,927,832),20017=>array(73,-72,894,826),20018=>array(123,-68,886,832),20019=>array(59,-70,912,830),20020=>array(103,-59,908,840),20021=>array(84,-54,930,814),20022=>array(289,225,647,575),20023=>array(134,287,875,584),20024=>array(52,-71,950,824),20025=>array(74,-73,939,777),20026=>array(82,-65,836,829),20027=>array(81,-6,930,841),20028=>array(82,-65,932,831),20029=>array(61,-57,912,771),20030=>array(18,-82,950,821),20031=>array(249,-60,554,834),20032=>array(72,-66,928,836),20033=>array(161,-77,953,786),20034=>array(66,-77,953,828),20035=>array(73,-56,894,776),20036=>array(117,-69,879,840),20037=>array(85,-50,957,835),20038=>array(75,-49,949,802),20039=>array(74,-24,940,816),20040=>array(94,-28,930,816),20041=>array(54,-71,955,818),20042=>array(99,262,872,706),20043=>array(64,-63,947,822),20044=>array(71,-68,889,828),20045=>array(56,-67,945,850),20046=>array(93,-64,924,826),20047=>array(65,-63,949,829),20048=>array(49,-59,941,833),20049=>array(54,-61,953,837),20050=>array(89,-77,921,826),20051=>array(87,-73,927,826),20052=>array(39,-69,948,819),20053=>array(38,-62,929,837),20054=>array(59,-65,926,831),20055=>array(50,-70,953,854),20056=>array(50,-70,953,824),20057=>array(158,-14,909,740),20058=>array(222,0,890,782),20059=>array(92,290,913,534),20060=>array(80,-20,954,822),20061=>array(77,-46,948,831),20062=>array(62,-27,925,835),20063=>array(92,-9,930,830),20064=>array(118,-62,818,769),20065=>array(96,-58,834,832),20066=>array(137,-32,953,825),20067=>array(85,-32,953,825),20068=>array(96,-43,924,792),20069=>array(113,-15,894,831),20070=>array(60,-71,894,819),20071=>array(101,-15,922,829),20072=>array(57,-53,953,828),20073=>array(91,-53,937,833),20074=>array(85,-28,958,753),20075=>array(60,-15,875,826),20076=>array(115,-15,889,804),20077=>array(76,-15,918,777),20078=>array(146,-40,897,829),20079=>array(93,-30,914,829),20080=>array(39,-62,920,779),20081=>array(58,-44,936,826),20082=>array(77,-15,954,828),20083=>array(48,-85,958,815),20084=>array(61,-45,938,806),20085=>array(74,-55,961,850),20086=>array(62,-55,956,849),20087=>array(58,-51,952,836),20088=>array(42,-27,959,828),20089=>array(108,-64,976,833),20090=>array(66,-31,938,831),20091=>array(50,-31,943,847),20092=>array(80,-31,966,859),20093=>array(67,-58,929,836),20094=>array(48,-64,950,842),20095=>array(44,-62,958,824),20096=>array(64,-43,956,853),20097=>array(81,-61,961,837),20098=>array(49,-68,962,843),20099=>array(36,-62,960,840),20100=>array(54,-30,954,831),20101=>array(290,-40,544,818),20102=>array(172,-41,829,773),20103=>array(98,-62,895,822),20104=>array(92,-66,913,782),20105=>array(69,-70,939,829),20106=>array(60,-65,950,826),20107=>array(60,-65,950,826),20108=>array(100,103,916,657),20109=>array(98,-51,914,764),20110=>array(89,-69,908,773),20111=>array(64,-62,912,770),20112=>array(64,-62,912,770),20113=>array(71,-50,934,760),20114=>array(78,-6,932,775),20115=>array(42,-66,919,784),20116=>array(82,25,916,744),20117=>array(63,-70,935,829),20118=>array(57,-24,960,791),20119=>array(57,-24,950,822),20120=>array(71,-6,941,770),20121=>array(52,-24,948,780),20122=>array(63,-7,914,775),20123=>array(65,-17,933,829),20124=>array(64,-24,952,783),20125=>array(77,-17,928,852),20126=>array(64,-24,952,783),20127=>array(74,-29,938,811),20128=>array(73,391,927,690),20129=>array(64,-3,936,822),20130=>array(66,-58,959,822),20131=>array(98,-55,911,835),20132=>array(70,-65,946,822),20133=>array(85,-64,931,840),20134=>array(57,-66,934,822),20135=>array(25,-63,889,843),20136=>array(74,-61,926,825),20137=>array(62,-56,916,841),20138=>array(81,-78,941,841),20139=>array(74,-58,936,828),20140=>array(53,-64,950,825),20141=>array(93,-58,907,836),20142=>array(65,-68,950,838),20143=>array(77,-62,923,840),20144=>array(59,-67,942,828),20145=>array(39,-63,941,846),20146=>array(49,-67,920,837),20147=>array(87,-45,961,838),20148=>array(71,-56,973,861),20149=>array(29,-75,944,841),20150=>array(53,-47,947,845),20151=>array(40,-59,955,850),20152=>array(52,-69,953,836),20153=>array(54,-47,960,858),20154=>array(71,-48,943,806),20155=>array(256,-69,592,824),20156=>array(32,-27,973,804),20157=>array(50,-56,978,838),20158=>array(171,16,906,794),20159=>array(34,-64,943,829),20160=>array(48,-68,950,829),20161=>array(47,-65,953,835),20162=>array(65,-65,910,838),20163=>array(43,-67,954,837),20164=>array(42,-66,957,775),20165=>array(23,-62,936,832),20166=>array(44,-67,956,835),20167=>array(39,-73,957,836),20168=>array(49,-73,955,828),20169=>array(60,-67,956,825),20170=>array(33,-77,967,836),20171=>array(54,-71,951,858),20172=>array(56,-47,953,831),20173=>array(58,-71,923,829),20174=>array(18,-72,964,836),20175=>array(44,-62,941,837),20176=>array(30,-58,955,832),20177=>array(30,-34,955,827),20178=>array(31,-68,964,811),20179=>array(26,-28,941,832),20180=>array(50,-64,954,834),20181=>array(46,-64,935,828),20182=>array(32,-68,956,844),20183=>array(51,-64,959,839),20184=>array(55,-73,947,838),20185=>array(43,-68,894,822),20186=>array(55,-64,957,840),20187=>array(60,-73,930,838),20188=>array(54,-63,939,832),20189=>array(56,-15,958,843),20190=>array(51,-67,895,832),20191=>array(54,-64,948,833),20192=>array(48,-67,948,829),20193=>array(46,-66,952,842),20194=>array(48,-69,920,829),20195=>array(46,-68,957,830),20196=>array(38,-67,961,846),20197=>array(66,-52,945,802),20198=>array(48,-66,951,829),20199=>array(76,-39,945,828),20200=>array(44,-66,937,830),20201=>array(57,-59,948,835),20202=>array(27,-75,949,823),20203=>array(44,-80,944,829),20204=>array(32,-57,897,837),20205=>array(24,-65,969,829),20206=>array(34,-70,949,839),20207=>array(41,-63,958,846),20208=>array(31,-64,897,853),20209=>array(54,-67,949,840),20210=>array(50,-68,902,833),20211=>array(52,-67,955,832),20212=>array(48,-66,859,832),20213=>array(52,-67,956,842),20214=>array(45,-67,950,837),20215=>array(33,-74,982,847),20216=>array(28,-69,962,833),20217=>array(43,-79,936,836),20218=>array(58,-38,982,866),20219=>array(27,-73,949,830),20220=>array(33,-67,938,835),20221=>array(50,-74,968,828),20222=>array(23,-67,951,835),20223=>array(56,-70,953,845),20224=>array(49,-61,948,837),20225=>array(28,-28,958,841),20226=>array(41,-65,946,836),20227=>array(49,-55,956,840),20228=>array(52,-68,912,828),20229=>array(41,-64,945,832),20230=>array(49,-64,921,843),20231=>array(45,-66,967,835),20232=>array(40,-59,954,846),20233=>array(40,-69,954,839),20234=>array(34,-75,950,827),20235=>array(39,-55,963,844),20236=>array(41,-72,930,819),20237=>array(29,-73,947,832),20238=>array(49,-66,960,840),20239=>array(50,-67,954,841),20240=>array(47,-73,950,822),20241=>array(49,-71,953,832),20242=>array(51,-66,937,829),20243=>array(46,-66,952,827),20244=>array(41,-71,958,832),20245=>array(50,-71,961,832),20246=>array(55,-87,958,835),20247=>array(34,-75,947,828),20248=>array(42,-64,945,840),20249=>array(50,-69,959,829),20250=>array(51,-56,954,832),20251=>array(39,-68,924,819),20252=>array(65,-57,941,831),20253=>array(45,-64,941,835),20254=>array(28,-81,950,822),20255=>array(30,-58,912,835),20256=>array(28,-66,903,831),20257=>array(50,-74,951,829),20258=>array(49,-67,932,835),20259=>array(50,-67,940,829),20260=>array(30,-66,919,823),20261=>array(39,-73,947,819),20262=>array(31,-59,935,833),20263=>array(25,-67,949,828),20264=>array(37,-67,906,836),20265=>array(37,-67,976,850),20266=>array(32,-68,895,824),20267=>array(34,-66,914,822),20268=>array(50,-66,952,834),20269=>array(39,-63,951,836),20270=>array(49,-71,959,840),20271=>array(62,-65,887,842),20272=>array(38,-67,951,835),20273=>array(62,-65,951,852),20274=>array(51,-76,952,830),20275=>array(36,-66,945,833),20276=>array(42,-65,955,835),20277=>array(42,-65,890,833),20278=>array(26,-71,965,849),20279=>array(33,-70,896,833),20280=>array(48,-65,897,843),20281=>array(34,-69,958,838),20282=>array(52,-68,896,834),20283=>array(45,-65,952,839),20284=>array(40,-69,960,839),20285=>array(29,-68,908,831),20286=>array(43,-69,936,822),20287=>array(44,-66,960,835),20288=>array(44,-65,915,835),20289=>array(48,-64,948,832),20290=>array(48,-64,946,831),20291=>array(45,-66,902,840),20292=>array(45,-66,948,840),20293=>array(45,-66,937,840),20294=>array(31,-73,934,839),20295=>array(38,-67,940,831),20296=>array(50,-65,956,842),20297=>array(42,-64,948,837),20298=>array(37,-73,966,838),20299=>array(36,-66,906,824),20300=>array(45,-63,958,837),20301=>array(41,-71,947,827),20302=>array(38,-68,961,838),20303=>array(35,-70,948,839),20304=>array(34,-66,946,834),20305=>array(42,-67,945,833),20306=>array(40,-63,965,837),20307=>array(37,-64,966,831),20308=>array(35,-63,935,840),20309=>array(33,-70,958,839),20310=>array(47,-67,956,832),20311=>array(48,-67,951,834),20312=>array(40,-61,970,857),20313=>array(61,-63,951,852),20314=>array(57,-67,967,839),20315=>array(47,-65,924,834),20316=>array(37,-67,954,847),20317=>array(66,-67,921,841),20318=>array(43,-69,945,836),20319=>array(46,-73,969,846),20320=>array(16,-73,951,833),20321=>array(48,-71,957,830),20322=>array(38,-61,943,837),20323=>array(37,-65,895,833),20324=>array(44,-68,962,840),20325=>array(26,-18,943,831),20326=>array(38,-64,921,831),20327=>array(47,-65,953,842),20328=>array(43,-59,955,836),20329=>array(39,-67,959,833),20330=>array(50,-68,897,838),20331=>array(52,-66,964,839),20332=>array(41,-65,942,832),20333=>array(37,-69,944,839),20334=>array(53,-64,968,847),20335=>array(44,-65,947,842),20336=>array(48,-67,947,833),20337=>array(48,-24,975,852),20338=>array(47,-70,883,840),20339=>array(21,-72,933,834),20340=>array(54,-74,948,835),20341=>array(37,-70,955,851),20342=>array(35,-73,924,834),20343=>array(53,-66,959,837),20344=>array(48,-55,948,845),20345=>array(42,-59,963,851),20346=>array(44,-67,951,832),20347=>array(22,-84,946,829),20348=>array(27,-70,941,835),20349=>array(63,-57,955,850),20350=>array(24,-67,974,837),20351=>array(50,-73,985,836),20352=>array(44,-70,913,841),20353=>array(46,-64,960,839),20354=>array(43,-63,954,846),20355=>array(41,-66,961,836),20356=>array(18,-66,921,831),20357=>array(41,-61,947,842),20358=>array(63,-64,956,835),20359=>array(40,-70,961,839),20360=>array(48,-62,920,844),20361=>array(32,-67,975,848),20362=>array(32,-67,946,838),20363=>array(41,-63,911,845),20364=>array(33,-81,952,861),20365=>array(52,-74,949,829),20366=>array(52,-74,976,827),20367=>array(36,-80,953,824),20368=>array(36,-61,958,847),20369=>array(39,-65,954,844),20370=>array(42,-64,942,836),20371=>array(42,-64,948,835),20372=>array(43,-71,947,843),20373=>array(42,-62,955,843),20374=>array(42,-62,966,852),20375=>array(50,-65,908,829),20376=>array(42,-70,964,829),20377=>array(38,-59,949,847),20378=>array(48,-57,938,845),20379=>array(38,-70,949,844),20380=>array(49,-73,954,843),20381=>array(36,-73,947,839),20382=>array(52,-55,905,847),20383=>array(44,-70,954,844),20384=>array(28,-67,944,832),20385=>array(24,-61,938,835),20386=>array(47,-67,949,828),20387=>array(32,-65,883,833),20388=>array(37,-60,945,832),20389=>array(10,-61,932,834),20390=>array(38,-74,922,831),20391=>array(18,-60,875,832),20392=>array(41,-55,967,848),20393=>array(32,-59,943,833),20394=>array(27,-69,937,834),20395=>array(37,-60,949,843),20396=>array(27,-69,962,834),20397=>array(27,-69,960,834),20398=>array(34,-68,946,839),20399=>array(44,-73,974,835),20400=>array(44,-73,933,835),20401=>array(44,-73,940,826),20402=>array(42,-73,969,827),20403=>array(39,-63,956,853),20404=>array(48,-61,975,852),20405=>array(36,-64,948,840),20406=>array(49,-63,900,836),20407=>array(41,-63,913,830),20408=>array(49,-63,942,836),20409=>array(35,-63,962,835),20410=>array(57,-65,957,843),20411=>array(51,-72,960,828),20412=>array(55,-64,946,830),20413=>array(53,-64,927,843),20414=>array(52,-64,953,843),20415=>array(42,-73,947,834),20416=>array(43,-63,955,842),20417=>array(35,-59,964,840),20418=>array(40,-65,954,845),20419=>array(20,-70,961,840),20420=>array(41,-64,960,840),20421=>array(42,-70,960,840),20422=>array(20,-70,948,840),20423=>array(28,-64,948,840),20424=>array(20,-70,939,840),20425=>array(53,-67,963,840),20426=>array(42,-79,953,849),20427=>array(40,-70,956,840),20428=>array(40,-70,945,840),20429=>array(59,-69,970,832),20430=>array(42,-57,954,829),20431=>array(52,-67,925,836),20432=>array(54,-66,918,847),20433=>array(21,-67,911,842),20434=>array(54,-67,946,845),20435=>array(39,-67,955,839),20436=>array(39,-54,958,841),20437=>array(39,-65,939,841),20438=>array(47,-64,947,841),20439=>array(36,-65,972,839),20440=>array(31,-62,951,832),20441=>array(42,-70,957,844),20442=>array(25,-68,948,836),20443=>array(50,-64,969,841),20444=>array(44,-65,955,850),20445=>array(35,-73,965,832),20446=>array(48,-61,975,852),20447=>array(23,-69,977,846),20448=>array(44,-68,968,840),20449=>array(32,-68,941,825),20450=>array(43,-82,954,844),20451=>array(25,-76,933,819),20452=>array(25,-70,919,842),20453=>array(26,-67,934,839),20454=>array(23,-71,953,832),20455=>array(25,-69,929,826),20456=>array(35,-69,923,823),20457=>array(32,-58,917,834),20458=>array(19,-61,911,829),20459=>array(25,-69,941,830),20460=>array(42,-64,961,850),20461=>array(19,-58,944,836),20462=>array(33,-76,973,844),20463=>array(33,-71,950,831),20464=>array(42,-64,913,850),20465=>array(22,-69,944,835),20466=>array(17,-57,909,852),20467=>array(37,-66,957,842),20468=>array(47,-60,947,840),20469=>array(41,-69,963,838),20470=>array(34,-69,981,835),20471=>array(46,-68,947,825),20472=>array(36,-68,964,843),20473=>array(51,-67,929,836),20474=>array(34,-61,967,841),20475=>array(51,-72,946,836),20476=>array(41,-74,911,844),20477=>array(44,-72,946,848),20478=>array(39,-65,950,853),20479=>array(39,-65,950,857),20480=>array(44,-68,972,831),20481=>array(47,-66,946,849),20482=>array(37,-68,955,835),20483=>array(44,-65,961,837),20484=>array(39,-64,922,844),20485=>array(32,-64,946,835),20486=>array(49,-68,941,846),20487=>array(45,-75,947,834),20488=>array(43,-65,972,836),20489=>array(62,-71,946,855),20490=>array(43,-65,969,831),20491=>array(50,-68,918,838),20492=>array(39,-65,927,854),20493=>array(39,-69,950,835),20494=>array(49,-72,943,838),20495=>array(31,-73,966,846),20496=>array(14,-67,952,848),20497=>array(27,-70,892,841),20498=>array(53,-68,903,839),20499=>array(50,-66,952,843),20500=>array(38,-66,908,831),20501=>array(46,-67,949,832),20502=>array(42,-65,940,844),20503=>array(54,-64,890,834),20504=>array(35,-65,895,836),20505=>array(20,-68,958,843),20506=>array(36,-64,953,842),20507=>array(54,-77,951,834),20508=>array(45,-72,926,840),20509=>array(73,-73,961,833),20510=>array(35,-68,956,832),20511=>array(41,-68,953,838),20512=>array(46,-71,935,825),20513=>array(52,-65,897,833),20514=>array(44,-64,978,839),20515=>array(29,-69,974,847),20516=>array(36,-68,943,837),20517=>array(26,-69,954,834),20518=>array(34,-67,963,835),20519=>array(62,-59,967,839),20520=>array(32,-71,947,841),20521=>array(36,-67,956,847),20522=>array(49,-77,951,821),20523=>array(31,-71,976,855),20524=>array(46,-65,951,836),20525=>array(12,-67,952,842),20526=>array(33,-67,979,843),20527=>array(52,-68,967,830),20528=>array(44,-65,956,834),20529=>array(59,-59,960,836),20530=>array(59,-64,943,836),20531=>array(51,-64,956,831),20532=>array(46,-68,975,835),20533=>array(47,-62,951,830),20534=>array(39,-65,961,838),20535=>array(52,-62,963,832),20536=>array(47,-62,975,848),20537=>array(39,-71,955,841),20538=>array(35,-86,913,827),20539=>array(30,-65,973,835),20540=>array(37,-68,943,834),20541=>array(54,-59,969,875),20542=>array(29,-59,955,828),20543=>array(39,-64,939,841),20544=>array(46,-70,972,839),20545=>array(44,-68,952,836),20546=>array(48,-65,960,850),20547=>array(27,-73,945,841),20548=>array(46,-70,975,837),20549=>array(46,-70,956,837),20550=>array(39,-69,972,840),20551=>array(41,-70,962,835),20552=>array(45,-69,920,825),20553=>array(42,-66,948,844),20554=>array(45,-67,918,835),20555=>array(40,-72,951,841),20556=>array(36,-66,954,847),20557=>array(47,-73,961,833),20558=>array(33,-71,970,844),20559=>array(38,-68,921,837),20560=>array(35,-71,939,836),20561=>array(37,-68,966,832),20562=>array(41,-66,944,842),20563=>array(47,-68,960,841),20564=>array(41,-66,925,842),20565=>array(31,-68,963,840),20566=>array(31,-66,938,842),20567=>array(55,-67,956,843),20568=>array(46,-65,920,829),20569=>array(61,-65,908,839),20570=>array(51,-74,963,835),20571=>array(46,-67,958,836),20572=>array(37,-65,934,834),20573=>array(37,-65,953,845),20574=>array(44,-70,955,833),20575=>array(49,-52,951,852),20576=>array(46,-75,960,834),20577=>array(51,-64,959,841),20578=>array(40,-54,973,848),20579=>array(54,-68,956,845),20580=>array(44,-71,936,828),20581=>array(43,-73,966,834),20582=>array(43,-70,957,834),20583=>array(28,-70,980,834),20584=>array(31,-71,969,834),20585=>array(55,-73,943,838),20586=>array(47,-53,948,839),20587=>array(53,-66,968,839),20588=>array(33,-68,970,846),20589=>array(38,-62,944,837),20590=>array(45,-71,952,830),20591=>array(41,-74,960,843),20592=>array(40,-73,960,835),20593=>array(43,-67,935,840),20594=>array(43,-65,971,833),20595=>array(44,-64,951,839),20596=>array(42,-68,902,834),20597=>array(48,-79,943,836),20598=>array(38,-62,907,836),20599=>array(53,-63,979,862),20600=>array(37,-71,963,824),20601=>array(23,-66,962,840),20602=>array(44,-66,960,840),20603=>array(23,-66,933,830),20604=>array(36,-61,954,839),20605=>array(41,-67,924,835),20606=>array(27,-69,925,834),20607=>array(21,-57,912,834),20608=>array(26,-72,967,841),20609=>array(50,-72,963,832),20610=>array(49,-69,961,837),20611=>array(55,-70,948,837),20612=>array(41,-64,968,840),20613=>array(31,-65,941,838),20614=>array(56,-75,958,838),20615=>array(58,-72,961,833),20616=>array(30,-65,979,838),20617=>array(44,-69,953,827),20618=>array(44,-73,936,827),20619=>array(44,-69,951,827),20620=>array(44,-58,941,848),20621=>array(36,-64,941,833),20622=>array(41,-58,955,848),20623=>array(45,-75,948,843),20624=>array(39,-65,906,841),20625=>array(31,-65,971,847),20626=>array(38,-65,978,837),20627=>array(53,-60,903,842),20628=>array(45,-57,960,850),20629=>array(60,-71,960,830),20630=>array(29,-80,969,851),20631=>array(29,-69,950,843),20632=>array(52,-58,971,847),20633=>array(29,-69,956,835),20634=>array(25,-57,978,832),20635=>array(44,-66,958,840),20636=>array(46,-72,953,839),20637=>array(39,-73,917,829),20638=>array(39,-62,954,853),20639=>array(42,-71,922,844),20640=>array(37,-67,968,844),20641=>array(47,-44,970,844),20642=>array(37,-68,976,854),20643=>array(32,-65,976,845),20644=>array(42,-64,964,836),20645=>array(28,-64,934,829),20646=>array(28,-72,943,823),20647=>array(30,-66,938,841),20648=>array(28,-63,922,833),20649=>array(27,-61,924,828),20650=>array(27,-76,967,847),20651=>array(34,-70,943,830),20652=>array(30,-60,936,840),20653=>array(34,-68,957,840),20654=>array(44,-66,954,843),20655=>array(44,-64,969,838),20656=>array(38,-71,903,840),20657=>array(40,-74,973,835),20658=>array(32,-67,958,835),20659=>array(35,-70,951,836),20660=>array(35,-65,948,838),20661=>array(41,-72,963,833),20662=>array(46,-74,967,838),20663=>array(31,-67,953,839),20664=>array(42,-80,961,837),20665=>array(39,-65,952,847),20666=>array(29,-65,958,841),20667=>array(28,-66,961,841),20668=>array(33,-66,948,841),20669=>array(44,-71,954,847),20670=>array(35,-67,962,831),20671=>array(39,-70,949,834),20672=>array(29,-72,949,859),20673=>array(47,-62,965,839),20674=>array(30,-72,950,835),20675=>array(26,-65,907,832),20676=>array(46,-65,955,834),20677=>array(33,-70,944,840),20678=>array(17,-61,965,840),20679=>array(36,-57,974,844),20680=>array(41,-81,960,832),20681=>array(37,-66,979,847),20682=>array(41,-64,958,840),20683=>array(46,-80,970,847),20684=>array(25,-71,968,847),20685=>array(43,-66,925,832),20686=>array(37,-58,950,843),20687=>array(40,-62,963,840),20688=>array(45,-66,909,844),20689=>array(35,-66,965,832),20690=>array(47,-65,952,843),20691=>array(55,-79,959,840),20692=>array(46,-67,949,843),20693=>array(48,-64,963,835),20694=>array(39,-68,951,834),20695=>array(52,-71,934,831),20696=>array(23,-67,985,844),20697=>array(44,-70,969,835),20698=>array(41,-64,983,842),20699=>array(38,-74,963,839),20700=>array(55,-45,963,829),20701=>array(55,-70,962,826),20702=>array(33,-65,930,839),20703=>array(38,-56,946,835),20704=>array(62,-70,965,828),20705=>array(53,-52,962,836),20706=>array(43,-67,947,833),20707=>array(34,-64,968,836),20708=>array(68,-67,967,835),20709=>array(38,-67,962,837),20710=>array(35,-64,967,851),20711=>array(39,-60,907,843),20712=>array(39,-72,968,841),20713=>array(52,-52,911,840),20714=>array(54,-64,918,833),20715=>array(52,-52,962,840),20716=>array(34,-68,967,842),20717=>array(24,-65,972,838),20718=>array(29,-71,953,832),20719=>array(57,-72,974,833),20720=>array(47,-63,963,835),20721=>array(30,-62,952,847),20722=>array(25,-75,948,832),20723=>array(20,-69,965,839),20724=>array(52,-52,911,840),20725=>array(45,-61,956,838),20726=>array(43,-70,982,832),20727=>array(45,-72,955,847),20728=>array(30,-70,972,834),20729=>array(28,-71,949,826),20730=>array(47,-70,959,828),20731=>array(35,-65,958,847),20732=>array(47,-66,951,833),20733=>array(37,-68,988,830),20734=>array(41,-57,972,858),20735=>array(34,-70,979,834),20736=>array(39,-68,963,845),20737=>array(39,-74,942,844),20738=>array(36,-76,977,843),20739=>array(44,-70,960,838),20740=>array(36,-67,960,840),20741=>array(53,-68,915,836),20742=>array(26,-66,978,841),20743=>array(50,-66,979,837),20744=>array(34,-61,968,863),20745=>array(38,-69,965,851),20746=>array(34,-72,978,836),20747=>array(20,-72,942,839),20748=>array(28,-58,963,850),20749=>array(39,-56,965,853),20750=>array(42,-65,964,836),20751=>array(38,-67,968,845),20752=>array(28,-68,964,854),20753=>array(47,-79,962,825),20754=>array(36,-60,956,839),20755=>array(52,-67,964,829),20756=>array(32,-65,953,838),20757=>array(41,-71,963,837),20758=>array(51,-65,942,843),20759=>array(30,-64,969,839),20760=>array(31,-64,964,845),20761=>array(31,-64,960,845),20762=>array(37,-59,938,838),20763=>array(39,-67,943,842),20764=>array(39,-67,948,841),20765=>array(50,-65,937,856),20766=>array(37,-75,951,837),20767=>array(28,-73,961,842),20768=>array(47,-71,954,836),20769=>array(54,-68,923,826),20770=>array(46,-70,964,829),20771=>array(64,-74,959,846),20772=>array(49,-68,965,830),20773=>array(47,-79,940,835),20774=>array(42,-76,963,841),20775=>array(37,-77,963,838),20776=>array(39,-80,947,838),20777=>array(49,-75,934,838),20778=>array(30,-73,954,835),20779=>array(40,-73,957,840),20780=>array(5,-73,996,835),20781=>array(35,-73,972,830),20782=>array(36,-66,952,836),20783=>array(26,-64,963,846),20784=>array(44,-75,951,834),20785=>array(28,-66,967,845),20786=>array(40,-68,946,838),20787=>array(41,-66,969,844),20788=>array(33,-69,979,844),20789=>array(32,-68,971,843),20790=>array(33,-67,940,848),20791=>array(36,-69,968,841),20792=>array(44,-55,950,840),20793=>array(30,-72,954,840),20794=>array(29,-69,955,839),20795=>array(27,-68,973,848),20796=>array(34,-70,971,832),20797=>array(47,-72,935,832),20798=>array(36,-71,964,839),20799=>array(39,-81,955,815),20800=>array(46,-64,942,754),20801=>array(82,-59,936,842),20802=>array(40,-65,963,824),20803=>array(76,-67,939,767),20804=>array(85,-65,932,776),20805=>array(64,-68,951,822),20806=>array(73,-64,933,832),20807=>array(40,-60,953,836),20808=>array(89,-67,934,839),20809=>array(66,-63,930,832),20810=>array(49,-68,949,835),20811=>array(60,-67,937,832),20812=>array(51,-60,953,812),20813=>array(52,-70,948,840),20814=>array(68,-60,959,831),20815=>array(37,-66,956,794),20816=>array(52,-66,929,737),20817=>array(67,-64,941,848),20818=>array(88,-62,927,833),20819=>array(36,-64,970,794),20820=>array(63,-67,950,842),20821=>array(41,-65,962,780),20822=>array(58,-67,956,848),20823=>array(42,-62,959,834),20824=>array(30,-50,960,823),20825=>array(29,-80,961,845),20826=>array(52,-64,948,828),20827=>array(30,-79,955,845),20828=>array(52,-66,948,844),20829=>array(29,-80,954,846),20830=>array(28,-81,977,844),20831=>array(41,-68,956,830),20832=>array(36,-66,962,845),20833=>array(27,-79,953,845),20834=>array(32,-71,958,830),20835=>array(34,-81,965,845),20836=>array(28,-79,958,844),20837=>array(85,-38,933,769),20838=>array(143,-12,903,787),20839=>array(127,-69,877,786),20840=>array(40,-23,935,803),20841=>array(60,-68,953,783),20842=>array(35,-66,965,822),20843=>array(44,-36,949,791),20844=>array(51,-54,956,804),20845=>array(62,-29,946,810),20846=>array(46,-60,954,816),20847=>array(118,-57,799,812),20848=>array(65,-27,915,796),20849=>array(75,-70,925,829),20850=>array(90,-57,931,809),20851=>array(38,-62,919,831),20852=>array(47,-51,915,809),20853=>array(53,-66,958,817),20854=>array(63,-65,936,832),20855=>array(63,-64,942,789),20856=>array(52,-71,943,833),20857=>array(63,-47,912,831),20858=>array(46,-54,951,829),20859=>array(33,-67,951,839),20860=>array(50,-62,959,841),20861=>array(65,-63,917,836),20862=>array(65,-61,935,837),20863=>array(79,-56,952,830),20864=>array(57,-74,929,834),20865=>array(50,-67,969,814),20866=>array(131,-66,869,766),20867=>array(136,-69,864,795),20868=>array(52,-66,942,800),20869=>array(131,-64,865,824),20870=>array(151,-51,849,781),20871=>array(70,-62,934,849),20872=>array(107,-61,856,789),20873=>array(53,-67,947,839),20874=>array(52,-66,948,788),20875=>array(131,-65,887,779),20876=>array(47,-79,958,786),20877=>array(67,-61,954,791),20878=>array(117,-55,879,800),20879=>array(122,-65,878,783),20880=>array(189,-50,851,788),20881=>array(189,-60,851,834),20882=>array(131,-65,869,810),20883=>array(60,-65,954,833),20884=>array(101,-60,941,809),20885=>array(43,-61,951,809),20886=>array(94,353,906,541),20887=>array(56,-67,945,762),20888=>array(44,-73,949,825),20889=>array(65,-58,939,786),20890=>array(108,-67,891,772),20891=>array(58,-59,909,780),20892=>array(42,-70,959,828),20893=>array(51,-59,953,799),20894=>array(50,-65,961,782),20895=>array(81,-38,940,806),20896=>array(51,-67,957,787),20897=>array(75,-50,951,763),20898=>array(60,-67,965,783),20899=>array(76,-53,945,790),20900=>array(54,-60,952,795),20901=>array(67,-70,933,793),20902=>array(43,-60,959,785),20903=>array(28,-66,986,783),20904=>array(99,-55,908,785),20905=>array(82,-66,910,802),20906=>array(60,-67,965,785),20907=>array(338,-28,574,766),20908=>array(67,-72,958,855),20909=>array(61,-72,957,840),20910=>array(40,-57,940,717),20911=>array(52,-48,888,781),20912=>array(48,-65,966,837),20913=>array(53,-22,951,769),20914=>array(44,-61,897,833),20915=>array(55,-66,972,836),20916=>array(65,-63,936,793),20917=>array(38,-72,933,758),20918=>array(63,-62,954,834),20919=>array(54,-71,966,849),20920=>array(49,-62,954,835),20921=>array(58,-71,956,839),20922=>array(58,-61,939,786),20923=>array(52,-60,948,832),20924=>array(55,-66,957,827),20925=>array(48,-67,893,830),20926=>array(48,-62,970,843),20927=>array(31,-62,959,841),20928=>array(58,-61,922,839),20929=>array(58,-65,948,835),20930=>array(64,-71,955,840),20931=>array(48,-68,975,843),20932=>array(44,-70,936,835),20933=>array(59,-49,895,788),20934=>array(57,-65,950,835),20935=>array(39,-60,943,830),20936=>array(55,-67,950,822),20937=>array(63,-63,961,830),20938=>array(49,-50,955,854),20939=>array(33,-74,878,781),20940=>array(41,-70,959,831),20941=>array(48,-58,965,839),20942=>array(57,-38,962,817),20943=>array(38,-80,939,834),20944=>array(60,-27,954,787),20945=>array(42,-67,959,834),20946=>array(42,-58,927,835),20947=>array(54,-62,978,791),20948=>array(46,-52,974,866),20949=>array(54,-70,946,788),20950=>array(54,-64,950,841),20951=>array(39,-69,951,825),20952=>array(39,-53,951,851),20953=>array(32,-59,956,797),20954=>array(59,-68,955,831),20955=>array(43,-64,930,832),20956=>array(55,-65,973,833),20957=>array(16,-70,972,819),20958=>array(46,-73,951,818),20959=>array(37,-70,962,837),20960=>array(34,-65,961,774),20961=>array(72,-71,935,767),20962=>array(72,-71,935,831),20963=>array(72,-71,935,801),20964=>array(34,-65,939,791),20965=>array(52,-74,949,778),20966=>array(18,-67,935,818),20967=>array(47,-65,953,791),20968=>array(34,-65,939,791),20969=>array(38,-61,961,791),20970=>array(34,-65,939,791),20971=>array(48,-58,958,842),20972=>array(34,-65,939,791),20973=>array(32,-60,966,837),20974=>array(34,-65,939,791),20975=>array(72,-65,972,826),20976=>array(63,-66,963,792),20977=>array(62,-67,954,836),20978=>array(63,-66,963,792),20979=>array(59,-74,954,839),20980=>array(39,-56,952,800),20981=>array(112,-72,888,808),20982=>array(130,-44,870,775),20983=>array(128,-64,872,798),20984=>array(143,-66,894,778),20985=>array(126,-38,874,775),20986=>array(144,-65,868,838),20987=>array(75,-67,925,826),20988=>array(111,-66,889,819),20989=>array(81,-61,919,799),20990=>array(102,-52,898,803),20991=>array(75,-64,925,828),20992=>array(85,-34,856,760),20993=>array(80,-50,868,782),20994=>array(364,-64,619,827),20995=>array(46,-54,877,761),20996=>array(53,-35,947,751),20997=>array(70,-69,917,751),20998=>array(65,-69,936,779),20999=>array(44,-73,897,797),21000=>array(77,-64,899,817),21001=>array(55,-77,905,826),21002=>array(71,-62,893,831),21003=>array(56,-63,893,831),21004=>array(72,-66,908,836),21005=>array(77,-43,851,828),21006=>array(71,-62,893,839),21007=>array(62,-63,913,840),21008=>array(53,-66,910,821),21009=>array(59,-70,899,829),21010=>array(45,-64,897,835),21011=>array(41,-69,907,826),21012=>array(95,-66,914,836),21013=>array(36,-66,947,806),21014=>array(60,-69,913,826),21015=>array(83,-76,901,832),21016=>array(29,-57,884,841),21017=>array(30,-66,883,823),21018=>array(90,-60,873,830),21019=>array(43,-61,893,837),21020=>array(57,-64,912,832),21021=>array(32,-73,900,822),21022=>array(56,-59,900,833),21023=>array(78,-70,893,831),21024=>array(27,-75,885,820),21025=>array(100,-67,901,828),21026=>array(49,-61,907,835),21027=>array(67,-65,878,831),21028=>array(58,-70,898,832),21029=>array(54,-68,899,825),21030=>array(72,-65,873,831),21031=>array(58,-64,906,831),21032=>array(55,-64,911,841),21033=>array(57,-67,920,826),21034=>array(63,-68,906,830),21035=>array(70,-70,883,821),21036=>array(44,-63,897,841),21037=>array(21,-60,875,827),21038=>array(77,-69,898,831),21039=>array(53,-64,900,823),21040=>array(65,-65,905,826),21041=>array(47,-69,973,825),21042=>array(64,-64,914,828),21043=>array(42,-65,905,831),21044=>array(44,-68,898,826),21045=>array(54,-61,894,833),21046=>array(77,-68,914,836),21047=>array(59,-68,898,830),21048=>array(69,-55,952,837),21049=>array(41,-63,892,837),21050=>array(71,-65,906,831),21051=>array(56,-63,902,829),21052=>array(62,-54,927,831),21053=>array(30,-57,881,837),21054=>array(42,-62,898,825),21055=>array(35,-68,882,823),21056=>array(79,-63,874,826),21057=>array(60,-62,919,831),21058=>array(28,-68,882,830),21059=>array(41,-64,897,845),21060=>array(67,-65,918,831),21061=>array(50,-69,895,829),21062=>array(138,-69,899,829),21063=>array(67,-70,897,830),21064=>array(119,-66,879,825),21065=>array(53,-63,900,834),21066=>array(80,-63,894,833),21067=>array(35,-63,965,836),21068=>array(63,-66,914,835),21069=>array(76,-60,924,850),21070=>array(79,-70,907,841),21071=>array(33,-69,971,839),21072=>array(88,-63,875,830),21073=>array(28,-65,883,838),21074=>array(77,-62,910,829),21075=>array(44,-59,924,814),21076=>array(60,-71,906,829),21077=>array(50,-57,912,845),21078=>array(63,-65,896,833),21079=>array(110,-69,891,830),21080=>array(88,-68,874,830),21081=>array(35,-62,958,830),21082=>array(46,-58,893,836),21083=>array(103,-67,898,829),21084=>array(52,-73,918,851),21085=>array(71,-62,893,848),21086=>array(82,-65,920,836),21087=>array(66,-73,913,823),21088=>array(55,-71,877,844),21089=>array(62,-67,943,835),21090=>array(73,-68,924,823),21091=>array(35,-65,907,844),21092=>array(52,-66,906,826),21093=>array(54,-48,879,836),21094=>array(32,-63,900,840),21095=>array(21,-62,880,833),21096=>array(39,-66,922,834),21097=>array(36,-67,910,834),21098=>array(70,-64,927,842),21099=>array(55,-75,917,835),21100=>array(71,-69,917,833),21101=>array(55,-70,921,821),21102=>array(111,-64,896,829),21103=>array(74,-70,914,829),21104=>array(46,-65,918,828),21105=>array(37,-70,971,837),21106=>array(59,-58,914,833),21107=>array(36,-56,894,804),21108=>array(68,-64,914,835),21109=>array(46,-72,901,842),21110=>array(46,-64,911,838),21111=>array(43,-67,905,848),21112=>array(54,-55,903,845),21113=>array(42,-65,920,824),21114=>array(33,-76,968,833),21115=>array(42,-70,904,831),21116=>array(32,-71,905,852),21117=>array(53,-62,924,829),21118=>array(112,-59,890,829),21119=>array(50,-62,900,846),21120=>array(37,-67,904,819),21121=>array(37,-68,894,835),21122=>array(52,-70,923,829),21123=>array(50,-63,921,830),21124=>array(40,-54,911,835),21125=>array(57,-63,910,823),21126=>array(26,-63,912,844),21127=>array(40,-67,910,835),21128=>array(53,-63,947,840),21129=>array(44,-64,911,837),21130=>array(45,-71,917,854),21131=>array(38,-71,906,823),21132=>array(44,-65,928,836),21133=>array(47,-69,897,848),21134=>array(47,-68,886,848),21135=>array(91,-64,883,842),21136=>array(44,-66,903,825),21137=>array(53,-73,915,827),21138=>array(41,-71,919,843),21139=>array(61,-64,919,861),21140=>array(39,-75,973,840),21141=>array(36,-68,908,825),21142=>array(34,-61,905,852),21143=>array(58,-73,913,830),21144=>array(43,-62,899,860),21145=>array(67,-70,921,841),21146=>array(46,-50,909,848),21147=>array(70,-56,863,824),21148=>array(45,-65,958,825),21149=>array(35,-70,895,820),21150=>array(64,-59,931,838),21151=>array(73,-76,892,823),21152=>array(58,-76,913,831),21153=>array(35,-69,958,829),21154=>array(30,-63,900,824),21155=>array(67,-63,942,838),21156=>array(40,-63,946,839),21157=>array(46,-65,895,846),21158=>array(36,-69,946,844),21159=>array(73,-71,896,824),21160=>array(55,-60,887,832),21161=>array(53,-67,926,833),21162=>array(67,-70,939,822),21163=>array(63,-75,918,823),21164=>array(42,-68,904,844),21165=>array(64,-63,915,830),21166=>array(60,-64,927,836),21167=>array(47,-67,946,834),21168=>array(99,-59,888,833),21169=>array(30,-58,901,831),21170=>array(25,-59,888,833),21171=>array(59,-61,915,830),21172=>array(59,-61,896,841),21173=>array(35,-73,957,827),21174=>array(14,-57,904,822),21175=>array(80,-72,909,842),21176=>array(62,-49,922,831),21177=>array(68,-65,927,832),21178=>array(90,-77,924,824),21179=>array(96,-73,917,828),21180=>array(57,-62,915,839),21181=>array(89,-57,869,792),21182=>array(53,-63,926,830),21183=>array(58,-57,951,833),21184=>array(40,-69,951,846),21185=>array(55,-70,916,829),21186=>array(76,-55,928,839),21187=>array(103,-75,904,831),21188=>array(62,-77,904,839),21189=>array(32,-68,904,836),21190=>array(113,-75,915,843),21191=>array(45,-70,875,809),21192=>array(95,-68,890,830),21193=>array(38,-60,965,835),21194=>array(35,-63,965,836),21195=>array(30,-65,890,830),21196=>array(49,-62,914,850),21197=>array(43,-72,909,826),21198=>array(105,-59,939,832),21199=>array(103,-77,914,840),21200=>array(48,-77,914,822),21201=>array(54,-65,916,836),21202=>array(72,-65,917,829),21203=>array(88,-70,916,828),21204=>array(65,-77,905,832),21205=>array(58,-68,914,832),21206=>array(77,-76,953,839),21207=>array(48,-67,918,811),21208=>array(54,-71,914,827),21209=>array(37,-71,971,844),21210=>array(56,-76,922,827),21211=>array(51,-76,952,838),21212=>array(48,-75,926,832),21213=>array(41,-76,957,839),21214=>array(52,-73,919,832),21215=>array(58,-61,967,837),21216=>array(43,-72,926,827),21217=>array(67,-68,921,832),21218=>array(49,-68,957,829),21219=>array(58,-66,916,837),21220=>array(44,-68,929,827),21221=>array(49,-55,949,819),21222=>array(37,-76,918,842),21223=>array(37,-61,920,841),21224=>array(53,-69,912,842),21225=>array(53,-58,899,850),21226=>array(31,-68,940,842),21227=>array(28,-69,910,822),21228=>array(27,-69,934,840),21229=>array(52,-73,918,849),21230=>array(26,-73,931,835),21231=>array(54,-78,921,844),21232=>array(35,-66,966,834),21233=>array(54,-67,924,830),21234=>array(54,-72,928,833),21235=>array(45,-76,918,839),21236=>array(46,-73,928,825),21237=>array(27,-76,929,825),21238=>array(44,-45,949,840),21239=>array(54,-61,919,844),21240=>array(38,-76,920,838),21241=>array(30,-69,875,826),21242=>array(82,-62,896,850),21243=>array(93,-59,894,838),21244=>array(61,-63,903,826),21245=>array(82,-62,900,839),21246=>array(56,-55,898,829),21247=>array(71,-44,895,852),21248=>array(84,-59,930,838),21249=>array(38,-59,928,838),21250=>array(55,-59,912,844),21251=>array(55,-59,912,844),21252=>array(55,-59,912,844),21253=>array(48,-33,955,838),21254=>array(64,-58,902,842),21255=>array(63,-59,912,839),21256=>array(55,-59,912,844),21257=>array(57,-66,886,837),21258=>array(57,-59,911,845),21259=>array(68,-60,938,841),21260=>array(68,-60,938,841),21261=>array(74,-63,922,843),21262=>array(58,-70,918,829),21263=>array(42,-65,964,834),21264=>array(59,-65,915,845),21265=>array(48,-63,914,840),21266=>array(48,-68,902,843),21267=>array(52,-68,909,843),21268=>array(48,-63,916,840),21269=>array(304,-45,928,803),21270=>array(48,-57,950,836),21271=>array(45,-50,948,792),21272=>array(99,-53,921,804),21273=>array(56,-78,970,811),21274=>array(133,-71,930,795),21275=>array(93,-26,894,768),21276=>array(99,-21,926,788),21277=>array(92,-70,923,831),21278=>array(93,-26,894,768),21279=>array(96,-23,920,794),21280=>array(128,-48,921,790),21281=>array(121,-70,921,791),21282=>array(115,-32,942,778),21283=>array(133,-71,930,795),21284=>array(113,-76,930,811),21285=>array(112,-32,912,791),21286=>array(112,-32,959,796),21287=>array(114,-32,916,796),21288=>array(112,-32,922,796),21289=>array(101,-28,918,785),21290=>array(114,-69,931,789),21291=>array(115,-32,942,778),21292=>array(87,-29,950,789),21293=>array(85,-26,941,792),21294=>array(112,-32,922,796),21295=>array(129,-71,930,795),21296=>array(136,-23,951,787),21297=>array(117,-72,953,814),21298=>array(117,-26,945,804),21299=>array(133,-71,946,795),21300=>array(118,-29,954,780),21301=>array(85,-26,932,804),21302=>array(136,-59,951,795),21303=>array(92,-31,938,784),21304=>array(76,-5,924,762),21305=>array(134,-71,933,742),21306=>array(133,-57,933,784),21307=>array(103,-56,927,791),21308=>array(77,-26,934,797),21309=>array(69,-30,942,787),21310=>array(71,-30,950,796),21311=>array(118,-68,939,800),21312=>array(133,-71,930,795),21313=>array(105,-70,902,838),21314=>array(64,-37,962,786),21315=>array(113,-68,906,830),21316=>array(67,-44,933,821),21317=>array(46,-68,948,819),21318=>array(55,-64,950,833),21319=>array(80,-71,930,827),21320=>array(90,-68,918,834),21321=>array(55,-69,941,829),21322=>array(76,-67,909,824),21323=>array(69,-63,931,827),21324=>array(63,-59,937,825),21325=>array(91,-26,909,787),21326=>array(28,-57,918,831),21327=>array(51,-62,948,834),21328=>array(94,-26,911,787),21329=>array(64,-67,936,846),21330=>array(82,-67,918,837),21331=>array(65,-68,935,826),21332=>array(63,-70,924,835),21333=>array(54,-58,926,841),21334=>array(49,-65,923,832),21335=>array(68,-72,942,830),21336=>array(64,-62,936,854),21337=>array(58,-49,939,830),21338=>array(53,-71,949,835),21339=>array(53,-46,942,813),21340=>array(403,-65,899,825),21341=>array(73,-26,924,790),21342=>array(74,-62,926,819),21343=>array(107,-63,947,828),21344=>array(184,-70,903,832),21345=>array(77,-68,927,828),21346=>array(39,-58,916,829),21347=>array(113,-65,903,833),21348=>array(136,-66,911,826),21349=>array(136,-66,911,826),21350=>array(37,-68,957,827),21351=>array(111,-62,954,818),21352=>array(96,-67,902,836),21353=>array(303,-69,717,781),21354=>array(291,-69,743,781),21355=>array(63,-5,913,747),21356=>array(104,-69,892,832),21357=>array(53,-69,890,746),21358=>array(59,-65,933,835),21359=>array(50,-62,903,839),21360=>array(148,-64,883,835),21361=>array(62,-67,928,836),21362=>array(52,-55,916,799),21363=>array(55,-67,896,786),21364=>array(49,-60,888,826),21365=>array(59,-71,883,815),21366=>array(29,-70,893,836),21367=>array(31,-45,959,834),21368=>array(73,-63,898,846),21369=>array(39,-54,907,861),21370=>array(26,-27,947,783),21371=>array(47,-68,910,837),21372=>array(51,-71,962,832),21373=>array(140,-73,894,827),21374=>array(88,-63,894,788),21375=>array(41,-70,920,834),21376=>array(54,-60,907,829),21377=>array(39,-63,951,835),21378=>array(38,-64,922,791),21379=>array(62,-67,900,836),21380=>array(50,-64,942,777),21381=>array(38,-67,904,774),21382=>array(39,-57,911,786),21383=>array(40,-57,941,789),21384=>array(38,-68,914,792),21385=>array(36,-56,911,781),21386=>array(51,-75,933,775),21387=>array(37,-63,913,771),21388=>array(37,-62,926,778),21389=>array(35,-72,922,775),21390=>array(44,-68,937,796),21391=>array(56,-68,936,777),21392=>array(34,-64,957,788),21393=>array(29,-64,942,788),21394=>array(52,-64,934,779),21395=>array(40,-57,926,798),21396=>array(35,-62,948,793),21397=>array(17,-73,896,786),21398=>array(27,-67,957,788),21399=>array(73,-65,957,780),21400=>array(45,-74,932,779),21401=>array(49,-70,956,795),21402=>array(50,-65,940,809),21403=>array(34,-64,950,788),21404=>array(46,-72,959,782),21405=>array(50,-68,943,780),21406=>array(57,-73,932,764),21407=>array(59,-65,932,787),21408=>array(39,-63,942,788),21409=>array(50,-101,916,782),21410=>array(18,-69,925,785),21411=>array(35,-73,938,765),21412=>array(39,-64,974,792),21413=>array(39,-67,962,793),21414=>array(42,-75,938,816),21415=>array(43,-81,951,786),21416=>array(20,-62,909,785),21417=>array(37,-63,961,802),21418=>array(24,-47,929,811),21419=>array(46,-60,948,795),21420=>array(48,-69,966,784),21421=>array(39,-71,963,785),21422=>array(23,-71,930,791),21423=>array(39,-65,958,791),21424=>array(46,-71,951,783),21425=>array(46,-71,948,783),21426=>array(51,-71,939,784),21427=>array(34,-79,894,835),21428=>array(47,-71,947,798),21429=>array(27,-45,882,821),21430=>array(117,11,903,746),21431=>array(56,-20,928,843),21432=>array(61,-25,941,767),21433=>array(57,-65,949,829),21434=>array(56,-59,933,843),21435=>array(79,-56,931,832),21436=>array(61,-64,932,816),21437=>array(67,-44,905,806),21438=>array(97,-60,971,791),21439=>array(61,-72,913,786),21440=>array(133,-48,955,823),21441=>array(38,-32,962,838),21442=>array(18,-74,970,848),21443=>array(30,-88,968,844),21444=>array(30,-15,968,852),21445=>array(30,-61,968,852),21446=>array(68,-66,977,836),21447=>array(38,-68,961,829),21448=>array(94,-34,920,754),21449=>array(63,-50,948,773),21450=>array(36,-64,945,767),21451=>array(63,-61,939,843),21452=>array(37,-67,955,770),21453=>array(51,-71,942,790),21454=>array(53,-50,962,816),21455=>array(58,-38,930,828),21456=>array(38,-62,940,827),21457=>array(38,-60,940,828),21458=>array(52,-57,944,801),21459=>array(58,-68,930,812),21460=>array(50,-64,963,833),21461=>array(48,-50,944,815),21462=>array(43,-70,960,780),21463=>array(64,-68,936,829),21464=>array(38,-59,934,833),21465=>array(16,-63,942,836),21466=>array(141,-75,963,781),21467=>array(52,-75,966,834),21468=>array(48,-57,961,839),21469=>array(54,-51,962,811),21470=>array(19,-61,953,785),21471=>array(31,-67,969,829),21472=>array(55,-29,954,806),21473=>array(34,-70,971,833),21474=>array(52,-71,945,829),21475=>array(184,5,818,695),21476=>array(83,-71,911,823),21477=>array(65,-51,902,840),21478=>array(78,-70,859,780),21479=>array(78,-70,859,780),21480=>array(124,-76,895,755),21481=>array(120,-65,894,766),21482=>array(58,-40,928,772),21483=>array(113,-64,929,831),21484=>array(76,-70,861,789),21485=>array(95,-65,952,781),21486=>array(98,-66,929,766),21487=>array(98,-64,926,769),21488=>array(124,-51,904,840),21489=>array(116,-25,946,810),21490=>array(63,-65,953,835),21491=>array(69,-62,917,837),21492=>array(43,-47,949,829),21493=>array(121,-13,896,782),21494=>array(90,-53,934,843),21495=>array(65,-59,935,804),21496=>array(111,-63,886,790),21497=>array(98,-70,937,763),21498=>array(107,-42,973,770),21499=>array(132,-65,899,831),21500=>array(116,-54,896,762),21501=>array(99,-66,930,768),21502=>array(135,-57,851,798),21503=>array(93,-37,950,788),21504=>array(98,-40,930,817),21505=>array(98,-67,930,776),21506=>array(102,-65,914,847),21507=>array(98,-26,932,835),21508=>array(57,-65,951,836),21509=>array(106,-56,894,783),21510=>array(96,-63,933,830),21511=>array(98,-67,945,780),21512=>array(40,-73,956,859),21513=>array(64,-72,900,823),21514=>array(157,-70,867,775),21515=>array(104,-61,933,832),21516=>array(118,-75,882,787),21517=>array(56,-67,829,836),21518=>array(44,-64,926,844),21519=>array(71,-76,947,824),21520=>array(99,-19,939,825),21521=>array(133,-75,867,831),21522=>array(72,-32,957,837),21523=>array(104,-65,932,775),21524=>array(104,-23,948,836),21525=>array(162,-70,821,770),21526=>array(104,-64,939,835),21527=>array(99,-58,900,789),21528=>array(97,-68,941,840),21529=>array(103,-72,946,833),21530=>array(103,-75,925,774),21531=>array(46,-70,947,783),21532=>array(95,-39,941,769),21533=>array(52,-66,958,822),21534=>array(53,-72,959,773),21535=>array(90,-71,945,854),21536=>array(92,-69,942,827),21537=>array(83,-49,946,816),21538=>array(58,-50,927,799),21539=>array(102,-6,928,805),21540=>array(108,-69,951,836),21541=>array(112,-71,934,780),21542=>array(48,-70,947,775),21543=>array(95,-29,935,779),21544=>array(86,-41,933,824),21545=>array(95,-62,955,806),21546=>array(91,-50,945,851),21547=>array(37,-65,966,858),21548=>array(104,-58,936,863),21549=>array(100,-68,970,824),21550=>array(99,-73,955,838),21551=>array(47,-58,848,857),21552=>array(97,-67,947,838),21553=>array(95,-70,944,835),21554=>array(96,-76,866,819),21555=>array(72,-67,940,787),21556=>array(43,-72,937,783),21557=>array(99,-74,958,827),21558=>array(106,-68,897,793),21559=>array(94,-74,952,831),21560=>array(98,-68,955,788),21561=>array(109,-70,949,836),21562=>array(116,-71,967,782),21563=>array(102,-72,903,834),21564=>array(89,-68,937,825),21565=>array(99,-51,945,844),21566=>array(70,-72,942,782),21567=>array(67,-67,917,832),21568=>array(98,-65,940,787),21569=>array(106,-62,903,827),21570=>array(180,-77,840,772),21571=>array(87,-69,942,789),21572=>array(74,-61,942,783),21573=>array(96,-74,966,833),21574=>array(51,-68,964,774),21575=>array(69,-66,934,819),21576=>array(77,-17,910,773),21577=>array(53,-71,944,787),21578=>array(67,-67,917,832),21579=>array(96,-69,943,829),21580=>array(116,-55,943,842),21581=>array(111,-51,956,743),21582=>array(116,-66,978,790),21583=>array(97,-66,939,835),21584=>array(101,-60,880,825),21585=>array(53,-72,959,830),21586=>array(100,-68,925,765),21587=>array(100,-26,932,824),21588=>array(79,-68,934,832),21589=>array(94,-7,928,767),21590=>array(91,-70,910,765),21591=>array(99,-74,926,764),21592=>array(84,-81,880,780),21593=>array(157,-68,837,760),21594=>array(111,-68,957,838),21595=>array(111,-31,968,831),21596=>array(101,-62,905,831),21597=>array(93,-64,951,841),21598=>array(97,-63,871,790),21599=>array(110,-65,961,819),21600=>array(97,-70,955,826),21601=>array(95,-70,949,786),21602=>array(100,-71,929,784),21603=>array(93,-63,942,777),21604=>array(89,-83,949,856),21605=>array(98,-60,943,841),21606=>array(98,-74,911,828),21607=>array(94,-63,945,831),21608=>array(39,-67,882,780),21609=>array(109,-54,953,751),21610=>array(109,-60,950,760),21611=>array(109,-60,942,845),21612=>array(108,-65,905,767),21613=>array(98,-14,928,831),21614=>array(108,-66,960,771),21615=>array(99,-67,942,787),21616=>array(84,-68,937,836),21617=>array(90,-68,970,830),21618=>array(102,-60,957,820),21619=>array(90,-65,942,830),21620=>array(108,-68,909,833),21621=>array(98,-65,930,785),21622=>array(79,-71,949,828),21623=>array(115,-62,893,786),21624=>array(94,-20,932,769),21625=>array(95,-49,969,830),21626=>array(106,-60,952,794),21627=>array(105,-67,900,835),21628=>array(98,-67,931,825),21629=>array(33,-73,971,862),21630=>array(104,-28,950,783),21631=>array(95,-61,953,841),21632=>array(94,-31,933,787),21633=>array(122,-66,951,828),21634=>array(89,-21,940,783),21635=>array(83,-34,962,834),21636=>array(115,-70,900,826),21637=>array(81,-68,898,833),21638=>array(107,-36,960,833),21639=>array(104,-28,950,802),21640=>array(89,-59,914,836),21641=>array(89,-74,968,824),21642=>array(89,-34,964,818),21643=>array(108,-70,943,840),21644=>array(53,-70,894,821),21645=>array(111,-65,954,840),21646=>array(39,-68,961,833),21647=>array(79,-63,943,848),21648=>array(90,-70,941,833),21649=>array(89,-51,935,842),21650=>array(54,-75,937,777),21651=>array(97,-34,941,773),21652=>array(97,-70,936,829),21653=>array(91,-67,923,828),21654=>array(104,-64,898,832),21655=>array(94,-3,951,830),21656=>array(97,-67,941,832),21657=>array(100,-59,932,830),21658=>array(86,-80,951,847),21659=>array(102,-68,893,836),21660=>array(102,-42,928,817),21661=>array(90,-7,914,809),21662=>array(98,-67,937,775),21663=>array(102,-64,891,730),21664=>array(51,-65,947,784),21665=>array(103,-50,956,800),21666=>array(61,-53,939,806),21667=>array(99,-68,933,811),21668=>array(80,-42,921,819),21669=>array(106,-30,956,782),21670=>array(90,-71,954,835),21671=>array(106,-67,892,829),21672=>array(64,-74,954,840),21673=>array(96,-64,931,840),21674=>array(82,-65,967,824),21675=>array(35,-71,974,779),21676=>array(98,-72,961,830),21677=>array(91,-65,926,828),21678=>array(107,-70,963,824),21679=>array(90,-65,948,848),21680=>array(117,-71,901,818),21681=>array(119,-70,883,841),21682=>array(119,-73,970,836),21683=>array(88,-60,949,824),21684=>array(100,-67,943,824),21685=>array(84,-63,963,854),21686=>array(110,-68,947,827),21687=>array(88,-62,944,842),21688=>array(58,-66,959,838),21689=>array(91,-51,908,828),21690=>array(91,-23,936,778),21691=>array(88,-63,943,835),21692=>array(119,-55,881,799),21693=>array(103,-64,898,785),21694=>array(105,-30,957,830),21695=>array(99,-69,949,835),21696=>array(47,-68,951,832),21697=>array(116,-66,884,792),21698=>array(91,-64,936,779),21699=>array(108,-69,904,783),21700=>array(90,-72,935,831),21701=>array(102,-61,908,831),21702=>array(106,-80,919,845),21703=>array(108,-25,949,831),21704=>array(84,-66,945,851),21705=>array(74,-60,944,828),21706=>array(104,-75,942,831),21707=>array(95,-27,935,846),21708=>array(85,-71,971,832),21709=>array(97,-55,900,875),21710=>array(103,-66,949,835),21711=>array(108,-73,973,781),21712=>array(99,-26,925,764),21713=>array(102,-18,924,766),21714=>array(87,-46,945,803),21715=>array(103,-63,936,821),21716=>array(98,-64,931,814),21717=>array(99,-61,872,821),21718=>array(93,-52,940,855),21719=>array(86,-60,922,833),21720=>array(103,-71,958,830),21721=>array(100,-47,949,829),21722=>array(81,-77,943,778),21723=>array(51,-69,962,803),21724=>array(101,-70,945,842),21725=>array(88,-62,950,828),21726=>array(108,-70,945,838),21727=>array(75,-59,886,837),21728=>array(110,-65,926,831),21729=>array(62,-62,943,785),21730=>array(89,-52,935,801),21731=>array(120,-14,943,779),21732=>array(87,-55,956,825),21733=>array(70,-60,931,784),21734=>array(84,-67,942,824),21735=>array(81,-66,946,827),21736=>array(109,-69,912,832),21737=>array(100,-15,933,779),21738=>array(107,-74,942,785),21739=>array(113,-73,962,762),21740=>array(78,-55,930,833),21741=>array(64,-71,949,773),21742=>array(92,-68,927,833),21743=>array(118,-65,951,783),21744=>array(80,-44,885,840),21745=>array(98,-65,923,829),21746=>array(63,-62,926,825),21747=>array(99,-81,947,824),21748=>array(108,-73,973,856),21749=>array(82,-69,913,829),21750=>array(88,-64,951,825),21751=>array(103,-70,938,814),21752=>array(94,-74,917,818),21753=>array(92,-68,936,834),21754=>array(87,-70,931,832),21755=>array(102,-66,937,778),21756=>array(95,-68,932,846),21757=>array(91,-74,952,786),21758=>array(95,-64,968,844),21759=>array(65,-62,959,839),21760=>array(110,-62,954,830),21761=>array(97,-62,931,845),21762=>array(116,-52,960,835),21763=>array(116,-66,900,828),21764=>array(101,-66,947,782),21765=>array(87,-45,951,867),21766=>array(101,-69,961,849),21767=>array(53,-76,939,786),21768=>array(88,-30,943,788),21769=>array(94,-68,945,848),21770=>array(106,-66,954,835),21771=>array(112,-62,950,830),21772=>array(98,-74,964,813),21773=>array(113,-74,946,841),21774=>array(98,-52,904,844),21775=>array(84,-62,938,843),21776=>array(44,-71,938,835),21777=>array(92,-36,934,820),21778=>array(88,-65,940,781),21779=>array(116,-71,924,829),21780=>array(99,-70,934,785),21781=>array(100,-48,923,863),21782=>array(82,-23,951,793),21783=>array(103,-65,957,827),21784=>array(34,-60,979,822),21785=>array(112,-57,987,812),21786=>array(97,-62,957,777),21787=>array(101,-66,948,830),21788=>array(59,-37,952,802),21789=>array(104,-62,938,804),21790=>array(92,-65,936,832),21791=>array(95,-37,929,851),21792=>array(91,-72,914,824),21793=>array(109,-61,963,792),21794=>array(104,-62,938,834),21795=>array(86,-29,935,842),21796=>array(74,-73,948,832),21797=>array(97,-46,940,821),21798=>array(97,-67,951,825),21799=>array(110,-70,900,780),21800=>array(80,-44,959,779),21801=>array(99,-73,946,833),21802=>array(74,-65,957,843),21803=>array(74,-27,959,804),21804=>array(87,-70,957,829),21805=>array(104,-71,941,837),21806=>array(42,-67,944,843),21807=>array(97,-65,945,836),21808=>array(100,-64,909,830),21809=>array(115,-68,900,787),21810=>array(107,-79,948,827),21811=>array(82,-69,962,802),21812=>array(106,-71,942,830),21813=>array(112,-44,995,856),21814=>array(113,-66,964,837),21815=>array(94,-75,933,845),21816=>array(78,-35,950,847),21817=>array(81,-56,972,832),21818=>array(110,-74,961,833),21819=>array(104,-65,951,841),21820=>array(113,-68,947,843),21821=>array(92,-67,953,832),21822=>array(84,-30,940,831),21823=>array(92,-28,953,842),21824=>array(105,-73,941,785),21825=>array(103,-66,902,791),21826=>array(93,-76,971,827),21827=>array(97,-70,930,833),21828=>array(84,-63,971,774),21829=>array(95,-67,933,833),21830=>array(55,-56,945,825),21831=>array(39,-73,928,844),21832=>array(111,-65,947,837),21833=>array(76,-76,945,819),21834=>array(93,-66,932,782),21835=>array(109,-66,987,837),21836=>array(86,-31,955,819),21837=>array(84,-57,942,864),21838=>array(46,-67,962,835),21839=>array(119,-71,889,784),21840=>array(89,-62,931,843),21841=>array(84,-77,962,829),21842=>array(113,-68,903,788),21843=>array(54,-60,964,838),21844=>array(91,-60,945,844),21845=>array(111,-62,908,842),21846=>array(83,-62,952,836),21847=>array(123,-65,900,846),21848=>array(104,-72,965,846),21849=>array(85,-55,952,824),21850=>array(77,-66,927,795),21851=>array(83,-73,933,822),21852=>array(83,-68,955,786),21853=>array(76,-67,955,821),21854=>array(91,-25,940,785),21855=>array(35,-68,969,836),21856=>array(88,-60,913,812),21857=>array(95,-66,932,826),21858=>array(109,-61,963,792),21859=>array(83,-68,926,832),21860=>array(91,-69,935,846),21861=>array(97,-70,950,850),21862=>array(91,-64,930,836),21863=>array(90,-72,914,828),21864=>array(90,-66,927,828),21865=>array(121,-63,959,831),21866=>array(110,-64,909,838),21867=>array(115,-65,960,835),21868=>array(63,-66,913,825),21869=>array(94,-66,914,833),21870=>array(79,-63,912,829),21871=>array(82,-68,906,794),21872=>array(86,-71,948,814),21873=>array(86,-48,935,822),21874=>array(104,-50,908,842),21875=>array(86,-30,973,843),21876=>array(115,-58,945,833),21877=>array(105,-64,983,833),21878=>array(86,-72,942,844),21879=>array(94,-64,942,840),21880=>array(91,-65,923,826),21881=>array(91,-80,933,781),21882=>array(91,-72,944,785),21883=>array(92,-67,908,833),21884=>array(90,-67,930,823),21885=>array(114,-59,989,859),21886=>array(76,-66,957,832),21887=>array(110,-30,955,827),21888=>array(95,-69,965,819),21889=>array(93,-58,910,793),21890=>array(108,-69,960,785),21891=>array(92,-67,939,835),21892=>array(56,-70,907,835),21893=>array(92,-18,924,788),21894=>array(82,-50,918,825),21895=>array(112,-67,904,831),21896=>array(86,-65,942,827),21897=>array(88,-74,950,840),21898=>array(92,-72,930,837),21899=>array(83,-65,952,832),21900=>array(52,-71,909,787),21901=>array(104,-69,967,824),21902=>array(112,-67,906,788),21903=>array(84,-59,931,833),21904=>array(79,-81,936,830),21905=>array(97,-65,933,841),21906=>array(92,-48,956,849),21907=>array(110,-72,957,777),21908=>array(91,-70,933,781),21909=>array(110,-66,953,783),21910=>array(97,-66,939,829),21911=>array(85,-68,951,801),21912=>array(81,-67,930,834),21913=>array(85,-60,968,833),21914=>array(79,-65,971,838),21915=>array(91,-67,979,836),21916=>array(86,-63,938,837),21917=>array(105,-55,913,801),21918=>array(77,-73,921,840),21919=>array(116,-61,901,787),21920=>array(97,-32,936,825),21921=>array(107,-71,949,828),21922=>array(107,-71,951,827),21923=>array(52,-74,965,824),21924=>array(90,-18,935,861),21925=>array(110,-71,968,837),21926=>array(132,-68,888,789),21927=>array(79,-26,945,829),21928=>array(86,-73,959,838),21929=>array(76,-71,966,812),21930=>array(75,-73,957,829),21931=>array(96,-55,961,835),21932=>array(50,-71,951,830),21933=>array(88,-53,939,860),21934=>array(53,-68,945,789),21935=>array(89,-59,953,851),21936=>array(90,-72,965,837),21937=>array(90,-70,941,788),21938=>array(107,-65,905,836),21939=>array(82,-28,916,834),21940=>array(72,-71,972,832),21941=>array(75,-62,924,832),21942=>array(94,-63,906,834),21943=>array(110,-67,925,831),21944=>array(65,-77,959,841),21945=>array(90,-26,953,851),21946=>array(112,-62,982,834),21947=>array(80,-70,948,858),21948=>array(110,-32,970,846),21949=>array(90,-66,936,807),21950=>array(82,-66,893,826),21951=>array(50,-69,961,780),21952=>array(49,-72,955,829),21953=>array(88,-64,946,839),21954=>array(108,-72,960,845),21955=>array(94,-68,938,838),21956=>array(82,-62,954,790),21957=>array(88,-73,945,845),21958=>array(84,-65,947,847),21959=>array(56,-75,946,832),21960=>array(107,-29,963,826),21961=>array(87,-64,944,831),21962=>array(110,-68,962,791),21963=>array(106,-70,933,838),21964=>array(98,-22,946,841),21965=>array(108,-70,907,835),21966=>array(104,-68,909,783),21967=>array(112,-68,977,827),21968=>array(118,-70,954,847),21969=>array(88,-21,941,830),21970=>array(76,-64,944,830),21971=>array(81,-73,961,793),21972=>array(90,-85,963,851),21973=>array(95,-68,963,784),21974=>array(92,-70,962,828),21975=>array(105,-70,937,783),21976=>array(84,-59,963,851),21977=>array(111,-64,956,841),21978=>array(118,-56,916,846),21979=>array(95,-56,970,863),21980=>array(95,-69,943,834),21981=>array(92,-64,930,788),21982=>array(119,-66,961,837),21983=>array(89,-27,938,840),21984=>array(48,-81,960,829),21985=>array(83,-71,955,791),21986=>array(100,-36,950,780),21987=>array(112,-68,910,786),21988=>array(92,-70,938,827),21989=>array(84,-68,957,844),21990=>array(80,-68,942,829),21991=>array(34,-75,973,842),21992=>array(83,-68,939,836),21993=>array(91,-67,946,836),21994=>array(90,-70,954,835),21995=>array(89,-66,943,776),21996=>array(93,-70,942,830),21997=>array(91,-37,929,849),21998=>array(63,-57,939,788),21999=>array(87,-39,950,782),22000=>array(68,-75,913,845),22001=>array(90,-68,974,862),22002=>array(71,-57,940,845),22003=>array(90,-67,949,822),22004=>array(72,-54,969,835),22005=>array(88,-54,942,772),22006=>array(83,-68,935,787),22007=>array(86,-64,964,832),22008=>array(58,-57,951,854),22009=>array(83,-56,963,827),22010=>array(117,-68,956,831),22011=>array(98,-69,961,841),22012=>array(118,-72,972,829),22013=>array(82,-76,950,834),22014=>array(79,-68,961,837),22015=>array(115,-78,962,841),22016=>array(87,-73,927,846),22017=>array(76,-68,943,835),22018=>array(121,-68,894,823),22019=>array(83,-70,949,841),22020=>array(83,-70,958,845),22021=>array(82,-64,964,788),22022=>array(83,-72,964,832),22023=>array(101,-80,965,846),22024=>array(91,-72,935,830),22025=>array(50,-65,957,833),22026=>array(85,-68,938,834),22027=>array(73,-78,972,839),22028=>array(91,-70,940,789),22029=>array(90,-74,933,832),22030=>array(86,-67,946,784),22031=>array(60,-66,960,812),22032=>array(91,-50,966,801),22033=>array(106,-70,913,836),22034=>array(99,-25,956,835),22035=>array(102,-63,906,799),22036=>array(90,-73,949,805),22037=>array(116,-64,951,785),22038=>array(84,-74,947,832),22039=>array(109,-67,905,836),22040=>array(91,-68,924,823),22041=>array(81,-73,926,836),22042=>array(101,-70,946,824),22043=>array(74,-75,975,833),22044=>array(106,-61,981,840),22045=>array(96,-70,941,832),22046=>array(103,-70,911,832),22047=>array(91,-68,933,822),22048=>array(81,-54,956,804),22049=>array(89,-23,939,836),22050=>array(106,-59,962,800),22051=>array(86,-65,883,814),22052=>array(91,-64,927,789),22053=>array(84,-65,973,831),22054=>array(27,-86,973,836),22055=>array(90,-64,945,848),22056=>array(91,-65,923,826),22057=>array(81,-68,945,831),22058=>array(106,-83,953,780),22059=>array(84,-71,949,831),22060=>array(77,-72,959,809),22061=>array(91,-59,924,827),22062=>array(95,-69,923,833),22063=>array(79,-77,949,843),22064=>array(86,-65,947,833),22065=>array(89,-72,891,780),22066=>array(79,-75,906,830),22067=>array(113,-80,964,832),22068=>array(91,-65,950,828),22069=>array(76,-67,944,835),22070=>array(93,-65,930,837),22071=>array(100,-48,948,863),22072=>array(80,-63,948,847),22073=>array(86,-67,952,845),22074=>array(115,-66,990,830),22075=>array(90,-69,933,833),22076=>array(77,-67,926,796),22077=>array(107,-68,956,785),22078=>array(111,-71,958,780),22079=>array(82,-68,937,783),22080=>array(113,-80,964,781),22081=>array(85,-48,959,768),22082=>array(92,-64,950,856),22083=>array(110,-63,971,841),22084=>array(77,-68,945,831),22085=>array(109,-70,922,834),22086=>array(113,-69,978,783),22087=>array(103,-36,934,841),22088=>array(98,-68,967,836),22089=>array(106,-68,983,837),22090=>array(108,-67,940,784),22091=>array(88,-73,973,837),22092=>array(92,-73,905,835),22093=>array(85,-71,944,843),22094=>array(87,-23,937,839),22095=>array(106,-63,991,858),22096=>array(64,-70,933,795),22097=>array(90,-62,948,840),22098=>array(86,-74,954,832),22099=>array(93,-76,936,832),22100=>array(79,-11,956,855),22101=>array(61,-77,904,856),22102=>array(82,-68,947,790),22103=>array(82,-61,951,830),22104=>array(80,-62,967,796),22105=>array(95,-70,966,851),22106=>array(109,-72,957,779),22107=>array(86,-68,940,829),22108=>array(80,-61,947,828),22109=>array(80,-64,945,834),22110=>array(79,-72,950,855),22111=>array(39,-72,934,844),22112=>array(78,-67,946,835),22113=>array(90,-59,956,849),22114=>array(80,-68,947,853),22115=>array(122,-75,936,779),22116=>array(81,-62,971,832),22117=>array(80,-72,955,835),22118=>array(104,-64,970,838),22119=>array(80,-68,932,830),22120=>array(49,-62,956,798),22121=>array(51,-23,944,789),22122=>array(80,-70,954,792),22123=>array(88,-32,949,825),22124=>array(92,-27,941,838),22125=>array(83,-57,964,864),22126=>array(104,-81,973,782),22127=>array(84,-75,954,830),22128=>array(99,-70,954,848),22129=>array(80,-68,954,833),22130=>array(74,-66,959,853),22131=>array(99,-73,975,833),22132=>array(85,-76,956,838),22133=>array(70,-72,942,847),22134=>array(84,-68,934,834),22135=>array(101,-76,980,838),22136=>array(76,-70,961,827),22137=>array(106,-53,918,841),22138=>array(83,-61,962,832),22139=>array(77,-38,964,839),22140=>array(95,-68,948,842),22141=>array(74,-63,953,835),22142=>array(106,-70,944,833),22143=>array(102,-71,941,780),22144=>array(89,-69,944,838),22145=>array(115,-68,951,785),22146=>array(92,-39,927,821),22147=>array(95,-76,957,828),22148=>array(79,-53,951,842),22149=>array(84,-65,936,789),22150=>array(83,-62,937,835),22151=>array(81,-68,956,834),22152=>array(65,-71,975,797),22153=>array(81,-61,952,835),22154=>array(91,-67,962,856),22155=>array(91,-65,968,833),22156=>array(100,-77,949,832),22157=>array(98,-33,938,821),22158=>array(91,-67,959,848),22159=>array(75,-64,947,837),22160=>array(92,-52,916,850),22161=>array(92,-62,966,828),22162=>array(81,-78,946,835),22163=>array(92,-70,962,839),22164=>array(75,-80,951,836),22165=>array(84,-69,943,846),22166=>array(82,-36,955,832),22167=>array(104,-66,984,787),22168=>array(91,-72,946,784),22169=>array(92,-70,934,830),22170=>array(111,-52,914,803),22171=>array(81,-69,972,847),22172=>array(84,-20,957,794),22173=>array(91,-80,925,841),22174=>array(41,-68,958,841),22175=>array(118,-48,989,844),22176=>array(72,-62,922,834),22177=>array(69,-67,954,833),22178=>array(57,-70,961,833),22179=>array(36,-64,942,786),22180=>array(75,-78,934,835),22181=>array(82,-60,949,830),22182=>array(78,-65,939,790),22183=>array(90,-71,947,828),22184=>array(79,-70,944,837),22185=>array(86,-68,933,835),22186=>array(98,-70,906,780),22187=>array(89,-69,966,842),22188=>array(92,-64,958,842),22189=>array(74,-63,967,835),22190=>array(43,-68,949,845),22191=>array(88,-66,914,784),22192=>array(103,-68,955,838),22193=>array(77,-68,963,835),22194=>array(55,-65,960,845),22195=>array(58,-64,955,841),22196=>array(46,-62,964,817),22197=>array(85,-59,948,846),22198=>array(82,-65,935,788),22199=>array(89,-69,968,842),22200=>array(74,-74,917,829),22201=>array(63,-72,959,834),22202=>array(67,-63,956,805),22203=>array(106,-60,919,794),22204=>array(76,-76,960,844),22205=>array(76,-75,948,833),22206=>array(92,-64,940,828),22207=>array(71,-67,939,834),22208=>array(84,-64,947,832),22209=>array(80,-66,950,807),22210=>array(55,-77,961,779),22211=>array(87,-65,954,831),22212=>array(83,-71,938,843),22213=>array(57,-66,969,792),22214=>array(87,-81,946,834),22215=>array(111,-68,957,790),22216=>array(82,-75,950,831),22217=>array(98,-65,962,796),22218=>array(72,-75,951,834),22219=>array(92,-74,947,824),22220=>array(88,-52,965,842),22221=>array(55,-51,949,839),22222=>array(64,-62,972,832),22223=>array(50,-68,944,839),22224=>array(75,-78,957,830),22225=>array(88,-74,929,817),22226=>array(74,-57,948,839),22227=>array(87,-52,945,845),22228=>array(78,-70,959,831),22229=>array(83,-77,953,832),22230=>array(74,-51,958,858),22231=>array(133,-54,879,781),22232=>array(129,-52,871,778),22233=>array(123,-30,865,754),22234=>array(132,-73,868,776),22235=>array(121,-35,879,744),22236=>array(123,-30,865,754),22237=>array(107,-65,886,789),22238=>array(129,-30,871,754),22239=>array(74,-68,863,839),22240=>array(130,-64,870,793),22241=>array(121,-64,895,788),22242=>array(109,-64,865,785),22243=>array(122,-64,878,785),22244=>array(110,-72,891,784),22245=>array(121,-67,894,784),22246=>array(113,-67,887,788),22247=>array(120,-67,892,785),22248=>array(121,-65,894,786),22249=>array(121,-67,894,784),22250=>array(138,-67,879,849),22251=>array(101,-68,901,788),22252=>array(111,-53,877,754),22253=>array(95,-63,900,791),22254=>array(99,-51,894,799),22255=>array(128,-59,884,789),22256=>array(114,-65,886,784),22257=>array(138,-67,879,849),22258=>array(122,-59,878,789),22259=>array(121,-70,879,781),22260=>array(109,-70,866,782),22261=>array(106,-63,863,776),22262=>array(122,-59,878,789),22263=>array(122,-68,905,791),22264=>array(115,-64,907,788),22265=>array(105,-64,897,788),22266=>array(115,-70,885,785),22267=>array(115,-70,885,785),22268=>array(115,-70,885,785),22269=>array(122,-59,878,789),22270=>array(110,-66,866,784),22271=>array(96,-68,892,789),22272=>array(106,-65,894,784),22273=>array(116,-69,903,774),22274=>array(112,-67,897,782),22275=>array(106,-70,905,789),22276=>array(101,-66,896,788),22277=>array(116,-69,873,794),22278=>array(112,-68,865,774),22279=>array(102,-67,896,788),22280=>array(105,-69,895,791),22281=>array(113,-65,900,790),22282=>array(107,-65,906,796),22283=>array(109,-67,890,780),22284=>array(96,-53,900,797),22285=>array(102,-61,905,784),22286=>array(116,-69,903,774),22287=>array(107,-69,896,785),22288=>array(111,-69,908,779),22289=>array(111,-69,898,774),22290=>array(102,-70,898,790),22291=>array(113,-71,899,787),22292=>array(103,-71,900,781),22293=>array(116,-69,903,774),22294=>array(119,-68,906,794),22295=>array(119,-68,906,794),22296=>array(112,-64,903,788),22297=>array(116,-69,903,774),22298=>array(93,-54,893,809),22299=>array(95,-53,893,806),22300=>array(98,-67,902,796),22301=>array(106,-69,894,774),22302=>array(99,-65,901,790),22303=>array(78,-13,922,810),22304=>array(59,-58,957,806),22305=>array(100,-15,895,796),22306=>array(54,-59,939,796),22307=>array(61,-29,960,776),22308=>array(53,-59,961,814),22309=>array(89,-67,934,778),22310=>array(68,-55,944,741),22311=>array(37,-63,913,770),22312=>array(49,-65,921,836),22313=>array(42,-64,949,793),22314=>array(55,-62,953,800),22315=>array(49,-55,930,790),22316=>array(49,-78,951,791),22317=>array(73,-39,927,809),22318=>array(43,-58,945,786),22319=>array(39,-53,954,776),22320=>array(56,-52,935,808),22321=>array(58,-58,952,817),22322=>array(50,-45,943,796),22323=>array(56,-71,907,785),22324=>array(68,-61,917,788),22325=>array(44,-59,948,781),22326=>array(60,-61,953,805),22327=>array(44,-65,932,788),22328=>array(59,-56,897,789),22329=>array(39,-63,912,832),22330=>array(29,-63,897,808),22331=>array(62,-64,948,810),22332=>array(84,-41,938,785),22333=>array(62,-72,903,794),22334=>array(40,-71,956,796),22335=>array(50,-63,967,802),22336=>array(44,-32,949,786),22337=>array(43,-69,952,800),22338=>array(43,-70,966,785),22339=>array(51,-68,958,774),22340=>array(44,-66,967,793),22341=>array(48,-60,972,811),22342=>array(38,-63,970,799),22343=>array(50,-63,906,831),22344=>array(44,-72,946,793),22345=>array(44,-59,944,806),22346=>array(41,-77,953,827),22347=>array(58,-78,967,798),22348=>array(53,-24,947,804),22349=>array(43,-71,948,799),22350=>array(48,-66,962,810),22351=>array(40,-55,968,790),22352=>array(73,-29,927,806),22353=>array(47,-67,951,813),22354=>array(57,-43,952,809),22355=>array(57,-29,952,813),22356=>array(57,-49,974,792),22357=>array(57,-59,952,805),22358=>array(28,-54,961,768),22359=>array(33,-70,947,834),22360=>array(43,-58,951,765),22361=>array(57,-54,952,758),22362=>array(52,-19,932,831),22363=>array(43,-38,939,816),22364=>array(41,-69,912,804),22365=>array(33,-58,943,798),22366=>array(35,-67,902,832),22367=>array(41,-60,955,852),22368=>array(62,-14,926,821),22369=>array(48,-71,963,812),22370=>array(46,-67,945,801),22371=>array(84,-14,933,777),22372=>array(65,-48,908,805),22373=>array(65,-32,933,771),22374=>array(48,-21,952,786),22375=>array(65,-49,936,791),22376=>array(60,-60,952,806),22377=>array(39,-68,945,796),22378=>array(50,-67,947,794),22379=>array(38,-52,904,794),22380=>array(56,-67,980,834),22381=>array(46,-83,953,777),22382=>array(53,-58,964,823),22383=>array(42,-14,948,785),22384=>array(59,-67,914,782),22385=>array(43,-70,957,797),22386=>array(60,-71,925,810),22387=>array(61,-71,920,835),22388=>array(60,-56,944,800),22389=>array(45,-18,953,824),22390=>array(40,-65,943,817),22391=>array(48,-61,947,807),22392=>array(56,-54,909,849),22393=>array(45,-60,958,843),22394=>array(45,-69,955,836),22395=>array(56,-63,954,828),22396=>array(51,-67,941,832),22397=>array(67,-66,968,847),22398=>array(75,-61,918,836),22399=>array(71,-79,945,842),22400=>array(56,-63,940,828),22401=>array(56,-60,967,828),22402=>array(73,-32,927,826),22403=>array(49,-11,952,838),22404=>array(47,-31,941,829),22405=>array(37,-67,929,824),22406=>array(35,-66,911,826),22407=>array(30,-65,903,755),22408=>array(34,-32,946,833),22409=>array(46,-28,955,840),22410=>array(70,-61,939,786),22411=>array(59,-25,953,827),22412=>array(30,-70,898,781),22413=>array(55,-70,883,841),22414=>array(30,-65,948,848),22415=>array(55,-71,954,823),22416=>array(56,-36,926,853),22417=>array(50,-58,920,844),22418=>array(52,-36,926,814),22419=>array(37,-63,949,834),22420=>array(59,-20,954,790),22421=>array(59,-11,954,831),22422=>array(67,-43,904,842),22423=>array(37,-54,956,840),22424=>array(50,-73,963,822),22425=>array(43,-52,962,842),22426=>array(49,-11,953,842),22427=>array(43,-65,965,809),22428=>array(58,-62,949,809),22429=>array(46,-57,963,850),22430=>array(42,-43,953,839),22431=>array(51,-73,955,821),22432=>array(37,-68,952,809),22433=>array(34,-32,946,833),22434=>array(50,-69,932,833),22435=>array(47,-14,947,808),22436=>array(31,-22,931,811),22437=>array(49,-70,960,827),22438=>array(75,-27,949,790),22439=>array(38,-77,891,842),22440=>array(48,-59,954,843),22441=>array(50,-8,922,764),22442=>array(41,-70,949,839),22443=>array(32,-11,932,830),22444=>array(41,-72,946,831),22445=>array(43,-6,923,808),22446=>array(41,-66,965,842),22447=>array(40,-49,942,793),22448=>array(51,-64,940,835),22449=>array(41,-60,883,826),22450=>array(41,-27,941,813),22451=>array(45,-67,956,833),22452=>array(40,-66,923,832),22453=>array(50,-72,951,832),22454=>array(59,-65,948,833),22455=>array(56,-65,944,783),22456=>array(51,-67,959,857),22457=>array(43,-68,943,827),22458=>array(49,-68,954,817),22459=>array(49,-72,960,804),22460=>array(63,-24,969,822),22461=>array(55,-15,951,846),22462=>array(54,-64,955,800),22463=>array(53,-66,941,833),22464=>array(97,-32,916,829),22465=>array(57,-70,958,821),22466=>array(46,-70,959,791),22467=>array(50,-71,956,845),22468=>array(46,-65,949,846),22469=>array(65,-24,959,842),22470=>array(63,-71,906,824),22471=>array(51,-61,893,811),22472=>array(46,-68,953,836),22473=>array(46,-73,945,836),22474=>array(55,-15,951,842),22475=>array(39,-25,943,793),22476=>array(54,-74,955,827),22477=>array(61,-67,903,791),22478=>array(41,-68,951,834),22479=>array(36,-64,964,829),22480=>array(50,-62,970,814),22481=>array(55,-30,951,831),22482=>array(47,-62,945,827),22483=>array(61,-65,956,806),22484=>array(40,-68,948,833),22485=>array(55,-20,959,814),22486=>array(59,-48,962,832),22487=>array(43,-56,945,835),22488=>array(39,-64,923,826),22489=>array(43,-70,938,806),22490=>array(31,-67,892,802),22491=>array(31,-51,915,802),22492=>array(48,-27,967,817),22493=>array(17,-43,964,849),22494=>array(26,-58,966,848),22495=>array(36,-69,965,835),22496=>array(39,-68,959,854),22497=>array(53,-20,959,821),22498=>array(47,-48,959,823),22499=>array(48,-65,951,822),22500=>array(39,-56,961,860),22501=>array(53,-67,959,835),22502=>array(32,-61,959,855),22503=>array(32,-52,952,820),22504=>array(26,-65,974,853),22505=>array(46,-60,954,836),22506=>array(42,-12,944,831),22507=>array(56,-62,907,839),22508=>array(51,-73,965,824),22509=>array(35,-64,949,835),22510=>array(48,-72,971,829),22511=>array(45,-30,945,829),22512=>array(46,-62,959,833),22513=>array(45,-74,963,830),22514=>array(50,-68,976,841),22515=>array(62,-68,899,831),22516=>array(35,-67,953,835),22517=>array(47,-50,959,812),22518=>array(32,-67,973,831),22519=>array(57,-69,960,833),22520=>array(55,-67,911,818),22521=>array(36,-65,938,835),22522=>array(36,-28,980,832),22523=>array(46,-67,951,835),22524=>array(52,-64,958,836),22525=>array(42,-69,948,801),22526=>array(52,-27,945,792),22527=>array(67,-27,945,850),22528=>array(48,-65,906,818),22529=>array(47,-67,966,808),22530=>array(84,-14,933,832),22531=>array(52,-23,958,855),22532=>array(53,-67,956,838),22533=>array(56,-22,944,784),22534=>array(45,-73,950,834),22535=>array(60,-22,954,833),22536=>array(56,-48,911,828),22537=>array(45,-58,947,835),22538=>array(68,-12,951,794),22539=>array(41,-55,907,820),22540=>array(57,-69,901,803),22541=>array(42,-69,962,837),22542=>array(44,-70,963,833),22543=>array(63,-23,958,855),22544=>array(50,-71,956,804),22545=>array(45,-29,924,826),22546=>array(53,-49,970,789),22547=>array(57,-67,927,829),22548=>array(52,-67,966,811),22549=>array(58,-19,912,828),22550=>array(55,-65,920,841),22551=>array(26,-65,944,844),22552=>array(76,-28,972,835),22553=>array(32,-25,953,810),22554=>array(51,-65,936,787),22555=>array(54,-67,953,806),22556=>array(53,-67,966,832),22557=>array(64,-67,915,799),22558=>array(37,-65,970,833),22559=>array(59,-63,945,840),22560=>array(35,-72,966,840),22561=>array(38,-19,933,830),22562=>array(50,-70,944,836),22563=>array(66,-68,922,803),22564=>array(48,-70,966,793),22565=>array(54,-12,965,828),22566=>array(40,-50,956,844),22567=>array(35,-51,968,821),22568=>array(60,-69,924,807),22569=>array(38,-71,951,823),22570=>array(32,-68,946,829),22571=>array(38,-68,969,829),22572=>array(56,-70,976,836),22573=>array(66,-32,967,824),22574=>array(60,-69,952,800),22575=>array(43,-65,962,837),22576=>array(44,-62,956,807),22577=>array(65,-67,966,832),22578=>array(67,-16,963,770),22579=>array(43,-52,907,820),22580=>array(42,-63,948,788),22581=>array(39,-68,940,833),22582=>array(58,-67,952,835),22583=>array(52,-70,951,843),22584=>array(56,-71,973,803),22585=>array(50,-25,949,839),22586=>array(60,-66,971,829),22587=>array(49,-29,951,827),22588=>array(47,-16,954,826),22589=>array(54,-64,954,804),22590=>array(52,-64,978,842),22591=>array(58,-71,956,821),22592=>array(40,-69,955,804),22593=>array(55,-27,945,815),22594=>array(40,-26,961,826),22595=>array(40,-68,950,835),22596=>array(35,-66,911,804),22597=>array(45,-72,971,829),22598=>array(54,-60,944,846),22599=>array(50,-27,927,842),22600=>array(59,-16,958,794),22601=>array(50,-73,973,829),22602=>array(47,-68,965,841),22603=>array(64,-17,940,831),22604=>array(46,-68,915,796),22605=>array(28,-55,972,835),22606=>array(52,-71,960,831),22607=>array(39,-41,952,816),22608=>array(36,-64,980,833),22609=>array(53,-11,948,833),22610=>array(36,-65,956,829),22611=>array(56,-71,964,806),22612=>array(42,-69,963,829),22613=>array(54,-68,976,827),22614=>array(49,-65,964,842),22615=>array(46,-17,970,856),22616=>array(44,-69,948,819),22617=>array(42,-63,944,841),22618=>array(37,-60,973,807),22619=>array(53,-70,965,805),22620=>array(41,-60,965,807),22621=>array(55,-66,951,834),22622=>array(48,-30,949,830),22623=>array(55,-40,963,811),22624=>array(50,-60,961,834),22625=>array(52,-61,927,834),22626=>array(62,-60,928,839),22627=>array(58,-31,953,817),22628=>array(54,-70,967,818),22629=>array(59,-69,954,803),22630=>array(64,-46,953,815),22631=>array(54,-8,954,859),22632=>array(37,-67,966,826),22633=>array(49,-34,950,831),22634=>array(49,-65,934,836),22635=>array(47,-69,946,836),22636=>array(35,-68,948,785),22637=>array(47,-30,959,809),22638=>array(47,-64,965,849),22639=>array(63,-67,921,835),22640=>array(52,-46,951,840),22641=>array(57,-26,951,847),22642=>array(33,-56,941,850),22643=>array(53,-66,961,844),22644=>array(56,-71,906,831),22645=>array(44,-49,943,834),22646=>array(54,-69,959,838),22647=>array(56,-64,958,839),22648=>array(53,-26,940,803),22649=>array(53,-24,959,833),22650=>array(48,-69,954,835),22651=>array(46,-73,969,820),22652=>array(42,-66,961,830),22653=>array(34,-58,967,839),22654=>array(49,-34,952,831),22655=>array(33,-62,951,846),22656=>array(43,-71,957,810),22657=>array(52,-64,983,817),22658=>array(47,-70,957,804),22659=>array(39,-65,960,828),22660=>array(51,-65,961,838),22661=>array(52,-25,945,789),22662=>array(56,-69,942,823),22663=>array(53,-71,953,838),22664=>array(52,-64,920,831),22665=>array(28,-64,962,821),22666=>array(63,-26,958,838),22667=>array(60,-68,953,841),22668=>array(46,-67,962,851),22669=>array(58,-38,964,846),22670=>array(46,-69,950,836),22671=>array(45,-43,943,847),22672=>array(56,-32,956,823),22673=>array(48,-65,954,842),22674=>array(19,-80,923,826),22675=>array(45,-40,954,834),22676=>array(45,-58,945,839),22677=>array(40,-60,962,801),22678=>array(40,-69,949,837),22679=>array(38,-73,905,835),22680=>array(39,-67,969,833),22681=>array(38,-71,927,821),22682=>array(29,-68,947,821),22683=>array(34,-72,968,812),22684=>array(60,-35,968,847),22685=>array(39,-57,963,847),22686=>array(52,-62,961,830),22687=>array(31,-64,911,827),22688=>array(48,-70,960,804),22689=>array(40,-69,953,836),22690=>array(49,-64,959,843),22691=>array(36,-76,965,827),22692=>array(29,-69,953,836),22693=>array(49,-32,962,843),22694=>array(52,-63,932,827),22695=>array(55,-61,976,836),22696=>array(56,-43,949,816),22697=>array(38,-68,964,826),22698=>array(43,-52,969,831),22699=>array(41,-72,950,834),22700=>array(67,-27,967,844),22701=>array(32,-24,947,826),22702=>array(67,-15,956,857),22703=>array(34,-33,954,847),22704=>array(49,-67,954,806),22705=>array(39,-32,981,828),22706=>array(30,-62,954,845),22707=>array(43,-76,962,838),22708=>array(47,-57,950,831),22709=>array(60,-69,933,779),22710=>array(47,-68,963,833),22711=>array(35,-68,945,831),22712=>array(52,-62,938,842),22713=>array(52,-67,924,787),22714=>array(32,-64,972,851),22715=>array(52,-68,950,833),22716=>array(56,-33,977,831),22717=>array(46,-75,977,846),22718=>array(64,-25,960,828),22719=>array(56,-70,962,806),22720=>array(26,-69,962,845),22721=>array(62,-26,957,831),22722=>array(36,-38,964,780),22723=>array(43,-26,944,788),22724=>array(44,-32,959,832),22725=>array(62,-32,953,851),22726=>array(79,-34,951,826),22727=>array(43,-34,947,835),22728=>array(50,-68,987,830),22729=>array(47,-72,969,833),22730=>array(48,-71,965,839),22731=>array(61,-65,918,832),22732=>array(35,-79,966,837),22733=>array(41,-32,953,791),22734=>array(38,-54,969,857),22735=>array(49,-34,951,823),22736=>array(53,-35,962,794),22737=>array(46,-26,962,836),22738=>array(44,-18,956,834),22739=>array(42,-45,953,807),22740=>array(41,-55,949,840),22741=>array(43,-62,965,828),22742=>array(31,-51,947,818),22743=>array(36,-35,954,823),22744=>array(59,-28,949,783),22745=>array(52,-77,967,847),22746=>array(61,-66,969,836),22747=>array(53,-65,920,806),22748=>array(35,-60,951,808),22749=>array(36,-65,973,826),22750=>array(51,-63,970,844),22751=>array(57,-24,950,849),22752=>array(29,-68,952,841),22753=>array(29,-64,964,843),22754=>array(46,-65,959,820),22755=>array(38,-64,963,831),22756=>array(42,-61,951,837),22757=>array(42,-70,948,791),22758=>array(59,-70,953,829),22759=>array(33,-72,957,811),22760=>array(71,-28,941,781),22761=>array(59,-71,932,793),22762=>array(31,-75,959,848),22763=>array(103,28,894,796),22764=>array(49,-18,951,796),22765=>array(75,-58,888,834),22766=>array(41,-63,913,829),22767=>array(33,-69,948,820),22768=>array(47,-55,927,837),22769=>array(74,-40,927,846),22770=>array(62,-58,933,846),22771=>array(42,-58,955,846),22772=>array(59,-17,951,826),22773=>array(52,-34,969,842),22774=>array(59,-9,909,834),22775=>array(55,-21,948,835),22776=>array(59,-38,909,834),22777=>array(55,-21,948,835),22778=>array(72,-32,947,831),22779=>array(50,-50,972,806),22780=>array(55,-23,953,830),22781=>array(55,-61,951,836),22782=>array(49,-18,950,829),22783=>array(62,-72,954,845),22784=>array(55,-61,951,836),22785=>array(95,-62,932,847),22786=>array(59,-46,954,826),22787=>array(67,-64,923,791),22788=>array(18,-67,935,818),22789=>array(30,-82,946,827),22790=>array(51,-71,955,833),22791=>array(43,-63,930,827),22792=>array(37,-60,961,832),22793=>array(58,-62,959,830),22794=>array(55,-41,952,812),22795=>array(71,-67,937,842),22796=>array(54,-64,969,833),22797=>array(55,-65,954,829),22798=>array(60,-67,967,829),22799=>array(53,-65,954,812),22800=>array(84,-66,945,844),22801=>array(53,-65,961,843),22802=>array(46,-67,954,795),22803=>array(55,-67,965,823),22804=>array(36,-53,948,841),22805=>array(95,-71,856,842),22806=>array(41,-65,967,836),22807=>array(46,-66,945,828),22808=>array(57,-59,872,844),22809=>array(24,-66,968,789),22810=>array(89,-68,911,849),22811=>array(107,-81,928,807),22812=>array(45,-65,959,828),22813=>array(29,-47,965,804),22814=>array(119,-58,929,821),22815=>array(14,-59,907,842),22816=>array(66,-65,921,847),22817=>array(66,-65,953,847),22818=>array(59,-73,928,839),22819=>array(71,-73,915,845),22820=>array(58,-76,942,848),22821=>array(22,-69,925,840),22822=>array(50,-69,952,823),22823=>array(85,-43,933,837),22824=>array(55,-63,950,845),22825=>array(61,-51,947,778),22826=>array(83,-48,941,834),22827=>array(74,-51,943,834),22828=>array(29,-57,979,840),22829=>array(84,-55,931,798),22830=>array(54,-70,968,826),22831=>array(58,-66,957,835),22832=>array(76,-70,953,835),22833=>array(86,-70,941,829),22834=>array(33,-62,947,835),22835=>array(54,-7,946,839),22836=>array(62,-59,913,831),22837=>array(43,-61,945,835),22838=>array(36,-71,969,824),22839=>array(58,-68,953,835),22840=>array(29,-70,982,855),22841=>array(29,-59,936,830),22842=>array(33,-59,947,835),22843=>array(21,-58,937,835),22844=>array(60,-67,955,835),22845=>array(66,-71,957,835),22846=>array(69,-64,955,834),22847=>array(53,-45,957,835),22848=>array(53,-62,982,783),22849=>array(40,-31,954,821),22850=>array(50,-67,958,832),22851=>array(67,-88,958,847),22852=>array(32,-44,976,842),22853=>array(59,-67,965,838),22854=>array(66,-41,957,835),22855=>array(60,-65,929,840),22856=>array(62,-62,960,848),22857=>array(44,-72,958,840),22858=>array(59,-74,964,831),22859=>array(21,-58,937,835),22860=>array(37,-60,963,828),22861=>array(35,-60,972,843),22862=>array(36,-22,961,851),22863=>array(46,-77,954,840),22864=>array(39,-66,966,841),22865=>array(43,-70,957,830),22866=>array(36,-65,974,838),22867=>array(57,-65,965,829),22868=>array(48,-71,970,835),22869=>array(53,-57,972,843),22870=>array(30,-59,954,839),22871=>array(43,-65,966,844),22872=>array(42,-65,955,829),22873=>array(29,-60,975,848),22874=>array(54,-68,960,839),22875=>array(26,-68,997,841),22876=>array(47,-69,970,836),22877=>array(70,-82,962,836),22878=>array(47,-75,976,833),22879=>array(41,-59,974,840),22880=>array(40,-71,959,829),22881=>array(44,-64,973,793),22882=>array(36,-68,970,840),22883=>array(51,-78,971,807),22884=>array(26,-77,972,837),22885=>array(39,-73,961,840),22886=>array(44,-66,960,839),22887=>array(47,-72,968,842),22888=>array(39,-64,970,852),22889=>array(32,-22,966,845),22890=>array(30,-65,967,843),22891=>array(40,-71,968,844),22892=>array(39,-64,970,847),22893=>array(35,-63,982,839),22894=>array(51,-69,960,849),22895=>array(29,-80,983,839),22896=>array(40,-73,967,781),22897=>array(48,-66,966,839),22898=>array(42,-72,961,832),22899=>array(86,-53,911,836),22900=>array(64,-67,949,819),22901=>array(52,-63,948,840),22902=>array(68,-70,920,821),22903=>array(63,-63,958,833),22904=>array(69,-65,959,836),22905=>array(40,-56,948,836),22906=>array(100,-70,972,832),22907=>array(65,-64,951,828),22908=>array(64,-55,958,831),22909=>array(52,-67,961,818),22910=>array(62,-65,912,829),22911=>array(44,-60,961,830),22912=>array(63,-66,944,821),22913=>array(66,-59,919,844),22914=>array(71,-74,897,815),22915=>array(29,-52,945,840),22916=>array(54,-72,942,836),22917=>array(77,-53,964,816),22918=>array(31,-67,938,824),22919=>array(47,-62,861,833),22920=>array(46,-61,914,828),22921=>array(61,-71,955,832),22922=>array(51,-72,935,832),22923=>array(76,-72,962,833),22924=>array(64,-69,954,837),22925=>array(51,-67,952,837),22926=>array(56,-72,974,840),22927=>array(74,-66,972,842),22928=>array(53,-56,974,841),22929=>array(49,-54,941,849),22930=>array(62,-68,934,839),22931=>array(57,-69,961,836),22932=>array(47,-64,957,853),22933=>array(57,-66,891,838),22934=>array(47,-70,957,830),22935=>array(39,-66,966,850),22936=>array(45,-69,958,830),22937=>array(53,-67,952,835),22938=>array(49,-64,966,840),22939=>array(66,-44,940,823),22940=>array(58,-69,955,831),22941=>array(39,-63,961,835),22942=>array(45,-50,956,827),22943=>array(66,-59,920,785),22944=>array(61,-66,917,835),22945=>array(57,-70,946,837),22946=>array(50,-67,971,836),22947=>array(52,-48,966,839),22948=>array(46,-62,951,830),22949=>array(67,-71,903,834),22950=>array(44,-66,951,836),22951=>array(53,-68,955,836),22952=>array(55,-77,951,829),22953=>array(53,-64,935,824),22954=>array(36,-66,913,818),22955=>array(36,-64,890,825),22956=>array(62,-62,965,828),22957=>array(58,-64,975,844),22958=>array(58,-65,945,838),22959=>array(61,-65,918,845),22960=>array(64,-67,951,842),22961=>array(62,-73,911,835),22962=>array(50,-58,937,835),22963=>array(53,-52,965,847),22964=>array(59,-63,945,844),22965=>array(60,-56,958,832),22966=>array(45,-56,956,835),22967=>array(66,-60,975,844),22968=>array(61,-62,961,830),22969=>array(30,-71,978,833),22970=>array(55,-66,973,838),22971=>array(80,-70,935,837),22972=>array(62,-60,959,830),22973=>array(59,-62,918,837),22974=>array(65,-65,936,828),22975=>array(60,-55,924,821),22976=>array(53,-65,956,842),22977=>array(60,-65,918,834),22978=>array(71,-58,969,830),22979=>array(60,-58,962,826),22980=>array(61,-61,954,826),22981=>array(56,-72,953,839),22982=>array(60,-67,948,832),22983=>array(58,-70,941,830),22984=>array(55,-50,968,860),22985=>array(37,-68,954,840),22986=>array(70,-64,934,832),22987=>array(54,-74,945,835),22988=>array(56,-62,965,839),22989=>array(32,-56,959,831),22990=>array(42,-77,968,834),22991=>array(62,-69,955,837),22992=>array(56,-65,956,818),22993=>array(56,-64,956,838),22994=>array(66,-64,978,841),22995=>array(52,-69,952,827),22996=>array(58,-67,912,836),22997=>array(58,-67,958,827),22998=>array(51,-52,949,822),22999=>array(41,-70,922,825),23000=>array(48,-67,956,850),23001=>array(40,-64,959,834),23002=>array(53,-70,960,833),23003=>array(60,-70,906,830),23004=>array(67,-63,926,850),23005=>array(38,-65,969,832),23006=>array(48,-52,957,850),23007=>array(38,-68,948,842),23008=>array(57,-74,907,832),23009=>array(80,-72,938,829),23010=>array(63,-72,929,831),23011=>array(38,-66,970,846),23012=>array(62,-66,957,837),23013=>array(47,-54,959,833),23014=>array(49,-71,962,843),23015=>array(52,-65,952,845),23016=>array(54,-67,968,837),23017=>array(68,-75,956,827),23018=>array(45,-69,956,824),23019=>array(50,-71,955,831),23020=>array(62,-66,956,829),23021=>array(67,-73,931,837),23022=>array(69,-59,960,837),23023=>array(64,-74,953,823),23024=>array(45,-60,909,836),23025=>array(44,-49,979,860),23026=>array(61,-74,954,831),23027=>array(61,-70,887,830),23028=>array(83,-73,938,824),23029=>array(69,-79,954,821),23030=>array(52,-50,970,858),23031=>array(55,-73,957,827),23032=>array(63,-73,953,827),23033=>array(40,-59,953,845),23034=>array(64,-74,953,823),23035=>array(53,-66,895,831),23036=>array(73,-80,932,822),23037=>array(78,-75,947,820),23038=>array(57,-80,955,823),23039=>array(59,-74,939,842),23040=>array(64,-67,951,830),23041=>array(53,-74,959,832),23042=>array(73,-73,959,832),23043=>array(73,-68,953,833),23044=>array(44,-65,935,829),23045=>array(44,-77,934,817),23046=>array(28,-69,936,822),23047=>array(40,-60,939,836),23048=>array(56,-82,919,834),23049=>array(34,-64,962,839),23050=>array(64,-68,958,830),23051=>array(62,-70,897,836),23052=>array(46,-48,956,840),23053=>array(46,-70,961,840),23054=>array(37,-68,939,830),23055=>array(56,-62,956,838),23056=>array(64,-64,953,837),23057=>array(37,-68,943,830),23058=>array(56,-67,953,845),23059=>array(41,-67,963,823),23060=>array(82,-69,954,839),23061=>array(60,-62,964,837),23062=>array(63,-69,980,829),23063=>array(57,-69,983,833),23064=>array(62,-75,962,831),23065=>array(51,-48,952,845),23066=>array(72,-74,923,808),23067=>array(64,-71,977,833),23068=>array(50,-71,947,833),23069=>array(66,-54,969,852),23070=>array(48,-68,945,833),23071=>array(63,-72,897,831),23072=>array(66,-66,965,831),23073=>array(66,-66,961,831),23074=>array(54,-66,951,867),23075=>array(65,-67,933,845),23076=>array(37,-68,939,829),23077=>array(42,-63,972,832),23078=>array(62,-64,954,828),23079=>array(62,-68,949,846),23080=>array(47,-64,954,828),23081=>array(57,-67,967,848),23082=>array(57,-68,948,828),23083=>array(39,-67,967,828),23084=>array(42,-64,962,833),23085=>array(73,-74,964,833),23086=>array(64,-68,941,832),23087=>array(64,-71,948,833),23088=>array(64,-67,955,840),23089=>array(32,-62,947,826),23090=>array(43,-72,891,819),23091=>array(55,-64,912,839),23092=>array(46,-73,870,832),23093=>array(49,-71,968,835),23094=>array(67,-75,940,793),23095=>array(65,-44,953,833),23096=>array(51,-78,953,833),23097=>array(44,-77,964,828),23098=>array(37,-67,973,823),23099=>array(61,-64,973,835),23100=>array(68,-69,906,832),23101=>array(57,-67,955,828),23102=>array(51,-69,958,827),23103=>array(37,-58,939,827),23104=>array(38,-65,952,835),23105=>array(55,-68,930,832),23106=>array(63,-71,912,840),23107=>array(58,-68,957,834),23108=>array(53,-67,960,839),23109=>array(64,-61,921,847),23110=>array(66,-74,946,836),23111=>array(42,-67,959,834),23112=>array(46,-72,971,831),23113=>array(59,-63,954,836),23114=>array(37,-67,977,837),23115=>array(44,-66,953,837),23116=>array(49,-71,980,828),23117=>array(54,-65,962,839),23118=>array(69,-68,953,842),23119=>array(42,-67,968,848),23120=>array(52,-70,979,827),23121=>array(50,-70,962,830),23122=>array(50,-68,971,836),23123=>array(64,-74,935,827),23124=>array(54,-63,964,834),23125=>array(37,-65,964,836),23126=>array(45,-68,979,829),23127=>array(54,-70,960,832),23128=>array(50,-62,966,831),23129=>array(48,-60,946,841),23130=>array(55,-71,960,833),23131=>array(52,-62,955,838),23132=>array(47,-67,954,790),23133=>array(52,-71,961,828),23134=>array(49,-67,959,839),23135=>array(66,-71,912,829),23136=>array(65,-68,924,839),23137=>array(44,-64,970,839),23138=>array(54,-65,951,850),23139=>array(59,-75,922,834),23140=>array(52,-72,898,830),23141=>array(56,-66,967,833),23142=>array(42,-74,944,832),23143=>array(45,-64,948,837),23144=>array(34,-61,957,834),23145=>array(53,-67,948,837),23146=>array(47,-78,964,822),23147=>array(54,-56,949,834),23148=>array(37,-50,950,829),23149=>array(45,-54,954,833),23150=>array(69,-68,945,834),23151=>array(57,-78,918,795),23152=>array(50,-73,959,835),23153=>array(57,-78,944,848),23154=>array(70,-65,962,835),23155=>array(61,-62,934,835),23156=>array(56,-74,915,780),23157=>array(37,-70,956,825),23158=>array(52,-63,903,831),23159=>array(40,-65,949,852),23160=>array(57,-68,947,830),23161=>array(65,-67,952,835),23162=>array(51,-69,963,841),23163=>array(50,-65,951,833),23164=>array(51,-64,954,840),23165=>array(53,-70,964,832),23166=>array(41,-70,964,849),23167=>array(63,-65,967,834),23168=>array(67,-68,932,832),23169=>array(50,-64,963,849),23170=>array(65,-61,935,858),23171=>array(57,-68,961,832),23172=>array(57,-71,961,833),23173=>array(38,-49,955,827),23174=>array(57,-72,945,835),23175=>array(57,-72,934,832),23176=>array(70,-62,950,824),23177=>array(57,-62,943,832),23178=>array(43,-73,951,833),23179=>array(58,-73,973,823),23180=>array(52,-74,955,830),23181=>array(56,-82,954,852),23182=>array(57,-68,965,838),23183=>array(50,-69,950,830),23184=>array(51,-72,952,787),23185=>array(65,-66,959,842),23186=>array(60,-66,973,836),23187=>array(60,-58,959,841),23188=>array(52,-70,954,834),23189=>array(57,-76,964,833),23190=>array(47,-60,988,842),23191=>array(73,-50,961,836),23192=>array(57,-65,951,842),23193=>array(48,-74,961,843),23194=>array(63,-73,900,827),23195=>array(42,-65,949,836),23196=>array(56,-82,954,833),23197=>array(50,-72,945,835),23198=>array(55,-69,986,832),23199=>array(44,-62,963,810),23200=>array(64,-65,927,845),23201=>array(58,-67,964,833),23202=>array(49,-70,920,825),23203=>array(43,-66,954,835),23204=>array(67,-53,976,832),23205=>array(53,-78,921,834),23206=>array(55,-67,914,832),23207=>array(54,-65,919,837),23208=>array(54,-63,967,835),23209=>array(62,-71,914,827),23210=>array(35,-74,951,815),23211=>array(38,-60,965,836),23212=>array(56,-67,981,825),23213=>array(57,-82,931,825),23214=>array(41,-70,974,849),23215=>array(46,-60,928,845),23216=>array(46,-65,908,832),23217=>array(55,-73,967,840),23218=>array(43,-53,958,852),23219=>array(65,-67,967,846),23220=>array(59,-76,974,823),23221=>array(31,-65,968,834),23222=>array(55,-67,954,827),23223=>array(43,-64,950,837),23224=>array(55,-71,966,843),23225=>array(56,-69,915,834),23226=>array(51,-73,975,829),23227=>array(38,-76,950,832),23228=>array(51,-72,968,818),23229=>array(56,-71,922,818),23230=>array(18,-64,948,837),23231=>array(52,-64,972,855),23232=>array(48,-69,962,833),23233=>array(53,-69,970,832),23234=>array(42,-65,958,840),23235=>array(60,-71,945,840),23236=>array(38,-65,968,839),23237=>array(72,-60,954,844),23238=>array(65,-69,977,833),23239=>array(54,-82,962,829),23240=>array(61,-73,932,831),23241=>array(66,-76,957,831),23242=>array(49,-65,954,832),23243=>array(36,-57,929,818),23244=>array(51,-64,966,850),23245=>array(52,-70,927,832),23246=>array(44,-69,950,840),23247=>array(49,-64,946,842),23248=>array(57,-65,958,829),23249=>array(82,-71,934,791),23250=>array(44,-73,931,820),23251=>array(43,-53,967,844),23252=>array(43,-72,920,826),23253=>array(58,-56,971,830),23254=>array(22,-62,953,831),23255=>array(36,-77,951,837),23256=>array(44,-61,977,843),23257=>array(38,-63,970,841),23258=>array(47,-47,972,833),23259=>array(52,-74,958,785),23260=>array(52,-65,964,849),23261=>array(58,-70,962,834),23262=>array(54,-67,957,836),23263=>array(44,-47,951,841),23264=>array(37,-66,955,841),23265=>array(37,-64,948,836),23266=>array(51,-72,954,826),23267=>array(43,-61,952,836),23268=>array(55,-55,938,836),23269=>array(50,-69,951,831),23270=>array(30,-77,921,826),23271=>array(36,-67,943,830),23272=>array(59,-72,972,833),23273=>array(69,-69,964,835),23274=>array(37,-72,973,839),23275=>array(68,-62,989,837),23276=>array(63,-66,978,834),23277=>array(56,-68,953,831),23278=>array(50,-70,954,828),23279=>array(44,-75,960,833),23280=>array(69,-69,984,837),23281=>array(41,-70,914,823),23282=>array(49,-66,979,840),23283=>array(51,-50,957,859),23284=>array(62,-80,956,829),23285=>array(40,-65,961,836),23286=>array(39,-54,970,856),23287=>array(34,-65,950,841),23288=>array(44,-78,962,837),23289=>array(46,-73,966,828),23290=>array(42,-68,911,835),23291=>array(57,-65,915,823),23292=>array(38,-74,958,831),23293=>array(44,-74,980,838),23294=>array(37,-74,954,836),23295=>array(48,-77,965,834),23296=>array(53,-67,964,852),23297=>array(35,-77,989,831),23298=>array(54,-82,981,833),23299=>array(45,-77,951,827),23300=>array(38,-69,954,833),23301=>array(38,-69,952,829),23302=>array(41,-64,991,858),23303=>array(38,-79,960,832),23304=>array(44,-64,965,835),23305=>array(38,-64,956,841),23306=>array(64,-89,940,832),23307=>array(34,-68,958,835),23308=>array(52,-68,966,834),23309=>array(38,-66,965,835),23310=>array(42,-70,975,831),23311=>array(40,-68,975,831),23312=>array(44,-74,976,841),23313=>array(30,-50,963,844),23314=>array(45,-68,973,864),23315=>array(45,-80,977,839),23316=>array(41,-66,971,831),23317=>array(46,-64,941,835),23318=>array(61,-75,948,848),23319=>array(35,-56,962,850),23320=>array(34,-64,952,837),23321=>array(36,-65,964,837),23322=>array(42,-70,972,844),23323=>array(46,-60,991,836),23324=>array(53,-84,969,849),23325=>array(46,-64,956,848),23326=>array(50,-41,962,835),23327=>array(46,-70,965,853),23328=>array(38,-67,984,838),23329=>array(36,-66,975,843),23330=>array(43,-79,966,837),23331=>array(51,-70,964,837),23332=>array(37,-68,973,848),23333=>array(51,-70,956,825),23334=>array(50,-71,955,826),23335=>array(41,-70,953,825),23336=>array(34,-50,963,838),23337=>array(43,-70,942,831),23338=>array(44,-67,966,844),23339=>array(34,-65,947,840),23340=>array(48,-68,951,829),23341=>array(44,-68,976,815),23342=>array(45,-74,950,807),23343=>array(45,-68,957,824),23344=>array(68,-69,924,791),23345=>array(53,-75,953,840),23346=>array(46,-63,934,829),23347=>array(43,-65,963,831),23348=>array(43,-69,956,850),23349=>array(40,-68,936,845),23350=>array(43,-64,962,859),23351=>array(36,-67,962,846),23352=>array(54,-65,958,851),23353=>array(27,-65,977,829),23354=>array(57,-53,971,829),23355=>array(46,-66,961,841),23356=>array(62,-74,921,831),23357=>array(40,-67,976,839),23358=>array(35,-50,968,848),23359=>array(41,-68,971,836),23360=>array(51,-65,932,831),23361=>array(68,-66,930,785),23362=>array(42,-43,959,840),23363=>array(59,-61,989,840),23364=>array(41,-66,909,832),23365=>array(43,-65,969,821),23366=>array(55,-67,954,831),23367=>array(46,-64,980,832),23368=>array(48,-65,943,831),23369=>array(66,-58,937,839),23370=>array(41,-78,942,839),23371=>array(44,-72,962,825),23372=>array(55,-74,957,839),23373=>array(39,-67,974,831),23374=>array(46,-73,947,830),23375=>array(45,-65,953,846),23376=>array(98,-49,921,787),23377=>array(72,-52,927,782),23378=>array(221,-58,921,778),23379=>array(94,-53,939,781),23380=>array(69,-61,953,825),23381=>array(74,-59,942,783),23382=>array(41,-52,955,786),23383=>array(94,-61,926,832),23384=>array(47,-69,943,839),23385=>array(31,-66,937,823),23386=>array(53,-65,947,840),23387=>array(74,-64,944,831),23388=>array(60,-65,967,834),23389=>array(48,-61,928,834),23390=>array(24,-31,945,786),23391=>array(66,-17,955,786),23392=>array(86,-51,920,828),23393=>array(20,-70,953,839),23394=>array(53,-64,947,847),23395=>array(50,-67,959,838),23396=>array(42,-77,970,838),23397=>array(54,-58,947,852),23398=>array(74,-54,926,826),23399=>array(86,-52,935,826),23400=>array(41,-67,950,800),23401=>array(51,-68,948,833),23402=>array(41,-60,924,842),23403=>array(44,-69,965,815),23404=>array(38,-66,946,791),23405=>array(55,-72,960,785),23406=>array(41,-64,949,836),23407=>array(63,-61,956,796),23408=>array(41,-68,971,834),23409=>array(31,-59,962,798),23410=>array(51,-50,961,789),23411=>array(53,-56,949,855),23412=>array(135,-68,903,823),23413=>array(34,-76,944,817),23414=>array(53,-58,949,838),23415=>array(41,-71,953,831),23416=>array(66,-67,939,831),23417=>array(64,-57,940,840),23418=>array(31,-64,955,790),23419=>array(44,-70,954,823),23420=>array(59,-81,946,833),23421=>array(71,-60,948,837),23422=>array(39,-67,954,788),23423=>array(57,-59,955,846),23424=>array(90,354,883,650),23425=>array(79,-52,934,851),23426=>array(56,-67,945,833),23427=>array(109,-28,902,821),23428=>array(55,-63,952,841),23429=>array(70,-38,942,833),23430=>array(79,-61,932,841),23431=>array(59,-69,931,840),23432=>array(77,-59,923,825),23433=>array(76,-70,912,818),23434=>array(71,-64,950,844),23435=>array(63,-65,951,824),23436=>array(60,-62,946,839),23437=>array(58,-58,942,822),23438=>array(48,-66,955,845),23439=>array(77,-64,927,822),23440=>array(76,-37,972,838),23441=>array(106,-66,923,838),23442=>array(84,-44,940,832),23443=>array(46,-66,958,830),23444=>array(75,-32,925,842),23445=>array(57,-65,894,839),23446=>array(75,-65,942,830),23447=>array(71,-63,945,822),23448=>array(106,-70,894,839),23449=>array(106,-71,894,817),23450=>array(41,-67,953,826),23451=>array(54,-59,954,818),23452=>array(60,-29,953,831),23453=>array(79,-25,925,826),23454=>array(73,-61,929,832),23455=>array(47,-57,955,827),23456=>array(32,-56,957,841),23457=>array(89,-60,904,842),23458=>array(40,-61,958,828),23459=>array(73,-25,931,823),23460=>array(93,-35,907,825),23461=>array(51,-70,908,839),23462=>array(102,-72,915,832),23463=>array(90,-21,910,835),23464=>array(74,-79,949,824),23465=>array(87,-54,933,835),23466=>array(41,-63,921,837),23467=>array(91,-74,894,839),23468=>array(39,-65,966,842),23469=>array(59,-65,932,830),23470=>array(98,-68,902,829),23471=>array(42,-58,934,848),23472=>array(80,-63,931,831),23473=>array(83,-52,893,844),23474=>array(46,-50,955,844),23475=>array(83,-65,920,834),23476=>array(69,-79,934,839),23477=>array(110,-71,901,837),23478=>array(55,-65,960,823),23479=>array(46,-56,955,857),23480=>array(45,-67,968,833),23481=>array(47,-68,953,834),23482=>array(54,-57,955,840),23483=>array(55,-61,949,834),23484=>array(47,-73,959,846),23485=>array(81,-62,927,836),23486=>array(50,-77,917,846),23487=>array(43,-73,906,828),23488=>array(46,-62,955,826),23489=>array(41,-67,982,841),23490=>array(48,-71,969,835),23491=>array(54,-62,952,829),23492=>array(80,-59,941,833),23493=>array(53,-69,956,835),23494=>array(66,-64,944,827),23495=>array(47,-73,959,830),23496=>array(86,-65,921,846),23497=>array(90,-67,912,845),23498=>array(62,-74,963,838),23499=>array(37,-41,968,835),23500=>array(107,-67,900,835),23501=>array(61,-31,953,835),23502=>array(43,-53,926,860),23503=>array(63,-66,961,841),23504=>array(46,-77,962,821),23505=>array(45,-72,929,839),23506=>array(48,-83,952,834),23507=>array(100,-65,900,840),23508=>array(75,-68,971,828),23509=>array(83,-68,930,843),23510=>array(56,-60,981,844),23511=>array(47,-55,944,840),23512=>array(72,-78,931,841),23513=>array(34,-64,966,839),23514=>array(65,-65,957,842),23515=>array(55,-57,956,842),23516=>array(80,-68,917,843),23517=>array(39,-75,952,829),23518=>array(35,-76,962,845),23519=>array(53,-62,954,825),23520=>array(41,-61,936,856),23521=>array(35,-66,974,840),23522=>array(47,-76,960,836),23523=>array(53,-72,948,836),23524=>array(54,-64,953,836),23525=>array(42,-72,977,850),23526=>array(61,-74,952,850),23527=>array(80,-68,917,844),23528=>array(44,-69,930,839),23529=>array(41,-73,970,835),23530=>array(50,-63,914,836),23531=>array(82,-65,910,833),23532=>array(55,-57,953,843),23533=>array(83,-34,925,849),23534=>array(41,-64,970,838),23535=>array(63,-68,917,841),23536=>array(62,-78,967,846),23537=>array(44,-69,975,835),23538=>array(58,-75,968,833),23539=>array(70,-69,939,832),23540=>array(67,-76,957,841),23541=>array(54,-66,969,836),23542=>array(70,-69,939,850),23543=>array(69,-25,923,847),23544=>array(97,-64,912,829),23545=>array(24,-60,915,829),23546=>array(77,-59,932,836),23547=>array(62,-57,913,793),23548=>array(50,-58,916,786),23549=>array(50,-63,916,840),23550=>array(49,-46,951,821),23551=>array(60,-57,934,835),23552=>array(100,-61,945,826),23553=>array(49,-61,945,826),23554=>array(62,-72,935,823),23555=>array(55,-72,936,823),23556=>array(49,-64,948,845),23557=>array(44,-69,962,827),23558=>array(41,-63,940,839),23559=>array(37,-64,956,841),23560=>array(57,-67,947,826),23561=>array(44,-71,951,826),23562=>array(68,-63,932,850),23563=>array(73,-70,933,811),23564=>array(53,-71,955,829),23565=>array(38,-61,952,835),23566=>array(57,-65,944,848),23567=>array(71,-41,927,818),23568=>array(68,-62,945,816),23569=>array(52,-67,944,818),23570=>array(45,-63,954,833),23571=>array(59,-63,935,827),23572=>array(32,-63,909,830),23573=>array(49,-58,961,789),23574=>array(61,-64,939,830),23575=>array(49,-58,961,821),23576=>array(50,-16,921,824),23577=>array(116,-70,861,824),23578=>array(110,-70,864,836),23579=>array(31,-48,962,821),23580=>array(43,-64,952,824),23581=>array(66,-68,898,831),23582=>array(41,-64,970,821),23583=>array(41,-71,970,822),23584=>array(42,-84,972,826),23585=>array(41,-62,961,836),23586=>array(46,-63,954,829),23587=>array(82,-47,936,782),23588=>array(62,-65,927,829),23589=>array(32,-60,963,842),23590=>array(42,-44,959,835),23591=>array(70,-61,932,827),23592=>array(35,-70,949,853),23593=>array(35,-61,964,798),23594=>array(44,-64,964,832),23595=>array(32,-55,962,785),23596=>array(31,-66,963,844),23597=>array(43,-65,962,837),23598=>array(34,-51,958,833),23599=>array(34,-51,958,835),23600=>array(50,-66,961,836),23601=>array(56,-63,951,831),23602=>array(33,-51,958,842),23603=>array(44,-69,959,826),23604=>array(34,-51,958,833),23605=>array(34,-51,960,835),23606=>array(36,-66,971,831),23607=>array(36,-72,974,831),23608=>array(78,-71,880,766),23609=>array(41,-58,956,772),23610=>array(69,-73,926,765),23611=>array(36,-62,963,790),23612=>array(53,-71,934,782),23613=>array(40,-60,960,789),23614=>array(57,-67,940,784),23615=>array(52,-74,951,779),23616=>array(68,-65,895,785),23617=>array(54,-73,938,782),23618=>array(28,-63,917,789),23619=>array(28,-64,961,789),23620=>array(52,-62,903,794),23621=>array(56,-73,930,782),23622=>array(64,-73,896,788),23623=>array(63,-62,897,792),23624=>array(49,-65,886,792),23625=>array(41,-70,935,787),23626=>array(22,-60,846,791),23627=>array(53,-74,933,796),23628=>array(59,-69,894,786),23629=>array(33,-64,964,791),23630=>array(47,-76,939,785),23631=>array(53,-72,930,785),23632=>array(37,-65,972,789),23633=>array(59,-72,894,789),23634=>array(45,-72,956,795),23635=>array(65,-92,946,781),23636=>array(60,-59,952,804),23637=>array(46,-73,943,779),23638=>array(55,-64,932,782),23639=>array(48,-73,964,798),23640=>array(48,-73,964,782),23641=>array(35,-68,951,788),23642=>array(58,-66,899,808),23643=>array(53,-72,930,785),23644=>array(49,-67,957,791),23645=>array(44,-70,935,786),23646=>array(30,-73,877,777),23647=>array(23,-58,963,803),23648=>array(46,-68,935,796),23649=>array(41,-65,911,788),23650=>array(46,-82,939,823),23651=>array(44,-69,973,787),23652=>array(50,-68,900,808),23653=>array(29,-68,953,786),23654=>array(35,-73,913,789),23655=>array(23,-58,975,803),23656=>array(41,-70,962,798),23657=>array(44,-62,959,800),23658=>array(48,-66,966,786),23659=>array(44,-62,983,800),23660=>array(57,-82,912,790),23661=>array(40,-58,934,804),23662=>array(85,-65,895,825),23663=>array(78,-40,952,836),23664=>array(90,-68,912,848),23665=>array(137,-48,863,771),23666=>array(124,-65,853,820),23667=>array(47,-65,950,800),23668=>array(67,-62,915,833),23669=>array(46,-80,882,833),23670=>array(67,-62,915,833),23671=>array(94,-70,920,821),23672=>array(94,4,953,821),23673=>array(53,-27,935,841),23674=>array(85,-28,931,813),23675=>array(110,-64,897,820),23676=>array(113,-70,964,824),23677=>array(113,-50,963,824),23678=>array(89,-69,911,814),23679=>array(90,-67,922,825),23680=>array(143,-65,869,838),23681=>array(80,-65,855,815),23682=>array(104,-31,921,822),23683=>array(95,-75,915,833),23684=>array(113,-65,889,824),23685=>array(95,-68,953,824),23686=>array(97,-62,963,827),23687=>array(110,-64,911,836),23688=>array(89,-52,930,814),23689=>array(103,-66,909,834),23690=>array(118,-67,935,787),23691=>array(106,-71,965,806),23692=>array(43,-65,957,832),23693=>array(86,-68,931,817),23694=>array(63,-71,951,824),23695=>array(104,-69,948,818),23696=>array(76,-66,964,837),23697=>array(41,-73,955,833),23698=>array(96,-71,960,836),23699=>array(101,-70,948,830),23700=>array(45,-69,961,821),23701=>array(52,-68,969,831),23702=>array(93,-29,916,803),23703=>array(134,-58,833,830),23704=>array(87,-68,934,810),23705=>array(53,-67,959,812),23706=>array(40,-62,957,826),23707=>array(115,-63,865,832),23708=>array(140,-26,921,823),23709=>array(53,-66,935,838),23710=>array(91,-62,955,845),23711=>array(97,-70,964,831),23712=>array(91,-20,951,813),23713=>array(113,-59,888,789),23714=>array(80,-62,931,839),23715=>array(109,-54,909,845),23716=>array(65,-66,966,834),23717=>array(98,-70,957,827),23718=>array(70,-27,945,824),23719=>array(54,-56,900,850),23720=>array(80,-25,948,817),23721=>array(69,-68,920,822),23722=>array(107,-64,900,837),23723=>array(66,-64,892,830),23724=>array(81,-67,901,817),23725=>array(103,-72,948,833),23726=>array(103,-43,949,833),23727=>array(97,-30,949,800),23728=>array(98,-69,910,834),23729=>array(47,-67,955,839),23730=>array(87,-62,960,810),23731=>array(76,-65,924,829),23732=>array(93,-8,933,814),23733=>array(76,-65,935,829),23734=>array(66,-66,888,843),23735=>array(66,-67,939,817),23736=>array(35,-72,931,829),23737=>array(87,-70,910,810),23738=>array(41,-66,955,833),23739=>array(62,-57,961,829),23740=>array(62,-67,959,817),23741=>array(63,-66,920,815),23742=>array(66,-67,955,830),23743=>array(101,-66,875,824),23744=>array(144,-65,869,833),23745=>array(67,-69,911,836),23746=>array(107,-62,964,837),23747=>array(97,-67,907,820),23748=>array(91,-68,944,798),23749=>array(66,-75,950,845),23750=>array(111,-70,961,823),23751=>array(30,-62,979,840),23752=>array(107,-70,961,826),23753=>array(48,-70,963,821),23754=>array(163,-78,862,824),23755=>array(100,-60,903,844),23756=>array(107,-12,960,795),23757=>array(101,-64,959,827),23758=>array(134,-77,937,824),23759=>array(104,-68,956,821),23760=>array(107,-70,960,827),23761=>array(53,-41,948,819),23762=>array(101,-62,898,815),23763=>array(108,-76,949,822),23764=>array(103,-32,942,822),23765=>array(71,-70,947,836),23766=>array(111,-76,944,821),23767=>array(100,-67,949,819),23768=>array(106,-12,956,804),23769=>array(58,-58,927,838),23770=>array(54,-29,971,819),23771=>array(74,-76,885,818),23772=>array(44,-44,974,839),23773=>array(144,-61,869,827),23774=>array(46,-69,939,822),23775=>array(50,-67,934,825),23776=>array(79,-64,940,835),23777=>array(76,-64,945,826),23778=>array(73,-67,910,830),23779=>array(82,-60,944,829),23780=>array(89,-65,947,819),23781=>array(93,-62,957,830),23782=>array(40,-65,947,844),23783=>array(88,-63,944,846),23784=>array(77,-57,945,833),23785=>array(43,-52,958,850),23786=>array(62,-63,941,826),23787=>array(78,-67,948,817),23788=>array(109,-61,956,831),23789=>array(66,-67,923,833),23790=>array(98,-60,941,814),23791=>array(37,-64,978,839),23792=>array(77,-65,961,840),23793=>array(47,-65,951,793),23794=>array(46,-59,898,841),23795=>array(39,-67,969,841),23796=>array(77,-64,933,827),23797=>array(66,-43,956,828),23798=>array(118,-70,897,845),23799=>array(89,-62,939,829),23800=>array(105,-78,952,823),23801=>array(39,-71,957,835),23802=>array(66,-72,962,817),23803=>array(79,-69,966,849),23804=>array(69,-62,929,833),23805=>array(70,-73,961,836),23806=>array(93,-71,932,837),23807=>array(101,-62,944,813),23808=>array(131,-68,947,826),23809=>array(55,-64,987,837),23810=>array(91,-65,912,825),23811=>array(87,-65,963,818),23812=>array(69,-32,939,813),23813=>array(69,-54,906,849),23814=>array(85,-23,924,839),23815=>array(63,-66,937,835),23816=>array(92,-65,924,858),23817=>array(77,-62,980,843),23818=>array(64,-63,968,842),23819=>array(66,-73,934,831),23820=>array(109,-68,956,818),23821=>array(63,-63,945,835),23822=>array(77,-69,938,831),23823=>array(109,-73,962,827),23824=>array(90,-42,961,811),23825=>array(76,-66,954,838),23826=>array(69,-68,945,835),23827=>array(93,-65,909,811),23828=>array(49,-68,949,836),23829=>array(66,-64,953,825),23830=>array(46,-80,938,833),23831=>array(134,-67,879,833),23832=>array(66,-68,960,839),23833=>array(33,-61,979,841),23834=>array(66,-52,968,850),23835=>array(66,-66,932,817),23836=>array(90,-27,911,832),23837=>array(107,-68,957,833),23838=>array(91,-62,935,851),23839=>array(49,-22,962,835),23840=>array(109,-71,976,830),23841=>array(71,-57,920,802),23842=>array(65,-71,956,834),23843=>array(55,-66,970,837),23844=>array(79,-64,927,838),23845=>array(100,-73,948,837),23846=>array(74,-33,950,847),23847=>array(29,-64,933,838),23848=>array(107,-69,974,832),23849=>array(59,-74,894,835),23850=>array(95,-64,951,845),23851=>array(61,-74,911,823),23852=>array(50,-50,960,829),23853=>array(36,-70,914,823),23854=>array(127,-67,886,837),23855=>array(86,-22,964,845),23856=>array(106,-68,930,835),23857=>array(73,-74,897,829),23858=>array(109,-28,954,837),23859=>array(106,-71,967,837),23860=>array(33,-63,956,835),23861=>array(111,-68,955,817),23862=>array(52,-65,953,829),23863=>array(79,-71,953,838),23864=>array(108,-81,963,809),23865=>array(108,-69,933,831),23866=>array(38,-73,956,829),23867=>array(72,-68,949,830),23868=>array(109,-72,961,815),23869=>array(60,-31,955,836),23870=>array(82,-65,945,805),23871=>array(109,-63,962,818),23872=>array(48,-70,955,826),23873=>array(109,-27,953,826),23874=>array(43,-67,954,833),23875=>array(108,-71,951,833),23876=>array(74,-71,961,831),23877=>array(41,-71,953,831),23878=>array(39,-70,960,832),23879=>array(45,-65,972,837),23880=>array(92,-67,958,830),23881=>array(106,-70,944,841),23882=>array(79,-65,960,842),23883=>array(66,-64,905,817),23884=>array(47,-69,971,835),23885=>array(36,-62,954,830),23886=>array(66,-65,915,817),23887=>array(57,-75,945,821),23888=>array(34,-62,970,837),23889=>array(109,-70,919,821),23890=>array(99,-52,895,800),23891=>array(114,-42,910,813),23892=>array(63,-69,943,812),23893=>array(103,-69,967,819),23894=>array(83,-23,967,836),23895=>array(45,-70,939,809),23896=>array(82,-71,955,817),23897=>array(55,-70,956,827),23898=>array(26,-66,960,835),23899=>array(33,-64,979,839),23900=>array(60,-62,928,831),23901=>array(92,-63,944,817),23902=>array(51,-71,967,847),23903=>array(37,-77,939,833),23904=>array(106,-62,995,841),23905=>array(47,-56,969,825),23906=>array(106,-70,958,842),23907=>array(111,-72,951,835),23908=>array(70,-60,919,830),23909=>array(110,-68,963,829),23910=>array(81,-20,933,839),23911=>array(105,-73,911,831),23912=>array(109,-74,940,842),23913=>array(63,-70,937,835),23914=>array(81,-75,939,841),23915=>array(83,-66,938,844),23916=>array(76,-74,951,836),23917=>array(59,-76,953,840),23918=>array(64,-65,973,846),23919=>array(77,-39,945,825),23920=>array(83,-64,967,843),23921=>array(105,-72,967,830),23922=>array(110,-72,979,845),23923=>array(37,-47,956,839),23924=>array(78,-67,960,833),23925=>array(114,-61,947,836),23926=>array(69,-54,929,809),23927=>array(101,-67,974,836),23928=>array(48,-71,966,835),23929=>array(79,-76,959,835),23930=>array(109,-67,960,817),23931=>array(79,-66,968,848),23932=>array(112,-67,959,834),23933=>array(98,-67,957,826),23934=>array(38,-49,974,851),23935=>array(68,-74,965,835),23936=>array(109,-65,953,818),23937=>array(76,-68,934,836),23938=>array(62,-65,930,844),23939=>array(93,-64,962,842),23940=>array(50,-64,955,835),23941=>array(36,-59,957,794),23942=>array(109,-69,955,826),23943=>array(66,-64,933,817),23944=>array(48,-71,962,830),23945=>array(127,-68,964,831),23946=>array(46,-58,948,842),23947=>array(83,-63,924,843),23948=>array(51,-56,890,810),23949=>array(107,-73,900,812),23950=>array(51,-64,948,821),23951=>array(40,-78,954,821),23952=>array(107,-73,949,812),23953=>array(81,-75,951,834),23954=>array(95,-53,908,851),23955=>array(98,-71,972,830),23956=>array(45,-65,978,836),23957=>array(109,-70,970,827),23958=>array(60,-63,991,858),23959=>array(92,-67,935,829),23960=>array(29,-71,910,838),23961=>array(76,-71,937,829),23962=>array(24,-67,985,835),23963=>array(76,-62,959,852),23964=>array(37,-72,964,830),23965=>array(66,-24,954,835),23966=>array(116,-71,933,838),23967=>array(78,-72,955,848),23968=>array(76,-64,956,828),23969=>array(40,-79,971,830),23970=>array(62,-64,943,836),23971=>array(39,-64,938,830),23972=>array(33,-59,962,833),23973=>array(66,-73,970,812),23974=>array(67,-72,945,841),23975=>array(82,-64,935,814),23976=>array(100,-67,915,835),23977=>array(109,-80,973,829),23978=>array(40,-68,964,840),23979=>array(79,-67,948,825),23980=>array(66,-77,965,840),23981=>array(103,-64,947,840),23982=>array(66,-57,950,854),23983=>array(44,-80,965,829),23984=>array(106,-69,961,828),23985=>array(106,-69,954,824),23986=>array(57,-60,929,842),23987=>array(40,-52,968,836),23988=>array(38,-73,977,840),23989=>array(115,-68,961,814),23990=>array(45,-73,967,825),23991=>array(29,-63,951,834),23992=>array(75,-65,947,829),23993=>array(62,-65,960,833),23994=>array(40,-73,961,832),23995=>array(37,-84,964,831),23996=>array(74,-70,958,821),23997=>array(52,-66,965,839),23998=>array(78,-32,953,837),23999=>array(74,-64,943,812),24000=>array(39,-64,964,831),24001=>array(73,-63,962,826),24002=>array(49,-64,936,838),24003=>array(54,-64,975,836),24004=>array(67,-63,962,843),24005=>array(46,-68,931,824),24006=>array(93,-67,940,836),24007=>array(95,-56,959,847),24008=>array(69,-64,919,812),24009=>array(69,-67,966,848),24010=>array(72,-62,958,831),24011=>array(43,-65,938,836),24012=>array(42,-69,968,820),24013=>array(38,-73,957,828),24014=>array(54,-61,976,820),24015=>array(93,-70,953,817),24016=>array(78,-61,975,836),24017=>array(106,-68,976,832),24018=>array(58,-64,961,841),24019=>array(55,-87,941,851),24020=>array(48,-64,962,836),24021=>array(96,-63,945,844),24022=>array(42,-67,973,836),24023=>array(58,-64,963,815),24024=>array(82,-72,956,832),24025=>array(74,-65,964,837),24026=>array(37,-68,957,833),24027=>array(43,-60,914,801),24028=>array(166,-60,793,795),24029=>array(58,-70,858,817),24030=>array(55,-64,859,823),24031=>array(55,-70,941,839),24032=>array(74,-36,945,773),24033=>array(22,-53,943,817),24034=>array(61,-59,961,849),24035=>array(61,-59,961,836),24036=>array(122,-67,935,842),24037=>array(95,54,909,696),24038=>array(55,-14,925,819),24039=>array(59,-57,933,773),24040=>array(169,-60,932,791),24041=>array(44,-64,940,790),24042=>array(88,-54,921,806),24043=>array(69,1,949,753),24044=>array(63,-47,955,814),24045=>array(64,-59,955,847),24046=>array(47,-19,936,840),24047=>array(37,-67,936,841),24048=>array(43,-71,959,845),24049=>array(114,0,897,763),24050=>array(138,-17,934,764),24051=>array(174,-24,942,768),24052=>array(140,-12,942,746),24053=>array(59,-65,938,835),24054=>array(68,-58,945,776),24055=>array(38,-43,971,819),24056=>array(100,-50,972,781),24057=>array(33,-35,989,780),24058=>array(72,-72,941,776),24059=>array(44,-43,955,830),24060=>array(136,-67,962,796),24061=>array(63,-80,937,790),24062=>array(154,-69,846,829),24063=>array(82,-63,936,833),24064=>array(72,-68,928,759),24065=>array(91,-62,873,814),24066=>array(72,-68,928,826),24067=>array(58,-67,920,835),24068=>array(110,-65,941,829),24069=>array(61,-64,886,828),24070=>array(95,-76,948,829),24071=>array(71,-66,929,826),24072=>array(105,-63,917,830),24073=>array(110,-61,972,834),24074=>array(98,-61,942,834),24075=>array(70,-50,936,854),24076=>array(64,-65,941,845),24077=>array(70,-69,889,827),24078=>array(102,-59,949,842),24079=>array(90,-69,906,824),24080=>array(91,-79,951,809),24081=>array(51,-62,948,843),24082=>array(47,-62,928,839),24083=>array(90,-63,948,843),24084=>array(90,-72,940,832),24085=>array(118,-67,886,843),24086=>array(96,-66,943,833),24087=>array(91,-74,956,833),24088=>array(104,-72,903,842),24089=>array(76,-66,955,830),24090=>array(72,-70,892,780),24091=>array(139,-65,874,851),24092=>array(90,-70,948,811),24093=>array(104,-68,896,834),24094=>array(111,-70,941,811),24095=>array(66,-68,935,832),24096=>array(165,-67,849,831),24097=>array(110,-68,952,847),24098=>array(110,-72,955,826),24099=>array(46,-69,960,832),24100=>array(47,-66,879,833),24101=>array(115,-65,910,850),24102=>array(65,-59,913,828),24103=>array(89,-67,940,825),24104=>array(76,-72,958,827),24105=>array(110,-67,920,826),24106=>array(111,-76,959,825),24107=>array(112,-74,948,844),24108=>array(57,-67,945,786),24109=>array(50,-71,944,829),24110=>array(54,-55,925,831),24111=>array(65,-59,913,828),24112=>array(88,-65,929,808),24113=>array(90,-64,922,828),24114=>array(65,-64,937,852),24115=>array(81,-68,962,829),24116=>array(97,-68,943,842),24117=>array(80,-65,948,847),24118=>array(89,-65,933,830),24119=>array(86,-62,932,833),24120=>array(94,-67,918,835),24121=>array(80,-72,925,844),24122=>array(80,-65,952,840),24123=>array(92,-64,929,826),24124=>array(90,-65,890,798),24125=>array(94,-73,916,828),24126=>array(106,-68,941,832),24127=>array(81,-68,975,834),24128=>array(79,-70,946,831),24129=>array(111,-72,961,830),24130=>array(38,-65,979,788),24131=>array(73,-70,938,838),24132=>array(89,-64,935,829),24133=>array(85,-69,924,829),24134=>array(85,-69,948,829),24135=>array(55,-64,948,835),24136=>array(79,-71,960,827),24137=>array(88,-67,958,833),24138=>array(111,-78,962,828),24139=>array(54,-69,970,848),24140=>array(84,-72,941,828),24141=>array(106,-70,927,820),24142=>array(62,-57,950,838),24143=>array(110,-69,977,838),24144=>array(41,-76,957,836),24145=>array(35,-76,964,833),24146=>array(75,-65,969,850),24147=>array(107,-68,972,841),24148=>array(57,-65,953,826),24149=>array(57,-63,954,834),24150=>array(75,-69,957,826),24151=>array(70,-61,923,838),24152=>array(109,-70,964,830),24153=>array(89,-60,948,839),24154=>array(55,-64,942,852),24155=>array(85,-65,935,842),24156=>array(104,-70,963,821),24157=>array(104,-71,965,823),24158=>array(63,-74,937,821),24159=>array(78,-71,948,837),24160=>array(92,-70,965,827),24161=>array(68,-66,934,839),24162=>array(71,-64,931,845),24163=>array(89,-72,962,839),24164=>array(89,-70,945,839),24165=>array(61,-64,958,833),24166=>array(52,-62,959,851),24167=>array(101,-70,989,823),24168=>array(88,-50,935,853),24169=>array(113,-73,970,830),24170=>array(116,-65,981,836),24171=>array(55,-64,948,835),24172=>array(66,-68,938,826),24173=>array(89,-53,955,849),24174=>array(92,-72,946,843),24175=>array(94,-55,926,854),24176=>array(81,-65,952,840),24177=>array(55,-65,922,829),24178=>array(100,-58,900,779),24179=>array(71,-70,920,787),24180=>array(86,-68,917,841),24181=>array(59,-68,954,778),24182=>array(76,-65,929,848),24183=>array(89,-70,898,839),24184=>array(94,-67,909,833),24185=>array(60,-66,970,844),24186=>array(91,-37,914,826),24187=>array(53,-48,902,807),24188=>array(53,-65,906,826),24189=>array(115,-63,885,831),24190=>array(61,-66,958,838),24191=>array(49,-61,908,823),24192=>array(53,-72,939,847),24193=>array(35,-61,930,826),24194=>array(58,-66,950,835),24195=>array(45,-65,935,822),24196=>array(28,-64,942,822),24197=>array(24,-66,918,816),24198=>array(39,-75,941,830),24199=>array(35,-51,964,839),24200=>array(51,-68,954,846),24201=>array(50,-68,951,837),24202=>array(45,-67,964,822),24203=>array(43,-66,980,848),24204=>array(58,-64,945,840),24205=>array(44,-67,936,845),24206=>array(25,-76,936,819),24207=>array(45,-71,918,831),24208=>array(32,-68,914,835),24209=>array(26,-67,924,842),24210=>array(28,-64,942,849),24211=>array(27,-60,925,841),24212=>array(46,-59,928,834),24213=>array(43,-63,952,837),24214=>array(39,-66,943,828),24215=>array(45,-64,948,839),24216=>array(25,-64,908,819),24217=>array(39,-66,913,844),24218=>array(45,-68,963,839),24219=>array(56,-53,956,834),24220=>array(41,-68,937,831),24221=>array(24,-84,936,846),24222=>array(25,-59,928,832),24223=>array(39,-68,947,833),24224=>array(42,-67,951,834),24225=>array(25,-70,938,819),24226=>array(48,-53,954,830),24227=>array(55,-67,954,824),24228=>array(48,-55,956,831),24229=>array(29,-65,966,844),24230=>array(46,-68,950,826),24231=>array(48,-66,928,822),24232=>array(44,-67,930,833),24233=>array(25,-64,959,819),24234=>array(39,-76,958,838),24235=>array(54,-76,941,829),24236=>array(44,-58,956,838),24237=>array(37,-63,968,837),24238=>array(41,-61,932,842),24239=>array(25,-71,908,819),24240=>array(51,-77,954,824),24241=>array(41,-67,959,846),24242=>array(44,-68,954,838),24243=>array(41,-51,955,865),24244=>array(49,-64,942,841),24245=>array(38,-66,965,831),24246=>array(36,-55,945,828),24247=>array(41,-67,966,823),24248=>array(50,-61,954,844),24249=>array(26,-68,968,854),24250=>array(25,-61,930,827),24251=>array(50,-63,940,839),24252=>array(46,-69,944,855),24253=>array(49,-63,945,849),24254=>array(43,-74,967,824),24255=>array(39,-66,913,844),24256=>array(31,-62,961,839),24257=>array(45,-69,948,840),24258=>array(51,-71,942,832),24259=>array(42,-67,965,833),24260=>array(37,-54,968,857),24261=>array(40,-66,954,842),24262=>array(30,-64,961,838),24263=>array(34,-69,948,839),24264=>array(43,-73,952,839),24265=>array(44,-59,970,845),24266=>array(46,-60,949,837),24267=>array(31,-54,967,856),24268=>array(39,-73,951,835),24269=>array(38,-71,947,850),24270=>array(46,-68,968,855),24271=>array(37,-54,968,843),24272=>array(40,-67,956,831),24273=>array(42,-66,951,848),24274=>array(39,-70,966,852),24275=>array(35,-65,942,837),24276=>array(32,-50,959,862),24277=>array(37,-67,985,856),24278=>array(39,-67,958,843),24279=>array(58,-71,957,834),24280=>array(41,-72,951,840),24281=>array(57,-78,965,840),24282=>array(42,-69,949,837),24283=>array(16,-63,951,837),24284=>array(46,-70,956,841),24285=>array(44,-70,947,837),24286=>array(36,-75,974,842),24287=>array(47,-64,947,833),24288=>array(46,-71,938,827),24289=>array(34,-70,964,836),24290=>array(42,-65,965,820),24291=>array(54,-68,950,837),24292=>array(49,-63,968,857),24293=>array(31,-70,971,841),24294=>array(36,-72,953,840),24295=>array(28,-72,942,843),24296=>array(24,-72,940,832),24297=>array(30,-67,964,837),24298=>array(29,-69,920,838),24299=>array(24,-84,958,842),24300=>array(22,-62,961,846),24301=>array(44,-66,932,853),24302=>array(35,-70,956,845),24303=>array(43,-67,959,840),24304=>array(40,-75,967,832),24305=>array(37,-54,949,838),24306=>array(35,-66,947,836),24307=>array(40,-75,957,832),24308=>array(33,-62,949,743),24309=>array(44,-73,953,804),24310=>array(33,-62,949,824),24311=>array(33,-62,949,825),24312=>array(33,-62,949,825),24313=>array(49,-71,973,852),24314=>array(33,-62,949,826),24315=>array(33,-62,949,790),24316=>array(33,-62,949,790),24317=>array(43,-71,972,788),24318=>array(36,-72,930,822),24319=>array(79,-56,932,818),24320=>array(36,-57,906,780),24321=>array(47,-66,954,848),24322=>array(56,-67,953,785),24323=>array(61,-62,928,830),24324=>array(48,-65,934,785),24325=>array(48,-59,961,794),24326=>array(70,-59,944,814),24327=>array(45,-64,972,863),24328=>array(52,-67,943,839),24329=>array(61,-63,936,829),24330=>array(59,-76,955,833),24331=>array(81,-63,933,824),24332=>array(74,-62,944,834),24333=>array(78,-62,948,834),24334=>array(73,-62,944,834),24335=>array(74,-62,944,834),24336=>array(74,-62,944,834),24337=>array(37,-61,949,826),24338=>array(42,-67,962,841),24339=>array(143,-60,857,788),24340=>array(110,-66,896,778),24341=>array(138,-61,844,826),24342=>array(64,-55,930,779),24343=>array(56,-66,904,838),24344=>array(80,-63,945,819),24345=>array(77,-71,956,788),24346=>array(61,-68,954,794),24347=>array(80,-63,957,824),24348=>array(92,-66,893,788),24349=>array(65,-57,953,791),24350=>array(77,-66,977,839),24351=>array(69,-64,902,843),24352=>array(62,-66,943,803),24353=>array(80,-63,951,790),24354=>array(76,-65,981,831),24355=>array(63,-55,949,847),24356=>array(63,-68,954,838),24357=>array(70,-63,955,836),24358=>array(80,-65,961,819),24359=>array(68,-63,958,838),24360=>array(72,-68,909,786),24361=>array(63,-63,952,836),24362=>array(67,-60,920,764),24363=>array(62,-63,953,776),24364=>array(62,-63,953,776),24365=>array(76,-65,941,790),24366=>array(47,-64,956,832),24367=>array(55,-75,946,830),24368=>array(83,-65,912,824),24369=>array(56,-65,917,787),24370=>array(80,-63,911,782),24371=>array(62,-56,936,774),24372=>array(80,-63,944,828),24373=>array(68,-64,962,799),24374=>array(77,-59,971,850),24375=>array(70,-63,955,833),24376=>array(63,-66,901,787),24377=>array(56,-59,918,836),24378=>array(63,-74,940,766),24379=>array(89,-62,927,790),24380=>array(63,-63,939,787),24381=>array(89,-62,968,832),24382=>array(68,-63,952,835),24383=>array(54,-48,976,874),24384=>array(57,-68,975,838),24385=>array(70,-65,944,797),24386=>array(80,-58,890,829),24387=>array(75,-67,961,785),24388=>array(69,-63,951,788),24389=>array(62,-67,964,847),24390=>array(91,-48,944,855),24391=>array(68,-76,926,837),24392=>array(70,-69,948,798),24393=>array(68,-67,962,831),24394=>array(66,-63,946,806),24395=>array(73,-82,969,780),24396=>array(49,-65,951,790),24397=>array(81,-74,959,846),24398=>array(52,-67,955,849),24399=>array(68,-70,967,786),24400=>array(167,-4,786,670),24401=>array(62,-37,941,804),24402=>array(27,-62,861,832),24403=>array(123,-60,878,830),24404=>array(67,-57,941,848),24405=>array(71,-61,965,789),24406=>array(59,-58,964,834),24407=>array(50,-75,951,834),24408=>array(53,-68,958,841),24409=>array(30,-72,965,841),24410=>array(30,-52,965,810),24411=>array(40,-61,956,825),24412=>array(40,-61,962,848),24413=>array(54,-71,956,851),24414=>array(40,-61,956,818),24415=>array(52,-57,978,840),24416=>array(68,-60,978,841),24417=>array(294,-59,800,804),24418=>array(59,-67,955,828),24419=>array(37,-66,949,821),24420=>array(53,-68,951,838),24421=>array(44,-67,926,852),24422=>array(33,-67,921,831),24423=>array(57,-61,956,832),24424=>array(52,-40,964,781),24425=>array(43,-62,958,828),24426=>array(20,-69,956,832),24427=>array(41,-65,963,844),24428=>array(47,-64,952,830),24429=>array(62,-65,957,828),24430=>array(51,-62,949,850),24431=>array(55,-74,961,823),24432=>array(47,-74,955,832),24433=>array(47,-68,961,829),24434=>array(36,-68,961,829),24435=>array(178,-67,756,826),24436=>array(58,-69,920,830),24437=>array(58,-66,945,830),24438=>array(49,-65,968,842),24439=>array(41,-73,942,840),24440=>array(52,-64,959,840),24441=>array(38,-70,963,833),24442=>array(58,-66,936,830),24443=>array(40,-66,911,820),24444=>array(51,-73,961,838),24445=>array(46,-70,962,836),24446=>array(41,-68,957,837),24447=>array(34,-66,915,838),24448=>array(47,-61,937,836),24449=>array(33,-70,954,836),24450=>array(44,-65,952,841),24451=>array(56,-65,952,841),24452=>array(45,-66,968,832),24453=>array(37,-67,947,841),24454=>array(57,-70,942,834),24455=>array(54,-64,923,842),24456=>array(37,-70,950,834),24457=>array(39,-68,948,843),24458=>array(61,-65,914,833),24459=>array(36,-67,954,830),24460=>array(42,-67,953,841),24461=>array(44,-65,931,842),24462=>array(44,-65,938,841),24463=>array(44,-65,945,841),24464=>array(35,-70,963,836),24465=>array(50,-74,956,838),24466=>array(48,-73,961,838),24467=>array(48,-73,961,838),24468=>array(56,-68,955,835),24469=>array(39,-63,941,834),24470=>array(49,-70,957,838),24471=>array(50,-70,947,833),24472=>array(36,-68,955,836),24473=>array(40,-64,970,833),24474=>array(59,-68,964,835),24475=>array(53,-68,956,834),24476=>array(44,-68,933,835),24477=>array(56,-68,930,835),24478=>array(49,-71,966,838),24479=>array(55,-73,900,835),24480=>array(39,-65,972,837),24481=>array(37,-62,917,835),24482=>array(44,-75,963,835),24483=>array(44,-68,953,835),24484=>array(44,-71,964,835),24485=>array(42,-68,963,827),24486=>array(40,-73,967,821),24487=>array(35,-65,910,833),24488=>array(46,-67,953,848),24489=>array(44,-67,970,843),24490=>array(40,-67,941,840),24491=>array(49,-62,954,837),24492=>array(46,-65,953,850),24493=>array(45,-67,956,852),24494=>array(35,-76,964,833),24495=>array(46,-64,973,837),24496=>array(44,-68,945,835),24497=>array(47,-68,954,835),24498=>array(41,-72,962,820),24499=>array(35,-70,958,838),24500=>array(31,-71,973,834),24501=>array(31,-71,973,834),24502=>array(48,-70,973,832),24503=>array(35,-70,960,838),24504=>array(26,-68,957,850),24505=>array(47,-70,951,830),24506=>array(56,-74,947,837),24507=>array(53,-68,972,845),24508=>array(31,-70,966,848),24509=>array(31,-67,961,836),24510=>array(39,-72,974,830),24511=>array(18,-62,965,842),24512=>array(28,-70,976,844),24513=>array(40,-70,967,834),24514=>array(43,-66,957,840),24515=>array(41,-17,958,801),24516=>array(300,-62,695,829),24517=>array(52,-8,960,796),24518=>array(41,-73,935,819),24519=>array(63,-66,874,833),24520=>array(46,-20,954,772),24521=>array(63,-69,903,830),24522=>array(51,-63,933,830),24523=>array(63,-63,957,830),24524=>array(47,-29,946,785),24525=>array(39,-31,961,773),24526=>array(46,-20,954,831),24527=>array(55,-59,950,839),24528=>array(45,-23,963,832),24529=>array(50,-21,968,774),24530=>array(43,-60,962,830),24531=>array(46,-67,963,832),24532=>array(42,-64,948,834),24533=>array(52,-73,958,825),24534=>array(46,-67,954,832),24535=>array(46,-20,954,826),24536=>array(49,-19,951,832),24537=>array(49,-64,935,830),24538=>array(37,-64,945,830),24539=>array(69,-76,948,820),24540=>array(46,-59,961,837),24541=>array(42,-64,956,841),24542=>array(59,-42,945,829),24543=>array(50,-60,977,851),24544=>array(56,-14,976,841),24545=>array(56,-67,912,830),24546=>array(45,-22,967,783),24547=>array(40,-67,971,833),24548=>array(43,-65,956,834),24549=>array(41,-65,962,849),24550=>array(48,-75,982,850),24551=>array(48,-74,928,821),24552=>array(36,-68,949,833),24553=>array(60,-25,978,806),24554=>array(53,-67,962,829),24555=>array(50,-73,964,837),24556=>array(30,-57,941,852),24557=>array(51,-68,964,849),24558=>array(46,-69,979,829),24559=>array(46,-65,958,839),24560=>array(37,-63,954,844),24561=>array(36,-65,956,838),24562=>array(23,-66,944,854),24563=>array(35,-64,953,835),24564=>array(48,-65,975,840),24565=>array(30,-58,963,846),24566=>array(46,-69,958,832),24567=>array(44,-71,907,835),24568=>array(30,-67,953,830),24569=>array(46,-67,948,832),24570=>array(47,-75,963,836),24571=>array(43,-68,945,829),24572=>array(46,-67,957,843),24573=>array(63,-32,953,845),24574=>array(38,-60,954,829),24575=>array(41,-21,951,810),24576=>array(55,-67,959,830),24577=>array(36,-44,937,807),24578=>array(41,-20,943,831),24579=>array(35,-72,929,824),24580=>array(46,-63,924,828),24581=>array(40,-71,942,821),24582=>array(44,-67,936,827),24583=>array(56,-67,946,824),24584=>array(43,-67,954,830),24585=>array(41,-60,947,839),24586=>array(52,-67,900,836),24587=>array(47,-70,954,830),24588=>array(45,-70,951,824),24589=>array(61,-71,971,833),24590=>array(59,-29,954,846),24591=>array(35,-69,968,832),24592=>array(52,-66,908,839),24593=>array(44,-70,937,835),24594=>array(49,-25,959,830),24595=>array(45,-71,959,826),24596=>array(44,-57,953,843),24597=>array(61,-64,922,855),24598=>array(22,-58,929,850),24599=>array(47,-69,957,825),24600=>array(29,-25,970,854),24601=>array(47,-67,950,832),24602=>array(37,-51,951,840),24603=>array(47,-68,953,829),24604=>array(39,-68,962,840),24605=>array(54,-23,935,780),24606=>array(47,-71,899,836),24607=>array(47,-67,953,836),24608=>array(50,-22,968,848),24609=>array(48,-66,947,832),24610=>array(50,-68,967,829),24611=>array(63,-24,965,805),24612=>array(63,-26,965,826),24613=>array(43,-24,947,842),24614=>array(41,-69,956,830),24615=>array(54,-68,951,827),24616=>array(53,-19,964,849),24617=>array(32,-68,955,830),24618=>array(45,-58,976,843),24619=>array(44,-68,933,832),24620=>array(59,-58,903,829),24621=>array(38,-66,957,830),24622=>array(50,-73,915,831),24623=>array(38,-65,951,835),24624=>array(45,-65,961,844),24625=>array(40,-57,969,822),24626=>array(38,-66,948,833),24627=>array(43,-54,969,845),24628=>array(38,-74,942,832),24629=>array(49,-67,959,830),24630=>array(32,-71,978,832),24631=>array(64,-32,957,823),24632=>array(64,-31,957,823),24633=>array(39,-28,954,841),24634=>array(35,-63,964,844),24635=>array(63,-22,938,829),24636=>array(45,-26,934,823),24637=>array(44,-61,971,843),24638=>array(23,-57,933,843),24639=>array(33,-63,946,825),24640=>array(45,-63,941,852),24641=>array(37,-25,945,843),24642=>array(57,-69,914,837),24643=>array(37,-68,947,832),24644=>array(57,-70,922,826),24645=>array(55,-68,941,826),24646=>array(49,-70,955,821),24647=>array(29,-57,963,835),24648=>array(23,-62,929,849),24649=>array(51,-48,938,847),24650=>array(27,-65,924,834),24651=>array(54,-32,945,831),24652=>array(58,-71,954,832),24653=>array(49,-69,963,836),24654=>array(23,-57,950,843),24655=>array(48,-27,949,843),24656=>array(49,-27,947,777),24657=>array(23,-71,956,845),24658=>array(35,-59,955,849),24659=>array(34,-62,938,834),24660=>array(42,-53,957,859),24661=>array(57,-17,967,844),24662=>array(42,-41,960,846),24663=>array(23,-58,966,843),24664=>array(69,-69,967,833),24665=>array(49,-49,954,849),24666=>array(44,-52,954,836),24667=>array(54,-68,893,829),24668=>array(23,-59,964,843),24669=>array(47,-48,950,805),24670=>array(60,-74,948,828),24671=>array(43,-55,924,848),24672=>array(45,-84,963,834),24673=>array(52,-70,937,821),24674=>array(36,-62,959,832),24675=>array(41,-22,946,842),24676=>array(31,-65,964,836),24677=>array(38,-65,970,814),24678=>array(59,-71,894,826),24679=>array(45,-45,982,759),24680=>array(45,-70,957,825),24681=>array(46,-40,965,796),24682=>array(38,-66,966,839),24683=>array(52,-57,923,841),24684=>array(28,-67,944,830),24685=>array(43,-62,968,836),24686=>array(56,-66,958,828),24687=>array(43,-25,949,843),24688=>array(54,-65,982,847),24689=>array(41,-65,961,837),24690=>array(60,-70,956,829),24691=>array(37,-42,924,768),24692=>array(53,-28,946,863),24693=>array(47,-28,942,846),24694=>array(46,-16,935,783),24695=>array(51,-35,942,805),24696=>array(35,-68,892,825),24697=>array(23,-75,941,823),24698=>array(50,-62,928,826),24699=>array(39,-63,878,827),24700=>array(39,-64,937,832),24701=>array(38,-66,915,823),24702=>array(38,-55,933,832),24703=>array(59,-22,976,798),24704=>array(53,-67,900,829),24705=>array(55,-64,900,830),24706=>array(26,-67,927,828),24707=>array(37,-67,907,827),24708=>array(55,-61,934,846),24709=>array(45,-66,968,842),24710=>array(44,-35,967,838),24711=>array(42,-62,968,834),24712=>array(45,-66,949,835),24713=>array(33,-31,959,832),24714=>array(51,-38,958,822),24715=>array(46,-72,954,825),24716=>array(42,-66,937,848),24717=>array(49,-63,955,844),24718=>array(57,-62,939,834),24719=>array(57,-73,964,835),24720=>array(56,-39,962,829),24721=>array(45,-68,941,833),24722=>array(46,-67,958,830),24723=>array(44,-61,944,833),24724=>array(31,-62,955,848),24725=>array(46,-67,951,847),24726=>array(31,-66,949,834),24727=>array(43,-63,960,852),24728=>array(42,-41,960,802),24729=>array(43,-67,951,852),24730=>array(43,-66,971,835),24731=>array(11,-69,953,849),24732=>array(48,-64,960,830),24733=>array(47,-68,961,826),24734=>array(41,-55,968,837),24735=>array(43,-67,945,821),24736=>array(29,-35,957,839),24737=>array(39,-43,953,830),24738=>array(40,-68,960,833),24739=>array(52,-58,958,832),24740=>array(39,-58,958,866),24741=>array(52,-58,958,869),24742=>array(22,-66,960,844),24743=>array(22,-66,918,842),24744=>array(49,-23,963,842),24745=>array(40,-64,900,831),24746=>array(62,-25,962,783),24747=>array(52,-32,939,824),24748=>array(37,-16,933,791),24749=>array(32,-62,945,827),24750=>array(45,-74,947,815),24751=>array(29,-61,885,832),24752=>array(52,-67,972,832),24753=>array(39,-72,948,833),24754=>array(43,-38,953,831),24755=>array(40,-47,945,839),24756=>array(37,-62,952,844),24757=>array(48,-67,976,830),24758=>array(127,-62,886,792),24759=>array(50,-67,960,838),24760=>array(30,-67,974,840),24761=>array(62,-36,957,834),24762=>array(62,-67,924,839),24763=>array(46,-65,960,837),24764=>array(21,-62,944,846),24765=>array(36,-78,948,826),24766=>array(34,-57,953,851),24767=>array(46,-63,979,832),24768=>array(45,-64,974,837),24769=>array(37,-28,970,830),24770=>array(52,-67,912,849),24771=>array(51,-74,949,824),24772=>array(38,-28,955,831),24773=>array(19,-66,939,837),24774=>array(31,-68,891,826),24775=>array(43,-67,971,833),24776=>array(52,-70,968,826),24777=>array(48,-26,965,829),24778=>array(27,-60,974,842),24779=>array(29,-61,959,855),24780=>array(52,-31,955,838),24781=>array(43,-74,965,830),24782=>array(41,-27,964,842),24783=>array(34,-64,988,833),24784=>array(32,-66,918,837),24785=>array(50,-20,958,844),24786=>array(42,-41,960,842),24787=>array(31,-72,989,834),24788=>array(52,-68,964,841),24789=>array(49,-58,914,846),24790=>array(26,-38,971,823),24791=>array(50,-51,972,853),24792=>array(43,-67,911,828),24793=>array(38,-52,962,838),24794=>array(41,-65,965,844),24795=>array(40,-53,956,850),24796=>array(47,-73,956,837),24797=>array(45,-71,914,824),24798=>array(47,-72,961,833),24799=>array(23,-61,946,849),24800=>array(56,-28,953,846),24801=>array(62,-25,962,783),24802=>array(39,-31,977,831),24803=>array(53,-43,940,844),24804=>array(44,-69,957,835),24805=>array(35,-32,983,834),24806=>array(47,-62,958,851),24807=>array(46,-68,964,831),24808=>array(35,-75,982,835),24809=>array(23,-32,932,832),24810=>array(37,-23,955,839),24811=>array(37,-47,962,834),24812=>array(40,-65,929,821),24813=>array(20,-53,910,835),24814=>array(31,-60,954,840),24815=>array(23,-64,925,832),24816=>array(44,-66,953,841),24817=>array(43,-65,929,847),24818=>array(46,-68,962,828),24819=>array(43,-47,956,825),24820=>array(45,-67,956,832),24821=>array(43,-71,952,830),24822=>array(49,-57,956,856),24823=>array(41,-51,968,836),24824=>array(49,-70,959,840),24825=>array(46,-37,962,828),24826=>array(39,-58,958,847),24827=>array(60,-64,921,831),24828=>array(53,-70,925,830),24829=>array(40,-54,963,836),24830=>array(47,-68,969,830),24831=>array(59,-69,981,824),24832=>array(29,-71,977,830),24833=>array(28,-51,960,829),24834=>array(28,-51,955,832),24835=>array(52,-61,956,833),24836=>array(51,-88,969,823),24837=>array(58,-70,953,827),24838=>array(44,-29,957,840),24839=>array(47,-70,944,837),24840=>array(29,-62,965,854),24841=>array(30,-73,981,846),24842=>array(30,-57,935,841),24843=>array(49,-73,972,836),24844=>array(47,-68,972,841),24845=>array(65,-49,963,818),24846=>array(34,-69,980,841),24847=>array(43,-48,959,840),24848=>array(40,-72,947,819),24849=>array(55,-58,914,836),24850=>array(46,-53,916,837),24851=>array(30,-56,952,837),24852=>array(55,-73,954,828),24853=>array(40,-67,963,829),24854=>array(38,-58,952,837),24855=>array(30,-45,954,830),24856=>array(47,-70,974,833),24857=>array(28,-54,990,868),24858=>array(38,-45,954,793),24859=>array(72,-65,948,834),24860=>array(38,-68,958,829),24861=>array(49,-62,945,830),24862=>array(51,-72,957,827),24863=>array(47,-29,951,829),24864=>array(31,-74,948,823),24865=>array(19,-74,961,850),24866=>array(37,-74,961,823),24867=>array(48,-68,950,829),24868=>array(27,-64,930,829),24869=>array(48,-68,988,836),24870=>array(53,-70,937,821),24871=>array(28,-61,952,845),24872=>array(52,-49,960,838),24873=>array(55,-77,958,833),24874=>array(48,-68,941,829),24875=>array(38,-67,980,833),24876=>array(43,-60,961,830),24877=>array(57,-74,936,832),24878=>array(60,-71,955,834),24879=>array(56,-72,968,833),24880=>array(57,-74,941,829),24881=>array(45,-74,963,846),24882=>array(58,-67,914,833),24883=>array(28,-23,955,789),24884=>array(30,-67,982,852),24885=>array(52,-70,917,821),24886=>array(60,-58,932,849),24887=>array(37,-68,951,835),24888=>array(44,-33,957,835),24889=>array(52,-76,962,841),24890=>array(49,-68,950,834),24891=>array(62,-40,970,831),24892=>array(49,-66,927,834),24893=>array(40,-66,951,834),24894=>array(32,-63,974,851),24895=>array(43,-52,963,812),24896=>array(47,-71,974,831),24897=>array(62,-38,967,780),24898=>array(42,-50,957,816),24899=>array(44,-72,955,851),24900=>array(38,-59,976,835),24901=>array(55,-75,971,829),24902=>array(50,-54,926,853),24903=>array(40,-42,974,845),24904=>array(38,-48,951,837),24905=>array(50,-72,951,841),24906=>array(35,-72,975,849),24907=>array(50,-48,954,848),24908=>array(41,-68,962,836),24909=>array(48,-72,965,826),24910=>array(41,-69,951,843),24911=>array(60,-78,952,835),24912=>array(47,-51,963,831),24913=>array(48,-65,952,830),24914=>array(46,-72,953,824),24915=>array(39,-68,984,829),24916=>array(48,-71,973,832),24917=>array(51,-63,964,833),24918=>array(53,-74,919,822),24919=>array(15,-43,954,829),24920=>array(29,-76,967,847),24921=>array(38,-58,953,837),24922=>array(37,-63,965,846),24923=>array(38,-68,952,829),24924=>array(47,-44,964,853),24925=>array(41,-58,963,824),24926=>array(20,-58,953,854),24927=>array(52,-74,934,830),24928=>array(36,-76,960,838),24929=>array(40,-73,960,829),24930=>array(38,-69,970,825),24931=>array(40,-68,967,843),24932=>array(52,-49,968,818),24933=>array(39,-66,945,838),24934=>array(39,-36,981,828),24935=>array(49,-52,951,835),24936=>array(28,-70,963,842),24937=>array(40,-67,971,834),24938=>array(40,-68,959,828),24939=>array(42,-50,958,845),24940=>array(47,-64,953,829),24941=>array(44,-33,970,835),24942=>array(45,-77,957,841),24943=>array(40,-68,963,845),24944=>array(55,-21,959,838),24945=>array(39,-65,952,828),24946=>array(48,-65,956,827),24947=>array(37,-68,954,829),24948=>array(54,-66,915,826),24949=>array(37,-65,959,842),24950=>array(50,-67,951,838),24951=>array(39,-57,955,846),24952=>array(57,-31,959,849),24953=>array(57,-31,959,834),24954=>array(32,-75,952,830),24955=>array(41,-76,981,845),24956=>array(36,-29,965,844),24957=>array(35,-63,963,842),24958=>array(38,-25,973,841),24959=>array(70,-32,957,800),24960=>array(51,-70,979,824),24961=>array(45,-65,964,834),24962=>array(55,-60,966,816),24963=>array(38,-39,982,847),24964=>array(37,-45,958,837),24965=>array(58,-51,979,859),24966=>array(33,-69,945,835),24967=>array(47,-29,961,817),24968=>array(45,-72,962,829),24969=>array(42,-73,971,828),24970=>array(42,-70,957,834),24971=>array(48,-28,965,843),24972=>array(39,-36,963,833),24973=>array(28,-60,975,848),24974=>array(38,-73,905,835),24975=>array(46,-61,972,854),24976=>array(36,-76,962,832),24977=>array(42,-58,960,800),24978=>array(36,-70,966,833),24979=>array(43,-61,971,835),24980=>array(25,-67,963,846),24981=>array(43,-61,963,837),24982=>array(25,-60,970,835),24983=>array(29,-60,952,841),24984=>array(52,-70,956,837),24985=>array(37,-47,961,844),24986=>array(42,-63,965,832),24987=>array(42,-72,961,824),24988=>array(45,-62,965,833),24989=>array(53,-52,976,834),24990=>array(23,-75,954,837),24991=>array(32,-68,967,823),24992=>array(31,-47,961,818),24993=>array(48,-70,979,836),24994=>array(17,-87,964,830),24995=>array(29,-70,962,829),24996=>array(36,-72,956,836),24997=>array(40,-47,961,832),24998=>array(52,-70,946,833),24999=>array(38,-68,950,831),25000=>array(50,-33,959,837),25001=>array(43,-29,958,845),25002=>array(36,-68,908,825),25003=>array(51,-55,902,846),25004=>array(46,-68,963,828),25005=>array(34,-58,971,845),25006=>array(38,-71,974,832),25007=>array(45,-59,961,832),25008=>array(44,-62,944,826),25009=>array(47,-71,972,838),25010=>array(42,-38,976,839),25011=>array(36,-70,954,825),25012=>array(35,-65,973,828),25013=>array(49,-39,948,821),25014=>array(32,-68,965,840),25015=>array(38,-66,960,824),25016=>array(32,-66,976,857),25017=>array(41,-65,984,838),25018=>array(43,-67,957,842),25019=>array(43,-67,957,847),25020=>array(45,-32,957,835),25021=>array(48,-56,968,847),25022=>array(38,-71,970,832),25023=>array(33,-78,968,841),25024=>array(37,-72,973,864),25025=>array(37,-79,974,819),25026=>array(46,-58,967,845),25027=>array(38,-66,959,832),25028=>array(29,-69,952,841),25029=>array(31,-85,978,829),25030=>array(42,-62,976,830),25031=>array(48,-26,955,844),25032=>array(29,-63,950,845),25033=>array(39,-68,953,843),25034=>array(18,-68,949,860),25035=>array(42,-58,959,832),25036=>array(44,-63,964,831),25037=>array(38,-68,971,844),25038=>array(53,-68,950,833),25039=>array(49,-70,932,848),25040=>array(40,-71,965,839),25041=>array(53,-26,941,821),25042=>array(30,-63,943,838),25043=>array(48,-69,975,843),25044=>array(33,-70,947,847),25045=>array(36,-59,959,821),25046=>array(51,-41,944,827),25047=>array(25,-69,956,833),25048=>array(53,-52,953,811),25049=>array(60,-71,942,821),25050=>array(33,-71,953,830),25051=>array(37,-71,953,826),25052=>array(37,-71,963,825),25053=>array(49,-71,974,830),25054=>array(41,-59,971,836),25055=>array(46,-44,966,823),25056=>array(38,-70,964,836),25057=>array(38,-69,962,846),25058=>array(43,-73,964,821),25059=>array(46,-62,966,834),25060=>array(38,-69,957,830),25061=>array(44,-70,976,829),25062=>array(48,-59,964,843),25063=>array(44,-68,962,839),25064=>array(36,-71,975,838),25065=>array(34,-56,967,858),25066=>array(41,-70,980,825),25067=>array(47,-73,957,844),25068=>array(29,-55,952,847),25069=>array(51,-85,939,836),25070=>array(47,-73,955,828),25071=>array(48,-41,980,826),25072=>array(47,-65,905,848),25073=>array(47,-71,960,824),25074=>array(32,-42,963,846),25075=>array(26,-56,988,836),25076=>array(27,-68,962,845),25077=>array(41,-68,954,835),25078=>array(32,-72,970,845),25079=>array(43,-69,962,841),25080=>array(46,-32,965,836),25081=>array(29,-67,984,840),25082=>array(27,-67,963,846),25083=>array(30,-80,966,830),25084=>array(29,-65,957,826),25085=>array(42,-68,953,826),25086=>array(43,-66,963,830),25087=>array(43,-55,963,834),25088=>array(42,-54,961,841),25089=>array(39,-44,967,836),25090=>array(40,-72,960,854),25091=>array(42,-78,962,829),25092=>array(34,-57,971,836),25093=>array(39,-36,957,842),25094=>array(59,-29,941,826),25095=>array(39,-36,957,846),25096=>array(90,-52,956,829),25097=>array(73,-64,966,832),25098=>array(65,-64,951,840),25099=>array(74,-70,930,820),25100=>array(51,-57,951,836),25101=>array(64,-67,953,837),25102=>array(50,-66,952,830),25103=>array(42,-68,934,825),25104=>array(50,-72,946,831),25105=>array(61,-60,933,832),25106=>array(61,-64,955,838),25107=>array(70,-66,956,838),25108=>array(85,-58,935,840),25109=>array(44,-68,961,829),25110=>array(70,-58,956,838),25111=>array(32,-74,938,826),25112=>array(100,-69,937,829),25113=>array(102,-67,957,823),25114=>array(65,-60,962,836),25115=>array(81,-57,949,788),25116=>array(67,-67,953,838),25117=>array(63,-74,946,834),25118=>array(77,-49,935,796),25119=>array(51,-65,946,834),25120=>array(68,-69,968,839),25121=>array(33,-72,939,836),25122=>array(43,-64,954,830),25123=>array(45,-71,964,832),25124=>array(33,-65,958,828),25125=>array(52,-59,956,832),25126=>array(35,-73,947,833),25127=>array(43,-64,970,848),25128=>array(65,-65,956,829),25129=>array(52,-65,956,829),25130=>array(54,-61,959,837),25131=>array(36,-63,964,829),25132=>array(52,-61,947,815),25133=>array(42,-70,958,844),25134=>array(39,-77,962,835),25135=>array(52,-68,956,837),25136=>array(56,-73,947,832),25137=>array(41,-65,949,834),25138=>array(52,-68,958,835),25139=>array(24,-62,946,836),25140=>array(43,-63,938,834),25141=>array(50,-65,958,827),25142=>array(69,-64,882,838),25143=>array(53,-66,849,842),25144=>array(57,-64,918,764),25145=>array(45,-71,939,836),25146=>array(51,-59,963,831),25147=>array(39,-68,947,799),25148=>array(89,-72,914,783),25149=>array(57,-67,954,841),25150=>array(44,-71,941,837),25151=>array(40,-66,938,804),25152=>array(42,-70,959,841),25153=>array(43,-70,908,796),25154=>array(61,-65,906,826),25155=>array(45,-64,898,853),25156=>array(38,-68,899,843),25157=>array(38,-68,901,847),25158=>array(38,-68,983,850),25159=>array(35,-67,896,811),25160=>array(28,-68,961,802),25161=>array(28,-77,947,810),25162=>array(52,-72,962,836),25163=>array(85,-68,913,833),25164=>array(266,-62,684,829),25165=>array(64,-62,916,835),25166=>array(53,-61,943,828),25167=>array(56,-61,960,828),25168=>array(66,-71,909,829),25169=>array(53,-48,964,849),25170=>array(45,-65,955,830),25171=>array(54,-62,934,830),25172=>array(66,-67,919,829),25173=>array(43,-61,953,828),25174=>array(80,-61,957,828),25175=>array(53,-61,945,829),25176=>array(55,-69,930,826),25177=>array(61,-69,968,830),25178=>array(58,-67,918,831),25179=>array(44,-64,934,829),25180=>array(59,-65,958,830),25181=>array(39,-61,944,828),25182=>array(48,-53,951,841),25183=>array(39,-65,958,828),25184=>array(38,-56,959,837),25185=>array(48,-57,958,836),25186=>array(47,-63,950,836),25187=>array(71,-68,893,830),25188=>array(53,-68,947,832),25189=>array(53,-66,960,827),25190=>array(46,-64,947,832),25191=>array(25,-67,945,825),25192=>array(42,-61,964,826),25193=>array(42,-63,922,826),25194=>array(29,-65,882,826),25195=>array(44,-62,885,830),25196=>array(55,-65,889,831),25197=>array(39,-53,947,841),25198=>array(49,-64,963,820),25199=>array(52,-57,945,830),25200=>array(50,-66,958,832),25201=>array(41,-51,962,840),25202=>array(59,-68,973,839),25203=>array(45,-78,963,826),25204=>array(68,-66,964,832),25205=>array(42,-55,975,845),25206=>array(50,-72,962,833),25207=>array(50,-67,968,832),25208=>array(78,-58,907,839),25209=>array(45,-72,961,823),25210=>array(42,-55,963,853),25211=>array(48,-69,963,840),25212=>array(50,-69,950,829),25213=>array(50,-67,960,828),25214=>array(63,-68,950,825),25215=>array(33,-67,965,785),25216=>array(37,-74,952,824),25217=>array(50,-64,949,844),25218=>array(63,-55,948,839),25219=>array(62,-59,958,831),25220=>array(39,-63,960,829),25221=>array(31,-55,921,840),25222=>array(37,-57,974,851),25223=>array(57,-63,897,832),25224=>array(56,-66,903,829),25225=>array(53,-64,961,837),25226=>array(40,-62,941,833),25227=>array(42,-55,967,839),25228=>array(61,-58,962,838),25229=>array(42,-65,969,839),25230=>array(51,-71,954,826),25231=>array(56,-70,957,826),25232=>array(58,-66,895,835),25233=>array(47,-69,905,834),25234=>array(57,-58,941,833),25235=>array(40,-69,959,829),25236=>array(57,-52,969,839),25237=>array(56,-66,963,821),25238=>array(52,-64,947,828),25239=>array(46,-63,959,829),25240=>array(61,-68,938,834),25241=>array(48,-67,939,839),25242=>array(31,-60,935,829),25243=>array(28,-78,930,821),25244=>array(51,-77,950,835),25245=>array(55,-55,907,853),25246=>array(42,-56,958,839),25247=>array(37,-66,914,823),25248=>array(36,-54,912,832),25249=>array(36,-56,948,832),25250=>array(38,-71,950,828),25251=>array(46,-63,920,830),25252=>array(27,-66,872,828),25253=>array(49,-69,946,820),25254=>array(54,-52,950,838),25255=>array(93,-57,957,833),25256=>array(41,-65,943,827),25257=>array(50,-66,953,828),25258=>array(39,-65,941,838),25259=>array(45,-71,978,832),25260=>array(44,-70,953,839),25261=>array(44,-60,954,830),25262=>array(51,-62,952,845),25263=>array(45,-62,951,827),25264=>array(44,-69,956,833),25265=>array(50,-61,955,840),25266=>array(56,-70,953,821),25267=>array(50,-74,955,828),25268=>array(49,-67,951,828),25269=>array(43,-64,957,831),25270=>array(50,-70,965,827),25271=>array(45,-56,951,823),25272=>array(58,-67,969,831),25273=>array(61,-67,962,835),25274=>array(61,-65,942,832),25275=>array(43,-68,905,836),25276=>array(73,-66,908,828),25277=>array(62,-67,899,836),25278=>array(52,-60,960,839),25279=>array(48,-64,956,828),25280=>array(61,-64,972,832),25281=>array(61,-64,928,832),25282=>array(53,-69,931,816),25283=>array(57,-62,944,841),25284=>array(48,-68,951,836),25285=>array(44,-60,953,836),25286=>array(53,-62,935,838),25287=>array(37,-68,953,825),25288=>array(50,-67,947,829),25289=>array(49,-64,947,829),25290=>array(52,-62,959,841),25291=>array(44,-73,948,825),25292=>array(48,-64,942,828),25293=>array(73,-64,904,851),25294=>array(42,-68,970,851),25295=>array(60,-58,974,851),25296=>array(49,-64,910,826),25297=>array(63,-67,959,826),25298=>array(39,-68,944,832),25299=>array(53,-63,936,826),25300=>array(40,-77,954,835),25301=>array(74,-64,944,831),25302=>array(43,-62,954,839),25303=>array(61,-73,920,832),25304=>array(65,-61,909,849),25305=>array(60,-63,912,832),25306=>array(52,-75,950,845),25307=>array(69,-67,913,820),25308=>array(47,-79,956,829),25309=>array(44,-66,946,835),25310=>array(70,-64,943,832),25311=>array(41,-61,937,830),25312=>array(55,-61,956,832),25313=>array(36,-66,949,832),25314=>array(31,-52,961,837),25315=>array(29,-61,932,835),25316=>array(57,-68,938,832),25317=>array(40,-72,893,824),25318=>array(38,-55,923,830),25319=>array(40,-61,918,836),25320=>array(38,-74,925,820),25321=>array(30,-64,942,826),25322=>array(61,-63,935,832),25323=>array(54,-66,967,829),25324=>array(39,-70,952,835),25325=>array(43,-70,964,827),25326=>array(45,-67,957,828),25327=>array(37,-71,964,823),25328=>array(58,-72,951,823),25329=>array(35,-69,953,826),25330=>array(36,-65,977,828),25331=>array(38,-67,965,838),25332=>array(33,-64,960,829),25333=>array(60,-68,959,830),25334=>array(46,-64,945,839),25335=>array(41,-65,952,833),25336=>array(60,-75,940,833),25337=>array(54,-71,928,826),25338=>array(55,-65,953,832),25339=>array(56,-80,958,822),25340=>array(48,-70,949,839),25341=>array(44,-64,961,836),25342=>array(45,-63,961,848),25343=>array(38,-70,969,862),25344=>array(62,-81,950,819),25345=>array(39,-64,944,834),25346=>array(36,-49,951,844),25347=>array(56,-52,951,830),25348=>array(60,-66,942,844),25349=>array(60,-62,952,832),25350=>array(78,-62,976,844),25351=>array(52,-68,937,829),25352=>array(54,-62,951,835),25353=>array(57,-67,948,832),25354=>array(41,-66,946,844),25355=>array(57,-50,953,827),25356=>array(49,-65,987,846),25357=>array(46,-51,974,859),25358=>array(48,-65,963,839),25359=>array(60,-74,911,815),25360=>array(63,-51,959,855),25361=>array(47,-75,950,825),25362=>array(60,-78,927,823),25363=>array(44,-64,959,834),25364=>array(52,-64,964,829),25365=>array(66,-70,957,817),25366=>array(38,-65,943,846),25367=>array(60,-62,963,844),25368=>array(49,-67,950,835),25369=>array(19,-68,951,835),25370=>array(54,-68,942,824),25371=>array(42,-60,920,845),25372=>array(60,-50,954,844),25373=>array(25,-62,945,831),25374=>array(34,-60,942,830),25375=>array(26,-64,948,832),25376=>array(42,-64,930,825),25377=>array(35,-62,883,826),25378=>array(36,-64,948,826),25379=>array(36,-66,923,832),25380=>array(37,-61,938,834),25381=>array(33,-59,911,832),25382=>array(61,-61,936,832),25383=>array(60,-53,909,844),25384=>array(42,-69,965,834),25385=>array(46,-66,956,829),25386=>array(47,-73,950,822),25387=>array(51,-71,948,829),25388=>array(56,-59,953,835),25389=>array(53,-60,969,836),25390=>array(60,-67,926,844),25391=>array(45,-74,963,821),25392=>array(60,-49,950,838),25393=>array(60,-60,969,832),25394=>array(56,-63,952,839),25395=>array(53,-66,949,827),25396=>array(40,-64,947,828),25397=>array(38,-51,951,841),25398=>array(36,-56,916,841),25399=>array(39,-68,950,836),25400=>array(56,-72,947,829),25401=>array(36,-68,956,823),25402=>array(44,-66,964,824),25403=>array(52,-73,956,826),25404=>array(41,-56,944,858),25405=>array(44,-69,965,840),25406=>array(47,-70,964,835),25407=>array(60,-52,939,844),25408=>array(60,-64,969,831),25409=>array(50,-68,932,828),25410=>array(43,-72,952,823),25411=>array(51,-65,966,833),25412=>array(59,-65,952,832),25413=>array(62,-70,915,825),25414=>array(53,-69,915,826),25415=>array(56,-69,958,829),25416=>array(43,-59,965,832),25417=>array(35,-72,953,821),25418=>array(53,-63,953,832),25419=>array(48,-67,952,826),25420=>array(45,-71,909,825),25421=>array(38,-68,951,826),25422=>array(52,-65,919,835),25423=>array(56,-67,956,828),25424=>array(55,-67,903,823),25425=>array(56,-73,958,831),25426=>array(67,-65,955,835),25427=>array(64,-67,958,829),25428=>array(76,-65,912,829),25429=>array(39,-69,950,832),25430=>array(46,-69,950,834),25431=>array(58,-64,966,827),25432=>array(65,-65,979,836),25433=>array(59,-65,954,829),25434=>array(67,-63,956,829),25435=>array(67,-63,915,829),25436=>array(44,-78,963,829),25437=>array(67,-61,968,829),25438=>array(44,-63,914,832),25439=>array(32,-64,937,827),25440=>array(50,-64,931,829),25441=>array(31,-63,931,830),25442=>array(25,-73,948,825),25443=>array(49,-62,900,836),25444=>array(66,-67,951,824),25445=>array(58,-70,961,852),25446=>array(73,-52,966,835),25447=>array(36,-74,967,834),25448=>array(43,-68,969,845),25449=>array(27,-66,959,826),25450=>array(67,-65,960,833),25451=>array(54,-63,904,832),25452=>array(37,-60,949,849),25453=>array(37,-65,947,846),25454=>array(37,-54,943,838),25455=>array(56,-64,914,830),25456=>array(50,-64,974,832),25457=>array(50,-71,967,842),25458=>array(36,-56,967,835),25459=>array(53,-58,951,833),25460=>array(67,-61,962,829),25461=>array(41,-54,950,843),25462=>array(30,-71,933,833),25463=>array(40,-75,963,833),25464=>array(54,-69,959,824),25465=>array(67,-72,957,829),25466=>array(23,-61,963,847),25467=>array(27,-64,961,853),25468=>array(53,-59,967,840),25469=>array(51,-51,953,854),25470=>array(67,-64,939,845),25471=>array(67,-63,938,835),25472=>array(45,-72,961,833),25473=>array(53,-71,968,832),25474=>array(56,-74,938,840),25475=>array(44,-65,922,829),25476=>array(38,-65,974,853),25477=>array(46,-65,959,836),25478=>array(67,-65,906,829),25479=>array(41,-67,975,827),25480=>array(52,-69,964,832),25481=>array(46,-71,944,825),25482=>array(48,-65,959,845),25483=>array(67,-69,966,839),25484=>array(79,-61,932,835),25485=>array(51,-69,960,827),25486=>array(45,-63,966,842),25487=>array(62,-69,921,841),25488=>array(61,-65,908,842),25489=>array(50,-73,953,835),25490=>array(41,-69,951,831),25491=>array(41,-71,958,832),25492=>array(73,-69,951,788),25493=>array(40,-72,971,820),25494=>array(40,-74,963,820),25495=>array(38,-65,965,842),25496=>array(49,-76,911,829),25497=>array(40,-66,952,828),25498=>array(40,-69,942,820),25499=>array(38,-65,968,829),25500=>array(48,-70,957,832),25501=>array(53,-70,951,827),25502=>array(45,-52,971,852),25503=>array(34,-60,966,837),25504=>array(41,-71,955,826),25505=>array(39,-58,975,848),25506=>array(39,-69,966,824),25507=>array(45,-71,942,827),25508=>array(49,-69,898,829),25509=>array(43,-71,950,828),25510=>array(40,-69,911,820),25511=>array(36,-65,945,828),25512=>array(52,-68,955,836),25513=>array(41,-68,966,839),25514=>array(49,-72,948,824),25515=>array(41,-51,968,841),25516=>array(50,-62,914,844),25517=>array(46,-59,988,832),25518=>array(55,-68,951,836),25519=>array(38,-67,951,832),25520=>array(54,-52,954,826),25521=>array(83,-67,944,831),25522=>array(73,-71,924,818),25523=>array(31,-65,909,832),25524=>array(37,-60,904,830),25525=>array(40,-72,977,828),25526=>array(40,-71,956,856),25527=>array(22,-70,923,824),25528=>array(41,-63,917,837),25529=>array(65,-59,954,825),25530=>array(54,-62,942,835),25531=>array(28,-65,973,826),25532=>array(30,-64,921,829),25533=>array(42,-60,947,854),25534=>array(49,-63,975,839),25535=>array(40,-72,948,836),25536=>array(37,-65,965,835),25537=>array(59,-74,962,821),25538=>array(61,-68,955,839),25539=>array(43,-68,950,837),25540=>array(39,-64,973,831),25541=>array(40,-69,941,785),25542=>array(46,-67,954,835),25543=>array(50,-67,947,829),25544=>array(53,-72,899,823),25545=>array(46,-69,964,826),25546=>array(55,-70,952,828),25547=>array(50,-74,972,828),25548=>array(57,-70,971,821),25549=>array(36,-66,968,845),25550=>array(47,-59,965,851),25551=>array(53,-69,955,828),25552=>array(48,-72,969,826),25553=>array(55,-72,954,820),25554=>array(48,-71,940,836),25555=>array(57,-68,962,828),25556=>array(33,-50,972,850),25557=>array(54,-64,949,828),25558=>array(37,-67,948,829),25559=>array(51,-72,957,832),25560=>array(53,-71,951,838),25561=>array(62,-69,920,832),25562=>array(46,-77,944,820),25563=>array(40,-65,971,838),25564=>array(36,-60,975,862),25565=>array(53,-69,977,829),25566=>array(35,-72,912,831),25567=>array(57,-74,964,823),25568=>array(41,-63,953,829),25569=>array(54,-62,943,830),25570=>array(40,-72,960,849),25571=>array(37,-63,954,836),25572=>array(57,-64,901,830),25573=>array(55,-67,943,838),25574=>array(44,-67,903,831),25575=>array(43,-68,949,831),25576=>array(49,-69,941,833),25577=>array(50,-68,949,830),25578=>array(34,-66,964,829),25579=>array(66,-51,969,851),25580=>array(40,-69,960,836),25581=>array(73,-71,924,818),25582=>array(56,-68,945,825),25583=>array(56,-68,956,825),25584=>array(53,-62,954,830),25585=>array(67,-70,941,833),25586=>array(38,-53,971,843),25587=>array(53,-73,961,827),25588=>array(61,-69,969,830),25589=>array(38,-66,959,823),25590=>array(34,-64,945,829),25591=>array(48,-70,940,826),25592=>array(28,-57,971,836),25593=>array(48,-63,953,827),25594=>array(39,-76,937,819),25595=>array(35,-66,971,829),25596=>array(49,-61,974,833),25597=>array(32,-60,930,833),25598=>array(40,-72,967,820),25599=>array(35,-68,938,825),25600=>array(43,-63,939,829),25601=>array(42,-73,897,824),25602=>array(35,-53,943,837),25603=>array(95,-59,950,822),25604=>array(50,-59,960,849),25605=>array(34,-63,926,837),25606=>array(39,-68,958,836),25607=>array(45,-64,971,842),25608=>array(52,-72,962,837),25609=>array(39,-58,957,851),25610=>array(53,-62,909,836),25611=>array(53,-75,968,828),25612=>array(53,-75,968,827),25613=>array(51,-70,956,822),25614=>array(61,-68,961,828),25615=>array(50,-66,945,832),25616=>array(50,-75,950,843),25617=>array(43,-67,954,829),25618=>array(53,-57,962,853),25619=>array(27,-66,933,843),25620=>array(28,-65,950,826),25621=>array(51,-61,954,826),25622=>array(42,-64,945,845),25623=>array(66,-60,921,844),25624=>array(47,-50,955,847),25625=>array(43,-64,953,829),25626=>array(55,-64,934,838),25627=>array(49,-70,953,838),25628=>array(44,-78,963,832),25629=>array(67,-67,971,843),25630=>array(60,-67,940,842),25631=>array(48,-72,952,823),25632=>array(56,-70,915,835),25633=>array(35,-67,964,829),25634=>array(43,-65,958,833),25635=>array(44,-72,968,831),25636=>array(41,-50,954,859),25637=>array(44,-55,967,857),25638=>array(52,-64,917,828),25639=>array(56,-71,923,838),25640=>array(59,-64,918,827),25641=>array(43,-65,969,838),25642=>array(46,-70,948,843),25643=>array(50,-64,957,842),25644=>array(38,-71,976,838),25645=>array(40,-71,966,830),25646=>array(56,-70,975,826),25647=>array(43,-70,920,838),25648=>array(56,-68,916,827),25649=>array(67,-71,928,829),25650=>array(38,-66,960,844),25651=>array(47,-70,948,836),25652=>array(36,-59,981,845),25653=>array(49,-67,965,826),25654=>array(37,-66,970,849),25655=>array(58,-72,961,836),25656=>array(43,-68,973,839),25657=>array(55,-65,952,825),25658=>array(39,-77,947,839),25659=>array(38,-64,969,862),25660=>array(43,-69,970,839),25661=>array(40,-65,965,830),25662=>array(42,-61,952,837),25663=>array(52,-57,955,822),25664=>array(56,-69,945,842),25665=>array(65,-62,955,826),25666=>array(47,-58,951,835),25667=>array(35,-55,954,837),25668=>array(47,-60,960,835),25669=>array(38,-63,967,830),25670=>array(31,-63,934,834),25671=>array(28,-76,914,819),25672=>array(43,-64,932,844),25673=>array(52,-64,975,841),25674=>array(38,-66,922,830),25675=>array(45,-73,967,835),25676=>array(55,-71,942,847),25677=>array(58,-71,950,832),25678=>array(55,-70,968,826),25679=>array(52,-64,976,835),25680=>array(50,-66,974,832),25681=>array(56,-68,927,827),25682=>array(43,-69,955,830),25683=>array(51,-66,965,829),25684=>array(40,-66,958,846),25685=>array(43,-68,960,829),25686=>array(43,-63,968,841),25687=>array(33,-69,978,837),25688=>array(45,-73,948,825),25689=>array(55,-71,974,827),25690=>array(49,-59,945,833),25691=>array(44,-51,945,855),25692=>array(35,-73,955,827),25693=>array(53,-70,956,838),25694=>array(56,-68,953,826),25695=>array(41,-75,942,831),25696=>array(53,-67,964,831),25697=>array(47,-70,965,830),25698=>array(53,-70,938,836),25699=>array(43,-64,953,841),25700=>array(37,-59,946,839),25701=>array(52,-68,949,835),25702=>array(47,-76,978,832),25703=>array(41,-68,953,833),25704=>array(39,-72,954,827),25705=>array(37,-63,940,838),25706=>array(43,-66,984,843),25707=>array(51,-66,958,830),25708=>array(57,-72,961,837),25709=>array(42,-67,962,851),25710=>array(54,-70,971,839),25711=>array(56,-67,952,833),25712=>array(50,-70,974,832),25713=>array(53,-68,975,822),25714=>array(51,-67,955,828),25715=>array(37,-67,951,824),25716=>array(30,-56,948,836),25717=>array(50,-70,959,828),25718=>array(38,-63,959,839),25719=>array(52,-67,970,838),25720=>array(45,-72,971,823),25721=>array(53,-65,965,835),25722=>array(53,-64,910,830),25723=>array(34,-78,966,849),25724=>array(51,-66,956,826),25725=>array(31,-54,948,839),25726=>array(40,-64,959,828),25727=>array(55,-70,964,843),25728=>array(60,-54,946,833),25729=>array(43,-68,957,847),25730=>array(42,-67,975,829),25731=>array(73,-64,955,835),25732=>array(36,-65,923,823),25733=>array(31,-68,971,829),25734=>array(73,-66,953,831),25735=>array(46,-69,971,837),25736=>array(54,-68,942,833),25737=>array(58,-68,971,844),25738=>array(42,-69,911,825),25739=>array(39,-71,905,822),25740=>array(42,-85,953,826),25741=>array(44,-67,957,828),25742=>array(55,-64,955,828),25743=>array(38,-70,962,826),25744=>array(67,-73,954,820),25745=>array(31,-77,941,822),25746=>array(41,-69,963,832),25747=>array(55,-69,953,827),25748=>array(42,-66,955,826),25749=>array(37,-67,942,834),25750=>array(39,-77,982,831),25751=>array(40,-81,962,823),25752=>array(41,-52,962,857),25753=>array(45,-62,963,853),25754=>array(37,-60,970,849),25755=>array(41,-74,954,832),25756=>array(43,-68,983,832),25757=>array(45,-56,943,846),25758=>array(33,-71,948,829),25759=>array(51,-67,976,838),25760=>array(35,-73,972,823),25761=>array(22,-64,978,845),25762=>array(50,-63,949,828),25763=>array(41,-68,956,828),25764=>array(39,-68,961,835),25765=>array(40,-71,959,843),25766=>array(55,-70,980,833),25767=>array(34,-64,973,844),25768=>array(55,-71,969,849),25769=>array(37,-61,968,843),25770=>array(39,-64,973,855),25771=>array(46,-63,954,837),25772=>array(41,-63,958,837),25773=>array(29,-69,971,829),25774=>array(32,-65,948,832),25775=>array(55,-64,965,847),25776=>array(36,-69,955,823),25777=>array(40,-71,949,840),25778=>array(37,-69,975,835),25779=>array(40,-70,973,839),25780=>array(12,-73,975,838),25781=>array(25,-61,936,828),25782=>array(33,-68,945,831),25783=>array(40,-65,943,827),25784=>array(41,-66,915,827),25785=>array(35,-64,965,828),25786=>array(33,-62,912,846),25787=>array(40,-78,955,833),25788=>array(47,-68,960,833),25789=>array(36,-79,974,842),25790=>array(38,-68,966,829),25791=>array(34,-69,961,861),25792=>array(45,-66,964,829),25793=>array(32,-70,958,835),25794=>array(54,-69,924,823),25795=>array(27,-76,966,832),25796=>array(43,-67,954,835),25797=>array(45,-67,957,837),25798=>array(31,-64,963,833),25799=>array(49,-67,935,821),25800=>array(39,-66,972,833),25801=>array(41,-69,924,829),25802=>array(73,-65,956,835),25803=>array(52,-66,918,832),25804=>array(75,-38,967,854),25805=>array(39,-62,954,823),25806=>array(47,-73,951,845),25807=>array(33,-78,971,830),25808=>array(42,-68,958,828),25809=>array(43,-78,970,843),25810=>array(29,-68,963,842),25811=>array(39,-53,949,839),25812=>array(48,-74,950,846),25813=>array(55,-65,960,834),25814=>array(48,-71,939,829),25815=>array(49,-64,965,849),25816=>array(54,-64,949,832),25817=>array(34,-79,975,840),25818=>array(41,-70,964,831),25819=>array(40,-73,985,819),25820=>array(47,-70,984,848),25821=>array(45,-66,979,826),25822=>array(30,-64,958,832),25823=>array(53,-70,958,841),25824=>array(53,-77,953,830),25825=>array(44,-63,961,830),25826=>array(36,-65,952,830),25827=>array(57,-65,954,827),25828=>array(61,-67,962,856),25829=>array(84,-51,955,840),25830=>array(46,-70,966,826),25831=>array(55,-59,965,832),25832=>array(42,-74,967,831),25833=>array(48,-68,953,827),25834=>array(47,-69,954,837),25835=>array(39,-76,969,824),25836=>array(42,-63,956,832),25837=>array(45,-49,966,844),25838=>array(44,-58,958,843),25839=>array(34,-71,960,842),25840=>array(49,-67,952,844),25841=>array(58,-71,913,827),25842=>array(36,-75,949,832),25843=>array(33,-67,939,835),25844=>array(43,-68,960,841),25845=>array(51,-62,962,840),25846=>array(42,-64,955,841),25847=>array(41,-70,972,840),25848=>array(41,-50,970,861),25849=>array(40,-68,977,837),25850=>array(43,-69,952,818),25851=>array(31,-67,963,837),25852=>array(51,-71,961,827),25853=>array(54,-70,952,831),25854=>array(41,-64,963,829),25855=>array(63,-64,986,843),25856=>array(49,-65,960,832),25857=>array(42,-78,975,844),25858=>array(42,-77,948,823),25859=>array(42,-73,973,825),25860=>array(44,-67,965,836),25861=>array(46,-77,960,828),25862=>array(40,-70,954,835),25863=>array(39,-65,960,843),25864=>array(31,-83,974,839),25865=>array(43,-64,967,833),25866=>array(35,-72,964,827),25867=>array(27,-72,970,844),25868=>array(61,-70,923,826),25869=>array(36,-73,976,842),25870=>array(39,-69,954,827),25871=>array(40,-62,954,842),25872=>array(46,-67,982,842),25873=>array(41,-71,986,835),25874=>array(23,-71,933,827),25875=>array(27,-65,980,845),25876=>array(56,-76,912,822),25877=>array(29,-66,972,841),25878=>array(50,-71,953,835),25879=>array(46,-68,966,846),25880=>array(39,-69,970,829),25881=>array(44,-74,964,838),25882=>array(35,-68,959,828),25883=>array(38,-64,969,841),25884=>array(42,-74,944,832),25885=>array(36,-68,955,821),25886=>array(52,-64,962,831),25887=>array(32,-70,974,853),25888=>array(48,-72,954,841),25889=>array(49,-64,962,840),25890=>array(41,-65,968,831),25891=>array(48,-61,957,840),25892=>array(55,-72,951,832),25893=>array(33,-63,970,844),25894=>array(63,-66,961,824),25895=>array(29,-72,959,835),25896=>array(35,-73,973,844),25897=>array(38,-57,956,840),25898=>array(41,-62,959,839),25899=>array(36,-64,970,826),25900=>array(39,-72,956,832),25901=>array(26,-71,967,840),25902=>array(48,-65,975,839),25903=>array(78,-65,945,830),25904=>array(41,-55,968,846),25905=>array(58,-80,972,834),25906=>array(63,-73,973,830),25907=>array(41,-71,981,824),25908=>array(34,-76,942,825),25909=>array(68,-72,932,818),25910=>array(67,-70,951,830),25911=>array(71,-67,979,840),25912=>array(48,-67,949,830),25913=>array(103,-65,946,825),25914=>array(86,-75,969,821),25915=>array(64,-68,957,838),25916=>array(62,-67,967,841),25917=>array(46,-71,963,832),25918=>array(46,-65,956,842),25919=>array(38,-74,956,838),25920=>array(114,-77,970,838),25921=>array(129,-82,955,828),25922=>array(24,-61,976,834),25923=>array(87,-80,962,823),25924=>array(29,-71,970,833),25925=>array(54,-67,958,833),25926=>array(52,-68,969,835),25927=>array(28,-65,972,834),25928=>array(60,-64,956,834),25929=>array(42,-67,975,838),25930=>array(46,-62,970,835),25931=>array(37,-68,959,840),25932=>array(27,-64,947,833),25933=>array(47,-70,960,843),25934=>array(38,-69,971,837),25935=>array(57,-63,971,839),25936=>array(33,-67,971,825),25937=>array(39,-68,955,843),25938=>array(32,-67,963,834),25939=>array(38,-69,969,829),25940=>array(54,-54,973,855),25941=>array(43,-70,970,836),25942=>array(48,-74,946,830),25943=>array(63,-74,963,836),25944=>array(48,-61,967,843),25945=>array(30,-60,950,831),25946=>array(30,-70,972,839),25947=>array(23,-60,932,847),25948=>array(37,-74,971,835),25949=>array(99,-69,967,835),25950=>array(81,-70,966,836),25951=>array(46,-73,957,836),25952=>array(44,-84,965,820),25953=>array(43,-77,971,823),25954=>array(39,-61,960,826),25955=>array(65,-72,956,834),25956=>array(42,-74,968,823),25957=>array(44,-80,966,829),25958=>array(42,-67,961,839),25959=>array(45,-59,962,839),25960=>array(66,-71,969,840),25961=>array(52,-69,969,842),25962=>array(44,-76,965,821),25963=>array(35,-61,944,823),25964=>array(44,-70,969,836),25965=>array(42,-71,969,836),25966=>array(36,-74,970,837),25967=>array(99,-75,967,823),25968=>array(42,-69,959,821),25969=>array(45,-63,967,835),25970=>array(55,-71,957,838),25971=>array(47,-75,969,833),25972=>array(51,-18,946,840),25973=>array(60,-69,967,834),25974=>array(104,-76,985,828),25975=>array(41,-65,969,839),25976=>array(60,-70,959,833),25977=>array(58,-76,984,831),25978=>array(60,-71,959,832),25979=>array(36,-65,970,846),25980=>array(60,-73,973,827),25981=>array(36,-68,974,843),25982=>array(64,-77,978,849),25983=>array(44,-77,978,827),25984=>array(35,-72,970,824),25985=>array(63,-69,977,842),25986=>array(45,-66,970,859),25987=>array(51,-68,955,830),25988=>array(38,-65,972,832),25989=>array(52,-72,967,838),25990=>array(52,-69,969,839),25991=>array(62,-69,947,822),25992=>array(49,-73,951,815),25993=>array(49,-63,951,828),25994=>array(36,-72,959,843),25995=>array(47,-68,921,840),25996=>array(36,-63,963,833),25997=>array(26,-65,974,840),25998=>array(29,-64,974,828),25999=>array(47,-66,971,846),26000=>array(36,-63,964,831),26001=>array(35,-68,956,829),26002=>array(44,-71,936,829),26003=>array(43,-70,888,807),26004=>array(60,-75,983,833),26005=>array(53,-65,927,826),26006=>array(49,-42,951,835),26007=>array(62,-64,946,832),26008=>array(54,-65,950,844),26009=>array(38,-68,956,836),26010=>array(67,-65,948,829),26011=>array(27,-72,946,826),26012=>array(32,-71,945,838),26013=>array(67,-65,946,789),26014=>array(46,-73,954,827),26015=>array(42,-79,944,820),26016=>array(51,-70,954,836),26017=>array(46,-77,960,854),26018=>array(60,-76,954,823),26019=>array(33,-76,948,818),26020=>array(75,-71,902,832),26021=>array(81,-69,895,834),26022=>array(48,-69,959,824),26023=>array(77,-64,941,836),26024=>array(50,-69,941,828),26025=>array(66,-75,925,828),26026=>array(47,-70,957,816),26027=>array(37,-69,951,834),26028=>array(53,-73,945,831),26029=>array(99,-66,946,824),26030=>array(63,-70,951,824),26031=>array(49,-75,944,829),26032=>array(54,-62,944,830),26033=>array(45,-67,934,837),26034=>array(65,-65,959,828),26035=>array(47,-73,952,836),26036=>array(36,-79,957,831),26037=>array(65,-65,959,833),26038=>array(43,-68,927,821),26039=>array(106,-66,950,845),26040=>array(44,-62,960,829),26041=>array(52,-67,936,822),26042=>array(38,-63,976,842),26043=>array(42,-61,969,837),26044=>array(41,-62,966,826),26045=>array(42,-49,952,831),26046=>array(51,-73,956,844),26047=>array(54,-50,952,858),26048=>array(48,-69,962,841),26049=>array(70,-65,906,829),26050=>array(36,-68,951,850),26051=>array(34,-70,951,833),26052=>array(49,-67,967,844),26053=>array(33,-67,969,839),26054=>array(48,-61,965,854),26055=>array(64,-73,959,848),26056=>array(34,-73,961,848),26057=>array(42,-69,947,832),26058=>array(35,-60,963,839),26059=>array(39,-66,966,841),26060=>array(39,-68,954,841),26061=>array(44,-73,974,838),26062=>array(50,-74,960,843),26063=>array(35,-67,966,843),26064=>array(42,-59,968,852),26065=>array(42,-61,962,852),26066=>array(18,-65,958,846),26067=>array(44,-67,955,836),26068=>array(30,-86,964,845),26069=>array(61,-55,976,843),26070=>array(39,-68,945,837),26071=>array(37,-70,955,837),26072=>array(37,-65,957,839),26073=>array(45,-55,959,839),26074=>array(44,-68,958,839),26075=>array(37,-67,971,839),26076=>array(40,-61,955,850),26077=>array(37,-64,980,834),26078=>array(31,-67,985,828),26079=>array(33,-71,967,847),26080=>array(65,-59,944,779),26081=>array(93,-50,947,800),26082=>array(47,-55,961,784),26083=>array(110,-64,946,846),26084=>array(86,-65,972,789),26085=>array(237,-32,788,747),26086=>array(84,-13,936,769),26087=>array(140,-52,860,778),26088=>array(195,-61,883,835),26089=>array(86,-68,934,780),26090=>array(89,-53,949,843),26091=>array(89,-73,905,763),26092=>array(39,-61,899,837),26093=>array(52,-62,957,839),26094=>array(54,-65,974,844),26095=>array(54,-66,972,776),26096=>array(92,-65,927,770),26097=>array(85,-61,939,785),26098=>array(46,-66,969,789),26099=>array(111,-64,905,841),26100=>array(101,-54,951,789),26101=>array(121,-66,879,786),26102=>array(103,-62,927,829),26103=>array(87,-65,912,832),26104=>array(95,-68,914,775),26105=>array(63,-64,937,833),26106=>array(91,-7,934,781),26107=>array(35,-58,968,796),26108=>array(95,-74,943,815),26109=>array(92,-47,967,823),26110=>array(73,-64,956,836),26111=>array(111,-67,948,837),26112=>array(105,-54,903,830),26113=>array(104,-62,945,831),26114=>array(69,-61,899,791),26115=>array(48,-72,950,789),26116=>array(102,-69,956,791),26117=>array(109,-71,959,787),26118=>array(82,-50,958,796),26119=>array(51,-62,954,789),26120=>array(105,-66,934,833),26121=>array(99,-56,947,825),26122=>array(68,-68,952,786),26123=>array(49,-68,956,831),26124=>array(158,-64,856,788),26125=>array(116,-53,884,788),26126=>array(109,-65,869,787),26127=>array(86,-69,937,843),26128=>array(109,-70,960,784),26129=>array(103,-66,956,831),26130=>array(103,-63,911,839),26131=>array(75,-67,866,782),26132=>array(79,-62,930,828),26133=>array(101,-68,936,838),26134=>array(101,-46,965,807),26135=>array(77,-68,943,795),26136=>array(64,-63,933,810),26137=>array(66,-74,918,779),26138=>array(66,-53,957,835),26139=>array(97,-14,952,788),26140=>array(49,-60,936,798),26141=>array(67,-68,973,845),26142=>array(57,-62,942,786),26143=>array(96,-18,935,780),26144=>array(88,-67,953,832),26145=>array(118,-57,955,822),26146=>array(123,-69,901,824),26147=>array(100,-72,974,849),26148=>array(102,-65,948,839),26149=>array(45,-67,962,837),26150=>array(50,-68,959,774),26151=>array(100,-65,966,832),26152=>array(116,-62,955,845),26153=>array(73,-67,961,830),26154=>array(51,-65,932,805),26155=>array(115,-56,919,830),26156=>array(159,-68,937,812),26157=>array(120,-68,901,785),26158=>array(50,-72,916,778),26159=>array(68,-66,960,790),26160=>array(64,-24,942,802),26161=>array(70,-18,944,788),26162=>array(106,-66,918,830),26163=>array(120,-76,961,824),26164=>array(84,-67,892,787),26165=>array(104,-71,939,778),26166=>array(33,-62,976,802),26167=>array(57,-14,948,788),26168=>array(110,-77,964,837),26169=>array(99,-66,965,835),26170=>array(85,-69,938,776),26171=>array(50,-61,898,791),26172=>array(41,-43,964,789),26173=>array(91,-61,926,824),26174=>array(53,-17,921,784),26175=>array(95,-56,948,819),26176=>array(113,-68,965,830),26177=>array(47,-65,960,788),26178=>array(113,-65,948,839),26179=>array(54,-51,948,800),26180=>array(108,-57,959,831),26181=>array(102,-31,946,776),26182=>array(102,-22,959,836),26183=>array(104,-72,965,837),26184=>array(89,-63,944,846),26185=>array(72,-60,944,790),26186=>array(110,-12,953,774),26187=>array(74,-65,926,799),26188=>array(107,-68,907,847),26189=>array(107,-65,895,782),26190=>array(107,-69,953,828),26191=>array(61,-73,945,789),26192=>array(107,-61,943,846),26193=>array(136,-62,877,789),26194=>array(97,-54,941,799),26195=>array(90,-67,943,822),26196=>array(100,-64,928,823),26197=>array(64,-65,916,785),26198=>array(101,-72,930,758),26199=>array(80,-71,957,848),26200=>array(101,-62,953,789),26201=>array(94,-62,958,834),26202=>array(110,-70,956,827),26203=>array(102,-58,955,797),26204=>array(55,-53,908,803),26205=>array(59,-30,948,829),26206=>array(79,-69,951,837),26207=>array(30,-67,967,793),26208=>array(90,-68,951,834),26209=>array(110,-68,959,832),26210=>array(68,-62,943,842),26211=>array(102,-67,954,843),26212=>array(82,-65,940,786),26213=>array(91,-71,962,824),26214=>array(98,-59,947,837),26215=>array(97,-60,939,831),26216=>array(30,-68,935,809),26217=>array(97,-69,965,840),26218=>array(110,-74,961,833),26219=>array(106,-71,946,825),26220=>array(102,-60,951,850),26221=>array(97,-68,907,791),26222=>array(53,-70,944,845),26223=>array(58,-61,940,796),26224=>array(102,-67,954,832),26225=>array(107,-71,949,828),26226=>array(110,-68,959,833),26227=>array(58,-71,932,826),26228=>array(75,-52,938,838),26229=>array(52,-60,964,846),26230=>array(117,-64,887,785),26231=>array(50,-68,943,782),26232=>array(41,-52,968,808),26233=>array(110,-72,919,782),26234=>array(82,-69,897,829),26235=>array(105,-40,966,828),26236=>array(104,-72,965,846),26237=>array(59,-63,981,842),26238=>array(87,-62,931,842),26239=>array(87,-62,923,791),26240=>array(107,-70,955,831),26241=>array(86,-65,970,817),26242=>array(64,-71,931,827),26243=>array(58,-70,937,808),26244=>array(90,-49,947,822),26245=>array(79,-59,960,849),26246=>array(90,-67,947,830),26247=>array(106,-71,971,790),26248=>array(57,-62,950,798),26249=>array(89,-65,936,787),26250=>array(121,-80,965,782),26251=>array(106,-55,948,849),26252=>array(86,-61,940,834),26253=>array(115,-69,925,785),26254=>array(95,-63,969,835),26255=>array(115,-65,960,835),26256=>array(91,-51,946,858),26257=>array(62,-63,955,790),26258=>array(89,-21,954,792),26259=>array(36,-69,954,830),26260=>array(110,-68,952,834),26261=>array(108,-67,966,833),26262=>array(89,-67,954,834),26263=>array(98,-64,943,840),26264=>array(82,-55,937,804),26265=>array(104,-72,956,833),26266=>array(89,-64,945,831),26267=>array(107,-25,939,843),26268=>array(60,-68,944,826),26269=>array(101,-56,936,789),26270=>array(112,-50,933,849),26271=>array(109,-24,951,832),26272=>array(74,-56,927,820),26273=>array(104,-70,960,800),26274=>array(92,-70,938,831),26275=>array(46,-63,974,851),26276=>array(92,-64,979,849),26277=>array(50,-59,950,788),26278=>array(39,-62,961,796),26279=>array(97,-72,955,821),26280=>array(59,-25,953,783),26281=>array(110,-72,990,832),26282=>array(113,-70,953,823),26283=>array(83,-68,948,833),26284=>array(65,-71,953,827),26285=>array(112,-64,952,849),26286=>array(51,-65,965,837),26287=>array(100,-75,955,827),26288=>array(100,-69,975,833),26289=>array(104,-26,962,799),26290=>array(112,-68,953,834),26291=>array(83,-62,941,826),26292=>array(66,-66,956,786),26293=>array(101,-53,968,841),26294=>array(92,-71,971,828),26295=>array(115,-68,960,836),26296=>array(89,-62,966,855),26297=>array(58,-56,933,815),26298=>array(109,-74,953,777),26299=>array(115,-68,971,781),26300=>array(68,-71,960,837),26301=>array(115,-70,960,824),26302=>array(99,-77,970,835),26303=>array(89,-69,957,833),26304=>array(101,-8,948,843),26305=>array(59,-37,947,832),26306=>array(89,-68,956,827),26307=>array(70,-64,960,829),26308=>array(94,-68,945,831),26309=>array(59,-71,943,819),26310=>array(32,-60,959,798),26311=>array(53,-74,947,817),26312=>array(96,-14,941,854),26313=>array(107,-61,964,837),26314=>array(110,-77,953,827),26315=>array(114,-70,956,777),26316=>array(55,-25,949,779),26317=>array(112,-64,952,849),26318=>array(79,-62,949,788),26319=>array(51,-67,946,788),26320=>array(86,-47,918,821),26321=>array(35,-75,968,812),26322=>array(94,-59,964,850),26323=>array(31,-75,966,834),26324=>array(57,-66,978,840),26325=>array(84,-72,927,841),26326=>array(81,-62,946,841),26327=>array(95,-67,959,825),26328=>array(101,-69,941,781),26329=>array(97,-63,955,789),26330=>array(94,-61,965,836),26331=>array(89,-70,965,835),26332=>array(85,-70,946,813),26333=>array(103,-64,980,784),26334=>array(93,-66,935,799),26335=>array(55,-67,956,816),26336=>array(93,-71,966,819),26337=>array(54,-32,952,791),26338=>array(99,-61,959,820),26339=>array(91,-72,953,823),26340=>array(91,-64,926,783),26341=>array(92,-67,954,830),26342=>array(88,-64,946,841),26343=>array(116,-68,966,817),26344=>array(90,-53,957,853),26345=>array(48,-62,937,824),26346=>array(90,-64,962,796),26347=>array(49,-71,962,838),26348=>array(92,-68,961,800),26349=>array(82,-68,944,834),26350=>array(83,-64,959,799),26351=>array(98,-67,924,806),26352=>array(166,-33,842,728),26353=>array(175,-61,841,788),26354=>array(163,-68,860,831),26355=>array(71,-56,954,839),26356=>array(48,-72,962,777),26357=>array(71,-60,946,845),26358=>array(61,-71,898,845),26359=>array(62,-67,896,792),26360=>array(84,-64,938,837),26361=>array(53,-70,947,829),26362=>array(53,-70,947,829),26363=>array(43,-68,946,791),26364=>array(57,-67,959,791),26365=>array(127,-65,876,852),26366=>array(38,-65,959,825),26367=>array(56,-68,950,834),26368=>array(53,-73,935,783),26369=>array(60,-71,960,781),26370=>array(54,-68,946,808),26371=>array(33,-74,978,848),26372=>array(98,-68,980,828),26373=>array(63,-63,920,830),26374=>array(94,-64,949,845),26375=>array(23,-74,957,847),26376=>array(86,-76,788,783),26377=>array(45,-65,936,844),26378=>array(33,-65,956,790),26379=>array(65,-77,891,782),26380=>array(23,-68,963,839),26381=>array(53,-75,950,783),26382=>array(47,-57,971,854),26383=>array(41,-56,905,840),26384=>array(34,-66,908,843),26385=>array(52,-64,964,829),26386=>array(43,-64,906,832),26387=>array(39,-71,957,823),26388=>array(60,-67,905,848),26389=>array(36,-73,961,837),26390=>array(36,-64,962,834),26391=>array(49,-74,885,832),26392=>array(33,-71,985,838),26393=>array(90,-65,915,793),26394=>array(72,-69,925,838),26395=>array(73,-36,927,822),26396=>array(36,-62,949,843),26397=>array(72,-68,908,827),26398=>array(42,-60,958,837),26399=>array(60,-70,899,829),26400=>array(33,-72,973,826),26401=>array(39,-85,966,825),26402=>array(85,-39,915,791),26403=>array(41,-72,952,828),26404=>array(65,-77,893,797),26405=>array(61,-66,941,833),26406=>array(34,-61,965,836),26407=>array(54,-73,962,834),26408=>array(77,-68,939,826),26409=>array(77,-58,889,826),26410=>array(65,-67,948,838),26411=>array(55,-67,955,839),26412=>array(41,-67,955,827),26413=>array(46,-62,954,829),26414=>array(75,-65,940,829),26415=>array(34,-69,947,815),26416=>array(51,-15,960,813),26417=>array(65,-70,950,828),26418=>array(57,-63,943,830),26419=>array(56,-71,969,830),26420=>array(49,-55,961,840),26421=>array(54,-68,955,777),26422=>array(53,-68,955,787),26423=>array(54,-58,901,830),26424=>array(66,-67,912,826),26425=>array(55,-63,955,830),26426=>array(54,-73,975,827),26427=>array(58,-66,901,829),26428=>array(54,-56,958,837),26429=>array(45,-62,937,832),26430=>array(48,-62,940,830),26431=>array(37,-54,956,839),26432=>array(53,-66,926,811),26433=>array(53,-64,958,828),26434=>array(42,-64,939,824),26435=>array(39,-65,954,836),26436=>array(42,-63,947,833),26437=>array(51,-61,953,835),26438=>array(39,-58,963,830),26439=>array(33,-62,956,831),26440=>array(37,-68,971,823),26441=>array(43,-69,950,831),26442=>array(43,-67,892,827),26443=>array(61,-63,959,833),26444=>array(33,-67,961,830),26445=>array(55,-68,955,829),26446=>array(51,-70,960,831),26447=>array(64,-62,950,827),26448=>array(40,-75,951,824),26449=>array(44,-71,951,829),26450=>array(44,-71,914,823),26451=>array(32,-69,917,834),26452=>array(47,-71,930,823),26453=>array(34,-64,976,833),26454=>array(43,-72,975,827),26455=>array(40,-67,954,837),26456=>array(47,-76,924,785),26457=>array(39,-70,961,830),26458=>array(50,-59,956,838),26459=>array(49,-70,902,828),26460=>array(49,-70,948,828),26461=>array(42,-64,959,830),26462=>array(39,-58,940,830),26463=>array(71,-67,950,833),26464=>array(39,-58,942,830),26465=>array(40,-65,956,827),26466=>array(44,-23,956,822),26467=>array(51,-58,912,830),26468=>array(51,-58,956,830),26469=>array(49,-57,951,830),26470=>array(47,-66,948,835),26471=>array(46,-59,931,833),26472=>array(22,-68,902,826),26473=>array(21,-62,890,825),26474=>array(51,-58,950,831),26475=>array(47,-62,954,835),26476=>array(41,-61,969,836),26477=>array(40,-62,962,832),26478=>array(47,-62,950,839),26479=>array(41,-63,959,835),26480=>array(46,-73,943,825),26481=>array(50,-71,960,831),26482=>array(31,-64,978,787),26483=>array(44,-65,956,832),26484=>array(54,-69,966,838),26485=>array(40,-68,948,837),26486=>array(44,-58,963,837),26487=>array(44,-68,967,825),26488=>array(49,-77,964,824),26489=>array(60,-69,962,829),26490=>array(39,-61,956,832),26491=>array(39,-61,959,832),26492=>array(51,-64,943,830),26493=>array(55,-70,950,826),26494=>array(39,-62,959,833),26495=>array(31,-73,966,823),26496=>array(42,-55,973,803),26497=>array(45,-73,972,829),26498=>array(71,-71,886,819),26499=>array(50,-75,903,822),26500=>array(45,-61,919,842),26501=>array(51,-68,953,830),26502=>array(39,-61,954,833),26503=>array(37,-70,968,826),26504=>array(58,-55,973,809),26505=>array(51,-58,961,830),26506=>array(46,-61,905,842),26507=>array(51,-58,941,830),26508=>array(42,-64,955,824),26509=>array(42,-59,963,835),26510=>array(36,-69,975,828),26511=>array(47,-65,970,835),26512=>array(41,-68,942,831),26513=>array(40,-61,964,833),26514=>array(47,-62,967,833),26515=>array(32,-59,956,842),26516=>array(55,-73,970,833),26517=>array(48,-62,959,836),26518=>array(48,-70,957,833),26519=>array(30,-69,954,829),26520=>array(42,-64,908,835),26521=>array(38,-58,968,839),26522=>array(57,-68,965,843),26523=>array(33,-66,968,823),26524=>array(48,-67,960,788),26525=>array(48,-64,965,834),26526=>array(24,-69,968,822),26527=>array(54,-80,954,830),26528=>array(39,-64,954,837),26529=>array(51,-65,948,830),26530=>array(31,-68,931,822),26531=>array(32,-76,956,824),26532=>array(40,-68,954,830),26533=>array(20,-67,903,820),26534=>array(51,-66,937,830),26535=>array(19,-73,928,823),26536=>array(23,-72,950,820),26537=>array(48,-74,950,820),26538=>array(41,-63,960,831),26539=>array(15,-58,937,830),26540=>array(42,-66,955,832),26541=>array(39,-51,944,832),26542=>array(55,-70,954,829),26543=>array(52,-62,956,836),26544=>array(42,-63,954,833),26545=>array(43,-62,964,852),26546=>array(42,-55,969,856),26547=>array(38,-68,965,829),26548=>array(51,-62,917,830),26549=>array(41,-67,950,827),26550=>array(47,-66,964,827),26551=>array(51,-58,934,832),26552=>array(51,-58,925,841),26553=>array(51,-58,951,830),26554=>array(42,-69,953,828),26555=>array(37,-62,964,829),26556=>array(40,-48,965,823),26557=>array(26,-54,950,827),26558=>array(48,-72,950,829),26559=>array(7,-66,968,829),26560=>array(45,-73,957,830),26561=>array(32,-62,958,835),26562=>array(51,-77,963,816),26563=>array(39,-80,957,827),26564=>array(46,-58,943,828),26565=>array(39,-55,963,840),26566=>array(51,-58,964,830),26567=>array(51,-71,976,822),26568=>array(51,-72,958,824),26569=>array(42,-69,965,825),26570=>array(34,-66,984,833),26571=>array(50,-70,968,822),26572=>array(49,-66,895,827),26573=>array(47,-75,961,823),26574=>array(51,-63,957,830),26575=>array(45,-62,896,846),26576=>array(44,-69,956,835),26577=>array(40,-65,953,827),26578=>array(45,-61,966,830),26579=>array(51,-66,956,835),26580=>array(48,-67,947,788),26581=>array(58,-67,917,825),26582=>array(32,-66,895,829),26583=>array(33,-68,948,833),26584=>array(58,-67,942,825),26585=>array(40,-64,898,833),26586=>array(37,-66,899,835),26587=>array(39,-69,896,825),26588=>array(40,-60,946,830),26589=>array(51,-66,945,836),26590=>array(51,-66,950,839),26591=>array(37,-65,967,832),26592=>array(26,-62,922,836),26593=>array(26,-69,981,827),26594=>array(51,-58,945,830),26595=>array(36,-81,957,822),26596=>array(51,-58,961,830),26597=>array(50,-12,951,826),26598=>array(58,-68,958,826),26599=>array(51,-59,952,830),26600=>array(48,-66,959,850),26601=>array(35,-65,952,824),26602=>array(50,-79,918,820),26603=>array(44,-71,914,838),26604=>array(55,-61,932,838),26605=>array(51,-77,962,826),26606=>array(51,-65,933,832),26607=>array(51,-61,953,830),26608=>array(64,-63,945,839),26609=>array(41,-67,957,839),26610=>array(43,-63,957,830),26611=>array(34,-61,921,837),26612=>array(44,-68,959,825),26613=>array(35,-60,956,832),26614=>array(50,-66,895,827),26615=>array(33,-55,964,836),26616=>array(48,-66,956,827),26617=>array(45,-66,934,832),26618=>array(50,-68,890,827),26619=>array(50,-12,952,826),26620=>array(36,-73,949,828),26621=>array(27,-75,947,817),26622=>array(27,-75,924,817),26623=>array(40,-64,949,827),26624=>array(43,-67,955,834),26625=>array(46,-61,905,837),26626=>array(46,-64,954,831),26627=>array(43,-76,945,834),26628=>array(60,-65,957,820),26629=>array(25,-65,965,829),26630=>array(38,-72,958,834),26631=>array(21,-59,940,833),26632=>array(17,-71,933,825),26633=>array(20,-71,917,817),26634=>array(17,-69,930,820),26635=>array(25,-60,942,833),26636=>array(21,-72,918,820),26637=>array(21,-68,951,827),26638=>array(21,-74,950,816),26639=>array(32,-57,925,833),26640=>array(32,-63,964,844),26641=>array(20,-71,929,818),26642=>array(58,-65,927,845),26643=>array(37,-65,948,826),26644=>array(56,-64,962,836),26645=>array(63,-68,953,823),26646=>array(54,-62,957,833),26647=>array(60,-65,957,788),26648=>array(63,-71,933,835),26649=>array(45,-66,961,842),26650=>array(38,-69,969,833),26651=>array(34,-65,966,835),26652=>array(39,-67,964,830),26653=>array(34,-64,943,832),26654=>array(56,-64,962,811),26655=>array(38,-63,948,845),26656=>array(45,-67,961,844),26657=>array(37,-74,963,822),26658=>array(39,-64,957,831),26659=>array(39,-64,965,843),26660=>array(32,-65,981,837),26661=>array(52,-65,954,841),26662=>array(39,-70,908,832),26663=>array(33,-64,961,836),26664=>array(32,-70,971,833),26665=>array(51,-58,909,830),26666=>array(28,-63,961,836),26667=>array(51,-68,930,830),26668=>array(53,-67,955,826),26669=>array(38,-68,951,828),26670=>array(53,-70,954,826),26671=>array(38,-68,948,826),26672=>array(29,-64,956,832),26673=>array(33,-77,955,825),26674=>array(36,-65,952,833),26675=>array(45,-68,954,826),26676=>array(38,-63,962,833),26677=>array(36,-67,908,830),26678=>array(17,-62,895,831),26679=>array(17,-61,924,831),26680=>array(33,-67,949,825),26681=>array(51,-71,957,820),26682=>array(44,-68,942,829),26683=>array(33,-58,971,839),26684=>array(44,-65,968,835),26685=>array(50,-59,957,839),26686=>array(39,-77,951,834),26687=>array(44,-66,991,842),26688=>array(54,-67,960,841),26689=>array(39,-68,956,835),26690=>array(39,-66,944,827),26691=>array(39,-72,945,828),26692=>array(33,-68,966,832),26693=>array(40,-65,967,844),26694=>array(30,-69,941,826),26695=>array(63,-65,963,844),26696=>array(63,-65,963,838),26697=>array(39,-60,956,845),26698=>array(50,-48,948,827),26699=>array(33,-71,971,832),26700=>array(52,-67,957,831),26701=>array(51,-67,932,830),26702=>array(51,-58,950,830),26703=>array(31,-64,957,832),26704=>array(46,-65,895,830),26705=>array(53,-65,958,788),26706=>array(52,-63,957,836),26707=>array(39,-65,954,827),26708=>array(38,-62,939,837),26709=>array(54,-74,898,821),26710=>array(54,-74,972,857),26711=>array(54,-74,964,821),26712=>array(50,-74,898,837),26713=>array(51,-65,946,833),26714=>array(45,-75,945,839),26715=>array(36,-66,946,836),26716=>array(54,-74,959,821),26717=>array(37,-66,949,835),26718=>array(36,-74,957,821),26719=>array(22,-71,933,826),26720=>array(18,-67,922,824),26721=>array(17,-74,938,821),26722=>array(20,-81,921,816),26723=>array(51,-60,935,830),26724=>array(26,-63,932,826),26725=>array(36,-53,966,844),26726=>array(25,-75,929,817),26727=>array(25,-78,959,833),26728=>array(27,-61,949,840),26729=>array(24,-69,923,833),26730=>array(44,-68,938,827),26731=>array(37,-69,972,829),26732=>array(48,-61,970,836),26733=>array(26,-72,966,832),26734=>array(41,-70,954,829),26735=>array(44,-65,951,827),26736=>array(43,-65,961,829),26737=>array(41,-68,953,826),26738=>array(33,-64,953,837),26739=>array(19,-73,979,834),26740=>array(51,-76,955,830),26741=>array(49,-74,953,826),26742=>array(42,-71,902,827),26743=>array(51,-63,924,844),26744=>array(44,-71,953,837),26745=>array(48,-66,977,848),26746=>array(35,-67,965,833),26747=>array(46,-73,976,821),26748=>array(36,-65,965,826),26749=>array(56,-23,960,824),26750=>array(51,-72,956,830),26751=>array(51,-62,933,830),26752=>array(46,-67,972,832),26753=>array(53,-68,956,808),26754=>array(50,-65,961,833),26755=>array(41,-66,960,830),26756=>array(32,-62,945,832),26757=>array(46,-71,953,843),26758=>array(38,-68,951,836),26759=>array(49,-65,961,829),26760=>array(31,-62,920,843),26761=>array(41,-69,953,826),26762=>array(39,-62,977,832),26763=>array(41,-71,897,824),26764=>array(48,-69,977,826),26765=>array(33,-67,935,842),26766=>array(39,-67,945,848),26767=>array(51,-67,934,833),26768=>array(32,-64,954,831),26769=>array(34,-76,970,821),26770=>array(42,-69,964,828),26771=>array(38,-70,956,837),26772=>array(28,-67,965,840),26773=>array(21,-67,970,833),26774=>array(37,-82,956,824),26775=>array(35,-68,956,829),26776=>array(36,-62,958,833),26777=>array(50,-70,911,827),26778=>array(50,-68,963,848),26779=>array(34,-68,962,824),26780=>array(30,-69,979,828),26781=>array(42,-71,981,839),26782=>array(45,-65,966,827),26783=>array(63,-68,932,847),26784=>array(51,-64,913,830),26785=>array(40,-72,962,838),26786=>array(44,-63,915,835),26787=>array(41,-70,967,825),26788=>array(47,-68,975,827),26789=>array(45,-71,957,838),26790=>array(49,-59,947,828),26791=>array(47,-62,948,835),26792=>array(41,-68,950,823),26793=>array(44,-64,952,828),26794=>array(43,-67,951,823),26795=>array(47,-69,968,830),26796=>array(42,-68,953,825),26797=>array(51,-73,951,835),26798=>array(42,-66,911,830),26799=>array(44,-70,927,839),26800=>array(40,-67,961,832),26801=>array(36,-54,913,835),26802=>array(44,-61,961,831),26803=>array(51,-70,957,830),26804=>array(30,-76,974,827),26805=>array(41,-79,943,824),26806=>array(31,-64,971,832),26807=>array(29,-62,971,839),26808=>array(36,-65,918,835),26809=>array(51,-58,954,830),26810=>array(46,-58,943,833),26811=>array(33,-65,950,836),26812=>array(33,-64,952,830),26813=>array(36,-54,972,835),26814=>array(27,-60,959,835),26815=>array(54,-55,971,835),26816=>array(24,-60,934,832),26817=>array(36,-64,968,844),26818=>array(23,-70,947,819),26819=>array(50,-67,967,813),26820=>array(39,-68,969,842),26821=>array(24,-72,970,824),26822=>array(30,-70,953,839),26823=>array(48,-68,959,824),26824=>array(43,-68,952,832),26825=>array(58,-71,922,838),26826=>array(72,-71,944,835),26827=>array(29,-70,947,827),26828=>array(41,-70,977,826),26829=>array(51,-58,946,830),26830=>array(51,-71,972,828),26831=>array(33,-71,973,825),26832=>array(42,-59,964,843),26833=>array(48,-73,954,824),26834=>array(27,-68,962,838),26835=>array(42,-72,950,841),26836=>array(39,-70,961,831),26837=>array(39,-70,954,823),26838=>array(37,-66,984,832),26839=>array(48,-65,966,834),26840=>array(39,-65,968,830),26841=>array(21,-66,979,844),26842=>array(57,-72,912,822),26843=>array(36,-75,932,845),26844=>array(41,-71,973,833),26845=>array(42,-73,903,826),26846=>array(42,-72,898,826),26847=>array(50,-64,973,835),26848=>array(54,-67,967,836),26849=>array(40,-72,916,824),26850=>array(37,-68,898,824),26851=>array(39,-70,965,832),26852=>array(51,-72,960,833),26853=>array(39,-69,967,826),26854=>array(43,-67,951,826),26855=>array(39,-70,948,840),26856=>array(44,-53,975,848),26857=>array(36,-75,897,825),26858=>array(36,-59,971,845),26859=>array(32,-58,964,841),26860=>array(30,-64,973,843),26861=>array(32,-68,968,839),26862=>array(30,-69,970,833),26863=>array(52,-70,963,834),26864=>array(38,-64,957,830),26865=>array(39,-67,972,832),26866=>array(22,-68,939,836),26867=>array(27,-71,975,827),26868=>array(40,-74,970,827),26869=>array(35,-70,968,822),26870=>array(33,-67,969,831),26871=>array(36,-68,970,824),26872=>array(42,-70,961,783),26873=>array(39,-70,956,835),26874=>array(42,-64,921,829),26875=>array(45,-62,983,830),26876=>array(32,-61,967,831),26877=>array(46,-70,963,826),26878=>array(44,-56,954,829),26879=>array(26,-77,951,835),26880=>array(34,-64,962,834),26881=>array(31,-62,952,833),26882=>array(31,-65,972,829),26883=>array(31,-62,957,837),26884=>array(39,-73,954,832),26885=>array(21,-75,927,817),26886=>array(51,-71,913,824),26887=>array(42,-78,960,827),26888=>array(36,-70,902,844),26889=>array(39,-65,964,841),26890=>array(48,-71,955,838),26891=>array(35,-67,967,835),26892=>array(51,-58,954,830),26893=>array(29,-73,954,835),26894=>array(37,-71,952,836),26895=>array(51,-58,964,830),26896=>array(35,-68,951,833),26897=>array(48,-79,954,835),26898=>array(36,-64,966,829),26899=>array(37,-67,980,830),26900=>array(48,-71,930,832),26901=>array(39,-69,967,826),26902=>array(29,-67,946,840),26903=>array(41,-62,976,843),26904=>array(29,-37,983,831),26905=>array(41,-68,900,832),26906=>array(31,-65,918,832),26907=>array(41,-62,958,834),26908=>array(33,-62,959,838),26909=>array(38,-71,986,826),26910=>array(38,-71,986,830),26911=>array(18,-76,954,815),26912=>array(32,-71,944,827),26913=>array(21,-70,918,833),26914=>array(18,-76,886,815),26915=>array(33,-72,955,833),26916=>array(34,-63,920,823),26917=>array(44,-62,905,830),26918=>array(27,-63,950,843),26919=>array(18,-76,977,828),26920=>array(27,-70,951,829),26921=>array(18,-76,956,856),26922=>array(42,-67,954,825),26923=>array(18,-76,937,837),26924=>array(33,-76,953,848),26925=>array(10,-63,922,830),26926=>array(18,-76,942,835),26927=>array(32,-64,950,837),26928=>array(28,-65,941,826),26929=>array(18,-76,970,843),26930=>array(36,-70,955,835),26931=>array(33,-55,973,838),26932=>array(31,-71,975,837),26933=>array(26,-73,965,826),26934=>array(39,-70,969,825),26935=>array(38,-69,962,828),26936=>array(19,-55,961,852),26937=>array(39,-70,940,827),26938=>array(18,-76,981,825),26939=>array(39,-67,950,826),26940=>array(26,-70,951,830),26941=>array(36,-67,970,831),26942=>array(18,-76,951,833),26943=>array(30,-64,978,835),26944=>array(37,-68,910,824),26945=>array(39,-71,971,827),26946=>array(30,-63,962,831),26947=>array(30,-61,943,833),26948=>array(33,-70,928,824),26949=>array(30,-73,948,823),26950=>array(30,-70,952,823),26951=>array(18,-76,919,815),26952=>array(44,-72,965,824),26953=>array(42,-69,954,826),26954=>array(47,-72,944,817),26955=>array(38,-69,922,826),26956=>array(41,-72,955,836),26957=>array(35,-70,966,813),26958=>array(30,-71,951,823),26959=>array(38,-68,980,829),26960=>array(18,-76,969,815),26961=>array(35,-73,972,832),26962=>array(39,-64,967,830),26963=>array(47,-64,971,836),26964=>array(39,-70,954,828),26965=>array(28,-76,927,845),26966=>array(21,-63,914,828),26967=>array(27,-59,970,840),26968=>array(36,-69,968,830),26969=>array(33,-70,961,830),26970=>array(48,-69,954,827),26971=>array(44,-60,953,834),26972=>array(39,-71,930,827),26973=>array(39,-70,971,836),26974=>array(39,-70,942,818),26975=>array(32,-71,952,836),26976=>array(33,-67,951,830),26977=>array(33,-76,950,818),26978=>array(44,-62,967,843),26979=>array(49,-67,924,829),26980=>array(26,-76,968,850),26981=>array(31,-60,971,848),26982=>array(41,-64,957,854),26983=>array(18,-76,988,836),26984=>array(37,-74,962,836),26985=>array(33,-69,967,826),26986=>array(39,-62,973,834),26987=>array(39,-70,957,818),26988=>array(37,-70,903,823),26989=>array(52,-69,965,829),26990=>array(39,-70,949,829),26991=>array(35,-64,961,839),26992=>array(37,-76,979,824),26993=>array(34,-71,969,831),26994=>array(24,-64,968,829),26995=>array(34,-64,975,832),26996=>array(42,-70,932,839),26997=>array(39,-68,956,824),26998=>array(44,-68,968,829),26999=>array(42,-70,956,827),27000=>array(34,-66,986,827),27001=>array(39,-70,957,818),27002=>array(36,-70,961,825),27003=>array(39,-65,958,834),27004=>array(18,-52,932,838),27005=>array(50,-64,950,847),27006=>array(39,-75,966,841),27007=>array(27,-67,972,832),27008=>array(37,-68,914,825),27009=>array(39,-70,940,835),27010=>array(30,-70,966,824),27011=>array(31,-71,960,823),27012=>array(21,-64,934,830),27013=>array(44,-76,967,820),27014=>array(30,-68,971,849),27015=>array(29,-76,934,822),27016=>array(16,-68,885,825),27017=>array(27,-75,961,816),27018=>array(28,-67,917,833),27019=>array(27,-67,916,829),27020=>array(28,-72,970,829),27021=>array(30,-67,912,824),27022=>array(33,-62,967,832),27023=>array(33,-64,954,859),27024=>array(28,-71,967,827),27025=>array(31,-70,960,833),27026=>array(24,-64,917,829),27027=>array(31,-68,958,833),27028=>array(46,-61,939,835),27029=>array(33,-64,969,830),27030=>array(46,-67,970,827),27031=>array(33,-70,955,826),27032=>array(29,-66,971,842),27033=>array(38,-68,966,833),27034=>array(39,-70,967,832),27035=>array(30,-68,973,839),27036=>array(54,-70,928,833),27037=>array(30,-73,967,835),27038=>array(33,-70,968,825),27039=>array(24,-64,941,845),27040=>array(39,-72,946,831),27041=>array(30,-69,951,833),27042=>array(24,-64,967,844),27043=>array(27,-69,951,837),27044=>array(28,-70,980,829),27045=>array(38,-65,960,830),27046=>array(49,-56,968,855),27047=>array(38,-74,939,817),27048=>array(47,-69,942,838),27049=>array(26,-69,975,826),27050=>array(31,-71,923,827),27051=>array(33,-68,965,844),27052=>array(40,-74,970,826),27053=>array(28,-65,965,849),27054=>array(61,-67,948,832),27055=>array(31,-60,954,833),27056=>array(34,-68,956,832),27057=>array(19,-66,972,832),27058=>array(39,-70,965,818),27059=>array(36,-65,967,840),27060=>array(53,-66,913,834),27061=>array(31,-70,956,828),27062=>array(37,-69,951,838),27063=>array(41,-67,944,841),27064=>array(18,-70,964,823),27065=>array(26,-70,965,827),27066=>array(37,-64,971,838),27067=>array(55,-62,930,845),27068=>array(32,-64,960,833),27069=>array(32,-75,972,825),27070=>array(39,-70,947,818),27071=>array(39,-70,962,829),27072=>array(32,-62,968,831),27073=>array(39,-70,940,844),27074=>array(23,-70,963,823),27075=>array(36,-60,969,845),27076=>array(39,-70,915,822),27077=>array(43,-69,927,823),27078=>array(42,-69,945,827),27079=>array(33,-78,961,833),27080=>array(24,-64,959,829),27081=>array(26,-73,973,836),27082=>array(34,-67,970,845),27083=>array(40,-68,954,828),27084=>array(28,-72,959,843),27085=>array(31,-70,960,851),27086=>array(39,-70,951,847),27087=>array(25,-67,952,840),27088=>array(39,-70,948,844),27089=>array(30,-68,976,787),27090=>array(40,-68,950,843),27091=>array(39,-70,969,818),27092=>array(33,-67,987,849),27093=>array(35,-70,968,835),27094=>array(43,-77,968,844),27095=>array(49,-61,926,834),27096=>array(35,-62,969,843),27097=>array(34,-69,950,836),27098=>array(33,-70,923,818),27099=>array(13,-57,922,845),27100=>array(19,-76,953,843),27101=>array(39,-70,942,844),27102=>array(13,-57,958,845),27103=>array(21,-64,917,842),27104=>array(21,-65,911,825),27105=>array(13,-67,964,845),27106=>array(20,-73,916,823),27107=>array(24,-74,951,845),27108=>array(32,-71,976,825),27109=>array(37,-64,965,830),27110=>array(38,-73,959,845),27111=>array(31,-64,973,837),27112=>array(29,-62,955,836),27113=>array(29,-60,969,811),27114=>array(26,-67,966,845),27115=>array(43,-66,956,835),27116=>array(33,-78,988,835),27117=>array(33,-70,964,839),27118=>array(34,-72,989,850),27119=>array(13,-65,953,845),27120=>array(13,-68,959,845),27121=>array(30,-67,968,826),27122=>array(27,-71,962,842),27123=>array(53,-65,963,843),27124=>array(34,-65,969,831),27125=>array(13,-57,978,845),27126=>array(22,-71,906,831),27127=>array(31,-73,987,829),27128=>array(37,-70,983,824),27129=>array(37,-64,952,845),27130=>array(28,-66,966,848),27131=>array(33,-58,971,839),27132=>array(38,-71,986,826),27133=>array(44,-71,948,827),27134=>array(30,-72,979,828),27135=>array(26,-65,953,828),27136=>array(45,-67,960,847),27137=>array(46,-64,976,835),27138=>array(60,-64,959,847),27139=>array(21,-74,939,826),27140=>array(21,-71,990,826),27141=>array(39,-64,964,829),27142=>array(30,-76,945,829),27143=>array(27,-73,989,824),27144=>array(36,-70,968,835),27145=>array(37,-80,968,826),27146=>array(28,-66,964,836),27147=>array(34,-67,961,827),27148=>array(26,-68,967,829),27149=>array(30,-84,955,830),27150=>array(26,-65,942,843),27151=>array(30,-69,954,826),27152=>array(26,-65,958,839),27153=>array(36,-61,985,836),27154=>array(26,-65,945,830),27155=>array(39,-69,949,831),27156=>array(36,-67,970,842),27157=>array(30,-77,973,832),27158=>array(46,-72,961,853),27159=>array(43,-68,956,826),27160=>array(32,-70,956,824),27161=>array(33,-70,957,818),27162=>array(33,-70,959,838),27163=>array(44,-61,971,833),27164=>array(33,-79,961,841),27165=>array(39,-71,962,828),27166=>array(46,-61,957,830),27167=>array(41,-67,944,826),27168=>array(30,-69,953,826),27169=>array(31,-69,952,828),27170=>array(33,-70,959,847),27171=>array(35,-62,978,848),27172=>array(6,-73,993,824),27173=>array(38,-73,970,825),27174=>array(40,-67,958,831),27175=>array(35,-76,976,828),27176=>array(39,-68,955,832),27177=>array(25,-72,957,832),27178=>array(26,-72,944,822),27179=>array(37,-62,964,832),27180=>array(33,-70,964,831),27181=>array(33,-60,972,831),27182=>array(33,-70,957,818),27183=>array(18,-72,929,819),27184=>array(36,-63,957,838),27185=>array(22,-74,953,832),27186=>array(34,-55,966,852),27187=>array(32,-66,955,830),27188=>array(34,-71,965,831),27189=>array(44,-67,969,836),27190=>array(27,-70,948,818),27191=>array(27,-67,950,844),27192=>array(48,-68,971,833),27193=>array(39,-71,953,825),27194=>array(38,-68,954,832),27195=>array(39,-81,958,826),27196=>array(39,-77,953,820),27197=>array(35,-65,957,851),27198=>array(30,-66,977,830),27199=>array(33,-70,954,828),27200=>array(44,-64,984,851),27201=>array(37,-69,956,828),27202=>array(35,-76,974,851),27203=>array(24,-70,959,843),27204=>array(34,-69,960,835),27205=>array(21,-70,954,845),27206=>array(46,-74,961,831),27207=>array(31,-67,963,837),27208=>array(36,-69,962,830),27209=>array(33,-80,956,825),27210=>array(34,-71,946,818),27211=>array(36,-62,962,836),27212=>array(33,-70,911,818),27213=>array(39,-68,897,822),27214=>array(38,-70,963,826),27215=>array(36,-71,951,838),27216=>array(44,-65,972,832),27217=>array(34,-68,964,826),27218=>array(36,-70,954,838),27219=>array(36,-72,948,838),27220=>array(36,-79,969,839),27221=>array(44,-58,951,836),27222=>array(43,-68,972,825),27223=>array(31,-68,948,839),27224=>array(36,-61,923,828),27225=>array(27,-69,951,830),27226=>array(39,-70,952,829),27227=>array(21,-68,972,828),27228=>array(47,-64,966,816),27229=>array(40,-68,953,826),27230=>array(35,-65,963,827),27231=>array(36,-68,963,829),27232=>array(37,-80,956,837),27233=>array(38,-70,964,837),27234=>array(37,-72,948,842),27235=>array(37,-72,957,847),27236=>array(44,-67,970,838),27237=>array(47,-69,952,821),27238=>array(32,-58,958,847),27239=>array(45,-61,917,849),27240=>array(33,-74,962,830),27241=>array(36,-67,958,826),27242=>array(38,-79,964,826),27243=>array(47,-70,956,827),27244=>array(37,-72,957,819),27245=>array(40,-72,957,824),27246=>array(53,-72,913,834),27247=>array(39,-70,944,824),27248=>array(37,-72,948,863),27249=>array(24,-69,914,829),27250=>array(37,-72,933,833),27251=>array(30,-55,967,821),27252=>array(30,-71,956,830),27253=>array(37,-72,979,832),27254=>array(43,-74,964,821),27255=>array(32,-73,962,838),27256=>array(43,-73,959,818),27257=>array(21,-73,928,817),27258=>array(37,-72,911,819),27259=>array(29,-72,966,819),27260=>array(15,-63,980,837),27261=>array(41,-76,973,833),27262=>array(41,-66,974,828),27263=>array(26,-58,955,832),27264=>array(29,-61,956,841),27265=>array(46,-65,991,855),27266=>array(37,-71,966,828),27267=>array(50,-76,971,819),27268=>array(31,-66,974,844),27269=>array(24,-72,964,823),27270=>array(39,-73,943,836),27271=>array(36,-65,960,834),27272=>array(37,-72,958,819),27273=>array(37,-65,936,826),27274=>array(36,-66,980,829),27275=>array(37,-72,981,820),27276=>array(43,-65,970,829),27277=>array(31,-76,970,829),27278=>array(22,-65,971,851),27279=>array(37,-72,972,833),27280=>array(21,-70,949,838),27281=>array(50,-68,933,826),27282=>array(42,-75,967,826),27283=>array(27,-71,980,834),27284=>array(46,-59,924,839),27285=>array(51,-76,966,824),27286=>array(27,-69,974,834),27287=>array(33,-54,973,840),27288=>array(33,-72,965,849),27289=>array(35,-76,923,815),27290=>array(35,-74,976,827),27291=>array(31,-71,977,826),27292=>array(32,-64,974,861),27293=>array(41,-78,970,819),27294=>array(27,-66,961,837),27295=>array(29,-83,962,823),27296=>array(34,-65,954,834),27297=>array(34,-70,954,826),27298=>array(33,-68,969,858),27299=>array(33,-63,959,838),27300=>array(35,-71,980,827),27301=>array(29,-73,964,842),27302=>array(41,-70,919,826),27303=>array(33,-70,974,823),27304=>array(33,-74,960,829),27305=>array(22,-64,921,857),27306=>array(42,-64,973,849),27307=>array(15,-63,943,830),27308=>array(29,-61,965,836),27309=>array(40,-72,981,828),27310=>array(40,-65,950,833),27311=>array(38,-56,970,838),27312=>array(35,-68,936,845),27313=>array(25,-56,943,832),27314=>array(35,-68,917,832),27315=>array(40,-65,966,846),27316=>array(34,-68,974,827),27317=>array(35,-69,942,824),27318=>array(38,-71,983,834),27319=>array(36,-70,959,821),27320=>array(37,-63,952,839),27321=>array(38,-65,965,842),27322=>array(45,-64,969,842),27323=>array(24,-62,957,839),27324=>array(27,-69,953,825),27325=>array(36,-61,967,831),27326=>array(105,-51,918,822),27327=>array(34,-68,958,829),27328=>array(36,-69,974,840),27329=>array(26,-66,945,839),27330=>array(36,-50,957,840),27331=>array(44,-66,954,835),27332=>array(44,-71,977,835),27333=>array(36,-71,975,839),27334=>array(48,-68,977,824),27335=>array(32,-75,963,825),27336=>array(31,-62,984,847),27337=>array(27,-70,953,826),27338=>array(31,-71,913,824),27339=>array(42,-70,958,840),27340=>array(44,-69,958,832),27341=>array(40,-75,961,831),27342=>array(35,-71,957,849),27343=>array(28,-64,984,828),27344=>array(40,-65,969,813),27345=>array(43,-66,935,827),27346=>array(30,-73,973,831),27347=>array(30,-61,974,849),27348=>array(42,-65,958,831),27349=>array(42,-72,967,831),27350=>array(34,-62,965,836),27351=>array(42,-67,958,833),27352=>array(42,-62,961,831),27353=>array(44,-70,949,824),27354=>array(39,-61,904,833),27355=>array(47,-66,959,840),27356=>array(43,-59,973,843),27357=>array(30,-70,971,835),27358=>array(33,-66,972,841),27359=>array(32,-71,969,841),27360=>array(37,-71,986,838),27361=>array(58,-72,950,833),27362=>array(20,-72,972,837),27363=>array(22,-72,974,841),27364=>array(41,-68,955,841),27365=>array(33,-71,959,847),27366=>array(29,-68,970,841),27367=>array(34,-65,957,840),27368=>array(36,-71,962,833),27369=>array(44,-65,920,833),27370=>array(32,-65,955,832),27371=>array(41,-68,959,831),27372=>array(43,-62,971,843),27373=>array(30,-62,965,831),27374=>array(36,-67,951,827),27375=>array(31,-68,981,842),27376=>array(30,-78,980,841),27377=>array(43,-65,967,840),27378=>array(33,-65,979,839),27379=>array(35,-58,969,855),27380=>array(19,-72,970,843),27381=>array(27,-66,973,840),27382=>array(32,-62,960,831),27383=>array(16,-45,965,851),27384=>array(38,-72,986,835),27385=>array(40,-68,957,830),27386=>array(38,-61,936,832),27387=>array(45,-62,958,826),27388=>array(28,-78,978,832),27389=>array(48,-68,956,813),27390=>array(31,-64,969,829),27391=>array(32,-67,951,835),27392=>array(33,-70,977,837),27393=>array(22,-70,987,832),27394=>array(31,-69,959,828),27395=>array(34,-58,964,853),27396=>array(35,-65,909,836),27397=>array(31,-69,973,827),27398=>array(21,-66,969,836),27399=>array(31,-66,955,827),27400=>array(45,-64,944,838),27401=>array(40,-62,962,835),27402=>array(38,-71,952,830),27403=>array(33,-68,960,823),27404=>array(33,-68,970,838),27405=>array(28,-68,937,832),27406=>array(44,-71,964,842),27407=>array(34,-67,967,830),27408=>array(39,-73,960,828),27409=>array(33,-70,970,831),27410=>array(40,-74,961,844),27411=>array(33,-78,966,836),27412=>array(33,-65,970,828),27413=>array(33,-70,987,828),27414=>array(40,-63,961,841),27415=>array(39,-65,942,830),27416=>array(47,-68,933,827),27417=>array(49,-62,959,831),27418=>array(35,-68,978,846),27419=>array(38,-71,932,835),27420=>array(40,-65,975,839),27421=>array(56,-67,964,843),27422=>array(49,-64,968,828),27423=>array(36,-69,984,835),27424=>array(51,-69,950,842),27425=>array(49,-66,953,822),27426=>array(20,-64,948,839),27427=>array(48,-72,962,831),27428=>array(41,-75,952,819),27429=>array(106,-75,968,829),27430=>array(35,-75,968,838),27431=>array(101,-66,953,833),27432=>array(56,-73,971,829),27433=>array(51,-62,947,822),27434=>array(90,-68,956,837),27435=>array(66,-68,950,847),27436=>array(44,-68,971,848),27437=>array(115,-73,961,830),27438=>array(60,-68,971,850),27439=>array(55,-74,967,830),27440=>array(30,-72,959,831),27441=>array(34,-72,959,834),27442=>array(47,-65,969,837),27443=>array(107,-74,962,830),27444=>array(101,-73,959,848),27445=>array(46,-62,970,853),27446=>array(44,-76,964,826),27447=>array(30,-69,963,838),27448=>array(47,-66,967,839),27449=>array(57,-79,975,830),27450=>array(61,-65,968,832),27451=>array(50,-72,958,838),27452=>array(50,-72,969,830),27453=>array(39,-71,977,839),27454=>array(50,-70,954,835),27455=>array(54,-67,968,841),27456=>array(46,-76,983,824),27457=>array(65,-73,985,827),27458=>array(61,-71,975,833),27459=>array(58,-72,972,838),27460=>array(102,-69,969,827),27461=>array(56,-72,977,826),27462=>array(47,-71,964,843),27463=>array(22,-74,968,842),27464=>array(29,-73,973,844),27465=>array(34,-70,970,841),27466=>array(54,-73,963,846),27467=>array(33,-69,967,826),27468=>array(65,-66,959,839),27469=>array(51,-73,970,841),27470=>array(39,-72,967,830),27471=>array(49,-72,961,842),27472=>array(110,-79,961,830),27473=>array(46,-69,977,831),27474=>array(60,-69,971,839),27475=>array(39,-65,963,841),27476=>array(32,-73,983,838),27477=>array(53,-83,972,825),27478=>array(60,-77,970,830),27479=>array(49,-68,975,840),27480=>array(52,-56,953,835),27481=>array(37,-67,964,856),27482=>array(64,-65,983,849),27483=>array(31,-70,983,864),27484=>array(37,-80,972,836),27485=>array(63,-72,971,838),27486=>array(55,-71,967,829),27487=>array(48,-67,969,841),27488=>array(53,-59,969,849),27489=>array(37,-68,962,836),27490=>array(76,-6,931,791),27491=>array(100,-5,920,756),27492=>array(37,-57,949,804),27493=>array(57,-60,932,835),27494=>array(63,-58,942,834),27495=>array(40,-66,956,830),27496=>array(41,-66,952,835),27497=>array(53,-62,962,833),27498=>array(63,-20,919,779),27499=>array(40,-28,953,783),27500=>array(46,-74,942,822),27501=>array(53,-67,951,829),27502=>array(37,-59,957,836),27503=>array(98,-70,938,835),27504=>array(60,-51,920,792),27505=>array(45,-20,956,836),27506=>array(45,-70,940,834),27507=>array(48,-70,943,834),27508=>array(33,-56,961,801),27509=>array(30,-55,955,849),27510=>array(80,-70,939,823),27511=>array(41,-58,944,789),27512=>array(47,-71,930,846),27513=>array(79,-75,921,767),27514=>array(71,-75,815,798),27515=>array(60,-67,959,761),27516=>array(26,-60,916,801),27517=>array(41,-68,955,828),27518=>array(58,-59,921,843),27519=>array(56,-62,972,840),27520=>array(39,-57,967,840),27521=>array(44,-74,950,774),27522=>array(49,-47,957,785),27523=>array(41,-73,964,827),27524=>array(54,-71,966,853),27525=>array(53,-74,952,827),27526=>array(65,-74,951,829),27527=>array(31,-68,913,826),27528=>array(44,-63,951,838),27529=>array(63,-75,921,835),27530=>array(61,-66,964,832),27531=>array(47,-61,965,845),27532=>array(33,-73,954,773),27533=>array(57,-64,953,837),27534=>array(43,-73,961,821),27535=>array(42,-76,950,821),27536=>array(52,-70,968,829),27537=>array(52,-74,960,823),27538=>array(32,-87,910,778),27539=>array(35,-71,948,820),27540=>array(57,-69,975,831),27541=>array(55,-58,949,829),27542=>array(40,-67,954,835),27543=>array(38,-53,968,835),27544=>array(68,-60,952,832),27545=>array(57,-64,958,829),27546=>array(44,-70,939,823),27547=>array(48,-47,947,788),27548=>array(39,-68,982,842),27549=>array(39,-68,974,829),27550=>array(40,-60,958,800),27551=>array(54,-67,970,782),27552=>array(39,-71,971,843),27553=>array(36,-71,930,830),27554=>array(50,-70,954,826),27555=>array(54,-72,952,829),27556=>array(55,-70,963,845),27557=>array(39,-78,953,834),27558=>array(43,-69,946,834),27559=>array(52,-71,978,829),27560=>array(43,-68,970,833),27561=>array(35,-65,976,798),27562=>array(47,-20,954,833),27563=>array(57,-64,953,789),27564=>array(50,-64,941,786),27565=>array(35,-44,965,807),27566=>array(40,-67,977,854),27567=>array(55,-66,960,838),27568=>array(36,-68,963,830),27569=>array(42,-73,954,829),27570=>array(44,-66,946,829),27571=>array(52,-70,948,788),27572=>array(98,-66,959,792),27573=>array(41,-73,964,832),27574=>array(58,-80,958,819),27575=>array(46,-68,952,836),27576=>array(45,-69,976,833),27577=>array(81,-72,972,787),27578=>array(51,-72,967,824),27579=>array(51,-70,963,833),27580=>array(49,-68,964,833),27581=>array(35,-65,976,847),27582=>array(35,-72,960,823),27583=>array(31,-73,969,799),27584=>array(73,-64,962,836),27585=>array(58,-68,958,833),27586=>array(52,-67,944,815),27587=>array(58,-72,973,843),27588=>array(58,-69,963,835),27589=>array(39,-72,963,831),27590=>array(69,-68,958,810),27591=>array(53,-76,974,819),27592=>array(55,-73,963,830),27593=>array(71,-29,951,800),27594=>array(41,-63,976,833),27595=>array(92,-57,935,798),27596=>array(74,-58,926,788),27597=>array(77,-66,931,783),27598=>array(64,-63,933,843),27599=>array(64,-63,939,843),27600=>array(55,-65,952,836),27601=>array(44,-62,967,805),27602=>array(56,-69,944,832),27603=>array(43,-62,964,835),27604=>array(59,-36,956,811),27605=>array(58,-59,908,816),27606=>array(63,-43,951,816),27607=>array(87,-67,965,820),27608=>array(76,-62,969,794),27609=>array(41,-54,941,826),27610=>array(56,-65,956,845),27611=>array(79,-23,944,822),27612=>array(52,-18,971,840),27613=>array(52,-18,971,840),27614=>array(78,-41,947,831),27615=>array(52,-40,954,841),27616=>array(49,-32,956,823),27617=>array(52,-18,971,840),27618=>array(55,-27,961,837),27619=>array(71,-32,949,778),27620=>array(48,-62,956,830),27621=>array(52,-18,971,841),27622=>array(55,-58,956,836),27623=>array(62,-26,965,834),27624=>array(54,-25,954,833),27625=>array(52,-18,971,840),27626=>array(35,-19,931,836),27627=>array(80,-54,933,840),27628=>array(51,-24,969,832),27629=>array(44,-39,954,836),27630=>array(30,-65,964,835),27631=>array(59,-30,967,835),27632=>array(47,-29,958,834),27633=>array(47,-28,958,833),27634=>array(39,-76,955,819),27635=>array(70,-44,970,826),27636=>array(47,-28,958,823),27637=>array(30,-65,933,844),27638=>array(44,-28,972,855),27639=>array(90,-55,961,848),27640=>array(55,-28,959,825),27641=>array(28,-70,972,847),27642=>array(48,-28,960,841),27643=>array(31,-65,962,840),27644=>array(31,-68,963,819),27645=>array(44,-32,971,832),27646=>array(47,-67,960,822),27647=>array(35,-67,967,853),27648=>array(54,-69,966,824),27649=>array(60,-28,972,835),27650=>array(53,-76,958,825),27651=>array(46,-45,962,839),27652=>array(38,-54,960,844),27653=>array(49,-34,959,841),27654=>array(54,-43,974,840),27655=>array(30,-25,928,835),27656=>array(68,-56,946,844),27657=>array(37,-58,964,840),27658=>array(54,-43,974,854),27659=>array(52,-69,971,828),27660=>array(48,-40,978,843),27661=>array(33,-66,966,830),27662=>array(61,-46,961,825),27663=>array(83,-68,934,828),27664=>array(100,-54,907,832),27665=>array(51,-67,950,784),27666=>array(91,-71,936,839),27667=>array(111,-61,951,781),27668=>array(39,-56,966,853),27669=>array(36,-67,957,847),27670=>array(51,-64,965,845),27671=>array(36,-62,963,853),27672=>array(46,-69,966,840),27673=>array(44,-62,965,852),27674=>array(26,-68,959,849),27675=>array(52,-69,962,839),27676=>array(35,-63,959,849),27677=>array(36,-75,960,835),27678=>array(36,-72,960,835),27679=>array(37,-76,962,829),27680=>array(10,-71,933,837),27681=>array(45,-76,961,845),27682=>array(38,-63,943,832),27683=>array(50,-67,959,838),27684=>array(40,-63,979,849),27685=>array(37,-66,968,842),27686=>array(41,-65,972,858),27687=>array(42,-70,958,832),27688=>array(41,-73,961,835),27689=>array(21,-64,938,825),27690=>array(38,-66,968,849),27691=>array(47,-68,957,831),27692=>array(39,-61,974,854),27693=>array(38,-66,966,852),27694=>array(48,-79,963,835),27695=>array(45,-74,959,841),27696=>array(35,-70,964,839),27697=>array(25,-69,955,830),27698=>array(25,-70,955,830),27699=>array(43,-71,971,833),27700=>array(47,-64,953,826),27701=>array(320,-38,602,803),27702=>array(51,-74,958,782),27703=>array(47,-64,953,826),27704=>array(51,-65,957,838),27705=>array(85,-28,958,830),27706=>array(40,-64,962,826),27707=>array(69,-60,921,829),27708=>array(54,-39,945,830),27709=>array(27,-71,967,846),27710=>array(71,-32,962,814),27711=>array(60,-65,966,823),27712=>array(51,-55,941,808),27713=>array(58,-59,962,833),27714=>array(61,-65,938,835),27715=>array(60,-62,977,814),27716=>array(60,-63,942,835),27717=>array(59,-51,937,814),27718=>array(33,-65,961,790),27719=>array(46,-49,920,803),27720=>array(70,-59,896,790),27721=>array(40,-59,956,804),27722=>array(57,-66,967,813),27723=>array(59,-57,912,836),27724=>array(62,-72,910,829),27725=>array(44,-71,975,826),27726=>array(53,-62,959,825),27727=>array(62,-65,960,829),27728=>array(67,-71,919,831),27729=>array(67,-42,930,826),27730=>array(55,-49,958,836),27731=>array(55,-64,954,802),27732=>array(60,-37,967,842),27733=>array(57,-65,898,820),27734=>array(54,-65,954,833),27735=>array(48,-67,948,798),27736=>array(48,-59,933,831),27737=>array(51,-67,957,814),27738=>array(49,-52,948,802),27739=>array(43,-63,975,812),27740=>array(33,-46,945,808),27741=>array(47,-62,947,847),27742=>array(58,-68,948,781),27743=>array(65,-51,940,796),27744=>array(48,-46,959,825),27745=>array(58,-52,943,802),27746=>array(74,-58,945,811),27747=>array(92,-68,957,831),27748=>array(51,-63,899,790),27749=>array(52,-70,977,828),27750=>array(44,-68,963,826),27751=>array(69,-68,964,801),27752=>array(70,-57,900,812),27753=>array(55,-40,911,817),27754=>array(54,-41,944,809),27755=>array(53,-68,951,833),27756=>array(57,-67,964,822),27757=>array(61,-69,905,801),27758=>array(41,-65,904,831),27759=>array(48,-61,951,830),27760=>array(48,-64,962,835),27761=>array(50,-70,957,837),27762=>array(41,-68,955,820),27763=>array(49,-73,972,807),27764=>array(53,-64,944,846),27765=>array(53,-73,945,854),27766=>array(42,-66,962,830),27767=>array(59,-63,941,805),27768=>array(54,-69,949,833),27769=>array(58,-59,900,820),27770=>array(56,-72,970,836),27771=>array(41,-75,951,826),27772=>array(41,-75,951,811),27773=>array(63,-61,962,850),27774=>array(41,-62,955,814),27775=>array(62,-57,950,820),27776=>array(45,-75,931,825),27777=>array(56,-48,947,811),27778=>array(58,-67,950,831),27779=>array(48,-64,962,819),27780=>array(46,-60,946,807),27781=>array(47,-70,948,812),27782=>array(63,-66,951,817),27783=>array(48,-60,951,849),27784=>array(56,-73,946,824),27785=>array(51,-58,952,788),27786=>array(49,-58,973,833),27787=>array(51,-69,960,827),27788=>array(41,-44,963,833),27789=>array(56,-38,939,794),27790=>array(45,-62,961,844),27791=>array(62,-67,926,814),27792=>array(43,-63,960,833),27793=>array(66,-51,947,821),27794=>array(58,-71,953,841),27795=>array(54,-62,962,835),27796=>array(54,-60,944,814),27797=>array(59,-56,926,855),27798=>array(54,-64,914,839),27799=>array(35,-58,976,803),27800=>array(52,-50,964,817),27801=>array(51,-62,968,812),27802=>array(65,-44,966,807),27803=>array(41,-65,942,837),27804=>array(70,-66,953,837),27805=>array(31,-69,969,835),27806=>array(52,-74,939,826),27807=>array(41,-61,903,831),27808=>array(66,-64,959,821),27809=>array(47,-62,959,805),27810=>array(40,-66,973,805),27811=>array(58,-63,920,813),27812=>array(42,-47,929,822),27813=>array(41,-57,916,827),27814=>array(52,-46,948,837),27815=>array(28,-63,967,821),27816=>array(58,-58,937,824),27817=>array(41,-62,892,819),27818=>array(45,-62,874,836),27819=>array(56,-61,980,833),27820=>array(62,-72,984,819),27821=>array(39,-67,947,829),27822=>array(57,-30,957,820),27823=>array(52,-52,967,813),27824=>array(53,-71,951,803),27825=>array(53,-44,951,828),27826=>array(38,-58,953,810),27827=>array(49,-67,952,796),27828=>array(46,-47,978,862),27829=>array(73,-53,947,840),27830=>array(51,-73,956,800),27831=>array(53,-81,961,827),27832=>array(42,-63,915,823),27833=>array(64,-69,903,836),27834=>array(54,-74,900,801),27835=>array(48,-64,959,834),27836=>array(52,-61,896,817),27837=>array(69,-64,956,836),27838=>array(67,-56,946,836),27839=>array(43,-48,936,814),27840=>array(45,-68,891,806),27841=>array(59,-62,965,810),27842=>array(45,-73,894,813),27843=>array(47,-70,896,825),27844=>array(39,-63,953,835),27845=>array(49,-66,897,811),27846=>array(28,-50,976,856),27847=>array(48,-73,909,818),27848=>array(81,-66,984,829),27849=>array(46,-73,960,843),27850=>array(60,-57,875,847),27851=>array(39,-66,968,828),27852=>array(42,-32,972,829),27853=>array(44,-67,968,835),27854=>array(97,-62,955,845),27855=>array(42,-71,915,830),27856=>array(64,-68,918,832),27857=>array(57,-75,907,831),27858=>array(55,-64,975,849),27859=>array(50,-53,958,808),27860=>array(46,-53,947,831),27861=>array(64,-59,945,821),27862=>array(56,-68,924,837),27863=>array(61,-53,909,810),27864=>array(78,-67,931,825),27865=>array(54,-64,952,818),27866=>array(38,-39,960,838),27867=>array(56,-67,963,836),27868=>array(41,-69,958,834),27869=>array(55,-68,952,842),27870=>array(51,-72,910,824),27871=>array(62,-63,953,806),27872=>array(36,-50,969,870),27873=>array(46,-46,968,834),27874=>array(50,-75,961,831),27875=>array(62,-27,956,820),27876=>array(59,-65,960,828),27877=>array(56,-64,957,821),27878=>array(62,-57,973,818),27879=>array(55,-70,960,828),27880=>array(60,-46,939,838),27881=>array(49,-58,958,831),27882=>array(53,-59,914,820),27883=>array(54,-53,949,831),27884=>array(53,-72,972,846),27885=>array(52,-73,948,823),27886=>array(63,-69,967,825),27887=>array(49,-63,951,812),27888=>array(38,-65,963,838),27889=>array(59,-71,983,831),27890=>array(50,-46,922,856),27891=>array(42,-58,980,851),27892=>array(58,-26,988,825),27893=>array(57,-67,964,777),27894=>array(45,-66,929,815),27895=>array(57,-62,929,822),27896=>array(53,-62,910,822),27897=>array(53,-50,955,798),27898=>array(42,-62,933,828),27899=>array(43,-55,893,806),27900=>array(47,-76,949,814),27901=>array(55,-70,948,805),27902=>array(63,-58,926,799),27903=>array(64,-72,964,812),27904=>array(51,-69,954,838),27905=>array(57,-71,957,827),27906=>array(57,-66,945,846),27907=>array(44,-78,972,829),27908=>array(71,-57,915,803),27909=>array(57,-66,965,806),27910=>array(47,-60,964,805),27911=>array(56,-63,910,810),27912=>array(50,-73,964,829),27913=>array(49,-67,955,822),27914=>array(56,-64,970,840),27915=>array(42,-65,951,846),27916=>array(45,-62,902,830),27917=>array(52,-44,954,812),27918=>array(58,-69,898,842),27919=>array(56,-70,954,811),27920=>array(55,-70,955,830),27921=>array(49,-66,974,841),27922=>array(46,-53,947,813),27923=>array(55,-65,941,824),27924=>array(58,-61,935,838),27925=>array(41,-73,975,818),27926=>array(46,-70,962,807),27927=>array(60,-62,963,833),27928=>array(47,-74,953,825),27929=>array(42,-62,967,832),27930=>array(49,-70,968,834),27931=>array(57,-72,959,842),27932=>array(38,-67,981,849),27933=>array(55,-71,959,835),27934=>array(48,-55,898,819),27935=>array(45,-74,973,830),27936=>array(51,-68,954,844),27937=>array(71,-67,965,824),27938=>array(53,-79,952,830),27939=>array(51,-65,955,824),27940=>array(44,-38,962,845),27941=>array(48,-62,959,842),27942=>array(52,-70,932,830),27943=>array(42,-77,945,828),27944=>array(52,-74,963,835),27945=>array(55,-63,974,831),27946=>array(69,-60,940,834),27947=>array(50,-53,970,829),27948=>array(53,-71,963,818),27949=>array(50,-45,953,812),27950=>array(52,-60,967,825),27951=>array(53,-68,948,829),27952=>array(54,-52,949,805),27953=>array(56,-64,959,812),27954=>array(57,-70,897,820),27955=>array(56,-64,908,834),27956=>array(48,-65,956,847),27957=>array(50,-59,908,850),27958=>array(56,-63,917,838),27959=>array(55,-57,956,809),27960=>array(59,-75,965,819),27961=>array(54,-53,959,802),27962=>array(55,-72,889,830),27963=>array(43,-70,942,826),27964=>array(50,-54,956,829),27965=>array(50,-59,986,845),27966=>array(51,-72,966,832),27967=>array(58,-63,988,854),27968=>array(48,-73,909,828),27969=>array(40,-70,964,830),27970=>array(48,-73,970,836),27971=>array(49,-74,939,818),27972=>array(48,-61,952,839),27973=>array(46,-70,939,853),27974=>array(34,-61,947,836),27975=>array(37,-63,929,834),27976=>array(62,-80,920,819),27977=>array(46,-71,930,822),27978=>array(57,-54,935,816),27979=>array(48,-63,880,828),27980=>array(45,-63,956,825),27981=>array(45,-68,940,822),27982=>array(36,-64,952,835),27983=>array(55,-68,871,821),27984=>array(54,-68,917,846),27985=>array(57,-60,909,811),27986=>array(46,-69,920,822),27987=>array(40,-58,950,831),27988=>array(43,-64,911,790),27989=>array(54,-64,936,810),27990=>array(46,-66,934,835),27991=>array(56,-63,956,833),27992=>array(66,-64,970,821),27993=>array(41,-65,954,835),27994=>array(24,-54,948,846),27995=>array(42,-70,955,839),27996=>array(47,-65,963,824),27997=>array(52,-45,965,833),27998=>array(50,-54,972,829),27999=>array(50,-76,971,839),28000=>array(40,-65,951,838),28001=>array(60,-63,957,844),28002=>array(63,-44,966,818),28003=>array(56,-64,960,839),28004=>array(52,-65,940,833),28005=>array(45,-35,955,818),28006=>array(42,-52,956,847),28007=>array(53,-43,951,813),28008=>array(57,-68,972,831),28009=>array(29,-63,944,841),28010=>array(62,-63,962,829),28011=>array(46,-60,938,817),28012=>array(48,-49,952,817),28013=>array(47,-70,962,816),28014=>array(46,-68,951,834),28015=>array(54,-47,949,835),28016=>array(55,-65,909,831),28017=>array(54,-70,963,808),28018=>array(54,-72,969,842),28019=>array(57,-76,957,843),28020=>array(53,-60,959,847),28021=>array(43,-74,954,831),28022=>array(46,-69,945,836),28023=>array(42,-62,956,843),28024=>array(42,-69,949,798),28025=>array(43,-67,971,830),28026=>array(54,-67,911,827),28027=>array(50,-65,908,819),28028=>array(42,-65,962,840),28029=>array(53,-66,958,821),28030=>array(53,-70,953,830),28031=>array(56,-78,955,810),28032=>array(51,-66,963,811),28033=>array(55,-76,966,822),28034=>array(48,-68,975,843),28035=>array(52,-71,906,812),28036=>array(55,-68,956,830),28037=>array(28,-26,960,816),28038=>array(44,-67,950,809),28039=>array(50,-38,956,820),28040=>array(64,-67,917,833),28041=>array(48,-58,956,834),28042=>array(55,-52,972,809),28043=>array(56,-71,968,826),28044=>array(49,-61,897,818),28045=>array(50,-67,947,832),28046=>array(36,-66,964,813),28047=>array(63,-68,948,810),28048=>array(59,-67,964,827),28049=>array(49,-68,961,825),28050=>array(45,-68,948,814),28051=>array(74,-65,915,814),28052=>array(53,-67,996,829),28053=>array(42,-68,927,844),28054=>array(39,-48,956,859),28055=>array(57,-70,955,840),28056=>array(37,-53,973,863),28057=>array(36,-68,959,827),28058=>array(54,-64,968,852),28059=>array(61,-61,937,834),28060=>array(41,-59,955,844),28061=>array(52,-54,911,834),28062=>array(44,-59,943,823),28063=>array(44,-58,938,816),28064=>array(49,-63,869,800),28065=>array(41,-70,893,795),28066=>array(51,-67,929,813),28067=>array(22,-63,946,842),28068=>array(45,-59,944,828),28069=>array(50,-61,908,848),28070=>array(62,-53,918,829),28071=>array(46,-62,870,819),28072=>array(45,-60,956,821),28073=>array(53,-41,928,798),28074=>array(45,-67,952,845),28075=>array(51,-65,928,850),28076=>array(67,-67,933,827),28077=>array(76,-69,964,832),28078=>array(63,-66,924,830),28079=>array(39,-64,951,818),28080=>array(58,-67,967,794),28081=>array(50,-69,961,804),28082=>array(52,-68,961,839),28083=>array(66,-52,956,833),28084=>array(43,-56,962,857),28085=>array(53,-63,911,810),28086=>array(69,-50,941,828),28087=>array(85,-71,963,820),28088=>array(53,-65,900,824),28089=>array(51,-72,946,840),28090=>array(72,-73,932,813),28091=>array(54,-72,962,825),28092=>array(49,-61,964,831),28093=>array(66,-71,957,816),28094=>array(82,-68,946,820),28095=>array(54,-51,975,815),28096=>array(54,-74,956,820),28097=>array(54,-71,944,841),28098=>array(78,-65,953,813),28099=>array(50,-50,951,834),28100=>array(65,-62,926,842),28101=>array(40,-58,953,839),28102=>array(54,-64,958,844),28103=>array(48,-65,961,830),28104=>array(65,-80,908,800),28105=>array(84,-71,965,815),28106=>array(57,-70,897,829),28107=>array(28,-63,968,841),28108=>array(45,-62,935,838),28109=>array(66,-77,906,804),28110=>array(66,-67,967,832),28111=>array(88,-74,971,819),28112=>array(85,-69,906,806),28113=>array(31,-66,975,829),28114=>array(35,-66,953,838),28115=>array(63,-72,956,823),28116=>array(69,-56,955,834),28117=>array(80,-60,954,832),28118=>array(38,-65,945,836),28119=>array(59,-62,904,828),28120=>array(47,-58,911,847),28121=>array(40,-62,961,836),28122=>array(48,-66,982,843),28123=>array(71,-71,905,821),28124=>array(74,-75,911,806),28125=>array(40,-62,960,806),28126=>array(29,-65,956,832),28127=>array(37,-54,970,849),28128=>array(46,-64,955,814),28129=>array(47,-62,965,846),28130=>array(79,-70,958,820),28131=>array(50,-58,957,850),28132=>array(40,-61,965,835),28133=>array(40,-64,956,837),28134=>array(50,-36,957,843),28135=>array(50,-39,989,843),28136=>array(57,-61,950,834),28137=>array(47,-73,964,835),28138=>array(39,-58,991,856),28139=>array(41,-42,943,827),28140=>array(24,-61,948,840),28141=>array(70,-68,961,824),28142=>array(43,-59,962,849),28143=>array(50,-66,941,832),28144=>array(38,-53,969,848),28145=>array(44,-68,963,808),28146=>array(57,-79,956,823),28147=>array(50,-61,955,831),28148=>array(34,-33,955,846),28149=>array(47,-65,900,830),28150=>array(52,-65,985,836),28151=>array(55,-60,961,803),28152=>array(39,-64,943,833),28153=>array(42,-37,984,854),28154=>array(42,-60,978,845),28155=>array(53,-55,962,837),28156=>array(49,-68,978,827),28157=>array(64,-53,951,824),28158=>array(51,-69,962,857),28159=>array(70,-68,922,838),28160=>array(76,-80,974,820),28161=>array(47,-68,961,823),28162=>array(51,-60,949,795),28163=>array(41,-70,951,821),28164=>array(44,-62,953,820),28165=>array(39,-67,943,833),28166=>array(42,-57,909,826),28167=>array(39,-63,924,800),28168=>array(42,-60,958,825),28169=>array(39,-67,966,824),28170=>array(59,-72,882,824),28171=>array(48,-31,956,834),28172=>array(46,-60,936,807),28173=>array(54,-75,912,827),28174=>array(52,-60,929,823),28175=>array(52,-62,954,833),28176=>array(36,-63,920,829),28177=>array(50,-48,933,799),28178=>array(36,-65,957,841),28179=>array(46,-57,979,828),28180=>array(50,-48,922,829),28181=>array(42,-57,909,826),28182=>array(60,-72,910,832),28183=>array(51,-61,964,839),28184=>array(82,-69,964,813),28185=>array(34,-65,951,838),28186=>array(47,-65,948,833),28187=>array(54,-76,956,837),28188=>array(50,-72,970,804),28189=>array(33,-76,965,843),28190=>array(81,-71,934,837),28191=>array(46,-62,921,849),28192=>array(53,-68,965,819),28193=>array(49,-71,973,832),28194=>array(29,-54,972,812),28195=>array(33,-29,959,843),28196=>array(63,-77,930,836),28197=>array(48,-70,956,811),28198=>array(51,-59,896,822),28199=>array(62,-71,919,838),28200=>array(46,-76,975,803),28201=>array(36,-61,943,781),28202=>array(61,-80,930,820),28203=>array(45,-65,978,830),28204=>array(64,-65,909,826),28205=>array(65,-65,913,808),28206=>array(50,-65,950,828),28207=>array(47,-56,961,826),28208=>array(54,-67,973,844),28209=>array(49,-49,959,825),28210=>array(55,-39,954,847),28211=>array(40,-70,952,813),28212=>array(62,-65,919,801),28213=>array(49,-70,956,825),28214=>array(57,-79,970,824),28215=>array(49,-58,967,856),28216=>array(54,-77,950,839),28217=>array(49,-50,919,855),28218=>array(28,-71,946,826),28219=>array(46,-72,960,831),28220=>array(58,-65,982,845),28221=>array(51,-74,962,822),28222=>array(43,-57,956,821),28223=>array(45,-67,980,829),28224=>array(52,-76,968,829),28225=>array(49,-72,963,834),28226=>array(52,-60,963,805),28227=>array(44,-61,961,832),28228=>array(80,-69,919,808),28229=>array(39,-46,968,855),28230=>array(43,-69,951,833),28231=>array(41,-73,947,829),28232=>array(48,-59,975,832),28233=>array(50,-71,952,824),28234=>array(49,-69,966,825),28235=>array(46,-71,950,838),28236=>array(52,-63,963,848),28237=>array(54,-64,956,833),28238=>array(43,-64,951,809),28239=>array(47,-71,939,832),28240=>array(48,-65,918,829),28241=>array(45,-48,963,820),28242=>array(52,-71,951,811),28243=>array(43,-53,959,823),28244=>array(50,-65,965,850),28245=>array(40,-73,978,826),28246=>array(68,-68,912,829),28247=>array(69,-61,954,826),28248=>array(69,-65,916,829),28249=>array(69,-38,980,840),28250=>array(54,-70,965,828),28251=>array(38,-65,948,823),28252=>array(49,-65,979,811),28253=>array(55,-69,958,825),28254=>array(60,-77,955,833),28255=>array(42,-37,959,846),28256=>array(55,-66,954,835),28257=>array(52,-66,910,801),28258=>array(55,-72,951,811),28259=>array(48,-44,959,821),28260=>array(43,-57,959,853),28261=>array(45,-70,977,832),28262=>array(52,-46,955,807),28263=>array(44,-68,918,814),28264=>array(49,-67,974,812),28265=>array(45,-64,962,818),28266=>array(49,-63,974,843),28267=>array(50,-67,979,833),28268=>array(25,-67,964,833),28269=>array(29,-65,955,842),28270=>array(34,-50,939,810),28271=>array(51,-68,953,795),28272=>array(43,-48,938,844),28273=>array(56,-65,955,835),28274=>array(41,-56,968,846),28275=>array(55,-64,956,836),28276=>array(53,-40,959,851),28277=>array(45,-60,969,840),28278=>array(45,-70,974,840),28279=>array(49,-70,961,832),28280=>array(52,-70,961,830),28281=>array(49,-68,956,806),28282=>array(64,-65,949,840),28283=>array(45,-64,954,845),28284=>array(48,-46,948,821),28285=>array(65,-62,952,843),28286=>array(54,-61,953,836),28287=>array(49,-39,933,804),28288=>array(38,-59,922,828),28289=>array(44,-70,962,818),28290=>array(44,-67,903,831),28291=>array(48,-64,919,827),28292=>array(48,-63,969,840),28293=>array(29,-63,931,833),28294=>array(42,-69,949,817),28295=>array(29,-52,928,837),28296=>array(46,-68,939,839),28297=>array(48,-64,963,811),28298=>array(48,-67,969,817),28299=>array(48,-33,965,817),28300=>array(46,-61,966,823),28301=>array(49,-69,961,816),28302=>array(44,-54,954,849),28303=>array(37,-65,949,828),28304=>array(48,-70,943,799),28305=>array(51,-72,935,836),28306=>array(43,-71,960,827),28307=>array(65,-71,953,831),28308=>array(50,-74,971,833),28309=>array(50,-60,965,799),28310=>array(54,-67,951,843),28311=>array(38,-70,967,836),28312=>array(31,-41,938,832),28313=>array(45,-70,987,845),28314=>array(55,-68,966,827),28315=>array(55,-74,976,838),28316=>array(45,-66,925,830),28317=>array(43,-67,948,829),28318=>array(64,-72,963,806),28319=>array(48,-66,966,807),28320=>array(55,-45,952,835),28321=>array(35,-70,954,824),28322=>array(48,-34,952,839),28323=>array(38,-67,973,848),28324=>array(41,-71,932,797),28325=>array(53,-64,951,835),28326=>array(46,-69,964,830),28327=>array(51,-62,967,804),28328=>array(51,-59,972,842),28329=>array(26,-60,928,839),28330=>array(26,-69,977,838),28331=>array(53,-59,959,784),28332=>array(53,-59,980,829),28333=>array(53,-59,973,802),28334=>array(52,-68,968,838),28335=>array(66,-70,922,837),28336=>array(58,-49,954,830),28337=>array(44,-66,986,840),28338=>array(34,-64,970,837),28339=>array(51,-71,969,811),28340=>array(56,-67,975,842),28341=>array(56,-71,989,836),28342=>array(53,-68,964,835),28343=>array(46,-65,905,818),28344=>array(56,-67,980,830),28345=>array(62,-65,958,831),28346=>array(54,-60,927,803),28347=>array(57,-63,878,808),28348=>array(57,-41,959,816),28349=>array(36,-64,950,810),28350=>array(45,-64,965,851),28351=>array(45,-70,958,824),28352=>array(55,-73,950,835),28353=>array(44,-65,978,840),28354=>array(51,-62,959,848),28355=>array(36,-52,973,812),28356=>array(46,-65,991,863),28357=>array(53,-68,954,828),28358=>array(55,-68,951,802),28359=>array(53,-69,962,844),28360=>array(63,-64,954,839),28361=>array(47,-62,962,813),28362=>array(55,-63,972,847),28363=>array(45,-65,944,841),28364=>array(38,-58,978,853),28365=>array(48,-73,946,831),28366=>array(46,-65,952,830),28367=>array(35,-49,969,836),28368=>array(43,-68,970,835),28369=>array(49,-62,926,811),28370=>array(57,-74,951,797),28371=>array(41,-66,952,840),28372=>array(57,-65,950,836),28373=>array(27,-64,958,824),28374=>array(53,-71,965,836),28375=>array(43,-49,924,827),28376=>array(48,-61,959,814),28377=>array(47,-39,951,828),28378=>array(44,-79,961,841),28379=>array(43,-76,939,820),28380=>array(54,-70,987,852),28381=>array(44,-51,958,835),28382=>array(43,-72,938,829),28383=>array(37,-63,926,826),28384=>array(46,-64,943,805),28385=>array(38,-59,922,828),28386=>array(37,-43,921,824),28387=>array(37,-76,979,791),28388=>array(39,-57,940,832),28389=>array(45,-54,920,828),28390=>array(46,-60,951,841),28391=>array(46,-54,978,852),28392=>array(43,-70,927,844),28393=>array(40,-39,917,834),28394=>array(45,-69,969,810),28395=>array(50,-68,960,836),28396=>array(44,-64,963,815),28397=>array(55,-74,953,799),28398=>array(55,-75,977,832),28399=>array(45,-68,950,829),28400=>array(61,-65,952,847),28401=>array(61,-71,970,838),28402=>array(45,-68,945,859),28403=>array(36,-80,923,826),28404=>array(36,-68,954,831),28405=>array(49,-73,966,842),28406=>array(56,-73,972,829),28407=>array(63,-64,953,837),28408=>array(38,-64,951,832),28409=>array(54,-66,955,839),28410=>array(50,-49,956,818),28411=>array(50,-64,959,844),28412=>array(54,-60,967,826),28413=>array(56,-68,956,839),28414=>array(57,-68,961,827),28415=>array(46,-69,948,830),28416=>array(33,-72,961,826),28417=>array(44,-60,972,850),28418=>array(23,-65,971,795),28419=>array(51,-73,974,836),28420=>array(55,-81,952,832),28421=>array(55,-70,962,834),28422=>array(29,-64,969,838),28423=>array(51,-74,973,831),28424=>array(51,-68,955,830),28425=>array(41,-70,970,828),28426=>array(35,-72,945,837),28427=>array(41,-67,985,845),28428=>array(35,-41,965,830),28429=>array(50,-71,898,813),28430=>array(52,-73,968,827),28431=>array(46,-67,956,800),28432=>array(66,-71,964,840),28433=>array(47,-52,959,847),28434=>array(57,-74,963,830),28435=>array(37,-58,943,841),28436=>array(40,-66,960,840),28437=>array(38,-65,956,837),28438=>array(47,-62,972,833),28439=>array(46,-54,962,843),28440=>array(51,-53,964,821),28441=>array(69,-68,964,831),28442=>array(42,-31,957,805),28443=>array(46,-45,983,828),28444=>array(47,-52,964,824),28445=>array(50,-65,919,804),28446=>array(56,-69,961,827),28447=>array(51,-28,954,839),28448=>array(28,-63,974,840),28449=>array(56,-70,954,838),28450=>array(38,-68,962,838),28451=>array(37,-58,963,833),28452=>array(38,-63,948,819),28453=>array(50,-52,954,836),28454=>array(38,-68,978,841),28455=>array(47,-67,961,832),28456=>array(61,-70,972,843),28457=>array(38,-62,973,849),28458=>array(41,-62,961,829),28459=>array(36,-68,972,806),28460=>array(47,-69,969,837),28461=>array(57,-70,968,827),28462=>array(49,-69,959,844),28463=>array(50,-60,962,819),28464=>array(40,-68,908,842),28465=>array(39,-71,970,837),28466=>array(44,-68,962,816),28467=>array(41,-67,952,843),28468=>array(47,-76,934,824),28469=>array(33,-58,966,833),28470=>array(34,-35,958,829),28471=>array(37,-71,953,838),28472=>array(48,-68,956,836),28473=>array(56,-68,955,814),28474=>array(51,-72,968,823),28475=>array(47,-71,966,808),28476=>array(51,-70,955,823),28477=>array(63,-74,957,805),28478=>array(45,-62,974,840),28479=>array(36,-68,959,839),28480=>array(43,-50,962,814),28481=>array(38,-66,956,831),28482=>array(54,-58,945,833),28483=>array(50,-71,964,832),28484=>array(51,-65,972,846),28485=>array(45,-72,936,843),28486=>array(37,-63,913,825),28487=>array(43,-66,951,824),28488=>array(39,-55,971,824),28489=>array(44,-54,943,840),28490=>array(36,-61,967,831),28491=>array(40,-65,946,824),28492=>array(48,-46,944,841),28493=>array(40,-43,923,832),28494=>array(48,-71,977,824),28495=>array(51,-70,920,801),28496=>array(52,-64,974,838),28497=>array(30,-63,983,846),28498=>array(50,-64,977,828),28499=>array(55,-52,985,824),28500=>array(57,-68,951,823),28501=>array(47,-71,978,829),28502=>array(53,-45,958,801),28503=>array(49,-66,979,848),28504=>array(33,-66,969,832),28505=>array(31,-60,945,837),28506=>array(41,-59,954,846),28507=>array(55,-65,964,837),28508=>array(53,-48,956,840),28509=>array(44,-70,985,841),28510=>array(42,-65,972,833),28511=>array(58,-64,922,846),28512=>array(40,-70,955,797),28513=>array(49,-71,981,841),28514=>array(37,-66,955,832),28515=>array(48,-68,908,809),28516=>array(71,-69,915,794),28517=>array(69,-72,960,793),28518=>array(44,-64,968,838),28519=>array(52,-70,915,824),28520=>array(69,-62,966,847),28521=>array(49,-74,960,807),28522=>array(52,-71,916,832),28523=>array(49,-68,975,828),28524=>array(49,-69,951,805),28525=>array(40,-71,962,805),28526=>array(58,-79,905,832),28527=>array(44,-62,952,805),28528=>array(57,-68,960,837),28529=>array(57,-56,937,839),28530=>array(57,-70,950,828),28531=>array(50,-71,948,808),28532=>array(36,-63,934,823),28533=>array(38,-69,963,832),28534=>array(48,-63,977,807),28535=>array(52,-72,956,829),28536=>array(32,-71,964,834),28537=>array(32,-51,968,819),28538=>array(38,-68,960,808),28539=>array(48,-68,975,823),28540=>array(53,-49,953,845),28541=>array(51,-71,956,836),28542=>array(49,-74,974,821),28543=>array(36,-65,904,813),28544=>array(33,-38,956,810),28545=>array(46,-60,959,836),28546=>array(42,-69,974,838),28547=>array(33,-78,961,817),28548=>array(46,-52,964,837),28549=>array(45,-50,952,828),28550=>array(51,-61,973,840),28551=>array(44,-56,949,846),28552=>array(45,-70,974,841),28553=>array(35,-66,975,831),28554=>array(48,-62,957,851),28555=>array(50,-71,952,804),28556=>array(37,-64,954,843),28557=>array(42,-62,955,830),28558=>array(36,-59,972,845),28559=>array(34,-58,934,813),28560=>array(46,-75,954,812),28561=>array(40,-49,923,804),28562=>array(42,-56,973,818),28563=>array(49,-68,961,835),28564=>array(32,-50,950,853),28565=>array(55,-69,947,826),28566=>array(46,-68,906,812),28567=>array(37,-60,894,820),28568=>array(32,-51,956,834),28569=>array(41,-70,960,835),28570=>array(32,-68,949,844),28571=>array(32,-74,943,835),28572=>array(52,-58,883,820),28573=>array(44,-59,945,847),28574=>array(68,-74,972,826),28575=>array(62,-63,977,854),28576=>array(40,-46,962,804),28577=>array(39,-67,977,795),28578=>array(59,-68,910,824),28579=>array(41,-65,976,837),28580=>array(35,-68,956,822),28581=>array(66,-73,952,822),28582=>array(45,-69,969,810),28583=>array(43,-41,951,833),28584=>array(41,-43,951,850),28585=>array(87,-68,924,833),28586=>array(55,-77,995,820),28587=>array(66,-65,946,825),28588=>array(62,-79,965,825),28589=>array(71,-71,954,839),28590=>array(19,-65,969,855),28591=>array(69,-70,963,823),28592=>array(63,-69,970,836),28593=>array(45,-68,975,808),28594=>array(68,-69,958,823),28595=>array(24,-68,963,851),28596=>array(35,-73,976,806),28597=>array(35,-55,948,828),28598=>array(42,-44,956,849),28599=>array(36,-57,941,819),28600=>array(52,-57,962,831),28601=>array(28,-56,941,856),28602=>array(75,-53,975,837),28603=>array(45,-56,944,843),28604=>array(42,-65,953,841),28605=>array(56,-66,957,828),28606=>array(37,-57,951,833),28607=>array(71,-71,961,822),28608=>array(40,-72,962,840),28609=>array(54,-59,914,815),28610=>array(28,-68,962,830),28611=>array(34,-75,965,840),28612=>array(74,-68,974,810),28613=>array(39,-54,984,853),28614=>array(47,-67,966,836),28615=>array(41,-44,951,855),28616=>array(43,-68,964,818),28617=>array(44,-66,954,839),28618=>array(69,-78,964,825),28619=>array(77,-70,987,820),28620=>array(49,-71,970,824),28621=>array(70,-57,969,826),28622=>array(74,-68,954,812),28623=>array(68,-65,967,822),28624=>array(68,-64,986,822),28625=>array(39,-63,935,826),28626=>array(49,-58,951,835),28627=>array(28,-68,962,850),28628=>array(51,-71,958,802),28629=>array(53,-70,963,799),28630=>array(69,-63,961,802),28631=>array(39,-63,991,835),28632=>array(39,-60,956,849),28633=>array(52,-49,952,839),28634=>array(52,-65,937,829),28635=>array(43,-62,952,837),28636=>array(54,-54,957,826),28637=>array(53,-69,974,829),28638=>array(42,-64,962,859),28639=>array(48,-71,954,838),28640=>array(35,-59,967,834),28641=>array(40,-68,938,812),28642=>array(45,-70,952,801),28643=>array(59,-73,979,831),28644=>array(40,-58,963,841),28645=>array(40,-60,975,848),28646=>array(35,-63,959,826),28647=>array(55,-68,954,827),28648=>array(53,-41,965,841),28649=>array(51,-68,963,829),28650=>array(49,-43,972,842),28651=>array(47,-55,963,842),28652=>array(53,-64,972,829),28653=>array(58,-60,962,815),28654=>array(20,-68,957,831),28655=>array(41,-65,955,808),28656=>array(50,-61,956,839),28657=>array(46,-73,966,845),28658=>array(45,-78,963,822),28659=>array(52,-69,966,827),28660=>array(47,-68,955,826),28661=>array(79,-57,930,840),28662=>array(47,-65,901,815),28663=>array(51,-64,951,834),28664=>array(46,-65,984,837),28665=>array(24,-29,960,802),28666=>array(35,-69,964,845),28667=>array(50,-76,963,828),28668=>array(25,-73,978,842),28669=>array(45,-72,960,834),28670=>array(43,-71,967,841),28671=>array(56,-67,939,812),28672=>array(56,-70,959,809),28673=>array(46,-78,969,838),28674=>array(63,-61,974,849),28675=>array(58,-57,957,824),28676=>array(76,-68,952,829),28677=>array(52,-43,957,836),28678=>array(41,-71,933,834),28679=>array(45,-83,940,831),28680=>array(45,-70,937,817),28681=>array(36,-59,929,846),28682=>array(40,-52,955,824),28683=>array(48,-65,952,838),28684=>array(42,-62,951,837),28685=>array(47,-54,956,863),28686=>array(47,-67,950,833),28687=>array(61,-67,933,834),28688=>array(59,-62,942,830),28689=>array(34,-68,973,797),28690=>array(41,-43,981,856),28691=>array(39,-67,970,834),28692=>array(49,-71,970,822),28693=>array(37,-71,965,821),28694=>array(44,-65,942,820),28695=>array(41,-53,949,839),28696=>array(48,-67,962,841),28697=>array(51,-70,970,844),28698=>array(39,-59,976,848),28699=>array(48,-71,956,838),28700=>array(36,-69,967,826),28701=>array(38,-59,967,820),28702=>array(44,-65,959,844),28703=>array(40,-65,959,833),28704=>array(46,-63,967,838),28705=>array(35,-69,967,832),28706=>array(41,-64,974,829),28707=>array(24,-42,961,835),28708=>array(51,-72,964,841),28709=>array(45,-71,938,817),28710=>array(40,-65,951,833),28711=>array(45,-68,963,827),28712=>array(42,-71,973,829),28713=>array(40,-66,966,830),28714=>array(55,-65,960,843),28715=>array(46,-73,975,829),28716=>array(42,-73,961,829),28717=>array(50,-70,978,849),28718=>array(50,-66,963,824),28719=>array(55,-63,951,841),28720=>array(48,-62,975,808),28721=>array(42,-63,942,832),28722=>array(40,-67,987,849),28723=>array(50,-64,952,831),28724=>array(36,-70,957,833),28725=>array(53,-76,969,840),28726=>array(54,-63,936,840),28727=>array(44,-68,949,825),28728=>array(41,-60,974,841),28729=>array(39,-62,990,852),28730=>array(43,-65,962,848),28731=>array(37,-71,966,829),28732=>array(39,-58,975,848),28733=>array(49,-64,950,845),28734=>array(59,-70,923,797),28735=>array(52,-65,959,839),28736=>array(53,-61,936,832),28737=>array(56,-65,921,825),28738=>array(55,-62,964,840),28739=>array(59,-59,964,826),28740=>array(46,-63,961,814),28741=>array(45,-46,958,804),28742=>array(36,-45,949,826),28743=>array(41,-62,952,834),28744=>array(45,-65,954,806),28745=>array(51,-68,956,834),28746=>array(50,-67,960,808),28747=>array(46,-76,941,844),28748=>array(49,-70,953,829),28749=>array(49,-67,930,790),28750=>array(39,-36,964,836),28751=>array(33,-67,935,805),28752=>array(56,-37,950,836),28753=>array(46,-67,969,819),28754=>array(46,-69,958,824),28755=>array(36,-68,959,832),28756=>array(41,-66,972,832),28757=>array(41,-62,965,856),28758=>array(49,-65,956,843),28759=>array(48,-55,964,832),28760=>array(34,-72,960,837),28761=>array(52,-78,941,836),28762=>array(37,-66,963,829),28763=>array(50,-64,910,823),28764=>array(48,-71,946,838),28765=>array(46,-69,973,813),28766=>array(32,-71,925,815),28767=>array(55,-69,938,815),28768=>array(47,-66,954,837),28769=>array(45,-57,948,839),28770=>array(44,-70,988,830),28771=>array(50,-69,940,839),28772=>array(28,-63,975,844),28773=>array(45,-68,965,845),28774=>array(34,-73,964,816),28775=>array(39,-36,972,839),28776=>array(44,-77,954,834),28777=>array(38,-36,964,839),28778=>array(48,-67,944,830),28779=>array(85,-66,919,815),28780=>array(39,223,932,469),28781=>array(45,-61,955,771),28782=>array(49,-64,954,829),28783=>array(49,-91,942,814),28784=>array(32,-59,959,782),28785=>array(70,-70,908,825),28786=>array(146,-68,889,832),28787=>array(59,-57,917,833),28788=>array(58,-66,959,827),28789=>array(53,-63,926,790),28790=>array(64,-77,964,824),28791=>array(54,-65,949,829),28792=>array(54,-62,956,840),28793=>array(79,-70,943,837),28794=>array(58,-69,966,819),28795=>array(53,-64,953,830),28796=>array(50,-77,920,832),28797=>array(53,-64,953,817),28798=>array(45,-72,925,835),28799=>array(37,-81,903,826),28800=>array(32,-63,899,826),28801=>array(37,-69,960,800),28802=>array(53,-67,960,826),28803=>array(42,-73,969,780),28804=>array(46,-70,961,825),28805=>array(46,-52,965,804),28806=>array(50,-71,987,835),28807=>array(81,-74,956,838),28808=>array(73,-70,964,825),28809=>array(34,-65,925,828),28810=>array(59,-72,964,840),28811=>array(59,-72,959,832),28812=>array(59,-72,957,849),28813=>array(59,-72,964,832),28814=>array(66,-77,962,829),28815=>array(59,-73,964,837),28816=>array(59,-72,956,834),28817=>array(48,-65,975,831),28818=>array(44,-74,965,833),28819=>array(55,-86,963,820),28820=>array(59,-74,970,828),28821=>array(48,-69,955,836),28822=>array(39,-66,966,826),28823=>array(57,-73,960,829),28824=>array(62,-70,954,840),28825=>array(57,-73,960,840),28826=>array(100,-75,967,827),28827=>array(39,-59,949,833),28828=>array(35,-71,889,822),28829=>array(37,-62,937,827),28830=>array(37,-68,954,823),28831=>array(56,-68,956,822),28832=>array(73,-70,914,831),28833=>array(54,-66,956,826),28834=>array(62,-70,956,831),28835=>array(62,-70,961,831),28836=>array(69,-66,920,829),28837=>array(50,-62,932,829),28838=>array(62,-70,968,844),28839=>array(62,-70,943,831),28840=>array(63,-70,953,852),28841=>array(49,-73,957,829),28842=>array(54,-70,914,831),28843=>array(49,-72,961,822),28844=>array(48,-72,951,831),28845=>array(37,-69,959,830),28846=>array(55,-72,948,839),28847=>array(60,-71,915,830),28848=>array(34,-61,971,849),28849=>array(37,-62,986,838),28850=>array(62,-70,954,838),28851=>array(45,-69,950,827),28852=>array(48,-74,968,825),28853=>array(51,-71,965,834),28854=>array(62,-70,931,831),28855=>array(39,-72,942,828),28856=>array(59,-71,951,842),28857=>array(50,-71,950,830),28858=>array(62,-64,920,838),28859=>array(35,-68,911,823),28860=>array(35,-60,942,832),28861=>array(38,-64,940,830),28862=>array(53,-70,967,820),28863=>array(34,-65,965,844),28864=>array(39,-70,921,825),28865=>array(29,-68,943,830),28866=>array(32,-56,936,833),28867=>array(35,-63,923,823),28868=>array(35,-66,970,846),28869=>array(52,-55,956,832),28870=>array(48,-65,953,832),28871=>array(55,-65,965,830),28872=>array(58,-61,954,831),28873=>array(47,-71,957,843),28874=>array(41,-85,956,841),28875=>array(42,-61,973,849),28876=>array(35,-71,933,837),28877=>array(55,-64,956,826),28878=>array(45,-73,958,788),28879=>array(68,-63,887,845),28880=>array(34,-65,965,844),28881=>array(54,-63,964,829),28882=>array(47,-74,968,824),28883=>array(49,-56,953,832),28884=>array(57,-61,910,831),28885=>array(53,-64,959,832),28886=>array(82,-58,957,839),28887=>array(49,-68,959,835),28888=>array(49,-71,949,830),28889=>array(48,-75,968,839),28890=>array(53,-68,969,833),28891=>array(35,-60,944,826),28892=>array(55,-64,959,837),28893=>array(50,-58,966,785),28894=>array(46,-68,953,830),28895=>array(62,-75,919,834),28896=>array(48,-68,953,829),28897=>array(56,-71,933,831),28898=>array(44,-63,960,827),28899=>array(48,-75,956,829),28900=>array(43,-77,953,832),28901=>array(43,-77,949,825),28902=>array(34,-62,926,831),28903=>array(34,-74,934,818),28904=>array(54,-66,927,824),28905=>array(31,-65,931,841),28906=>array(31,-73,970,836),28907=>array(49,-70,931,812),28908=>array(26,-64,936,833),28909=>array(45,-63,951,829),28910=>array(68,-70,931,828),28911=>array(47,-82,944,842),28912=>array(43,-70,956,826),28913=>array(42,-51,915,839),28914=>array(63,-70,931,825),28915=>array(41,-65,956,831),28916=>array(56,-76,954,820),28917=>array(56,-72,947,831),28918=>array(38,-70,972,826),28919=>array(51,-75,960,837),28920=>array(53,-68,953,824),28921=>array(50,-72,955,842),28922=>array(55,-73,970,831),28923=>array(47,-67,967,829),28924=>array(44,-66,965,826),28925=>array(39,-81,969,839),28926=>array(46,-24,968,815),28927=>array(51,-77,959,833),28928=>array(45,-70,964,823),28929=>array(59,-66,962,826),28930=>array(38,-66,972,836),28931=>array(71,-71,954,835),28932=>array(33,-60,963,804),28933=>array(49,-71,951,832),28934=>array(49,-71,897,824),28935=>array(49,-71,911,833),28936=>array(46,-70,980,846),28937=>array(62,-63,937,798),28938=>array(49,-70,954,832),28939=>array(46,-70,980,829),28940=>array(57,-69,961,849),28941=>array(46,-70,914,829),28942=>array(57,-75,958,829),28943=>array(53,-61,961,775),28944=>array(48,-70,953,826),28945=>array(48,-67,917,826),28946=>array(58,-69,904,826),28947=>array(46,-70,968,833),28948=>array(55,-72,911,828),28949=>array(20,-77,948,832),28950=>array(33,-67,878,825),28951=>array(56,-65,929,835),28952=>array(39,-66,936,817),28953=>array(45,-79,947,831),28954=>array(61,-64,959,823),28955=>array(112,-72,911,781),28956=>array(51,-63,974,832),28957=>array(48,-67,960,833),28958=>array(50,-69,953,830),28959=>array(45,-67,953,831),28960=>array(39,-65,967,845),28961=>array(45,-63,951,844),28962=>array(48,-68,950,829),28963=>array(52,-75,956,785),28964=>array(48,-70,956,844),28965=>array(44,-72,961,845),28966=>array(48,-65,954,836),28967=>array(48,-67,968,826),28968=>array(48,-69,889,826),28969=>array(38,-67,895,826),28970=>array(48,-71,953,846),28971=>array(48,-67,937,826),28972=>array(65,-67,929,826),28973=>array(69,-62,936,839),28974=>array(38,-66,977,841),28975=>array(56,-70,957,837),28976=>array(53,-79,893,837),28977=>array(37,-66,971,840),28978=>array(49,-69,966,841),28979=>array(65,-67,954,834),28980=>array(40,-61,951,838),28981=>array(46,-73,910,824),28982=>array(62,-67,961,838),28983=>array(48,-67,951,850),28984=>array(59,-67,959,803),28985=>array(48,-67,897,826),28986=>array(50,-72,955,827),28987=>array(48,-67,905,826),28988=>array(56,-74,963,829),28989=>array(69,-70,959,821),28990=>array(37,-61,971,840),28991=>array(48,-68,967,855),28992=>array(37,-61,907,829),28993=>array(43,-70,957,832),28994=>array(40,-71,953,826),28995=>array(64,-70,979,847),28996=>array(41,-72,955,829),28997=>array(32,-72,971,829),28998=>array(38,-63,969,835),28999=>array(60,-65,959,829),29000=>array(28,-67,971,826),29001=>array(46,-69,968,830),29002=>array(51,-67,959,841),29003=>array(51,-71,957,826),29004=>array(42,-71,948,849),29005=>array(36,-73,986,827),29006=>array(55,-77,955,839),29007=>array(48,-67,933,826),29008=>array(50,-70,977,830),29009=>array(66,-70,961,831),29010=>array(45,-65,967,846),29011=>array(40,-73,953,828),29012=>array(36,-70,941,838),29013=>array(43,-72,949,793),29014=>array(40,-73,967,844),29015=>array(56,-72,975,835),29016=>array(47,-68,977,826),29017=>array(53,-63,953,832),29018=>array(38,-66,967,807),29019=>array(38,-73,977,788),29020=>array(46,-67,954,827),29021=>array(44,-79,897,823),29022=>array(34,-71,940,836),29023=>array(45,-75,906,825),29024=>array(32,-57,973,836),29025=>array(35,-75,977,829),29026=>array(66,-68,938,833),29027=>array(42,-68,977,829),29028=>array(44,-68,964,833),29029=>array(39,-62,969,834),29030=>array(48,-66,955,843),29031=>array(67,-62,950,788),29032=>array(35,-71,960,828),29033=>array(49,-76,959,829),29034=>array(48,-75,952,842),29035=>array(50,-62,974,840),29036=>array(38,-75,954,826),29037=>array(49,-61,954,830),29038=>array(54,-79,955,831),29039=>array(50,-65,961,832),29040=>array(46,-75,906,829),29041=>array(51,-69,911,828),29042=>array(49,-67,962,837),29043=>array(26,-70,883,823),29044=>array(56,-69,950,828),29045=>array(51,-67,959,831),29046=>array(43,-55,970,837),29047=>array(43,-73,969,846),29048=>array(50,-63,939,832),29049=>array(51,-69,966,829),29050=>array(49,-69,950,826),29051=>array(44,-72,956,836),29052=>array(56,-69,926,850),29053=>array(41,-72,921,822),29054=>array(51,-69,950,828),29055=>array(46,-71,959,838),29056=>array(49,-74,964,827),29057=>array(51,-68,952,836),29058=>array(44,-68,967,831),29059=>array(47,-69,962,840),29060=>array(34,-71,964,847),29061=>array(57,-75,956,820),29062=>array(51,-67,956,829),29063=>array(57,-65,959,843),29064=>array(43,-72,949,801),29065=>array(53,-80,964,826),29066=>array(40,-70,947,844),29067=>array(58,-72,968,838),29068=>array(51,-63,905,831),29069=>array(51,-72,937,843),29070=>array(48,-71,956,827),29071=>array(45,-72,949,834),29072=>array(46,-77,956,832),29073=>array(51,-69,966,850),29074=>array(58,-63,949,839),29075=>array(56,-69,928,839),29076=>array(51,-71,962,835),29077=>array(56,-69,969,828),29078=>array(53,-76,933,835),29079=>array(40,-72,981,850),29080=>array(42,-63,890,830),29081=>array(43,-72,949,785),29082=>array(51,-55,959,835),29083=>array(32,-61,945,832),29084=>array(49,-52,977,830),29085=>array(40,-69,968,846),29086=>array(48,-61,977,825),29087=>array(38,-67,960,831),29088=>array(39,-70,909,835),29089=>array(51,-72,955,826),29090=>array(51,-69,962,843),29091=>array(51,-69,953,833),29092=>array(48,-62,953,827),29093=>array(32,-70,973,824),29094=>array(56,-65,949,837),29095=>array(46,-70,973,839),29096=>array(35,-63,964,830),29097=>array(42,-71,964,826),29098=>array(41,-71,931,825),29099=>array(51,-69,962,851),29100=>array(30,-72,940,833),29101=>array(35,-66,962,835),29102=>array(49,-70,968,827),29103=>array(46,-59,969,843),29104=>array(54,-61,956,825),29105=>array(47,-69,949,831),29106=>array(41,-76,968,821),29107=>array(43,-62,983,833),29108=>array(36,-61,964,838),29109=>array(32,-67,951,848),29110=>array(26,-67,962,828),29111=>array(43,-62,917,853),29112=>array(32,-61,964,835),29113=>array(41,-62,965,835),29114=>array(37,-65,956,836),29115=>array(34,-63,991,848),29116=>array(42,-73,958,826),29117=>array(38,-68,946,824),29118=>array(36,-75,956,837),29119=>array(54,-75,967,831),29120=>array(47,-68,954,825),29121=>array(43,-65,953,832),29122=>array(46,-67,956,826),29123=>array(45,-75,959,831),29124=>array(47,-66,970,842),29125=>array(41,-75,971,826),29126=>array(44,-68,969,826),29127=>array(47,-67,954,835),29128=>array(35,-85,963,837),29129=>array(46,-73,973,837),29130=>array(44,-63,974,839),29131=>array(38,-73,963,837),29132=>array(51,-75,967,827),29133=>array(46,-67,954,836),29134=>array(41,-73,969,850),29135=>array(50,-66,925,830),29136=>array(49,-68,959,833),29137=>array(37,-61,933,844),29138=>array(48,-74,955,829),29139=>array(39,-71,968,836),29140=>array(32,-65,965,837),29141=>array(45,-67,952,828),29142=>array(43,-56,954,833),29143=>array(22,-68,911,829),29144=>array(48,-67,914,829),29145=>array(53,-72,968,798),29146=>array(44,-74,969,828),29147=>array(43,-74,972,785),29148=>array(43,-65,928,829),29149=>array(46,-67,967,824),29150=>array(34,-67,969,837),29151=>array(84,-68,903,832),29152=>array(54,-69,952,825),29153=>array(42,-70,957,825),29154=>array(47,-67,969,838),29155=>array(44,-68,968,849),29156=>array(44,-68,951,822),29157=>array(33,-71,973,829),29158=>array(38,-69,971,836),29159=>array(36,-74,960,823),29160=>array(37,-69,962,847),29161=>array(37,-71,962,845),29162=>array(30,-63,979,836),29163=>array(61,-79,969,847),29164=>array(53,-64,974,835),29165=>array(61,-79,927,828),29166=>array(55,-80,967,830),29167=>array(43,-77,956,820),29168=>array(49,-73,977,829),29169=>array(53,-75,976,830),29170=>array(46,-72,951,843),29171=>array(49,-75,977,823),29172=>array(39,-73,971,857),29173=>array(39,-73,954,835),29174=>array(41,-70,984,838),29175=>array(48,-70,921,857),29176=>array(41,-70,945,830),29177=>array(43,-67,972,784),29178=>array(63,-63,943,853),29179=>array(54,-70,971,831),29180=>array(39,-70,954,830),29181=>array(44,-67,952,833),29182=>array(48,-67,967,833),29183=>array(37,-64,957,831),29184=>array(48,-69,951,831),29185=>array(41,-69,951,823),29186=>array(57,-69,964,840),29187=>array(45,-65,961,831),29188=>array(45,-65,948,827),29189=>array(45,-65,963,827),29190=>array(37,-72,967,828),29191=>array(49,-63,973,839),29192=>array(33,-68,965,838),29193=>array(47,-76,971,847),29194=>array(33,-68,962,839),29195=>array(55,-68,930,833),29196=>array(37,-75,948,841),29197=>array(36,-73,972,847),29198=>array(37,-64,990,845),29199=>array(27,-64,956,827),29200=>array(43,-71,954,830),29201=>array(43,-71,980,837),29202=>array(61,-80,961,858),29203=>array(54,-67,918,829),29204=>array(46,-62,972,841),29205=>array(50,-73,971,843),29206=>array(40,-63,962,843),29207=>array(36,-68,953,826),29208=>array(40,-83,979,841),29209=>array(36,-71,970,838),29210=>array(51,-75,973,824),29211=>array(53,-70,923,830),29212=>array(53,-70,962,834),29213=>array(39,-63,956,843),29214=>array(41,-70,962,831),29215=>array(36,-64,962,837),29216=>array(36,-68,960,830),29217=>array(36,-73,949,842),29218=>array(44,-75,958,845),29219=>array(47,-76,972,831),29220=>array(47,-66,942,830),29221=>array(47,-68,933,827),29222=>array(35,-67,975,838),29223=>array(48,-73,953,824),29224=>array(35,-70,968,830),29225=>array(40,-73,954,822),29226=>array(63,-64,944,835),29227=>array(83,181,938,697),29228=>array(50,-62,958,837),29229=>array(71,-73,924,824),29230=>array(50,-62,958,837),29231=>array(56,-67,950,846),29232=>array(54,-65,957,846),29233=>array(52,-73,943,824),29234=>array(33,-70,934,852),29235=>array(69,-52,916,844),29236=>array(74,-66,970,829),29237=>array(64,-61,943,842),29238=>array(95,-57,923,825),29239=>array(67,-62,951,823),29240=>array(45,-16,954,844),29241=>array(52,-79,964,839),29242=>array(55,-62,961,843),29243=>array(48,-63,960,840),29244=>array(66,-11,962,773),29245=>array(52,-69,963,835),29246=>array(50,-73,940,785),29247=>array(49,-69,732,820),29248=>array(42,-65,969,825),29249=>array(46,-71,951,829),29250=>array(46,-64,954,851),29251=>array(46,-64,968,831),29252=>array(36,-71,969,841),29253=>array(46,-73,949,851),29254=>array(39,-67,951,833),29255=>array(48,-75,895,829),29256=>array(34,-73,966,818),29257=>array(57,-77,957,826),29258=>array(50,-74,909,821),29259=>array(42,-70,966,840),29260=>array(42,-62,944,837),29261=>array(18,-75,927,819),29262=>array(18,-66,960,848),29263=>array(39,-57,950,853),29264=>array(18,-76,940,836),29265=>array(32,-78,922,833),29266=>array(34,-66,968,831),29267=>array(40,-70,957,846),29268=>array(23,-71,959,838),29269=>array(34,-66,959,839),29270=>array(31,-68,951,839),29271=>array(40,-73,949,851),29272=>array(33,-84,955,835),29273=>array(59,-53,929,780),29274=>array(51,-61,939,836),29275=>array(81,-68,939,830),29276=>array(155,-67,719,829),29277=>array(47,-67,938,829),29278=>array(51,-62,914,832),29279=>array(53,-67,947,844),29280=>array(43,-62,964,838),29281=>array(42,-62,953,829),29282=>array(56,-65,944,833),29283=>array(57,-49,914,844),29284=>array(57,-48,931,844),29285=>array(57,-67,954,849),29286=>array(34,-75,937,828),29287=>array(50,-68,974,840),29288=>array(50,-64,957,843),29289=>array(68,-73,921,829),29290=>array(48,-71,954,833),29291=>array(48,-71,949,825),29292=>array(39,-74,927,823),29293=>array(49,-69,937,826),29294=>array(55,-68,972,844),29295=>array(49,-67,949,829),29296=>array(50,-72,908,833),29297=>array(50,-66,960,833),29298=>array(44,-65,954,831),29299=>array(44,-66,960,825),29300=>array(48,-67,968,843),29301=>array(82,-61,934,845),29302=>array(43,-67,976,838),29303=>array(58,-69,984,827),29304=>array(54,-52,962,848),29305=>array(50,-68,944,831),29306=>array(26,-62,923,830),29307=>array(42,-68,950,838),29308=>array(52,-68,951,825),29309=>array(76,-67,945,838),29310=>array(52,-62,956,833),29311=>array(52,-52,955,842),29312=>array(45,-69,933,800),29313=>array(68,-61,945,835),29314=>array(59,-63,954,849),29315=>array(58,-65,956,848),29316=>array(45,-65,949,838),29317=>array(69,-67,918,827),29318=>array(58,-65,953,838),29319=>array(46,-67,959,839),29320=>array(61,-72,968,830),29321=>array(66,-67,957,837),29322=>array(25,-62,932,830),29323=>array(44,-67,947,830),29324=>array(42,-77,973,827),29325=>array(39,-68,962,830),29326=>array(65,-64,962,831),29327=>array(28,-79,906,832),29328=>array(47,-73,954,826),29329=>array(41,-75,970,825),29330=>array(42,-71,950,826),29331=>array(53,-69,914,830),29332=>array(42,-71,974,851),29333=>array(43,-72,952,823),29334=>array(60,-68,954,847),29335=>array(43,-65,965,850),29336=>array(57,-69,947,843),29337=>array(42,-73,947,848),29338=>array(43,-68,958,824),29339=>array(52,-68,965,834),29340=>array(22,-73,973,837),29341=>array(45,-65,954,835),29342=>array(51,-70,976,825),29343=>array(62,-67,912,781),29344=>array(33,-70,965,853),29345=>array(33,-70,944,825),29346=>array(39,-84,956,835),29347=>array(37,-76,973,837),29348=>array(38,-67,980,826),29349=>array(29,-69,966,840),29350=>array(28,-59,983,833),29351=>array(33,-63,960,841),29352=>array(40,-67,947,840),29353=>array(52,-73,975,833),29354=>array(30,-65,972,846),29355=>array(39,-66,946,839),29356=>array(77,-71,949,826),29357=>array(257,-63,643,790),29358=>array(60,-73,962,834),29359=>array(60,-59,933,809),29360=>array(42,-70,963,829),29361=>array(33,-69,952,833),29362=>array(103,-71,950,824),29363=>array(97,-56,897,851),29364=>array(35,-64,945,824),29365=>array(57,-55,960,829),29366=>array(44,-68,940,823),29367=>array(34,-65,911,832),29368=>array(29,-65,889,798),29369=>array(40,-70,956,817),29370=>array(47,-69,959,832),29371=>array(52,-62,950,840),29372=>array(42,-69,959,823),29373=>array(48,-62,951,820),29374=>array(92,-62,942,831),29375=>array(52,-65,943,829),29376=>array(40,-69,951,818),29377=>array(44,-63,956,839),29378=>array(50,-66,948,807),29379=>array(24,-45,944,830),29380=>array(50,-70,972,825),29381=>array(43,-57,943,807),29382=>array(57,-61,913,833),29383=>array(73,-61,964,835),29384=>array(32,-60,942,799),29385=>array(39,-44,950,813),29386=>array(45,-68,973,785),29387=>array(38,-72,973,804),29388=>array(47,-47,951,827),29389=>array(47,-52,958,834),29390=>array(69,-64,920,822),29391=>array(69,-55,943,831),29392=>array(32,-77,970,838),29393=>array(47,-76,960,836),29394=>array(61,-68,934,822),29395=>array(47,-70,958,835),29396=>array(32,-80,963,796),29397=>array(35,-73,920,831),29398=>array(35,-66,966,834),29399=>array(60,-61,921,842),29400=>array(36,-70,963,824),29401=>array(47,-54,957,801),29402=>array(43,-50,958,820),29403=>array(70,-66,886,843),29404=>array(51,-68,953,830),29405=>array(41,-58,934,836),29406=>array(43,-61,924,849),29407=>array(46,-50,962,816),29408=>array(48,-71,969,811),29409=>array(52,-65,963,812),29410=>array(53,-67,973,839),29411=>array(47,-67,963,833),29412=>array(49,-73,953,823),29413=>array(64,-64,909,836),29414=>array(43,-68,956,827),29415=>array(64,-64,958,834),29416=>array(45,-80,967,818),29417=>array(48,-59,954,824),29418=>array(50,-67,911,811),29419=>array(39,-60,955,826),29420=>array(33,-58,948,827),29421=>array(29,-63,942,832),29422=>array(29,-71,930,822),29423=>array(36,-60,955,837),29424=>array(32,-60,920,837),29425=>array(33,-74,959,822),29426=>array(20,-62,948,832),29427=>array(29,-62,971,855),29428=>array(50,-50,958,831),29429=>array(50,-62,957,826),29430=>array(45,-71,956,834),29431=>array(75,-65,918,815),29432=>array(45,-57,958,820),29433=>array(31,-63,967,833),29434=>array(47,-62,959,844),29435=>array(41,-64,973,854),29436=>array(37,-75,968,831),29437=>array(45,-70,962,794),29438=>array(47,-71,960,826),29439=>array(58,-65,971,792),29440=>array(45,-69,966,823),29441=>array(54,-64,917,830),29442=>array(51,-64,956,816),29443=>array(32,-68,946,832),29444=>array(52,-60,965,846),29445=>array(52,-65,950,829),29446=>array(38,-68,965,831),29447=>array(49,-70,955,823),29448=>array(65,-67,955,832),29449=>array(65,-71,957,833),29450=>array(47,-65,953,832),29451=>array(40,-62,962,845),29452=>array(38,-70,969,826),29453=>array(55,-65,984,836),29454=>array(39,-69,939,817),29455=>array(48,-76,908,818),29456=>array(48,-54,970,820),29457=>array(62,-63,958,782),29458=>array(101,-72,962,824),29459=>array(48,-68,968,817),29460=>array(53,-65,951,845),29461=>array(23,-61,945,831),29462=>array(53,-68,911,808),29463=>array(47,-62,955,835),29464=>array(46,-68,914,826),29465=>array(35,-68,963,837),29466=>array(59,-70,953,842),29467=>array(49,-59,958,808),29468=>array(46,-65,954,837),29469=>array(49,-67,953,819),29470=>array(40,-65,978,850),29471=>array(50,-63,968,827),29472=>array(40,-74,960,829),29473=>array(35,-64,894,808),29474=>array(62,-68,927,829),29475=>array(43,-73,959,813),29476=>array(35,-66,959,809),29477=>array(44,-64,964,809),29478=>array(46,-74,961,792),29479=>array(72,-69,923,793),29480=>array(32,-60,959,841),29481=>array(42,-61,951,803),29482=>array(49,-56,921,836),29483=>array(24,-69,933,824),29484=>array(56,-65,911,803),29485=>array(49,-66,966,828),29486=>array(55,-54,955,842),29487=>array(61,-69,950,830),29488=>array(42,-64,974,831),29489=>array(43,-64,961,819),29490=>array(68,-65,933,790),29491=>array(33,-61,967,819),29492=>array(36,-71,975,827),29493=>array(65,-73,929,825),29494=>array(40,-71,955,840),29495=>array(57,-69,970,845),29496=>array(40,-74,897,815),29497=>array(41,-53,962,835),29498=>array(41,-64,966,850),29499=>array(30,-62,962,831),29500=>array(20,-71,943,829),29501=>array(38,-73,950,789),29502=>array(25,-72,929,819),29503=>array(42,-69,977,833),29504=>array(30,-78,977,833),29505=>array(40,-61,922,819),29506=>array(39,-75,979,804),29507=>array(45,-55,969,842),29508=>array(37,-66,970,826),29509=>array(39,-67,954,840),29510=>array(50,-64,979,849),29511=>array(50,-64,974,828),29512=>array(50,-57,962,842),29513=>array(35,-70,984,836),29514=>array(40,-73,963,845),29515=>array(38,-74,960,852),29516=>array(29,-72,973,812),29517=>array(53,-65,958,851),29518=>array(39,-64,970,843),29519=>array(44,-72,971,823),29520=>array(44,-64,949,840),29521=>array(19,-74,953,822),29522=>array(25,-68,949,830),29523=>array(44,-71,960,838),29524=>array(44,-74,960,852),29525=>array(44,-65,953,833),29526=>array(59,-75,947,827),29527=>array(44,-74,981,805),29528=>array(33,-54,965,857),29529=>array(23,-80,977,826),29530=>array(39,-73,955,827),29531=>array(42,-68,983,827),29532=>array(44,-74,954,832),29533=>array(56,-68,924,824),29534=>array(51,-42,962,838),29535=>array(41,-70,961,833),29536=>array(35,-61,967,846),29537=>array(52,-57,932,833),29538=>array(39,-67,973,835),29539=>array(45,-67,972,833),29540=>array(44,-73,973,837),29541=>array(46,-75,960,835),29542=>array(37,-63,943,827),29543=>array(39,-55,965,826),29544=>array(64,-66,920,791),29545=>array(41,-66,967,826),29546=>array(32,-62,984,863),29547=>array(26,-63,975,864),29548=>array(44,-67,960,838),29549=>array(12,-60,936,838),29550=>array(34,-67,975,834),29551=>array(49,-62,966,828),29552=>array(40,-67,957,816),29553=>array(57,-66,960,842),29554=>array(30,-64,964,840),29555=>array(47,-66,951,791),29556=>array(37,-65,951,831),29557=>array(36,-74,971,842),29558=>array(39,-76,969,824),29559=>array(40,-71,972,838),29560=>array(59,-67,972,829),29561=>array(40,-72,954,830),29562=>array(37,-71,975,833),29563=>array(38,-76,958,831),29564=>array(35,-64,973,829),29565=>array(36,-69,987,842),29566=>array(43,-67,959,835),29567=>array(43,-74,963,808),29568=>array(41,-64,959,822),29569=>array(38,-67,961,813),29570=>array(38,-71,963,823),29571=>array(36,-60,965,831),29572=>array(95,-57,915,819),29573=>array(65,-70,973,852),29574=>array(44,-65,956,818),29575=>array(72,-69,928,840),29576=>array(64,-71,970,836),29577=>array(117,0,908,753),29578=>array(85,-30,935,770),29579=>array(92,14,908,766),29580=>array(81,-38,943,822),29581=>array(59,-17,934,825),29582=>array(71,-69,956,790),29583=>array(71,-76,892,823),29584=>array(51,-60,960,775),29585=>array(37,-67,936,762),29586=>array(57,-23,957,763),29587=>array(64,-69,920,829),29588=>array(57,-70,912,822),29589=>array(40,-65,951,787),29590=>array(41,-64,979,835),29591=>array(54,-74,953,785),29592=>array(54,-26,957,778),29593=>array(54,-67,922,825),29594=>array(54,-63,927,769),29595=>array(51,-60,909,787),29596=>array(44,-60,957,806),29597=>array(50,-73,949,821),29598=>array(49,-64,963,833),29599=>array(51,-58,972,827),29600=>array(48,-65,987,855),29601=>array(44,-75,956,775),29602=>array(42,-62,984,820),29603=>array(47,-64,935,841),29604=>array(42,-73,954,823),29605=>array(60,-71,905,785),29606=>array(47,-63,991,837),29607=>array(47,-60,964,834),29608=>array(56,-17,952,767),29609=>array(51,-68,958,779),29610=>array(43,-62,975,831),29611=>array(60,-59,957,840),29612=>array(55,-78,956,779),29613=>array(44,-67,958,823),29614=>array(42,-67,893,825),29615=>array(38,-57,951,782),29616=>array(33,-59,930,788),29617=>array(45,-33,950,828),29618=>array(37,-68,964,840),29619=>array(39,-65,953,835),29620=>array(50,-20,957,824),29621=>array(51,-73,955,827),29622=>array(47,-71,956,782),29623=>array(39,-67,945,832),29624=>array(48,-38,956,827),29625=>array(43,-55,961,829),29626=>array(35,-48,915,826),29627=>array(64,-64,969,830),29628=>array(46,-43,966,810),29629=>array(46,-54,909,849),29630=>array(49,-71,917,780),29631=>array(49,-74,906,783),29632=>array(66,-63,882,846),29633=>array(66,-29,961,779),29634=>array(50,-65,961,779),29635=>array(47,-73,956,831),29636=>array(47,-12,952,827),29637=>array(53,-61,917,838),29638=>array(49,-72,952,842),29639=>array(49,-27,954,783),29640=>array(43,-70,907,830),29641=>array(41,-55,964,794),29642=>array(54,-61,951,789),29643=>array(45,-70,911,830),29644=>array(48,-30,963,824),29645=>array(67,-72,974,849),29646=>array(53,-52,964,847),29647=>array(53,-13,950,760),29648=>array(52,-64,949,829),29649=>array(32,-61,926,824),29650=>array(59,-72,954,827),29651=>array(58,-66,971,837),29652=>array(57,-64,954,832),29653=>array(57,-65,959,835),29654=>array(57,-65,955,821),29655=>array(52,-59,957,827),29656=>array(51,-67,951,836),29657=>array(41,-68,965,831),29658=>array(58,-71,907,771),29659=>array(60,-68,954,828),29660=>array(54,-67,954,833),29661=>array(57,-71,905,780),29662=>array(45,-66,972,840),29663=>array(40,-66,993,789),29664=>array(66,-62,978,837),29665=>array(50,-60,951,795),29666=>array(76,-71,957,781),29667=>array(62,-59,914,837),29668=>array(25,-64,963,834),29669=>array(25,-66,949,789),29670=>array(25,-55,900,875),29671=>array(50,-64,969,835),29672=>array(58,-69,958,829),29673=>array(45,-67,956,833),29674=>array(38,-21,951,831),29675=>array(50,-67,966,840),29676=>array(60,-61,971,835),29677=>array(50,-61,951,811),29678=>array(45,-72,977,788),29679=>array(38,-32,959,833),29680=>array(38,-60,899,829),29681=>array(38,-52,959,782),29682=>array(37,-69,920,764),29683=>array(49,-58,957,834),29684=>array(49,-64,958,828),29685=>array(56,-14,954,788),29686=>array(56,-68,915,822),29687=>array(36,-64,962,833),29688=>array(58,-71,953,775),29689=>array(36,-68,951,834),29690=>array(62,-69,956,787),29691=>array(35,-69,955,843),29692=>array(57,-73,959,782),29693=>array(44,-64,973,832),29694=>array(56,-65,944,780),29695=>array(56,-71,969,780),29696=>array(57,-71,964,830),29697=>array(59,-73,968,831),29698=>array(61,-62,930,845),29699=>array(53,-63,959,831),29700=>array(57,-65,894,782),29701=>array(46,-66,965,815),29702=>array(35,-16,945,775),29703=>array(47,-63,963,833),29704=>array(55,-67,954,819),29705=>array(30,-70,960,830),29706=>array(43,-67,958,789),29707=>array(53,-68,953,837),29708=>array(54,-71,967,824),29709=>array(47,-65,900,832),29710=>array(57,-19,975,817),29711=>array(32,-49,938,827),29712=>array(35,-65,933,828),29713=>array(35,-67,940,833),29714=>array(43,-65,963,846),29715=>array(35,-69,968,828),29716=>array(35,-83,949,831),29717=>array(35,-65,957,841),29718=>array(47,-70,954,835),29719=>array(35,-71,943,839),29720=>array(35,-65,960,833),29721=>array(35,-68,965,835),29722=>array(52,-67,964,787),29723=>array(30,-67,958,786),29724=>array(35,-65,972,836),29725=>array(55,-74,963,787),29726=>array(55,-26,945,796),29727=>array(35,-65,955,843),29728=>array(53,-72,965,826),29729=>array(55,-76,962,822),29730=>array(32,-65,971,774),29731=>array(55,-68,951,838),29732=>array(43,-59,967,849),29733=>array(39,-67,940,834),29734=>array(48,-61,957,841),29735=>array(63,-22,958,784),29736=>array(53,-57,970,790),29737=>array(76,-67,918,787),29738=>array(50,-68,960,836),29739=>array(50,-71,959,831),29740=>array(49,-65,967,836),29741=>array(57,-67,962,830),29742=>array(47,-62,959,821),29743=>array(47,-65,924,837),29744=>array(53,-65,980,838),29745=>array(63,-72,911,774),29746=>array(47,-71,958,832),29747=>array(37,-63,964,826),29748=>array(34,-74,960,802),29749=>array(55,-54,959,791),29750=>array(71,-23,941,787),29751=>array(35,-53,976,820),29752=>array(54,-71,953,825),29753=>array(50,-64,960,798),29754=>array(53,-59,962,831),29755=>array(35,-23,982,843),29756=>array(33,-55,971,852),29757=>array(35,-69,959,835),29758=>array(35,-66,971,774),29759=>array(43,-62,967,793),29760=>array(45,-70,912,827),29761=>array(55,-65,930,788),29762=>array(51,-70,900,783),29763=>array(51,-64,970,842),29764=>array(43,-27,954,832),29765=>array(51,-70,969,788),29766=>array(36,-27,954,782),29767=>array(37,-66,948,835),29768=>array(40,-61,973,796),29769=>array(40,-52,963,823),29770=>array(45,-75,963,825),29771=>array(47,-65,960,832),29772=>array(47,-72,975,788),29773=>array(46,-77,977,832),29774=>array(53,-73,960,822),29775=>array(48,-70,951,845),29776=>array(50,-72,954,839),29777=>array(40,-51,960,850),29778=>array(39,-77,954,780),29779=>array(48,-62,965,835),29780=>array(48,-69,970,846),29781=>array(38,-67,969,789),29782=>array(38,-69,970,840),29783=>array(47,-65,982,843),29784=>array(47,-65,952,783),29785=>array(56,-65,920,841),29786=>array(69,-62,893,830),29787=>array(31,-68,962,829),29788=>array(30,-65,972,816),29789=>array(43,-30,948,851),29790=>array(62,-68,939,833),29791=>array(63,-46,958,785),29792=>array(37,-65,913,834),29793=>array(69,-67,954,840),29794=>array(53,-70,965,824),29795=>array(63,-72,965,836),29796=>array(46,-62,959,841),29797=>array(46,-32,964,783),29798=>array(63,-60,928,839),29799=>array(59,-68,971,835),29800=>array(36,-61,959,789),29801=>array(69,-19,935,839),29802=>array(60,-61,911,787),29803=>array(60,-63,937,835),29804=>array(54,-28,954,843),29805=>array(44,-67,956,850),29806=>array(56,-72,977,781),29807=>array(41,-61,954,798),29808=>array(53,-65,947,856),29809=>array(36,-64,955,840),29810=>array(45,-65,995,858),29811=>array(42,-29,951,839),29812=>array(47,-89,964,824),29813=>array(50,-69,971,787),29814=>array(40,-64,913,822),29815=>array(35,-70,944,827),29816=>array(35,-63,943,830),29817=>array(62,-77,967,818),29818=>array(45,-67,930,839),29819=>array(53,-66,955,802),29820=>array(53,-77,952,819),29821=>array(58,-71,968,826),29822=>array(38,-21,946,828),29823=>array(62,-22,957,792),29824=>array(45,-62,962,839),29825=>array(56,-43,972,837),29826=>array(45,-33,972,829),29827=>array(39,-69,943,833),29828=>array(51,-65,952,847),29829=>array(62,-72,982,822),29830=>array(45,-62,957,800),29831=>array(38,-71,972,828),29832=>array(48,-77,983,826),29833=>array(41,-64,962,833),29834=>array(56,-65,959,824),29835=>array(45,-68,952,828),29836=>array(45,-78,953,834),29837=>array(37,-68,945,831),29838=>array(39,-81,928,775),29839=>array(39,-72,988,841),29840=>array(38,-65,975,841),29841=>array(38,-65,961,836),29842=>array(52,-17,964,832),29843=>array(31,-53,957,829),29844=>array(51,-72,892,827),29845=>array(50,-67,950,783),29846=>array(45,-65,969,799),29847=>array(60,-46,954,818),29848=>array(57,-66,959,837),29849=>array(57,-67,969,850),29850=>array(50,-67,920,787),29851=>array(32,-67,954,831),29852=>array(37,-74,923,824),29853=>array(37,-70,966,833),29854=>array(47,-63,964,828),29855=>array(36,-57,951,801),29856=>array(43,-64,973,836),29857=>array(39,-64,967,844),29858=>array(62,-71,926,797),29859=>array(45,-61,972,839),29860=>array(48,-35,979,826),29861=>array(48,-70,977,830),29862=>array(48,-63,985,840),29863=>array(48,-39,946,836),29864=>array(37,-66,979,839),29865=>array(48,-64,980,837),29866=>array(45,-70,966,784),29867=>array(45,-62,935,836),29868=>array(50,-71,962,845),29869=>array(48,-73,971,811),29870=>array(42,-30,956,848),29871=>array(42,-64,994,858),29872=>array(40,-61,962,808),29873=>array(46,-67,970,782),29874=>array(47,-64,959,816),29875=>array(46,-69,966,816),29876=>array(50,-69,961,826),29877=>array(40,-66,969,840),29878=>array(50,-37,949,823),29879=>array(35,-71,973,832),29880=>array(62,-77,941,831),29881=>array(41,-65,968,833),29882=>array(84,-37,938,836),29883=>array(53,-68,949,785),29884=>array(40,-23,957,839),29885=>array(53,-42,962,799),29886=>array(60,-71,963,837),29887=>array(41,-63,981,841),29888=>array(49,-72,944,780),29889=>array(44,-74,967,823),29890=>array(49,-35,955,819),29891=>array(51,-65,928,786),29892=>array(40,-67,962,836),29893=>array(36,-70,972,839),29894=>array(40,-61,962,813),29895=>array(40,-64,963,789),29896=>array(35,-62,974,830),29897=>array(40,-72,958,829),29898=>array(56,-65,975,845),29899=>array(31,-66,968,839),29900=>array(40,-67,965,847),29901=>array(28,-67,969,831),29902=>array(37,-67,959,840),29903=>array(52,-61,972,834),29904=>array(45,-67,953,830),29905=>array(40,-60,966,790),29906=>array(38,-71,925,825),29907=>array(40,-65,909,787),29908=>array(37,-64,955,788),29909=>array(63,-35,968,778),29910=>array(47,-73,966,839),29911=>array(57,-63,933,838),29912=>array(54,-68,956,826),29913=>array(42,-70,960,832),29914=>array(46,-69,969,836),29915=>array(30,-62,974,832),29916=>array(59,-57,956,834),29917=>array(32,-77,991,826),29918=>array(38,-67,992,837),29919=>array(36,-73,959,837),29920=>array(36,-67,964,838),29921=>array(57,-73,976,826),29922=>array(47,-69,973,834),29923=>array(32,-69,958,828),29924=>array(37,-66,969,856),29925=>array(51,-65,971,836),29926=>array(83,-35,941,773),29927=>array(36,-29,958,771),29928=>array(44,-63,966,783),29929=>array(36,-29,958,771),29930=>array(49,-29,955,811),29931=>array(65,-64,943,842),29932=>array(41,-74,968,838),29933=>array(39,-77,968,820),29934=>array(43,-56,956,807),29935=>array(104,-58,954,766),29936=>array(36,-29,963,782),29937=>array(36,-29,968,771),29938=>array(36,-29,953,822),29939=>array(56,-75,968,818),29940=>array(37,-65,969,838),29941=>array(62,-72,960,832),29942=>array(48,-61,962,842),29943=>array(75,-60,951,838),29944=>array(36,-29,958,772),29945=>array(99,-64,968,791),29946=>array(49,-60,970,800),29947=>array(36,-65,969,831),29948=>array(49,-29,955,786),29949=>array(78,-56,963,833),29950=>array(38,-64,960,824),29951=>array(50,-50,955,839),29952=>array(39,-71,970,827),29953=>array(39,-71,964,835),29954=>array(36,-74,974,832),29955=>array(58,-54,962,836),29956=>array(30,-48,947,784),29957=>array(38,-29,960,790),29958=>array(65,-63,962,854),29959=>array(97,-66,934,825),29960=>array(43,-75,962,838),29961=>array(34,-77,974,836),29962=>array(35,-69,966,830),29963=>array(65,-70,962,829),29964=>array(105,-74,950,787),29965=>array(74,-66,961,828),29966=>array(70,-66,945,827),29967=>array(60,-59,954,834),29968=>array(37,-68,958,828),29969=>array(83,-64,964,848),29970=>array(44,-68,961,824),29971=>array(24,-47,938,825),29972=>array(34,-68,985,829),29973=>array(66,-55,966,838),29974=>array(55,-68,957,785),29975=>array(33,-59,949,835),29976=>array(76,-68,927,827),29977=>array(49,-76,959,828),29978=>array(66,-72,934,835),29979=>array(32,-48,959,845),29980=>array(34,-58,945,834),29981=>array(35,-75,962,823),29982=>array(74,-47,939,836),29983=>array(60,-8,934,824),29984=>array(129,-23,956,830),29985=>array(37,-29,956,830),29986=>array(50,-76,930,838),29987=>array(49,-74,928,831),29988=>array(72,-56,970,811),29989=>array(73,-57,923,812),29990=>array(40,-69,966,811),29991=>array(45,-66,952,829),29992=>array(52,-73,855,788),29993=>array(65,-61,936,785),29994=>array(74,-67,847,842),29995=>array(62,-67,956,843),29996=>array(140,-65,856,798),29997=>array(53,-81,935,783),29998=>array(48,-67,916,844),29999=>array(63,-61,945,836),30000=>array(133,-68,867,762),30001=>array(137,-70,862,833),30002=>array(140,-69,860,785),30003=>array(149,-67,851,833),30004=>array(172,-67,839,832),30005=>array(148,-31,954,824),30006=>array(149,-65,872,833),30007=>array(85,-62,889,783),30008=>array(37,-56,914,856),30009=>array(65,-68,939,833),30010=>array(107,-53,954,790),30011=>array(75,-57,925,800),30012=>array(98,-46,914,810),30013=>array(99,-74,891,823),30014=>array(126,-62,879,844),30015=>array(101,-7,948,830),30016=>array(50,-65,957,779),30017=>array(50,-55,957,833),30018=>array(98,-59,965,850),30019=>array(90,-59,921,837),30020=>array(153,-62,845,824),30021=>array(90,-56,889,830),30022=>array(46,-66,965,823),30023=>array(99,-63,912,845),30024=>array(107,-66,978,791),30025=>array(96,-68,962,833),30026=>array(88,-64,952,828),30027=>array(76,-52,955,835),30028=>array(54,-70,961,782),30029=>array(96,-72,974,835),30030=>array(110,-66,981,831),30031=>array(64,-69,944,780),30032=>array(72,-52,945,791),30033=>array(51,-59,903,838),30034=>array(56,-50,963,833),30035=>array(60,-72,967,813),30036=>array(93,-67,938,839),30037=>array(178,-72,823,780),30038=>array(81,-70,970,836),30039=>array(109,-72,902,843),30040=>array(79,-62,955,839),30041=>array(75,-68,897,818),30042=>array(29,-67,975,848),30043=>array(111,-64,978,853),30044=>array(76,-59,920,836),30045=>array(56,-65,972,836),30046=>array(77,-70,968,838),30047=>array(50,-69,965,817),30048=>array(143,-68,867,845),30049=>array(86,-61,943,846),30050=>array(58,-69,947,801),30051=>array(34,-68,968,834),30052=>array(106,-62,955,832),30053=>array(110,-66,962,839),30054=>array(89,-22,943,828),30055=>array(48,-75,963,812),30056=>array(50,-70,959,808),30057=>array(96,-64,959,795),30058=>array(53,-70,957,836),30059=>array(82,-24,938,836),30060=>array(37,-67,966,854),30061=>array(81,-62,961,850),30062=>array(94,-62,954,847),30063=>array(69,-69,961,849),30064=>array(72,-74,926,784),30065=>array(89,-71,916,797),30066=>array(33,-72,973,847),30067=>array(54,-50,952,813),30068=>array(82,-58,911,831),30069=>array(79,-34,934,836),30070=>array(103,-68,914,841),30071=>array(77,-67,976,786),30072=>array(97,-62,939,835),30073=>array(101,-63,966,844),30074=>array(54,-20,951,803),30075=>array(74,-14,972,836),30076=>array(92,-61,938,782),30077=>array(103,-15,953,851),30078=>array(115,-69,908,783),30079=>array(56,-69,963,839),30080=>array(42,-71,969,828),30081=>array(74,-73,970,811),30082=>array(54,-46,952,786),30083=>array(94,-42,961,840),30084=>array(100,-70,955,822),30085=>array(84,-48,961,814),30086=>array(31,-61,951,814),30087=>array(87,-63,938,833),30088=>array(52,-82,943,829),30089=>array(51,-39,949,822),30090=>array(54,-31,952,791),30091=>array(28,-66,975,773),30092=>array(52,-70,968,835),30093=>array(68,-7,957,787),30094=>array(30,-65,966,827),30095=>array(35,-71,960,821),30096=>array(59,-81,955,837),30097=>array(33,-68,945,827),30098=>array(37,-63,898,822),30099=>array(37,-63,914,822),30100=>array(63,-65,944,823),30101=>array(36,-59,957,852),30102=>array(30,-63,899,838),30103=>array(35,-59,924,842),30104=>array(36,-75,954,833),30105=>array(46,-71,953,852),30106=>array(48,-69,968,820),30107=>array(48,-64,951,841),30108=>array(54,-69,941,845),30109=>array(54,-69,941,815),30110=>array(54,-69,961,845),30111=>array(24,-65,925,836),30112=>array(32,-66,900,838),30113=>array(28,-70,914,840),30114=>array(44,-65,982,855),30115=>array(51,-71,952,825),30116=>array(47,-73,960,845),30117=>array(50,-70,959,825),30118=>array(47,-73,945,845),30119=>array(52,-69,966,841),30120=>array(47,-73,938,845),30121=>array(47,-73,938,845),30122=>array(39,-57,959,854),30123=>array(37,-71,953,840),30124=>array(27,-67,896,849),30125=>array(27,-67,928,850),30126=>array(26,-67,932,840),30127=>array(27,-63,942,848),30128=>array(43,-63,951,849),30129=>array(39,-67,953,829),30130=>array(43,-73,957,831),30131=>array(44,-67,944,834),30132=>array(25,-66,938,851),30133=>array(54,-74,963,841),30134=>array(49,-71,951,830),30135=>array(47,-78,946,835),30136=>array(59,-75,954,829),30137=>array(41,-72,974,826),30138=>array(50,-60,958,835),30139=>array(47,-82,935,834),30140=>array(40,-78,972,825),30141=>array(32,-74,954,839),30142=>array(43,-73,962,829),30143=>array(44,-65,945,849),30144=>array(41,-58,954,855),30145=>array(44,-58,945,852),30146=>array(43,-79,941,832),30147=>array(27,-77,933,834),30148=>array(53,-61,948,856),30149=>array(38,-71,933,840),30150=>array(40,-71,951,847),30151=>array(41,-65,955,827),30152=>array(19,-74,918,848),30153=>array(24,-60,919,827),30154=>array(43,-73,951,830),30155=>array(53,-79,968,835),30156=>array(34,-83,948,840),30157=>array(43,-69,972,833),30158=>array(47,-67,957,846),30159=>array(41,-60,960,850),30160=>array(50,-75,944,829),30161=>array(51,-70,945,836),30162=>array(48,-71,955,827),30163=>array(50,-75,944,829),30164=>array(38,-68,947,844),30165=>array(48,-68,964,825),30166=>array(27,-65,919,846),30167=>array(36,-51,964,859),30168=>array(45,-75,949,826),30169=>array(45,-72,954,839),30170=>array(56,-82,962,832),30171=>array(33,-68,935,834),30172=>array(34,-70,962,847),30173=>array(43,-60,962,841),30174=>array(44,-68,961,834),30175=>array(57,-68,945,843),30176=>array(48,-73,983,846),30177=>array(31,-73,954,843),30178=>array(46,-69,944,835),30179=>array(45,-63,960,836),30180=>array(49,-67,954,847),30181=>array(33,-73,951,847),30182=>array(57,-68,955,835),30183=>array(39,-65,965,845),30184=>array(56,-67,922,852),30185=>array(37,-70,961,831),30186=>array(29,-74,955,846),30187=>array(20,-65,913,839),30188=>array(42,-69,941,841),30189=>array(44,-73,959,845),30190=>array(43,-75,965,840),30191=>array(34,-55,959,858),30192=>array(55,-70,958,832),30193=>array(45,-70,942,848),30194=>array(34,-66,957,838),30195=>array(40,-69,971,834),30196=>array(38,-67,941,834),30197=>array(36,-71,974,851),30198=>array(45,-72,960,851),30199=>array(36,-63,965,849),30200=>array(31,-73,930,839),30201=>array(46,-68,951,843),30202=>array(59,-67,959,834),30203=>array(39,-75,960,845),30204=>array(33,-65,941,836),30205=>array(31,-68,954,848),30206=>array(35,-67,956,842),30207=>array(33,-67,945,834),30208=>array(38,-64,964,837),30209=>array(48,-66,952,838),30210=>array(38,-77,935,843),30211=>array(30,-65,967,848),30212=>array(37,-64,942,841),30213=>array(37,-71,939,846),30214=>array(14,-67,912,845),30215=>array(34,-55,954,854),30216=>array(46,-64,974,855),30217=>array(39,-64,955,826),30218=>array(38,-65,955,852),30219=>array(38,-66,960,838),30220=>array(38,-70,944,847),30221=>array(55,-70,956,845),30222=>array(38,-67,944,840),30223=>array(33,-55,961,857),30224=>array(41,-69,974,850),30225=>array(45,-69,948,848),30226=>array(41,-75,938,848),30227=>array(46,-72,972,849),30228=>array(51,-73,961,838),30229=>array(44,-67,981,854),30230=>array(27,-54,954,860),30231=>array(26,-68,934,847),30232=>array(38,-69,911,835),30233=>array(30,-69,961,836),30234=>array(42,-70,971,836),30235=>array(24,-60,970,855),30236=>array(47,-66,981,840),30237=>array(40,-58,969,861),30238=>array(36,-62,976,848),30239=>array(37,-72,938,833),30240=>array(34,-67,962,841),30241=>array(35,-70,966,841),30242=>array(32,-73,957,841),30243=>array(46,-65,958,831),30244=>array(46,-74,948,841),30245=>array(43,-66,956,851),30246=>array(22,-68,959,851),30247=>array(44,-74,942,833),30248=>array(45,-79,963,837),30249=>array(46,-61,952,849),30250=>array(21,-67,933,823),30251=>array(26,-65,923,840),30252=>array(26,-65,963,840),30253=>array(44,-66,979,847),30254=>array(26,-73,967,847),30255=>array(45,-69,955,834),30256=>array(52,-76,951,841),30257=>array(50,-69,966,836),30258=>array(53,-64,978,854),30259=>array(32,-68,971,851),30260=>array(23,-66,943,841),30261=>array(33,-67,963,847),30262=>array(52,-65,970,848),30263=>array(52,-65,979,848),30264=>array(45,-65,943,848),30265=>array(52,-65,951,848),30266=>array(31,-69,948,852),30267=>array(36,-73,941,829),30268=>array(49,-67,980,850),30269=>array(37,-62,954,836),30270=>array(26,-65,970,832),30271=>array(29,-65,909,838),30272=>array(23,-81,928,826),30273=>array(23,-87,940,826),30274=>array(46,-65,964,830),30275=>array(33,-67,971,847),30276=>array(23,-91,937,826),30277=>array(23,-71,912,836),30278=>array(49,-66,941,841),30279=>array(29,-57,942,846),30280=>array(35,-62,963,829),30281=>array(35,-65,947,849),30282=>array(35,-70,973,853),30283=>array(57,-69,967,854),30284=>array(38,-68,933,844),30285=>array(24,-68,923,835),30286=>array(37,-64,937,840),30287=>array(37,-64,957,850),30288=>array(51,-68,983,849),30289=>array(37,-87,957,850),30290=>array(42,-58,971,836),30291=>array(49,-73,983,831),30292=>array(25,-61,931,828),30293=>array(42,-57,957,836),30294=>array(45,-73,956,833),30295=>array(42,-67,933,836),30296=>array(53,-65,948,844),30297=>array(42,-74,969,832),30298=>array(37,-71,936,833),30299=>array(48,-67,989,843),30300=>array(45,-67,980,841),30301=>array(48,-69,920,838),30302=>array(21,-71,912,835),30303=>array(44,-69,973,844),30304=>array(38,-71,982,846),30305=>array(51,-71,976,844),30306=>array(45,-76,947,840),30307=>array(25,-66,920,841),30308=>array(57,-73,959,837),30309=>array(40,-69,973,852),30310=>array(50,-78,948,846),30311=>array(43,-65,962,836),30312=>array(47,-75,946,834),30313=>array(42,-67,985,854),30314=>array(40,-69,964,854),30315=>array(29,-69,919,838),30316=>array(45,-66,956,854),30317=>array(50,-68,939,850),30318=>array(38,-71,974,845),30319=>array(35,-77,947,844),30320=>array(35,-78,959,854),30321=>array(47,-71,954,856),30322=>array(39,-77,967,854),30323=>array(27,-60,972,853),30324=>array(21,-77,958,849),30325=>array(46,-72,963,833),30326=>array(100,220,956,730),30327=>array(80,-55,936,839),30328=>array(80,-78,936,840),30329=>array(38,-69,967,840),30330=>array(47,-51,957,837),30331=>array(57,-13,957,837),30332=>array(52,-63,960,829),30333=>array(199,-64,822,833),30334=>array(98,-67,914,780),30335=>array(113,-47,959,830),30336=>array(200,-26,891,841),30337=>array(53,-49,947,866),30338=>array(74,-26,924,842),30339=>array(60,-67,950,836),30340=>array(101,-54,882,838),30341=>array(94,-27,941,842),30342=>array(64,-62,947,837),30343=>array(80,-28,932,845),30344=>array(87,-80,954,831),30345=>array(107,-39,959,834),30346=>array(119,-78,962,839),30347=>array(33,-64,959,849),30348=>array(100,-53,967,847),30349=>array(134,-61,898,837),30350=>array(90,-60,952,824),30351=>array(111,-69,954,835),30352=>array(53,-64,947,849),30353=>array(76,-19,944,820),30354=>array(100,-72,956,829),30355=>array(84,-64,923,831),30356=>array(84,-62,944,810),30357=>array(56,-63,947,776),30358=>array(86,-62,930,825),30359=>array(93,-67,907,810),30360=>array(84,-59,959,838),30361=>array(42,-63,943,847),30362=>array(92,-20,933,839),30363=>array(114,-69,889,834),30364=>array(110,-63,957,837),30365=>array(69,-70,964,833),30366=>array(117,-69,982,831),30367=>array(112,-68,975,839),30368=>array(97,-65,953,833),30369=>array(92,-74,960,852),30370=>array(92,-61,964,837),30371=>array(88,-68,946,831),30372=>array(79,-67,948,836),30373=>array(90,-74,960,852),30374=>array(82,-55,954,857),30375=>array(82,-62,946,841),30376=>array(60,-43,954,842),30377=>array(43,-73,970,838),30378=>array(98,-52,969,851),30379=>array(87,-72,956,845),30380=>array(82,-67,941,817),30381=>array(110,-63,963,845),30382=>array(53,-71,940,832),30383=>array(33,-81,951,826),30384=>array(33,-62,965,836),30385=>array(27,-68,939,833),30386=>array(41,-67,932,821),30387=>array(33,-75,956,834),30388=>array(31,-75,956,844),30389=>array(57,-76,966,826),30390=>array(30,-75,976,834),30391=>array(36,-70,956,838),30392=>array(50,-68,966,832),30393=>array(38,-67,954,832),30394=>array(45,-73,971,838),30395=>array(46,-73,969,824),30396=>array(47,-73,956,835),30397=>array(47,-66,969,849),30398=>array(51,-71,969,835),30399=>array(70,34,944,715),30400=>array(57,-20,948,822),30401=>array(57,-14,948,784),30402=>array(57,-14,948,789),30403=>array(48,-17,958,770),30404=>array(60,-53,956,757),30405=>array(47,-11,956,841),30406=>array(49,-25,947,794),30407=>array(46,-40,957,827),30408=>array(59,-38,952,784),30409=>array(41,-21,974,836),30410=>array(45,-18,960,840),30411=>array(55,-37,954,836),30412=>array(48,-20,957,830),30413=>array(62,-22,954,838),30414=>array(55,-14,954,835),30415=>array(52,-19,925,823),30416=>array(50,-44,924,799),30417=>array(52,-23,943,820),30418=>array(47,-28,961,851),30419=>array(60,-20,952,821),30420=>array(59,-23,951,840),30421=>array(63,-32,952,817),30422=>array(39,-32,959,847),30423=>array(57,-33,954,840),30424=>array(65,-32,914,831),30425=>array(51,-33,952,834),30426=>array(61,-34,956,809),30427=>array(50,-23,947,832),30428=>array(63,-32,952,843),30429=>array(60,-23,954,850),30430=>array(63,-32,953,840),30431=>array(58,-27,952,789),30432=>array(57,-46,961,848),30433=>array(48,-35,948,829),30434=>array(58,-27,952,802),30435=>array(53,-26,947,824),30436=>array(62,-35,956,842),30437=>array(53,-24,961,837),30438=>array(26,-26,957,869),30439=>array(40,-78,941,833),30440=>array(38,-24,961,788),30441=>array(60,-18,959,834),30442=>array(53,-12,951,823),30443=>array(32,-54,957,863),30444=>array(58,-10,952,850),30445=>array(65,-38,978,842),30446=>array(206,-42,767,771),30447=>array(98,-62,931,770),30448=>array(101,-68,938,783),30449=>array(118,-59,956,789),30450=>array(63,-70,937,826),30451=>array(107,-27,953,824),30452=>array(95,-70,949,835),30453=>array(109,-40,965,833),30454=>array(75,-68,958,778),30455=>array(109,-61,900,821),30456=>array(43,-65,889,828),30457=>array(86,-34,952,829),30458=>array(116,-71,957,828),30459=>array(107,-62,958,803),30460=>array(100,-71,944,803),30461=>array(101,-59,957,826),30462=>array(68,-73,920,834),30463=>array(75,-55,984,851),30464=>array(130,-65,890,787),30465=>array(53,-70,939,829),30466=>array(119,-59,945,837),30467=>array(119,-73,962,762),30468=>array(96,-52,949,790),30469=>array(92,-62,971,813),30470=>array(119,-66,954,849),30471=>array(88,-72,943,826),30472=>array(93,-65,931,826),30473=>array(52,-70,880,781),30474=>array(101,-55,943,811),30475=>array(71,-67,912,818),30476=>array(73,-62,949,799),30477=>array(96,-21,919,763),30478=>array(85,-58,951,755),30479=>array(96,-67,953,832),30480=>array(114,-21,953,773),30481=>array(106,-70,916,827),30482=>array(119,-70,917,830),30483=>array(99,-73,959,827),30484=>array(50,-67,946,785),30485=>array(116,-71,967,835),30486=>array(119,-62,960,773),30487=>array(119,-58,924,844),30488=>array(42,-57,971,821),30489=>array(118,-65,952,835),30490=>array(65,-62,961,843),30491=>array(124,-64,987,839),30492=>array(124,-64,987,839),30493=>array(118,-64,927,827),30494=>array(78,-84,951,835),30495=>array(64,-84,936,835),30496=>array(98,-71,956,785),30497=>array(94,-53,963,829),30498=>array(34,-65,958,843),30499=>array(116,-71,973,835),30500=>array(95,-71,929,784),30501=>array(44,-52,947,852),30502=>array(76,-56,931,823),30503=>array(110,-73,903,780),30504=>array(96,-69,948,833),30505=>array(88,-49,927,823),30506=>array(88,-68,951,782),30507=>array(95,-55,942,837),30508=>array(88,-67,931,825),30509=>array(124,-21,959,832),30510=>array(88,-70,909,782),30511=>array(80,-64,927,824),30512=>array(88,-42,956,770),30513=>array(106,-78,965,821),30514=>array(110,-70,953,777),30515=>array(107,-71,906,825),30516=>array(111,-40,909,859),30517=>array(119,-65,935,847),30518=>array(94,-21,934,783),30519=>array(39,-67,964,838),30520=>array(86,-62,929,849),30521=>array(103,-51,969,853),30522=>array(104,-67,943,828),30523=>array(110,-70,954,823),30524=>array(96,-64,965,794),30525=>array(105,-74,966,820),30526=>array(57,-67,955,785),30527=>array(88,-61,976,840),30528=>array(39,-69,929,839),30529=>array(101,-72,922,824),30530=>array(37,-67,938,841),30531=>array(97,-73,930,835),30532=>array(104,-67,909,825),30533=>array(107,-49,955,806),30534=>array(98,-55,951,834),30535=>array(110,-64,915,853),30536=>array(88,-16,952,788),30537=>array(88,-24,958,829),30538=>array(107,-48,902,803),30539=>array(97,-68,954,828),30540=>array(100,-71,949,825),30541=>array(96,-50,954,804),30542=>array(109,-47,948,864),30543=>array(112,-68,903,782),30544=>array(100,-69,940,820),30545=>array(96,-18,937,823),30546=>array(118,-75,983,829),30547=>array(100,-74,960,829),30548=>array(105,-70,969,840),30549=>array(112,-66,967,844),30550=>array(112,-74,972,823),30551=>array(105,-66,929,781),30552=>array(76,-73,930,781),30553=>array(110,-79,979,829),30554=>array(97,-72,933,790),30555=>array(109,-68,935,831),30556=>array(98,-63,930,836),30557=>array(72,-69,908,849),30558=>array(110,-64,970,830),30559=>array(95,-48,939,857),30560=>array(109,-30,965,841),30561=>array(87,-26,947,833),30562=>array(98,-64,937,832),30563=>array(57,-67,956,835),30564=>array(104,-64,955,792),30565=>array(104,-64,951,856),30566=>array(96,-30,948,826),30567=>array(97,-48,944,860),30568=>array(137,-57,969,845),30569=>array(118,-73,966,838),30570=>array(78,-70,932,783),30571=>array(92,-72,941,833),30572=>array(94,-65,944,831),30573=>array(113,-68,911,780),30574=>array(108,-67,980,839),30575=>array(88,-69,941,834),30576=>array(92,-65,948,829),30577=>array(88,-68,965,791),30578=>array(92,-22,945,788),30579=>array(92,-32,980,829),30580=>array(92,-65,936,787),30581=>array(107,-53,981,829),30582=>array(92,-64,978,842),30583=>array(92,-55,964,827),30584=>array(111,-64,906,789),30585=>array(98,-66,932,831),30586=>array(109,-74,962,834),30587=>array(92,-20,959,855),30588=>array(107,-69,965,786),30589=>array(86,-62,952,833),30590=>array(58,-72,950,849),30591=>array(49,-66,958,833),30592=>array(40,-65,982,845),30593=>array(111,-69,971,785),30594=>array(44,-67,970,832),30595=>array(100,-69,954,831),30596=>array(93,-65,929,835),30597=>array(79,-79,950,828),30598=>array(92,-60,938,832),30599=>array(97,-63,956,833),30600=>array(121,-79,980,781),30601=>array(93,-73,987,827),30602=>array(92,-77,956,843),30603=>array(94,-78,961,833),30604=>array(90,-26,927,833),30605=>array(97,-58,966,841),30606=>array(89,-62,932,824),30607=>array(54,-75,971,782),30608=>array(124,-45,896,816),30609=>array(91,-67,938,790),30610=>array(87,-60,917,826),30611=>array(104,-66,914,838),30612=>array(92,-74,947,833),30613=>array(98,-50,945,854),30614=>array(114,-69,938,813),30615=>array(116,-70,933,828),30616=>array(89,-23,953,801),30617=>array(109,-72,970,826),30618=>array(107,-80,958,837),30619=>array(108,-69,973,835),30620=>array(97,-73,949,821),30621=>array(105,-65,951,834),30622=>array(95,-69,936,831),30623=>array(82,-70,955,789),30624=>array(79,-39,942,823),30625=>array(109,-72,961,822),30626=>array(88,-83,913,830),30627=>array(94,-37,962,823),30628=>array(79,-62,906,793),30629=>array(102,-72,959,841),30630=>array(79,-65,956,836),30631=>array(90,-62,941,837),30632=>array(108,-73,966,821),30633=>array(88,-72,894,779),30634=>array(86,-23,935,843),30635=>array(114,-70,961,782),30636=>array(95,-68,944,830),30637=>array(94,-66,975,841),30638=>array(100,-62,970,847),30639=>array(88,-68,911,796),30640=>array(85,-75,960,828),30641=>array(102,-70,950,824),30642=>array(106,-68,928,783),30643=>array(95,-35,940,833),30644=>array(105,-71,961,827),30645=>array(109,-62,951,838),30646=>array(108,-64,969,839),30647=>array(105,-68,901,785),30648=>array(98,-70,957,827),30649=>array(89,-69,944,838),30650=>array(96,-70,952,839),30651=>array(68,-75,919,838),30652=>array(82,-67,951,852),30653=>array(52,-64,969,836),30654=>array(72,-46,910,801),30655=>array(39,-65,947,790),30656=>array(68,-77,981,828),30657=>array(99,-23,974,825),30658=>array(94,-66,961,786),30659=>array(76,-63,952,844),30660=>array(92,-76,949,830),30661=>array(81,-70,953,805),30662=>array(96,-65,963,828),30663=>array(91,-64,959,820),30664=>array(81,-70,957,848),30665=>array(98,-55,952,856),30666=>array(103,-68,919,835),30667=>array(87,-67,948,808),30668=>array(102,-72,964,850),30669=>array(31,-62,974,799),30670=>array(94,-65,963,844),30671=>array(92,-69,939,853),30672=>array(99,-67,935,785),30673=>array(68,-67,953,832),30674=>array(77,-67,946,833),30675=>array(91,-68,951,831),30676=>array(99,-70,938,824),30677=>array(41,-72,957,840),30678=>array(97,-62,965,804),30679=>array(71,-71,953,842),30680=>array(92,-68,947,830),30681=>array(88,-54,899,806),30682=>array(102,-77,905,786),30683=>array(81,-57,926,793),30684=>array(39,-66,972,850),30685=>array(39,-77,960,846),30686=>array(60,-68,927,786),30687=>array(44,-67,940,833),30688=>array(33,-70,954,825),30689=>array(43,-61,960,811),30690=>array(69,-71,947,828),30691=>array(42,-66,965,843),30692=>array(80,-56,964,837),30693=>array(69,-73,911,838),30694=>array(62,-67,941,836),30695=>array(34,-67,893,831),30696=>array(37,-68,980,834),30697=>array(39,-61,947,825),30698=>array(39,-65,932,834),30699=>array(27,-61,951,839),30700=>array(33,-29,955,832),30701=>array(51,-77,948,809),30702=>array(36,-73,951,833),30703=>array(33,-67,963,827),30704=>array(59,-70,934,838),30705=>array(40,-71,980,827),30706=>array(34,-65,980,837),30707=>array(67,-70,909,768),30708=>array(39,-66,948,761),30709=>array(61,-61,880,824),30710=>array(39,-57,929,774),30711=>array(44,-63,953,786),30712=>array(38,-64,959,780),30713=>array(37,-66,962,788),30714=>array(29,-33,959,828),30715=>array(51,-29,972,837),30716=>array(39,-2,957,761),30717=>array(59,-77,927,841),30718=>array(40,-70,942,785),30719=>array(49,-68,921,818),30720=>array(23,-59,898,767),30721=>array(39,-62,905,768),30722=>array(38,-68,971,824),30723=>array(45,-69,954,785),30724=>array(22,-69,955,829),30725=>array(44,-73,981,821),30726=>array(49,-70,990,836),30727=>array(42,-65,976,842),30728=>array(32,-71,970,772),30729=>array(48,-62,956,842),30730=>array(42,-64,957,843),30731=>array(42,-3,954,822),30732=>array(53,-62,925,829),30733=>array(43,-71,971,844),30734=>array(36,-77,971,828),30735=>array(43,-69,967,785),30736=>array(43,-70,969,786),30737=>array(51,-61,951,778),30738=>array(32,-51,952,818),30739=>array(39,-69,972,785),30740=>array(36,-71,956,780),30741=>array(42,-63,954,837),30742=>array(21,-68,921,826),30743=>array(29,-67,951,820),30744=>array(28,-44,944,824),30745=>array(42,-35,952,780),30746=>array(26,-62,929,788),30747=>array(41,-69,972,837),30748=>array(24,-69,954,781),30749=>array(50,-56,956,827),30750=>array(42,-64,987,839),30751=>array(41,-62,956,848),30752=>array(32,-17,954,792),30753=>array(52,-35,964,765),30754=>array(44,-59,952,783),30755=>array(44,-32,950,844),30756=>array(42,-29,943,831),30757=>array(29,-55,959,831),30758=>array(41,-53,960,843),30759=>array(40,-65,945,827),30760=>array(47,-75,964,832),30761=>array(42,-65,921,831),30762=>array(38,-60,958,784),30763=>array(57,-37,962,824),30764=>array(39,-19,952,816),30765=>array(37,-65,963,830),30766=>array(44,-53,962,855),30767=>array(51,-64,976,828),30768=>array(34,-68,951,780),30769=>array(46,-77,979,841),30770=>array(35,-29,963,835),30771=>array(43,-54,945,779),30772=>array(46,-70,958,835),30773=>array(23,-59,971,836),30774=>array(42,-66,886,843),30775=>array(59,-70,922,836),30776=>array(36,-26,956,788),30777=>array(35,-68,971,830),30778=>array(54,-72,946,761),30779=>array(29,-62,933,826),30780=>array(31,-31,964,840),30781=>array(42,-57,928,786),30782=>array(32,-60,947,828),30783=>array(33,-66,948,822),30784=>array(35,-60,905,830),30785=>array(30,-33,938,772),30786=>array(32,-11,965,845),30787=>array(37,-65,980,839),30788=>array(35,-66,960,831),30789=>array(41,-20,954,832),30790=>array(35,-65,963,841),30791=>array(46,-78,909,839),30792=>array(41,-72,956,824),30793=>array(42,-68,958,824),30794=>array(45,-72,952,822),30795=>array(35,-73,969,836),30796=>array(28,-57,972,849),30797=>array(30,-60,973,791),30798=>array(36,-63,907,832),30799=>array(36,-69,953,788),30800=>array(43,-70,909,782),30801=>array(36,-70,958,839),30802=>array(35,-68,948,780),30803=>array(25,-32,959,833),30804=>array(35,-71,949,826),30805=>array(38,-67,940,775),30806=>array(30,-74,945,826),30807=>array(29,-72,936,821),30808=>array(35,-64,903,795),30809=>array(25,-25,938,826),30810=>array(35,-66,963,823),30811=>array(35,-63,955,846),30812=>array(42,-20,956,791),30813=>array(50,-70,943,833),30814=>array(41,-67,954,829),30815=>array(35,-67,967,824),30816=>array(45,-71,972,834),30817=>array(35,-68,937,832),30818=>array(41,-70,961,819),30819=>array(35,-68,953,830),30820=>array(33,-67,983,833),30821=>array(42,-68,950,838),30822=>array(35,-51,951,802),30823=>array(35,-64,895,785),30824=>array(49,-62,964,838),30825=>array(50,-65,938,830),30826=>array(33,-54,959,830),30827=>array(26,-70,964,830),30828=>array(46,-61,978,784),30829=>array(41,-35,959,805),30830=>array(51,-57,907,852),30831=>array(34,-69,960,787),30832=>array(51,-65,942,830),30833=>array(49,-71,915,777),30834=>array(42,-64,980,833),30835=>array(35,-54,970,835),30836=>array(32,-65,962,828),30837=>array(39,-63,958,839),30838=>array(35,-66,969,830),30839=>array(32,-32,939,811),30840=>array(35,-67,948,836),30841=>array(39,-61,977,829),30842=>array(35,-56,959,785),30843=>array(44,-68,987,782),30844=>array(59,-78,919,779),30845=>array(35,-32,954,839),30846=>array(29,-16,953,853),30847=>array(37,-27,950,837),30848=>array(44,-67,954,827),30849=>array(26,-54,971,843),30850=>array(35,-57,969,850),30851=>array(36,-72,950,823),30852=>array(44,-70,972,823),30853=>array(36,-72,900,780),30854=>array(41,-52,949,843),30855=>array(42,-71,962,833),30856=>array(35,-65,960,833),30857=>array(53,-68,918,785),30858=>array(35,-57,974,840),30859=>array(35,-67,932,836),30860=>array(35,-67,966,836),30861=>array(33,-52,952,796),30862=>array(43,-64,951,834),30863=>array(39,-72,955,820),30864=>array(35,-67,981,839),30865=>array(31,-68,956,844),30866=>array(35,-23,982,843),30867=>array(44,-68,951,840),30868=>array(31,-62,968,831),30869=>array(35,-64,964,835),30870=>array(44,-70,958,847),30871=>array(43,-69,961,834),30872=>array(44,-74,960,829),30873=>array(47,-67,908,786),30874=>array(39,-63,954,840),30875=>array(27,-75,923,826),30876=>array(23,-71,949,839),30877=>array(35,-72,975,788),30878=>array(45,-50,936,798),30879=>array(35,-62,968,833),30880=>array(41,-67,952,837),30881=>array(37,-64,956,830),30882=>array(46,-65,907,785),30883=>array(49,-68,927,788),30884=>array(47,-71,971,823),30885=>array(32,-67,915,824),30886=>array(50,-70,956,849),30887=>array(60,-67,937,845),30888=>array(44,-73,975,784),30889=>array(44,-72,970,783),30890=>array(28,-54,948,841),30891=>array(46,-74,969,825),30892=>array(28,-73,971,785),30893=>array(29,-68,954,788),30894=>array(35,-72,979,788),30895=>array(34,-61,951,849),30896=>array(45,-29,957,845),30897=>array(34,-72,955,834),30898=>array(47,-67,939,842),30899=>array(39,-72,970,829),30900=>array(41,-24,964,830),30901=>array(32,-74,962,836),30902=>array(35,-57,961,834),30903=>array(35,-71,962,839),30904=>array(35,-69,971,789),30905=>array(25,-10,922,818),30906=>array(34,-69,950,843),30907=>array(29,-57,949,835),30908=>array(50,-60,933,781),30909=>array(35,-66,969,791),30910=>array(30,-70,961,785),30911=>array(39,-75,925,795),30912=>array(31,-58,963,838),30913=>array(37,-57,955,836),30914=>array(46,-65,913,834),30915=>array(37,-73,966,832),30916=>array(46,-73,966,830),30917=>array(37,-76,954,834),30918=>array(32,-69,946,793),30919=>array(32,-53,968,852),30920=>array(41,-64,972,857),30921=>array(43,-62,990,790),30922=>array(52,-68,944,788),30923=>array(20,-40,934,849),30924=>array(32,-70,955,825),30925=>array(19,-71,946,841),30926=>array(29,-75,967,841),30927=>array(34,-68,985,840),30928=>array(42,-61,956,844),30929=>array(41,-24,964,831),30930=>array(41,-64,941,785),30931=>array(32,-58,963,844),30932=>array(25,-59,963,849),30933=>array(32,-24,959,832),30934=>array(29,-57,921,800),30935=>array(32,-71,959,838),30936=>array(31,-67,956,827),30937=>array(24,-79,968,846),30938=>array(43,-66,957,831),30939=>array(39,-50,933,846),30940=>array(43,-55,960,850),30941=>array(40,-71,964,827),30942=>array(44,-75,898,824),30943=>array(51,-66,971,783),30944=>array(39,-64,958,839),30945=>array(25,-70,918,831),30946=>array(36,-72,964,824),30947=>array(36,-64,997,858),30948=>array(31,-66,957,837),30949=>array(47,-68,967,780),30950=>array(47,-64,965,787),30951=>array(43,-68,975,839),30952=>array(37,-64,939,833),30953=>array(45,-72,969,825),30954=>array(38,-65,966,838),30955=>array(38,-70,955,836),30956=>array(44,-67,952,832),30957=>array(45,-73,956,785),30958=>array(30,-61,945,841),30959=>array(33,-69,960,835),30960=>array(35,-65,952,846),30961=>array(33,-66,957,833),30962=>array(32,-63,975,829),30963=>array(46,-72,900,824),30964=>array(41,-21,989,838),30965=>array(41,-67,924,787),30966=>array(41,-64,944,846),30967=>array(37,-74,953,832),30968=>array(41,-76,974,851),30969=>array(56,-70,953,781),30970=>array(41,-72,968,828),30971=>array(30,-57,971,839),30972=>array(53,-68,966,832),30973=>array(38,-63,971,837),30974=>array(42,-65,940,787),30975=>array(32,-65,953,793),30976=>array(74,-68,926,785),30977=>array(45,-68,961,840),30978=>array(53,-70,956,825),30979=>array(54,-64,945,833),30980=>array(44,-62,988,833),30981=>array(41,-72,968,839),30982=>array(44,-68,969,858),30983=>array(43,-62,969,850),30984=>array(36,-58,963,825),30985=>array(43,-75,975,835),30986=>array(41,-59,959,818),30987=>array(51,-64,949,786),30988=>array(36,-65,935,789),30989=>array(53,-59,933,836),30990=>array(36,-65,961,825),30991=>array(44,-55,951,833),30992=>array(39,-71,937,833),30993=>array(40,-52,933,847),30994=>array(29,-58,965,860),30995=>array(44,-35,951,778),30996=>array(43,-68,956,836),30997=>array(44,-67,945,819),30998=>array(44,-70,952,821),30999=>array(51,-74,960,836),31000=>array(46,-69,954,786),31001=>array(33,-61,967,832),31002=>array(44,-20,957,835),31003=>array(41,-27,954,823),31004=>array(41,-67,984,839),31005=>array(33,-65,953,783),31006=>array(44,-66,976,830),31007=>array(22,-60,975,794),31008=>array(51,-31,949,846),31009=>array(34,-67,948,828),31010=>array(44,-76,975,844),31011=>array(32,-67,970,830),31012=>array(35,-67,976,828),31013=>array(41,-66,975,794),31014=>array(39,-74,959,834),31015=>array(46,-55,932,795),31016=>array(50,-54,936,792),31017=>array(36,-76,959,833),31018=>array(32,-63,962,799),31019=>array(26,-71,965,844),31020=>array(50,-70,962,833),31021=>array(59,-70,978,775),31022=>array(22,-60,975,840),31023=>array(36,-65,951,829),31024=>array(49,-69,953,790),31025=>array(44,-68,949,849),31026=>array(44,-62,956,842),31027=>array(26,-64,957,845),31028=>array(31,-61,951,832),31029=>array(44,-62,923,789),31030=>array(64,-58,936,839),31031=>array(50,-23,950,838),31032=>array(35,-75,979,829),31033=>array(33,-68,982,789),31034=>array(91,-68,932,757),31035=>array(235,-68,689,820),31036=>array(42,-59,961,820),31037=>array(54,-57,912,839),31038=>array(47,-69,949,822),31039=>array(48,-56,921,844),31040=>array(77,-68,945,768),31041=>array(39,-68,935,815),31042=>array(35,-55,963,847),31043=>array(35,-69,905,826),31044=>array(35,-70,976,835),31045=>array(45,-69,967,834),31046=>array(38,-67,964,841),31047=>array(36,-63,968,834),31048=>array(46,-67,946,834),31049=>array(36,-63,944,834),31050=>array(35,-55,960,848),31051=>array(36,-76,963,831),31052=>array(41,-71,918,831),31053=>array(45,-65,948,845),31054=>array(41,-71,906,826),31055=>array(34,-68,956,828),31056=>array(40,-60,958,843),31057=>array(34,-68,977,831),31058=>array(34,-72,908,824),31059=>array(47,-70,957,828),31060=>array(42,-52,949,850),31061=>array(42,-69,970,835),31062=>array(35,-73,953,818),31063=>array(57,-69,955,814),31064=>array(29,-52,964,763),31065=>array(34,-57,970,842),31066=>array(72,-69,960,838),31067=>array(32,-69,941,832),31068=>array(32,-69,953,836),31069=>array(35,-67,960,822),31070=>array(55,-67,904,837),31071=>array(64,-67,945,836),31072=>array(67,-68,909,775),31073=>array(60,-64,948,823),31074=>array(36,-64,962,834),31075=>array(44,-68,962,839),31076=>array(47,-69,906,833),31077=>array(39,-68,956,843),31078=>array(39,-68,968,836),31079=>array(37,-69,969,847),31080=>array(73,-61,952,788),31081=>array(50,-70,966,837),31082=>array(46,-72,955,833),31083=>array(27,-54,973,853),31084=>array(50,-69,956,837),31085=>array(46,-66,957,839),31086=>array(50,-69,953,838),31087=>array(30,-65,925,821),31088=>array(43,-64,959,843),31089=>array(50,-69,959,846),31090=>array(35,-65,970,842),31091=>array(45,-72,964,839),31092=>array(39,-74,951,841),31093=>array(50,-69,923,837),31094=>array(50,-69,925,842),31095=>array(36,-63,952,834),31096=>array(28,-61,886,822),31097=>array(27,-64,920,840),31098=>array(57,-66,963,829),31099=>array(50,-70,911,837),31100=>array(31,-53,982,851),31101=>array(40,-67,954,838),31102=>array(50,-69,968,837),31103=>array(32,-69,969,840),31104=>array(39,-74,915,816),31105=>array(46,-65,957,834),31106=>array(33,-70,908,835),31107=>array(50,-69,959,839),31108=>array(38,-64,963,834),31109=>array(45,-65,955,847),31110=>array(36,-69,956,849),31111=>array(50,-69,959,837),31112=>array(44,-68,951,835),31113=>array(28,-69,953,842),31114=>array(32,-69,958,832),31115=>array(38,-53,954,847),31116=>array(50,-69,943,843),31117=>array(36,-63,912,834),31118=>array(44,-67,971,832),31119=>array(38,-69,943,834),31120=>array(46,-69,957,835),31121=>array(32,-69,930,804),31122=>array(43,-69,970,839),31123=>array(38,-72,950,826),31124=>array(32,-69,966,797),31125=>array(38,-62,968,842),31126=>array(28,-57,978,843),31127=>array(51,-62,967,835),31128=>array(36,-56,953,846),31129=>array(32,-64,966,846),31130=>array(31,-70,985,832),31131=>array(30,-78,961,833),31132=>array(88,-67,941,823),31133=>array(50,-69,964,802),31134=>array(50,-75,940,841),31135=>array(50,-69,954,843),31136=>array(30,-71,955,836),31137=>array(49,-64,948,842),31138=>array(34,-72,915,826),31139=>array(48,-71,959,842),31140=>array(47,-68,899,835),31141=>array(38,-69,971,837),31142=>array(63,-66,940,835),31143=>array(60,-69,947,835),31144=>array(42,-72,973,843),31145=>array(50,-69,973,837),31146=>array(55,-69,955,791),31147=>array(32,-55,954,842),31148=>array(51,-71,963,840),31149=>array(44,-66,980,845),31150=>array(60,-69,952,833),31151=>array(50,-70,979,840),31152=>array(39,-64,973,827),31153=>array(26,-69,960,835),31154=>array(35,-72,947,835),31155=>array(50,-69,970,846),31156=>array(24,-59,972,868),31157=>array(43,-69,959,836),31158=>array(30,-81,968,825),31159=>array(37,-68,965,830),31160=>array(72,-59,875,818),31161=>array(120,-71,883,829),31162=>array(130,-64,882,785),31163=>array(69,-65,939,838),31164=>array(131,-65,869,834),31165=>array(38,-59,962,856),31166=>array(55,-70,958,825),31167=>array(52,-64,947,831),31168=>array(50,-59,951,830),31169=>array(40,-68,959,833),31170=>array(50,-50,954,823),31171=>array(50,-76,921,817),31172=>array(44,-67,955,833),31173=>array(45,-67,951,833),31174=>array(49,-70,947,820),31175=>array(50,-70,960,833),31176=>array(36,-52,904,846),31177=>array(42,-70,950,823),31178=>array(47,-69,968,834),31179=>array(43,-73,964,837),31180=>array(59,-71,968,829),31181=>array(45,-70,917,826),31182=>array(39,-69,962,824),31183=>array(48,-71,960,838),31184=>array(51,-69,955,829),31185=>array(41,-69,955,829),31186=>array(43,-70,959,827),31187=>array(41,-69,965,835),31188=>array(41,-69,966,843),31189=>array(39,-61,954,829),31190=>array(42,-76,972,827),31191=>array(41,-70,955,829),31192=>array(43,-61,969,828),31193=>array(41,-69,956,836),31194=>array(41,-69,944,833),31195=>array(49,-71,951,832),31196=>array(35,-71,952,829),31197=>array(51,-71,976,822),31198=>array(53,-70,924,827),31199=>array(32,-73,958,817),31200=>array(42,-70,964,829),31201=>array(41,-69,975,844),31202=>array(37,-78,975,831),31203=>array(39,-59,972,839),31204=>array(42,-75,951,810),31205=>array(41,-69,947,830),31206=>array(52,-68,964,835),31207=>array(39,-72,979,835),31208=>array(41,-69,951,842),31209=>array(36,-70,973,839),31210=>array(37,-49,966,859),31211=>array(34,-65,954,834),31212=>array(41,-57,941,835),31213=>array(42,-62,937,835),31214=>array(48,-73,960,829),31215=>array(24,-62,939,830),31216=>array(44,-59,961,835),31217=>array(59,-69,941,829),31218=>array(31,-71,942,835),31219=>array(41,-69,958,839),31220=>array(41,-69,985,853),31221=>array(66,-69,939,829),31222=>array(39,-69,973,829),31223=>array(47,-67,951,822),31224=>array(44,-61,951,836),31225=>array(33,-69,954,829),31226=>array(45,-59,955,827),31227=>array(49,-70,935,839),31228=>array(55,-69,945,836),31229=>array(30,-61,896,835),31230=>array(33,-72,959,835),31231=>array(67,-69,933,839),31232=>array(41,-71,961,846),31233=>array(47,-61,930,846),31234=>array(36,-64,968,850),31235=>array(35,-55,951,842),31236=>array(40,-72,969,830),31237=>array(36,-70,970,819),31238=>array(26,-64,871,821),31239=>array(62,-64,938,817),31240=>array(43,-60,956,828),31241=>array(24,-64,976,818),31242=>array(49,-52,932,864),31243=>array(29,-70,949,816),31244=>array(38,-55,967,862),31245=>array(52,-70,947,837),31246=>array(36,-70,954,840),31247=>array(26,-64,954,827),31248=>array(41,-71,977,836),31249=>array(28,-51,951,846),31250=>array(43,-72,903,823),31251=>array(47,-72,951,825),31252=>array(30,-62,970,840),31253=>array(47,-72,954,834),31254=>array(26,-70,947,841),31255=>array(38,-67,954,844),31256=>array(34,-52,952,846),31257=>array(39,-57,954,852),31258=>array(41,-70,955,832),31259=>array(45,-70,905,828),31260=>array(33,-57,967,835),31261=>array(70,-73,930,822),31262=>array(27,-72,965,819),31263=>array(76,-61,930,816),31264=>array(49,-80,911,818),31265=>array(41,-64,959,851),31266=>array(43,-70,969,825),31267=>array(39,-64,947,838),31268=>array(36,-64,953,849),31269=>array(56,-65,950,817),31270=>array(33,-69,951,833),31271=>array(34,-65,966,829),31272=>array(32,-68,918,827),31273=>array(55,-64,945,821),31274=>array(50,-64,950,837),31275=>array(34,-74,962,821),31276=>array(26,-71,961,823),31277=>array(21,-68,970,831),31278=>array(47,-65,956,836),31279=>array(33,-71,967,829),31280=>array(33,-50,972,845),31281=>array(32,-69,956,835),31282=>array(32,-64,936,824),31283=>array(19,-61,947,834),31284=>array(26,-64,966,850),31285=>array(26,-64,965,843),31286=>array(26,-72,949,835),31287=>array(24,-66,952,823),31288=>array(24,-68,960,843),31289=>array(22,-67,964,848),31290=>array(26,-71,928,826),31291=>array(45,-71,943,832),31292=>array(38,-69,979,832),31293=>array(40,-65,946,844),31294=>array(47,-51,930,836),31295=>array(55,-75,940,831),31296=>array(45,-74,964,825),31297=>array(26,-70,956,827),31298=>array(41,-68,976,826),31299=>array(33,-58,958,845),31300=>array(27,-59,960,850),31301=>array(37,-66,966,848),31302=>array(39,-73,961,847),31303=>array(36,-76,983,847),31304=>array(47,-71,967,832),31305=>array(31,-61,952,834),31306=>array(27,-68,967,835),31307=>array(39,-70,979,838),31308=>array(31,-62,964,843),31309=>array(40,-74,947,833),31310=>array(39,-70,972,838),31311=>array(32,-55,965,838),31312=>array(30,-61,965,846),31313=>array(26,-63,910,824),31314=>array(38,-72,960,833),31315=>array(26,-64,963,821),31316=>array(43,-78,959,827),31317=>array(41,-65,961,845),31318=>array(40,-72,961,822),31319=>array(41,-68,957,826),31320=>array(43,-77,963,823),31321=>array(26,-68,971,833),31322=>array(38,-70,962,828),31323=>array(46,-78,971,828),31324=>array(37,-71,951,831),31325=>array(41,-66,959,822),31326=>array(26,-73,928,821),31327=>array(33,-71,974,825),31328=>array(32,-68,983,840),31329=>array(35,-63,956,836),31330=>array(22,-74,969,833),31331=>array(35,-79,967,837),31332=>array(32,-59,964,825),31333=>array(42,-73,947,821),31334=>array(47,-65,966,853),31335=>array(40,-72,963,837),31336=>array(45,-67,974,830),31337=>array(31,-66,959,831),31338=>array(51,-71,949,825),31339=>array(28,-56,967,840),31340=>array(38,-80,966,843),31341=>array(28,-69,984,853),31342=>array(30,-70,971,846),31343=>array(36,-63,956,836),31344=>array(21,-69,962,844),31345=>array(36,-69,961,835),31346=>array(51,-73,953,825),31347=>array(36,-78,970,836),31348=>array(66,-59,950,822),31349=>array(94,-14,943,852),31350=>array(48,-44,957,822),31351=>array(44,-71,898,831),31352=>array(45,-59,924,850),31353=>array(92,-58,898,839),31354=>array(88,-17,918,833),31355=>array(66,-68,945,843),31356=>array(48,-68,967,849),31357=>array(60,-70,922,839),31358=>array(60,-69,982,839),31359=>array(58,-62,928,838),31360=>array(58,-32,965,854),31361=>array(60,-65,942,824),31362=>array(56,-65,944,849),31363=>array(54,-56,898,831),31364=>array(63,-69,898,828),31365=>array(109,-62,920,857),31366=>array(51,-60,972,867),31367=>array(48,-36,962,835),31368=>array(78,-76,908,833),31369=>array(72,-64,948,838),31370=>array(47,-75,967,846),31371=>array(107,-67,927,837),31372=>array(64,-67,929,845),31373=>array(52,-65,916,836),31374=>array(72,-62,902,840),31375=>array(81,-79,935,829),31376=>array(66,-8,941,851),31377=>array(65,-69,937,862),31378=>array(75,-35,925,839),31379=>array(50,-38,954,839),31380=>array(40,-51,963,864),31381=>array(27,-68,937,839),31382=>array(42,-70,934,839),31383=>array(102,-69,898,831),31384=>array(28,-67,930,839),31385=>array(63,-65,938,840),31386=>array(50,-72,952,849),31387=>array(47,-75,963,849),31388=>array(73,-61,896,832),31389=>array(37,-69,897,838),31390=>array(75,-73,915,848),31391=>array(43,-83,898,838),31392=>array(38,-65,962,845),31393=>array(60,-71,955,848),31394=>array(53,-75,957,844),31395=>array(63,-62,957,854),31396=>array(94,-54,954,851),31397=>array(37,-64,936,840),31398=>array(57,-68,914,837),31399=>array(65,-68,935,851),31400=>array(60,-65,954,848),31401=>array(102,-73,898,839),31402=>array(56,-38,956,839),31403=>array(46,-72,969,845),31404=>array(42,-64,979,849),31405=>array(53,-67,927,846),31406=>array(55,-64,925,838),31407=>array(37,-65,963,839),31408=>array(81,-70,935,830),31409=>array(42,-73,971,838),31410=>array(57,-70,951,830),31411=>array(49,-70,959,848),31412=>array(86,-79,937,838),31413=>array(58,-62,927,848),31414=>array(53,-80,947,833),31415=>array(52,-77,909,838),31416=>array(53,-30,974,854),31417=>array(34,-64,951,851),31418=>array(57,-76,962,839),31419=>array(51,-52,952,851),31420=>array(38,-58,966,851),31421=>array(38,-71,961,851),31422=>array(63,-68,974,852),31423=>array(56,-76,933,831),31424=>array(51,-72,960,832),31425=>array(36,-62,952,861),31426=>array(41,-64,970,851),31427=>array(47,-67,965,843),31428=>array(77,-66,948,833),31429=>array(48,-75,970,839),31430=>array(62,-68,918,847),31431=>array(53,-80,950,838),31432=>array(50,-49,968,844),31433=>array(54,-68,967,852),31434=>array(57,-71,921,843),31435=>array(95,-3,912,822),31436=>array(86,-73,975,825),31437=>array(86,-67,950,830),31438=>array(56,-54,934,838),31439=>array(49,-67,935,821),31440=>array(49,-65,964,800),31441=>array(40,-54,945,821),31442=>array(83,-65,938,832),31443=>array(59,-21,929,828),31444=>array(49,-55,909,833),31445=>array(49,-62,963,806),31446=>array(48,-16,952,807),31447=>array(53,-60,952,827),31448=>array(60,-72,935,832),31449=>array(73,-66,918,832),31450=>array(46,-68,964,825),31451=>array(45,-78,975,831),31452=>array(66,-54,954,836),31453=>array(27,-26,947,799),31454=>array(39,-58,932,838),31455=>array(38,-66,946,818),31456=>array(60,-68,940,831),31457=>array(24,-64,957,801),31458=>array(44,-74,979,825),31459=>array(35,-69,964,849),31460=>array(54,-70,962,838),31461=>array(68,-33,932,832),31462=>array(45,-65,971,832),31463=>array(56,-68,957,847),31464=>array(54,-62,969,844),31465=>array(79,-23,957,848),31466=>array(66,-25,960,796),31467=>array(45,-71,956,834),31468=>array(40,-71,948,833),31469=>array(67,-65,921,802),31470=>array(48,-73,953,833),31471=>array(43,-70,942,830),31472=>array(45,-63,948,804),31473=>array(48,-65,957,832),31474=>array(48,-68,935,849),31475=>array(48,-23,963,837),31476=>array(37,-72,957,845),31477=>array(38,-69,944,830),31478=>array(39,-76,959,838),31479=>array(55,-69,969,840),31480=>array(39,-76,962,830),31481=>array(49,-62,949,848),31482=>array(68,-5,943,819),31483=>array(47,-67,948,847),31484=>array(54,-71,948,847),31485=>array(54,-59,954,842),31486=>array(54,-10,948,827),31487=>array(42,-60,931,841),31488=>array(48,-23,947,847),31489=>array(47,-15,955,847),31490=>array(41,-69,969,822),31491=>array(44,-64,919,822),31492=>array(37,-73,945,844),31493=>array(47,-73,977,842),31494=>array(40,-44,914,835),31495=>array(67,-75,933,845),31496=>array(44,-65,955,845),31497=>array(47,-66,945,843),31498=>array(37,-68,964,840),31499=>array(62,-58,962,845),31500=>array(54,-57,943,845),31501=>array(56,-61,939,835),31502=>array(52,-69,966,834),31503=>array(74,-69,960,839),31504=>array(43,-70,964,838),31505=>array(65,-64,953,839),31506=>array(43,-77,971,835),31507=>array(44,-50,965,814),31508=>array(33,-25,918,830),31509=>array(39,-63,932,825),31510=>array(44,-67,962,814),31511=>array(44,-77,969,814),31512=>array(44,-57,932,848),31513=>array(51,-18,938,840),31514=>array(45,-69,941,841),31515=>array(50,-65,952,841),31516=>array(44,-64,941,814),31517=>array(60,-69,927,832),31518=>array(52,-63,944,842),31519=>array(53,-62,951,836),31520=>array(52,-17,945,838),31521=>array(52,-14,957,842),31522=>array(55,-71,959,829),31523=>array(37,-30,956,841),31524=>array(45,-68,954,844),31525=>array(62,-62,956,854),31526=>array(42,-73,950,841),31527=>array(37,-69,956,847),31528=>array(38,-59,970,846),31529=>array(43,-72,958,854),31530=>array(54,-14,959,835),31531=>array(54,-65,942,842),31532=>array(62,-62,932,834),31533=>array(31,-80,969,835),31534=>array(44,-56,945,847),31535=>array(49,-74,953,837),31536=>array(45,-65,933,838),31537=>array(55,-56,948,846),31538=>array(51,-65,932,832),31539=>array(55,-63,950,842),31540=>array(41,-65,938,827),31541=>array(44,-70,953,836),31542=>array(44,-71,968,836),31543=>array(40,-61,962,836),31544=>array(71,-20,962,836),31545=>array(54,-64,946,836),31546=>array(27,-63,931,833),31547=>array(52,-61,950,847),31548=>array(34,-59,940,842),31549=>array(39,33,944,842),31550=>array(31,-57,938,823),31551=>array(34,-73,968,842),31552=>array(51,-32,952,820),31553=>array(31,-43,909,823),31554=>array(31,-44,959,823),31555=>array(46,-61,937,836),31556=>array(53,-68,947,845),31557=>array(61,-58,969,848),31558=>array(74,-64,944,839),31559=>array(54,-66,944,841),31560=>array(41,-57,938,843),31561=>array(65,-68,934,838),31562=>array(58,-60,971,850),31563=>array(48,-65,946,848),31564=>array(42,-23,958,840),31565=>array(51,-52,938,854),31566=>array(40,-58,945,841),31567=>array(42,-59,961,848),31568=>array(42,-83,953,847),31569=>array(47,-61,950,833),31570=>array(43,-61,942,849),31571=>array(38,-65,931,837),31572=>array(34,-71,971,843),31573=>array(53,-54,962,844),31574=>array(46,-65,957,844),31575=>array(50,-68,949,842),31576=>array(56,-67,949,839),31577=>array(32,-61,943,834),31578=>array(37,-68,913,834),31579=>array(43,-69,925,829),31580=>array(45,-60,943,847),31581=>array(41,-66,922,820),31582=>array(37,-65,930,834),31583=>array(36,-64,948,837),31584=>array(50,-71,946,837),31585=>array(38,-71,962,841),31586=>array(39,-64,929,825),31587=>array(41,-69,932,840),31588=>array(33,-54,966,853),31589=>array(38,-54,923,849),31590=>array(37,-57,960,850),31591=>array(47,-66,970,839),31592=>array(37,-69,966,842),31593=>array(42,-54,936,857),31594=>array(33,-16,934,853),31595=>array(33,-62,943,853),31596=>array(38,-67,953,837),31597=>array(58,-52,939,857),31598=>array(62,-11,948,837),31599=>array(52,-75,935,837),31600=>array(54,-70,960,843),31601=>array(39,-67,969,843),31602=>array(50,-67,945,847),31603=>array(24,-65,970,846),31604=>array(34,-55,978,849),31605=>array(36,-74,949,845),31606=>array(49,-70,945,836),31607=>array(49,-70,965,840),31608=>array(50,-67,939,843),31609=>array(29,-63,911,833),31610=>array(42,-69,953,847),31611=>array(51,-66,938,827),31612=>array(47,-81,933,841),31613=>array(47,-69,947,841),31614=>array(46,-20,957,842),31615=>array(26,-64,958,841),31616=>array(46,-59,926,833),31617=>array(46,-59,934,833),31618=>array(42,-67,969,841),31619=>array(27,-74,968,841),31620=>array(47,-67,949,841),31621=>array(50,-70,945,841),31622=>array(47,-51,966,848),31623=>array(41,-67,970,846),31624=>array(40,-72,930,835),31625=>array(36,-63,938,842),31626=>array(39,-69,953,831),31627=>array(51,-60,964,847),31628=>array(52,-72,930,835),31629=>array(69,-58,957,847),31630=>array(43,-73,953,841),31631=>array(41,-61,948,851),31632=>array(48,-62,947,841),31633=>array(32,-57,968,852),31634=>array(41,-68,919,827),31635=>array(48,-52,959,846),31636=>array(48,-65,944,846),31637=>array(63,-58,944,849),31638=>array(44,-69,963,834),31639=>array(50,-75,935,841),31640=>array(61,-69,938,841),31641=>array(38,-52,975,855),31642=>array(57,-68,932,840),31643=>array(33,-61,959,855),31644=>array(49,-28,935,841),31645=>array(57,-59,960,850),31646=>array(46,-46,959,844),31647=>array(57,-54,954,850),31648=>array(41,-19,942,853),31649=>array(53,-68,929,845),31650=>array(48,-66,924,832),31651=>array(41,-65,912,831),31652=>array(45,-70,942,837),31653=>array(48,-62,960,832),31654=>array(27,-81,913,835),31655=>array(41,-17,917,829),31656=>array(38,-69,952,823),31657=>array(39,-61,919,834),31658=>array(52,-70,928,843),31659=>array(44,-68,937,824),31660=>array(55,-65,954,842),31661=>array(60,-58,957,855),31662=>array(60,-24,955,855),31663=>array(44,-70,976,833),31664=>array(66,-51,960,828),31665=>array(46,-62,947,846),31666=>array(69,-62,963,855),31667=>array(45,-72,935,855),31668=>array(39,-68,966,844),31669=>array(45,-70,952,843),31670=>array(42,-61,930,842),31671=>array(41,-66,954,847),31672=>array(49,-67,945,842),31673=>array(40,-72,941,837),31674=>array(43,-72,974,842),31675=>array(43,-70,959,842),31676=>array(43,-74,933,842),31677=>array(43,-27,947,842),31678=>array(50,-72,943,837),31679=>array(43,-64,942,842),31680=>array(54,-65,949,841),31681=>array(57,-36,962,835),31682=>array(67,-47,952,835),31683=>array(57,-70,952,835),31684=>array(67,-64,943,842),31685=>array(62,-62,954,842),31686=>array(56,-60,962,848),31687=>array(46,-69,942,840),31688=>array(33,-58,958,837),31689=>array(53,-67,959,838),31690=>array(42,-69,957,843),31691=>array(54,-71,945,849),31692=>array(38,-68,955,841),31693=>array(33,-64,985,837),31694=>array(53,-76,960,837),31695=>array(53,-64,973,847),31696=>array(38,-28,957,847),31697=>array(38,-75,911,829),31698=>array(38,-66,961,829),31699=>array(45,-60,933,836),31700=>array(54,-64,941,851),31701=>array(59,-14,952,832),31702=>array(46,-75,938,832),31703=>array(32,-62,968,844),31704=>array(55,-68,929,829),31705=>array(45,-65,938,849),31706=>array(36,-26,938,842),31707=>array(40,-71,931,840),31708=>array(53,-83,953,844),31709=>array(51,-69,949,843),31710=>array(63,-70,953,832),31711=>array(44,-65,948,836),31712=>array(30,-53,966,855),31713=>array(45,-60,974,855),31714=>array(62,-76,947,827),31715=>array(72,-69,937,837),31716=>array(53,-59,942,845),31717=>array(56,-67,982,847),31718=>array(49,-38,958,844),31719=>array(58,-68,927,829),31720=>array(35,-54,959,849),31721=>array(41,-64,959,855),31722=>array(47,-71,968,846),31723=>array(71,-67,946,832),31724=>array(43,-66,972,832),31725=>array(57,-54,962,849),31726=>array(54,-29,924,827),31727=>array(33,-71,959,827),31728=>array(66,-73,951,839),31729=>array(66,-64,929,830),31730=>array(47,-73,953,844),31731=>array(55,-59,970,853),31732=>array(45,-68,968,836),31733=>array(49,-71,955,828),31734=>array(42,-64,951,838),31735=>array(50,-46,960,856),31736=>array(42,-74,954,829),31737=>array(44,-39,957,827),31738=>array(57,-78,964,850),31739=>array(53,-64,937,846),31740=>array(59,-73,955,838),31741=>array(47,-68,933,831),31742=>array(41,-67,967,850),31743=>array(56,-73,951,830),31744=>array(64,-65,964,846),31745=>array(53,-74,976,830),31746=>array(60,-69,920,832),31747=>array(46,-70,931,831),31748=>array(36,-80,957,845),31749=>array(49,-72,954,828),31750=>array(44,-71,961,837),31751=>array(49,-67,982,849),31752=>array(45,-60,943,829),31753=>array(57,-70,982,845),31754=>array(50,-34,974,823),31755=>array(44,-30,974,839),31756=>array(33,-65,973,847),31757=>array(58,-74,942,844),31758=>array(71,-69,956,832),31759=>array(39,-65,954,845),31760=>array(57,-72,974,834),31761=>array(33,-66,981,853),31762=>array(39,-78,965,851),31763=>array(33,-64,962,855),31764=>array(29,-67,965,855),31765=>array(60,-71,920,847),31766=>array(52,-70,952,829),31767=>array(58,-63,961,821),31768=>array(50,-62,941,838),31769=>array(53,-72,953,841),31770=>array(46,-86,952,850),31771=>array(29,-49,942,858),31772=>array(56,-75,958,834),31773=>array(52,-67,967,833),31774=>array(50,-58,962,860),31775=>array(31,-67,946,844),31776=>array(56,-29,973,842),31777=>array(27,-61,951,844),31778=>array(59,-66,934,834),31779=>array(42,-63,948,847),31780=>array(43,-69,945,847),31781=>array(36,-53,976,855),31782=>array(48,-33,977,839),31783=>array(36,-68,915,842),31784=>array(51,-58,932,847),31785=>array(46,-68,930,835),31786=>array(47,-68,971,843),31787=>array(52,-76,949,842),31788=>array(57,-73,961,836),31789=>array(44,-63,970,838),31790=>array(36,-68,954,847),31791=>array(36,-55,942,847),31792=>array(46,-67,957,833),31793=>array(49,-67,951,849),31794=>array(43,-75,957,849),31795=>array(54,-65,964,840),31796=>array(42,-83,934,856),31797=>array(66,-62,962,834),31798=>array(23,-61,938,856),31799=>array(41,-54,938,856),31800=>array(43,-68,970,847),31801=>array(60,-67,927,837),31802=>array(43,-33,944,837),31803=>array(45,-74,984,829),31804=>array(44,-67,954,837),31805=>array(27,-65,972,841),31806=>array(31,-53,963,854),31807=>array(44,-70,954,853),31808=>array(61,-64,939,842),31809=>array(37,-74,918,824),31810=>array(39,-71,944,836),31811=>array(53,-16,955,849),31812=>array(36,-52,938,842),31813=>array(51,-70,958,841),31814=>array(46,-75,978,845),31815=>array(44,-59,975,850),31816=>array(36,-62,981,835),31817=>array(46,-35,945,842),31818=>array(37,-67,944,850),31819=>array(43,-66,974,835),31820=>array(56,-58,951,852),31821=>array(33,-62,943,852),31822=>array(43,-68,971,835),31823=>array(43,-95,953,835),31824=>array(39,-62,976,848),31825=>array(28,-82,972,847),31826=>array(61,-64,939,834),31827=>array(37,-64,969,840),31828=>array(35,-56,971,845),31829=>array(45,-70,937,842),31830=>array(38,-53,961,853),31831=>array(50,-60,948,845),31832=>array(39,-67,976,849),31833=>array(38,-52,959,853),31834=>array(42,-62,962,837),31835=>array(52,-72,964,839),31836=>array(57,-68,953,846),31837=>array(50,-68,962,846),31838=>array(47,-62,964,847),31839=>array(42,-69,965,851),31840=>array(49,-62,964,855),31841=>array(33,-60,962,818),31842=>array(45,-69,987,838),31843=>array(40,-67,929,841),31844=>array(38,-53,961,853),31845=>array(35,-60,967,853),31846=>array(39,-33,967,837),31847=>array(28,-57,969,854),31848=>array(22,-56,983,848),31849=>array(34,-67,964,848),31850=>array(33,-71,954,842),31851=>array(40,-60,952,857),31852=>array(61,-62,964,854),31853=>array(56,-73,940,856),31854=>array(54,-59,957,854),31855=>array(38,-75,974,837),31856=>array(31,-55,970,844),31857=>array(29,-78,963,835),31858=>array(46,-71,954,835),31859=>array(57,-67,949,830),31860=>array(33,-58,961,844),31861=>array(41,-71,956,823),31862=>array(41,-73,975,823),31863=>array(41,-71,935,823),31864=>array(36,-64,965,828),31865=>array(28,-68,954,826),31866=>array(38,-61,973,832),31867=>array(39,-62,948,834),31868=>array(48,-63,900,814),31869=>array(56,-59,960,838),31870=>array(42,-75,910,827),31871=>array(41,-76,953,822),31872=>array(38,-71,966,827),31873=>array(37,-68,957,829),31874=>array(37,-58,963,841),31875=>array(32,-65,954,832),31876=>array(44,-71,970,824),31877=>array(59,-65,947,839),31878=>array(59,-65,963,829),31879=>array(69,-65,967,843),31880=>array(53,-65,967,828),31881=>array(29,-67,964,829),31882=>array(43,-68,957,826),31883=>array(48,-63,963,837),31884=>array(58,-67,918,826),31885=>array(39,-54,967,850),31886=>array(69,-76,973,837),31887=>array(49,-71,934,837),31888=>array(42,-66,928,829),31889=>array(42,-65,965,829),31890=>array(37,-64,949,837),31891=>array(46,-67,959,838),31892=>array(44,-70,945,824),31893=>array(51,-60,901,849),31894=>array(49,-70,971,825),31895=>array(46,-62,953,833),31896=>array(52,-64,943,840),31897=>array(46,-64,907,836),31898=>array(51,-62,953,833),31899=>array(50,-62,941,834),31900=>array(37,-67,963,818),31901=>array(29,-66,940,802),31902=>array(35,-67,955,832),31903=>array(56,-72,946,789),31904=>array(55,-69,947,830),31905=>array(55,-64,921,830),31906=>array(40,-65,961,846),31907=>array(33,-65,951,830),31908=>array(62,-65,913,838),31909=>array(79,-65,907,829),31910=>array(43,-77,961,836),31911=>array(35,-55,951,829),31912=>array(46,-70,959,823),31913=>array(52,-70,941,828),31914=>array(45,-59,941,823),31915=>array(48,-68,951,838),31916=>array(48,-56,923,843),31917=>array(53,-65,972,853),31918=>array(37,-56,974,836),31919=>array(52,-70,969,824),31920=>array(37,-64,953,837),31921=>array(46,-70,951,842),31922=>array(42,-62,983,838),31923=>array(39,-67,956,829),31924=>array(51,-71,962,824),31925=>array(54,-68,956,844),31926=>array(33,-67,966,835),31927=>array(67,-63,935,837),31928=>array(49,-77,960,836),31929=>array(29,-59,942,835),31930=>array(52,-70,965,839),31931=>array(36,-70,962,830),31932=>array(42,-70,971,830),31933=>array(42,-67,977,831),31934=>array(45,-66,954,837),31935=>array(45,-68,986,821),31936=>array(53,-68,961,833),31937=>array(21,-71,941,839),31938=>array(45,-73,963,832),31939=>array(63,-70,937,810),31940=>array(31,-65,929,833),31941=>array(34,-66,990,830),31942=>array(36,-70,968,810),31943=>array(30,-68,964,836),31944=>array(40,-67,986,829),31945=>array(38,-62,980,841),31946=>array(52,-68,897,835),31947=>array(37,-72,954,830),31948=>array(39,-65,975,841),31949=>array(42,-65,965,843),31950=>array(30,-75,958,844),31951=>array(69,-79,931,840),31952=>array(39,-70,948,827),31953=>array(38,-68,917,831),31954=>array(39,-72,938,822),31955=>array(39,-73,969,834),31956=>array(41,-79,971,826),31957=>array(52,-62,969,850),31958=>array(42,-69,952,827),31959=>array(48,-65,990,847),31960=>array(31,-68,968,832),31961=>array(42,-64,972,837),31962=>array(53,-69,954,832),31963=>array(56,-67,940,837),31964=>array(34,-62,968,828),31965=>array(28,-76,985,853),31966=>array(62,-69,955,849),31967=>array(40,-67,962,840),31968=>array(31,-66,966,833),31969=>array(50,-60,952,847),31970=>array(32,-62,982,832),31971=>array(34,-66,966,832),31972=>array(66,-73,934,828),31973=>array(60,-60,956,839),31974=>array(40,-71,933,839),31975=>array(40,-72,954,818),31976=>array(38,-69,967,830),31977=>array(25,-64,974,861),31978=>array(39,-67,975,832),31979=>array(70,-65,953,838),31980=>array(47,-67,960,826),31981=>array(38,-62,980,843),31982=>array(30,-64,964,832),31983=>array(47,-59,964,838),31984=>array(40,-68,916,833),31985=>array(40,-67,965,840),31986=>array(37,-71,963,828),31987=>array(54,-56,963,836),31988=>array(37,-67,962,797),31989=>array(42,-72,966,823),31990=>array(39,-68,956,833),31991=>array(46,-68,953,828),31992=>array(56,-65,941,847),31993=>array(226,-64,734,824),31994=>array(52,-64,952,839),31995=>array(62,-64,942,833),31996=>array(60,-67,892,825),31997=>array(60,-70,956,828),31998=>array(38,-67,936,839),31999=>array(60,-67,892,825),32000=>array(35,-64,954,839),32001=>array(60,-66,966,832),32002=>array(84,-64,950,839),32003=>array(57,-73,905,822),32004=>array(34,-64,903,839),32005=>array(34,-64,944,841),32006=>array(69,-64,950,839),32007=>array(34,-64,953,844),32008=>array(34,-78,957,839),32009=>array(60,-67,892,825),32010=>array(54,-60,948,831),32011=>array(34,-66,961,839),32012=>array(56,-64,963,825),32013=>array(34,-65,909,839),32014=>array(43,-71,975,829),32015=>array(44,-72,966,825),32016=>array(34,-64,956,839),32017=>array(53,-70,964,834),32018=>array(38,-71,979,844),32019=>array(47,-59,932,815),32020=>array(34,-64,964,839),32021=>array(44,-64,954,839),32022=>array(57,-72,914,824),32023=>array(34,-64,959,839),32024=>array(34,-64,945,841),32025=>array(34,-70,956,839),32026=>array(34,-66,955,839),32027=>array(34,-64,961,839),32028=>array(74,-64,944,839),32029=>array(40,-31,937,815),32030=>array(48,-71,968,828),32031=>array(52,-76,979,834),32032=>array(63,-60,937,834),32033=>array(34,-71,949,839),32034=>array(65,-69,946,835),32035=>array(57,-63,969,837),32036=>array(57,-62,949,843),32037=>array(82,-65,953,837),32038=>array(73,-44,965,824),32039=>array(84,-60,935,834),32040=>array(73,-73,960,833),32041=>array(35,-76,961,839),32042=>array(57,-35,943,839),32043=>array(57,-67,948,825),32044=>array(32,-64,906,839),32045=>array(61,-67,939,820),32046=>array(49,-60,953,831),32047=>array(51,-63,943,808),32048=>array(34,-64,912,839),32049=>array(62,-62,982,834),32050=>array(69,-67,954,839),32051=>array(36,-64,902,839),32052=>array(43,-65,947,839),32053=>array(54,-68,946,839),32054=>array(35,-54,954,838),32055=>array(49,-78,975,831),32056=>array(32,-38,954,839),32057=>array(34,-64,910,839),32058=>array(35,-64,956,839),32059=>array(39,-74,966,823),32060=>array(52,-62,932,829),32061=>array(36,-39,952,838),32062=>array(48,-75,974,843),32063=>array(84,-65,968,839),32064=>array(67,-65,921,828),32065=>array(32,-32,957,839),32066=>array(34,-77,964,839),32067=>array(34,-65,961,839),32068=>array(38,-64,942,839),32069=>array(44,-64,910,839),32070=>array(64,-64,955,839),32071=>array(40,-73,915,835),32072=>array(47,-67,901,837),32073=>array(35,-60,969,826),32074=>array(40,-67,970,840),32075=>array(44,-66,971,839),32076=>array(37,-64,966,839),32077=>array(40,-68,959,831),32078=>array(44,-64,964,839),32079=>array(49,-74,967,839),32080=>array(35,-64,944,839),32081=>array(42,-68,966,829),32082=>array(57,-70,911,826),32083=>array(54,-55,954,819),32084=>array(52,-66,951,833),32085=>array(50,-48,947,817),32086=>array(34,-72,961,839),32087=>array(61,-46,939,831),32088=>array(57,-75,963,832),32089=>array(41,-39,954,831),32090=>array(36,-39,943,830),32091=>array(32,-62,954,845),32092=>array(57,-63,943,827),32093=>array(36,-58,978,843),32094=>array(34,-64,962,841),32095=>array(58,-57,967,816),32096=>array(71,-65,954,837),32097=>array(34,-64,982,849),32098=>array(34,-64,900,842),32099=>array(64,-72,949,839),32100=>array(62,-65,938,820),32101=>array(36,-67,980,831),32102=>array(34,-65,965,853),32103=>array(51,-61,913,831),32104=>array(44,-64,962,839),32105=>array(41,-70,955,827),32106=>array(34,-64,918,839),32107=>array(81,-70,917,836),32108=>array(69,-64,958,834),32109=>array(43,-70,958,835),32110=>array(63,-60,939,838),32111=>array(46,-65,960,836),32112=>array(50,-39,957,825),32113=>array(34,-64,959,839),32114=>array(64,-71,960,839),32115=>array(49,-64,968,844),32116=>array(49,-65,954,843),32117=>array(34,-64,961,839),32118=>array(35,-64,961,839),32119=>array(41,-68,930,819),32120=>array(60,-61,953,817),32121=>array(33,-64,894,839),32122=>array(35,-55,957,857),32123=>array(44,-72,968,838),32124=>array(55,-65,954,833),32125=>array(69,-66,906,839),32126=>array(30,-70,961,833),32127=>array(34,-64,971,839),32128=>array(46,-70,975,823),32129=>array(54,-61,953,836),32130=>array(48,-70,959,830),32131=>array(51,-65,938,838),32132=>array(48,-70,969,836),32133=>array(57,-63,976,816),32134=>array(36,-71,971,820),32135=>array(36,-62,945,820),32136=>array(57,-65,928,849),32137=>array(44,-74,969,839),32138=>array(38,-69,979,836),32139=>array(38,-60,951,833),32140=>array(61,-68,962,832),32141=>array(43,-52,945,843),32142=>array(32,-71,976,839),32143=>array(59,-67,959,839),32144=>array(49,-67,961,839),32145=>array(59,-62,917,813),32146=>array(49,-71,954,826),32147=>array(44,-64,945,839),32148=>array(35,-66,968,846),32149=>array(59,-41,972,826),32150=>array(46,-59,976,853),32151=>array(37,-51,915,813),32152=>array(44,-61,977,841),32153=>array(34,-65,933,839),32154=>array(34,-64,962,839),32155=>array(44,-64,962,839),32156=>array(34,-65,960,839),32157=>array(35,-68,965,839),32158=>array(42,-46,951,828),32159=>array(34,-69,972,839),32160=>array(34,-67,966,843),32161=>array(48,-70,956,830),32162=>array(34,-67,897,839),32163=>array(34,-64,974,839),32164=>array(55,-54,932,786),32165=>array(41,-71,958,824),32166=>array(41,-59,983,836),32167=>array(48,-70,961,832),32168=>array(38,-77,960,849),32169=>array(58,-67,958,832),32170=>array(44,-69,953,832),32171=>array(50,-64,957,839),32172=>array(34,-65,973,839),32173=>array(34,-64,938,839),32174=>array(34,-73,946,843),32175=>array(39,-64,923,848),32176=>array(44,-64,941,839),32177=>array(34,-64,915,839),32178=>array(33,-64,909,839),32179=>array(57,-67,895,827),32180=>array(32,-65,966,839),32181=>array(34,-68,966,839),32182=>array(39,-64,969,820),32183=>array(34,-66,963,839),32184=>array(34,-67,976,856),32185=>array(42,-64,964,845),32186=>array(39,-64,952,839),32187=>array(34,-66,966,839),32188=>array(50,-71,953,841),32189=>array(44,-64,953,840),32190=>array(34,-66,968,839),32191=>array(34,-68,911,839),32192=>array(40,-73,958,837),32193=>array(53,-64,977,829),32194=>array(56,-74,982,829),32195=>array(36,-71,976,844),32196=>array(45,-62,966,822),32197=>array(43,-82,977,826),32198=>array(49,-73,920,828),32199=>array(49,-64,938,839),32200=>array(42,-64,934,842),32201=>array(45,-68,952,827),32202=>array(57,-63,943,803),32203=>array(34,-68,954,839),32204=>array(32,-62,961,856),32205=>array(40,-65,960,839),32206=>array(40,-66,962,839),32207=>array(34,-64,968,839),32208=>array(49,-68,978,840),32209=>array(34,-64,963,839),32210=>array(34,-67,941,839),32211=>array(39,-66,984,830),32212=>array(53,-74,941,818),32213=>array(34,-82,956,839),32214=>array(34,-67,941,839),32215=>array(71,-73,924,820),32216=>array(34,-68,969,839),32217=>array(45,-61,956,832),32218=>array(34,-64,963,840),32219=>array(54,-72,963,831),32220=>array(67,-70,966,839),32221=>array(34,-68,943,839),32222=>array(29,-69,976,848),32223=>array(54,-48,954,836),32224=>array(34,-67,946,839),32225=>array(34,-64,973,839),32226=>array(53,-67,950,829),32227=>array(34,-64,979,839),32228=>array(34,-64,957,839),32229=>array(36,-61,964,840),32230=>array(51,-41,976,819),32231=>array(55,-70,953,836),32232=>array(33,-67,935,839),32233=>array(34,-64,959,839),32234=>array(40,-64,960,837),32235=>array(43,-36,971,850),32236=>array(34,-64,950,839),32237=>array(64,-64,921,829),32238=>array(49,-72,968,831),32239=>array(32,-64,954,839),32240=>array(49,-71,984,834),32241=>array(44,-62,967,833),32242=>array(24,-71,960,839),32243=>array(36,-72,943,847),32244=>array(34,-66,967,839),32245=>array(53,-61,980,839),32246=>array(40,-55,972,841),32247=>array(50,-68,954,830),32248=>array(62,-44,953,810),32249=>array(38,-64,952,820),32250=>array(51,-70,914,830),32251=>array(24,-72,962,839),32252=>array(51,-41,959,830),32253=>array(51,-90,938,840),32254=>array(51,-63,958,830),32255=>array(35,-39,954,839),32256=>array(33,-50,963,828),32257=>array(34,-64,967,839),32258=>array(33,-50,964,823),32259=>array(48,-70,961,828),32260=>array(34,-64,971,839),32261=>array(24,-64,972,839),32262=>array(33,-59,970,849),32263=>array(46,-50,964,855),32264=>array(63,-65,950,829),32265=>array(34,-66,955,839),32266=>array(34,-64,961,839),32267=>array(34,-64,962,847),32268=>array(55,-75,973,814),32269=>array(41,-70,951,841),32270=>array(38,-69,932,827),32271=>array(40,-67,967,844),32272=>array(59,-64,926,850),32273=>array(44,-65,984,852),32274=>array(34,-64,951,839),32275=>array(47,-71,961,823),32276=>array(46,-70,985,822),32277=>array(34,-64,960,839),32278=>array(47,-72,952,841),32279=>array(37,-63,977,855),32280=>array(33,-61,977,842),32281=>array(48,-70,931,828),32282=>array(53,-71,919,833),32283=>array(34,-64,953,839),32284=>array(44,-78,954,826),32285=>array(33,-82,961,839),32286=>array(34,-71,947,839),32287=>array(24,-64,958,839),32288=>array(33,-77,960,826),32289=>array(34,-68,952,839),32290=>array(39,-70,967,844),32291=>array(54,-57,966,817),32292=>array(49,-72,959,824),32293=>array(43,-70,984,830),32294=>array(34,-70,961,839),32295=>array(43,-60,966,839),32296=>array(62,-74,964,828),32297=>array(59,-70,979,825),32298=>array(44,-68,955,810),32299=>array(35,-64,963,843),32300=>array(42,-45,952,842),32301=>array(56,-61,961,850),32302=>array(34,-65,943,839),32303=>array(34,-72,957,839),32304=>array(51,-71,976,823),32305=>array(24,-70,955,839),32306=>array(34,-64,962,839),32307=>array(35,-69,954,823),32308=>array(55,-70,941,832),32309=>array(34,-65,974,839),32310=>array(60,-59,968,840),32311=>array(34,-65,942,839),32312=>array(41,-73,972,827),32313=>array(34,-64,955,839),32314=>array(34,-64,960,839),32315=>array(34,-62,968,839),32316=>array(42,-72,972,831),32317=>array(34,-64,959,844),32318=>array(34,-73,952,839),32319=>array(42,-79,972,845),32320=>array(51,-68,953,824),32321=>array(59,-71,948,837),32322=>array(42,-72,953,830),32323=>array(34,-72,917,839),32324=>array(71,-73,949,805),32325=>array(34,-65,972,839),32326=>array(34,-75,970,839),32327=>array(59,-60,965,846),32328=>array(48,-74,962,841),32329=>array(46,-68,968,820),32330=>array(29,-64,964,839),32331=>array(57,-71,964,829),32332=>array(38,-75,973,839),32333=>array(34,-67,957,839),32334=>array(39,-71,959,831),32335=>array(49,-58,947,820),32336=>array(35,-44,971,825),32337=>array(44,-64,973,832),32338=>array(34,-71,972,839),32339=>array(42,-73,969,831),32340=>array(28,-66,958,839),32341=>array(34,-67,949,840),32342=>array(24,-72,984,839),32343=>array(43,-71,958,827),32344=>array(47,-61,926,845),32345=>array(34,-67,959,839),32346=>array(34,-64,965,859),32347=>array(45,-65,962,838),32348=>array(45,-70,957,838),32349=>array(34,-68,920,839),32350=>array(34,-64,954,839),32351=>array(43,-68,957,830),32352=>array(50,-67,971,840),32353=>array(26,-72,962,839),32354=>array(42,-70,954,826),32355=>array(40,-39,957,825),32356=>array(36,-66,969,838),32357=>array(37,-65,951,836),32358=>array(24,-64,967,839),32359=>array(25,-75,949,839),32360=>array(55,-73,974,830),32361=>array(34,-64,970,839),32362=>array(34,-68,973,864),32363=>array(53,-73,962,841),32364=>array(39,-65,965,837),32365=>array(63,-57,937,833),32366=>array(41,-39,951,812),32367=>array(40,-66,970,807),32368=>array(34,-64,972,839),32369=>array(48,-38,959,837),32370=>array(49,-68,961,829),32371=>array(51,-71,962,845),32372=>array(50,-71,944,831),32373=>array(47,-45,962,834),32374=>array(43,-33,977,829),32375=>array(44,-64,962,836),32376=>array(30,-78,970,830),32377=>array(34,-66,934,839),32378=>array(45,-74,976,834),32379=>array(34,-64,954,839),32380=>array(24,-70,942,839),32381=>array(34,-70,958,839),32382=>array(57,-59,976,836),32383=>array(34,-64,957,844),32384=>array(42,-67,972,829),32385=>array(30,-58,971,851),32386=>array(22,-71,974,850),32387=>array(34,-68,969,839),32388=>array(36,-62,963,833),32389=>array(56,-68,948,850),32390=>array(51,-38,967,830),32391=>array(41,-66,960,831),32392=>array(34,-64,970,839),32393=>array(34,-64,981,845),32394=>array(31,-77,967,839),32395=>array(49,-68,961,837),32396=>array(34,-84,957,839),32397=>array(53,-62,947,789),32398=>array(24,-64,967,839),32399=>array(35,-67,961,839),32400=>array(19,-64,980,839),32401=>array(46,-68,956,833),32402=>array(34,-64,950,839),32403=>array(34,-67,954,839),32404=>array(24,-68,966,847),32405=>array(32,-68,979,849),32406=>array(19,-64,967,839),32407=>array(38,-65,941,833),32408=>array(30,-68,972,839),32409=>array(40,-67,964,835),32410=>array(26,-68,974,829),32411=>array(42,-71,953,839),32412=>array(19,-64,960,847),32413=>array(42,-62,955,822),32414=>array(53,-31,947,842),32415=>array(271,10,660,829),32416=>array(72,-69,847,828),32417=>array(57,-56,933,828),32418=>array(74,3,936,828),32419=>array(57,-64,933,828),32420=>array(43,-67,942,812),32421=>array(57,-24,936,843),32422=>array(61,-62,879,835),32423=>array(62,-71,941,828),32424=>array(58,-56,964,838),32425=>array(54,-66,912,830),32426=>array(57,-15,936,828),32427=>array(73,-69,874,820),32428=>array(46,-69,903,824),32429=>array(57,-54,927,828),32430=>array(77,-71,950,837),32431=>array(70,-34,929,834),32432=>array(57,-47,937,829),32433=>array(66,-59,943,824),32434=>array(40,-59,885,829),32435=>array(52,-57,898,833),32436=>array(72,-21,939,813),32437=>array(41,-64,945,833),32438=>array(32,-21,943,835),32439=>array(75,-67,957,828),32440=>array(46,-70,926,825),32441=>array(71,-65,944,840),32442=>array(60,-66,921,842),32443=>array(60,11,934,828),32444=>array(74,-72,895,824),32445=>array(74,-23,936,820),32446=>array(57,-61,915,828),32447=>array(44,-60,937,831),32448=>array(57,-66,942,829),32449=>array(57,-22,937,828),32450=>array(57,-65,966,832),32451=>array(35,-61,947,830),32452=>array(57,-14,925,807),32453=>array(77,-64,885,835),32454=>array(60,-57,895,783),32455=>array(39,-56,942,802),32456=>array(62,-79,947,834),32457=>array(39,-57,873,827),32458=>array(57,-66,938,832),32459=>array(53,-64,915,827),32460=>array(57,-67,903,828),32461=>array(54,-72,894,786),32462=>array(41,-74,958,818),32463=>array(57,-33,938,819),32464=>array(57,-67,950,832),32465=>array(42,-69,937,834),32466=>array(71,-65,945,835),32467=>array(67,-66,933,837),32468=>array(57,-63,958,840),32469=>array(44,-60,944,835),32470=>array(76,-22,923,828),32471=>array(53,-66,947,830),32472=>array(44,-55,934,838),32473=>array(57,-67,949,852),32474=>array(59,-58,882,839),32475=>array(57,-57,960,842),32476=>array(74,-63,967,847),32477=>array(39,-21,925,832),32478=>array(81,-64,947,840),32479=>array(57,-71,942,838),32480=>array(57,-74,954,828),32481=>array(57,-67,921,835),32482=>array(73,-59,879,827),32483=>array(50,-85,942,807),32484=>array(59,-68,962,832),32485=>array(59,-69,942,834),32486=>array(25,-66,964,833),32487=>array(53,-23,940,809),32488=>array(61,-67,909,847),32489=>array(41,-62,931,833),32490=>array(53,-69,924,829),32491=>array(57,-68,951,834),32492=>array(52,-66,969,828),32493=>array(28,-67,932,833),32494=>array(59,-63,937,836),32495=>array(63,-66,939,827),32496=>array(65,-65,936,838),32497=>array(53,-74,916,827),32498=>array(57,-64,949,828),32499=>array(50,-23,940,826),32500=>array(63,-64,920,836),32501=>array(67,-70,886,842),32502=>array(57,-72,958,836),32503=>array(34,-74,925,792),32504=>array(57,-69,881,827),32505=>array(49,-67,924,840),32506=>array(30,-64,937,828),32507=>array(53,-41,973,839),32508=>array(53,-67,934,844),32509=>array(61,-68,951,843),32510=>array(53,-64,917,850),32511=>array(30,-64,943,819),32512=>array(53,-67,973,818),32513=>array(57,-66,921,836),32514=>array(53,-63,939,829),32515=>array(53,-74,910,827),32516=>array(52,-70,953,832),32517=>array(60,-66,931,814),32518=>array(35,-54,932,841),32519=>array(57,-66,935,828),32520=>array(52,-73,937,830),32521=>array(57,-70,935,822),32522=>array(69,-28,959,805),32523=>array(39,-66,919,830),32524=>array(57,-43,959,828),32525=>array(52,-33,933,830),32526=>array(53,-71,953,818),32527=>array(53,-57,954,839),32528=>array(59,-64,959,842),32529=>array(53,-69,971,831),32530=>array(53,-72,951,844),32531=>array(66,-67,949,827),32532=>array(62,-69,925,848),32533=>array(39,-54,941,838),32534=>array(34,-69,922,837),32535=>array(57,-64,956,828),32536=>array(53,-73,937,834),32537=>array(47,-64,911,827),32538=>array(50,-67,946,832),32539=>array(53,-64,942,827),32540=>array(53,-68,936,843),32541=>array(52,-53,955,816),32542=>array(69,-63,962,855),32543=>array(53,-67,932,850),32544=>array(36,-64,919,847),32545=>array(56,-63,944,847),32546=>array(53,-23,943,840),32547=>array(55,-67,967,851),32548=>array(33,-50,933,824),32549=>array(57,-64,940,819),32550=>array(53,-68,958,827),32551=>array(53,-64,959,827),32552=>array(39,-75,937,822),32553=>array(41,-66,917,841),32554=>array(52,-76,953,817),32555=>array(53,-67,955,837),32556=>array(38,-68,945,825),32557=>array(57,-64,947,855),32558=>array(62,-67,931,839),32559=>array(53,-64,901,851),32560=>array(50,-40,935,806),32561=>array(53,-72,951,834),32562=>array(53,-66,963,827),32563=>array(57,-68,952,828),32564=>array(53,-71,946,842),32565=>array(38,-69,933,822),32566=>array(47,-60,953,831),32567=>array(58,-62,909,838),32568=>array(44,-45,941,836),32569=>array(50,-72,960,845),32570=>array(59,-68,950,836),32571=>array(58,-32,962,836),32572=>array(80,-73,960,851),32573=>array(48,-54,971,848),32574=>array(58,-53,954,855),32575=>array(49,-58,945,843),32576=>array(47,-64,960,851),32577=>array(47,-65,951,851),32578=>array(48,-68,912,780),32579=>array(69,-71,945,838),32580=>array(49,-68,956,833),32581=>array(48,-72,931,834),32582=>array(48,-68,951,829),32583=>array(45,-72,970,838),32584=>array(48,-70,953,831),32585=>array(63,-54,935,837),32586=>array(72,-68,958,825),32587=>array(62,-68,939,838),32588=>array(59,-65,951,790),32589=>array(68,-62,957,797),32590=>array(34,-53,951,842),32591=>array(45,-63,957,841),32592=>array(44,-59,949,838),32593=>array(117,-60,883,780),32594=>array(148,317,884,597),32595=>array(137,265,863,657),32596=>array(114,-68,894,787),32597=>array(64,-64,917,786),32598=>array(110,10,917,802),32599=>array(69,-55,884,792),32600=>array(45,-64,955,787),32601=>array(50,-68,955,789),32602=>array(98,-57,869,791),32603=>array(42,-61,973,798),32604=>array(79,-35,961,777),32605=>array(55,-20,950,798),32606=>array(56,-62,947,790),32607=>array(68,-60,954,787),32608=>array(47,-58,947,784),32609=>array(63,-24,941,785),32610=>array(55,-60,904,792),32611=>array(63,-33,958,763),32612=>array(55,-53,908,785),32613=>array(141,-70,883,779),32614=>array(82,-68,933,783),32615=>array(55,-71,971,780),32616=>array(29,-34,966,794),32617=>array(59,-69,956,782),32618=>array(57,-69,943,794),32619=>array(59,-64,968,787),32620=>array(44,-72,969,784),32621=>array(63,-51,963,800),32622=>array(100,-73,945,813),32623=>array(81,-69,931,787),32624=>array(71,-73,900,810),32625=>array(51,-72,949,791),32626=>array(58,-65,944,789),32627=>array(56,-26,954,780),32628=>array(34,-62,928,776),32629=>array(57,-69,919,783),32630=>array(136,-70,882,783),32631=>array(68,-63,967,807),32632=>array(85,-73,951,782),32633=>array(39,-64,949,788),32634=>array(44,-70,973,783),32635=>array(41,-68,951,782),32636=>array(59,-65,943,810),32637=>array(36,-65,947,791),32638=>array(110,-67,905,794),32639=>array(50,-8,947,805),32640=>array(107,-71,916,787),32641=>array(49,-65,890,772),32642=>array(64,-63,896,802),32643=>array(42,-65,968,792),32644=>array(44,-64,953,815),32645=>array(38,-67,950,807),32646=>array(43,-73,956,784),32647=>array(63,-64,953,788),32648=>array(62,-64,938,796),32649=>array(50,-52,968,792),32650=>array(72,-67,946,855),32651=>array(60,-67,953,821),32652=>array(39,-61,953,844),32653=>array(38,-67,965,836),32654=>array(45,-61,955,845),32655=>array(54,-68,957,842),32656=>array(34,-67,974,830),32657=>array(52,-67,991,854),32658=>array(54,-73,985,842),32659=>array(44,-71,972,842),32660=>array(61,-63,957,856),32661=>array(46,-66,965,848),32662=>array(50,-71,967,834),32663=>array(36,-66,965,841),32664=>array(53,-68,954,843),32665=>array(53,-63,941,854),32666=>array(22,-68,960,847),32667=>array(53,-69,938,846),32668=>array(57,-66,960,844),32669=>array(42,-73,950,839),32670=>array(29,-33,934,838),32671=>array(36,-68,922,823),32672=>array(43,-72,969,840),32673=>array(49,-74,960,845),32674=>array(52,-69,974,837),32675=>array(57,-64,954,787),32676=>array(32,-62,960,850),32677=>array(46,-75,950,833),32678=>array(41,-73,964,834),32679=>array(35,-75,965,830),32680=>array(49,-62,978,858),32681=>array(48,-63,941,843),32682=>array(42,-77,965,842),32683=>array(39,-70,950,845),32684=>array(51,-70,978,822),32685=>array(50,-74,969,827),32686=>array(33,-58,974,860),32687=>array(55,-67,930,842),32688=>array(41,-82,971,831),32689=>array(53,-73,970,833),32690=>array(34,-66,959,853),32691=>array(46,-69,968,832),32692=>array(35,-83,969,808),32693=>array(46,-82,967,826),32694=>array(16,-65,959,842),32695=>array(53,-71,969,835),32696=>array(29,-60,973,841),32697=>array(51,-62,966,853),32698=>array(49,-64,968,833),32699=>array(52,-69,970,836),32700=>array(41,-71,965,797),32701=>array(73,-50,892,785),32702=>array(40,-70,953,783),32703=>array(43,-64,945,780),32704=>array(47,-63,917,836),32705=>array(47,-62,958,822),32706=>array(43,-71,981,790),32707=>array(52,-67,938,840),32708=>array(47,-73,970,837),32709=>array(31,-59,972,839),32710=>array(54,-58,946,790),32711=>array(41,-76,959,785),32712=>array(113,-79,923,788),32713=>array(29,-64,910,826),32714=>array(56,-65,915,821),32715=>array(42,-67,950,836),32716=>array(50,-20,942,798),32717=>array(33,-72,962,821),32718=>array(31,-63,918,838),32719=>array(32,-76,965,785),32720=>array(32,-74,976,827),32721=>array(37,-64,914,828),32722=>array(74,-72,892,782),32723=>array(70,-65,914,838),32724=>array(51,-60,893,855),32725=>array(47,-63,965,845),32726=>array(26,-64,916,817),32727=>array(61,-70,916,829),32728=>array(32,-71,941,818),32729=>array(45,-64,931,836),32730=>array(74,-65,926,801),32731=>array(37,-63,982,844),32732=>array(37,-72,964,783),32733=>array(30,-48,910,825),32734=>array(53,-68,962,834),32735=>array(40,-80,927,807),32736=>array(53,-61,947,807),32737=>array(46,-56,921,826),32738=>array(41,-71,903,782),32739=>array(61,-63,936,797),32740=>array(98,-71,918,785),32741=>array(42,-59,956,834),32742=>array(65,-59,959,863),32743=>array(57,-69,913,855),32744=>array(88,-65,970,785),32745=>array(41,-60,917,795),32746=>array(59,-73,968,825),32747=>array(52,-74,963,783),32748=>array(62,-62,957,790),32749=>array(53,-76,983,824),32750=>array(75,-64,903,788),32751=>array(66,-52,941,802),32752=>array(60,-69,978,853),32753=>array(46,-63,904,848),32754=>array(41,-73,895,780),32755=>array(60,-67,929,785),32756=>array(40,-73,969,816),32757=>array(37,-54,948,854),32758=>array(48,-77,913,839),32759=>array(53,-67,917,830),32760=>array(61,-70,919,835),32761=>array(28,-66,966,830),32762=>array(46,-68,913,845),32763=>array(59,-67,909,824),32764=>array(54,-66,946,807),32765=>array(30,-67,910,832),32766=>array(60,-57,928,795),32767=>array(66,-52,917,843),32768=>array(28,-73,954,828),32769=>array(38,-39,923,832),32770=>array(21,160,923,832),32771=>array(48,-56,929,836),32772=>array(39,-36,948,834),32773=>array(62,-64,929,836),32774=>array(33,-69,938,836),32775=>array(59,-64,950,835),32776=>array(69,-66,933,840),32777=>array(40,-55,951,840),32778=>array(49,-53,950,836),32779=>array(53,-53,950,836),32780=>array(89,-68,923,768),32781=>array(63,-68,934,789),32782=>array(46,-67,970,791),32783=>array(55,-74,951,822),32784=>array(51,-79,956,836),32785=>array(62,-62,954,840),32786=>array(55,-65,968,829),32787=>array(46,-65,924,827),32788=>array(46,-65,957,828),32789=>array(31,-73,954,831),32790=>array(31,-70,970,831),32791=>array(35,-68,924,828),32792=>array(36,-73,943,832),32793=>array(36,-73,951,832),32794=>array(46,-72,960,833),32795=>array(47,-71,951,839),32796=>array(38,-73,909,832),32797=>array(31,-73,938,831),32798=>array(47,-68,914,829),32799=>array(49,-58,964,828),32800=>array(21,-78,964,842),32801=>array(59,-66,929,831),32802=>array(25,-72,914,818),32803=>array(46,-73,968,844),32804=>array(46,-70,956,826),32805=>array(39,-69,933,832),32806=>array(61,-71,927,830),32807=>array(32,-73,922,806),32808=>array(34,-64,959,832),32809=>array(36,-67,964,833),32810=>array(43,-69,954,842),32811=>array(44,-71,943,830),32812=>array(34,-69,954,835),32813=>array(53,-69,949,840),32814=>array(44,-86,968,831),32815=>array(49,-69,966,827),32816=>array(33,-62,979,830),32817=>array(23,-68,955,838),32818=>array(45,-69,972,849),32819=>array(55,-74,922,781),32820=>array(56,-67,967,828),32821=>array(48,-62,954,789),32822=>array(59,-67,930,786),32823=>array(40,-69,960,839),32824=>array(55,-66,916,830),32825=>array(55,-67,978,853),32826=>array(29,-67,944,789),32827=>array(42,-64,951,824),32828=>array(46,-67,957,789),32829=>array(40,-70,950,831),32830=>array(55,-65,960,838),32831=>array(38,-67,954,825),32832=>array(50,-67,967,825),32833=>array(49,-67,951,805),32834=>array(39,-60,952,794),32835=>array(35,-65,961,829),32836=>array(50,-72,971,850),32837=>array(50,-67,945,819),32838=>array(28,-62,966,854),32839=>array(58,-70,957,781),32840=>array(72,-80,921,822),32841=>array(46,-68,921,827),32842=>array(59,-71,914,830),32843=>array(51,-48,923,841),32844=>array(31,-70,955,782),32845=>array(29,-68,924,830),32846=>array(63,-67,962,826),32847=>array(49,-68,960,785),32848=>array(45,-70,959,822),32849=>array(50,-70,955,770),32850=>array(36,-64,941,804),32851=>array(47,-59,960,806),32852=>array(37,-60,940,830),32853=>array(50,-67,955,844),32854=>array(66,-37,934,805),32855=>array(50,-75,968,833),32856=>array(33,-71,955,831),32857=>array(50,-67,974,835),32858=>array(36,-61,948,793),32859=>array(50,-67,956,841),32860=>array(48,-67,956,834),32861=>array(45,-71,952,823),32862=>array(119,-68,901,786),32863=>array(34,-69,950,852),32864=>array(50,-68,959,845),32865=>array(32,-65,968,819),32866=>array(50,-83,949,797),32867=>array(50,-67,953,816),32868=>array(41,-61,970,856),32869=>array(50,-68,925,827),32870=>array(50,-67,964,839),32871=>array(51,-72,970,817),32872=>array(52,-65,963,806),32873=>array(34,-69,928,824),32874=>array(33,-60,950,838),32875=>array(48,-65,963,806),32876=>array(46,-71,971,827),32877=>array(50,-67,969,856),32878=>array(52,-65,967,782),32879=>array(42,-65,946,842),32880=>array(43,-66,973,835),32881=>array(53,-70,948,838),32882=>array(62,-64,946,833),32883=>array(48,-70,952,846),32884=>array(44,-67,963,839),32885=>array(40,-67,962,838),32886=>array(42,-66,951,808),32887=>array(35,-70,960,839),32888=>array(44,-73,942,827),32889=>array(41,-64,967,835),32890=>array(41,-65,948,846),32891=>array(35,-65,954,831),32892=>array(44,-67,966,847),32893=>array(58,-67,966,840),32894=>array(43,-71,962,840),32895=>array(73,-66,945,833),32896=>array(73,-66,931,833),32897=>array(45,-61,947,848),32898=>array(50,-72,953,828),32899=>array(50,-62,941,834),32900=>array(28,-68,945,829),32901=>array(46,-69,947,833),32902=>array(46,-61,946,841),32903=>array(51,-61,949,850),32904=>array(50,-61,953,856),32905=>array(118,-73,882,841),32906=>array(49,-68,959,783),32907=>array(68,-70,898,834),32908=>array(31,-74,948,773),32909=>array(59,-75,957,831),32910=>array(116,-45,892,762),32911=>array(42,-79,958,777),32912=>array(41,-78,977,826),32913=>array(76,-59,921,844),32914=>array(39,-64,954,833),32915=>array(135,-50,924,826),32916=>array(60,-71,963,825),32917=>array(53,-65,908,799),32918=>array(133,-61,861,836),32919=>array(60,-71,944,839),32920=>array(57,-70,933,826),32921=>array(70,-64,841,788),32922=>array(63,-68,938,829),32923=>array(54,-70,942,786),32924=>array(44,-58,965,856),32925=>array(60,-71,936,785),32926=>array(48,-62,959,803),32927=>array(31,-80,950,782),32928=>array(22,-61,886,786),32929=>array(51,-65,944,788),32930=>array(43,-70,969,837),32931=>array(35,-69,972,833),32932=>array(38,-71,939,831),32933=>array(51,-70,949,779),32934=>array(29,-60,968,810),32935=>array(60,-72,944,785),32936=>array(60,-71,940,813),32937=>array(53,-70,901,810),32938=>array(34,-71,949,825),32939=>array(38,-67,957,833),32940=>array(44,-62,961,831),32941=>array(24,-68,877,799),32942=>array(41,-73,957,832),32943=>array(59,-54,953,831),32944=>array(60,-71,977,837),32945=>array(30,-62,945,826),32946=>array(92,-49,907,840),32947=>array(46,-71,921,829),32948=>array(52,-49,928,844),32949=>array(39,-68,954,829),32950=>array(37,-58,956,824),32951=>array(30,-67,939,824),32952=>array(46,-65,956,811),32953=>array(56,-71,959,811),32954=>array(31,-70,953,839),32955=>array(121,-58,897,827),32956=>array(23,-82,950,827),32957=>array(23,-81,956,822),32958=>array(124,-69,944,820),32959=>array(31,-68,894,814),32960=>array(35,-73,946,815),32961=>array(27,-65,948,824),32962=>array(50,-71,912,833),32963=>array(170,-49,849,785),32964=>array(177,-48,838,834),32965=>array(45,-76,974,826),32966=>array(37,-70,954,786),32967=>array(45,-75,928,826),32968=>array(41,-73,968,826),32969=>array(40,-60,903,854),32970=>array(34,-66,908,843),32971=>array(57,-70,934,835),32972=>array(60,-57,937,826),32973=>array(31,-73,977,837),32974=>array(49,-70,944,838),32975=>array(51,-60,957,840),32976=>array(45,-59,905,840),32977=>array(32,-55,966,797),32978=>array(57,-70,945,788),32979=>array(57,-70,959,789),32980=>array(54,-68,968,835),32981=>array(44,-57,961,848),32982=>array(45,-69,934,834),32983=>array(39,-68,980,840),32984=>array(42,-67,957,836),32985=>array(53,-70,940,837),32986=>array(44,-69,948,786),32987=>array(49,-70,899,787),32988=>array(44,-69,953,824),32989=>array(34,-72,948,833),32990=>array(37,-64,958,845),32991=>array(35,-60,962,787),32992=>array(29,-62,957,839),32993=>array(71,-67,895,818),32994=>array(66,-70,948,787),32995=>array(47,-71,964,825),32996=>array(40,-66,967,846),32997=>array(38,-50,935,789),32998=>array(38,-67,981,829),32999=>array(18,-67,931,826),33000=>array(31,-72,939,817),33001=>array(31,-80,946,822),33002=>array(34,-69,921,817),33003=>array(32,-72,923,782),33004=>array(35,-66,932,827),33005=>array(48,-68,910,790),33006=>array(35,-70,965,837),33007=>array(28,-70,969,848),33008=>array(39,-72,963,838),33009=>array(35,-60,959,823),33010=>array(52,-69,975,845),33011=>array(35,-71,967,845),33012=>array(28,-70,912,786),33013=>array(46,-72,959,782),33014=>array(28,-71,946,842),33015=>array(73,-71,878,847),33016=>array(31,-58,924,841),33017=>array(46,-73,965,780),33018=>array(45,-72,948,840),33019=>array(49,-67,967,838),33020=>array(27,-70,947,845),33021=>array(63,-55,959,844),33022=>array(51,-64,952,829),33023=>array(34,-72,959,827),33024=>array(35,-77,972,813),33025=>array(29,-67,962,818),33026=>array(48,-70,952,815),33027=>array(33,-54,947,821),33028=>array(33,-70,965,824),33029=>array(73,-52,940,841),33030=>array(30,-72,958,844),33031=>array(40,-67,915,841),33032=>array(35,-62,967,836),33033=>array(44,-70,972,840),33034=>array(56,-59,944,835),33035=>array(73,-49,940,808),33036=>array(33,-70,943,841),33037=>array(38,-74,951,818),33038=>array(37,-73,932,818),33039=>array(31,-66,920,821),33040=>array(24,-82,951,832),33041=>array(43,-64,951,841),33042=>array(27,-70,980,821),33043=>array(32,-72,962,827),33044=>array(28,-64,923,846),33045=>array(44,-72,967,837),33046=>array(45,-67,951,837),33047=>array(45,-58,925,851),33048=>array(26,-67,963,821),33049=>array(42,-75,948,820),33050=>array(33,-61,913,810),33051=>array(49,-65,945,791),33052=>array(27,-70,944,776),33053=>array(48,-71,946,835),33054=>array(49,-60,970,833),33055=>array(39,-71,953,815),33056=>array(44,-62,972,820),33057=>array(44,-62,972,820),33058=>array(41,-70,942,839),33059=>array(58,-56,935,790),33060=>array(33,-57,967,800),33061=>array(44,-78,964,822),33062=>array(31,-70,968,831),33063=>array(33,-71,985,838),33064=>array(31,-70,975,825),33065=>array(37,-67,965,846),33066=>array(31,-70,961,846),33067=>array(32,-71,968,812),33068=>array(65,-72,986,834),33069=>array(39,-54,950,787),33070=>array(31,-75,948,835),33071=>array(28,-70,952,839),33072=>array(44,-60,956,797),33073=>array(59,-71,944,833),33074=>array(23,-71,970,788),33075=>array(27,-67,964,818),33076=>array(31,-70,969,797),33077=>array(31,-58,947,788),33078=>array(34,-67,925,785),33079=>array(31,-70,906,833),33080=>array(26,-65,944,836),33081=>array(42,-64,962,799),33082=>array(34,-71,943,839),33083=>array(31,-72,959,833),33084=>array(31,-66,948,787),33085=>array(23,-68,945,830),33086=>array(28,-70,957,841),33087=>array(31,-70,974,841),33088=>array(31,-73,976,851),33089=>array(31,-71,953,830),33090=>array(31,-70,969,788),33091=>array(46,-71,981,830),33092=>array(33,-67,953,833),33093=>array(31,-70,970,841),33094=>array(28,-70,965,835),33095=>array(38,-81,974,822),33096=>array(32,-77,940,828),33097=>array(43,-70,959,816),33098=>array(52,-69,956,824),33099=>array(21,-70,970,812),33100=>array(31,-72,972,844),33101=>array(41,-66,972,825),33102=>array(108,-59,958,815),33103=>array(40,-78,980,783),33104=>array(46,-68,948,839),33105=>array(28,-70,952,835),33106=>array(44,-74,944,784),33107=>array(18,-66,936,818),33108=>array(29,-70,947,822),33109=>array(26,-64,962,834),33110=>array(31,-70,973,835),33111=>array(31,-70,955,831),33112=>array(31,-70,919,787),33113=>array(34,-78,951,833),33114=>array(23,-83,949,831),33115=>array(46,-72,954,782),33116=>array(47,-75,973,822),33117=>array(31,-70,975,788),33118=>array(45,-67,970,836),33119=>array(31,-70,952,836),33120=>array(49,-72,987,831),33121=>array(34,-77,903,782),33122=>array(38,-67,911,803),33123=>array(31,-70,948,850),33124=>array(38,-69,955,840),33125=>array(19,-70,945,788),33126=>array(65,-65,925,846),33127=>array(34,-70,973,855),33128=>array(31,-70,956,835),33129=>array(49,-71,974,830),33130=>array(31,-70,953,788),33131=>array(48,-64,945,836),33132=>array(31,-70,977,796),33133=>array(28,-70,947,787),33134=>array(28,-70,964,786),33135=>array(47,-72,956,832),33136=>array(24,-70,941,793),33137=>array(26,-63,964,829),33138=>array(43,-77,981,782),33139=>array(58,-71,911,820),33140=>array(27,-70,972,833),33141=>array(48,-70,980,791),33142=>array(39,-75,979,825),33143=>array(37,-71,954,785),33144=>array(42,-60,952,801),33145=>array(21,-70,973,837),33146=>array(21,-70,968,837),33147=>array(28,-70,950,829),33148=>array(26,-76,941,778),33149=>array(26,-78,950,784),33150=>array(31,-61,951,836),33151=>array(22,-60,958,783),33152=>array(28,-69,938,819),33153=>array(30,-70,983,843),33154=>array(46,-48,944,847),33155=>array(60,-70,967,785),33156=>array(48,-70,986,830),33157=>array(48,-64,954,843),33158=>array(45,-64,953,825),33159=>array(45,-72,981,832),33160=>array(18,-69,939,784),33161=>array(41,-75,964,826),33162=>array(34,-70,961,831),33163=>array(72,-67,932,835),33164=>array(44,-70,980,823),33165=>array(49,-72,961,835),33166=>array(36,-74,972,842),33167=>array(94,-62,906,834),33168=>array(46,-52,944,846),33169=>array(25,-63,934,832),33170=>array(48,-70,963,787),33171=>array(48,-75,969,853),33172=>array(43,-64,953,839),33173=>array(44,-75,920,783),33174=>array(30,-70,971,844),33175=>array(37,-65,959,829),33176=>array(39,-69,962,788),33177=>array(39,-60,969,829),33178=>array(46,-68,941,848),33179=>array(47,-72,954,835),33180=>array(19,-70,972,823),33181=>array(28,-70,966,828),33182=>array(41,-69,944,826),33183=>array(45,-70,958,839),33184=>array(39,-76,977,788),33185=>array(18,-70,987,850),33186=>array(45,-67,951,824),33187=>array(33,-71,938,817),33188=>array(18,-70,968,787),33189=>array(37,-62,950,844),33190=>array(39,-70,954,832),33191=>array(26,-60,950,833),33192=>array(17,-70,975,837),33193=>array(36,-78,969,836),33194=>array(26,-68,891,832),33195=>array(49,-75,982,845),33196=>array(55,-75,986,830),33197=>array(30,-70,969,839),33198=>array(40,-68,975,829),33199=>array(24,-70,981,837),33200=>array(30,-60,966,852),33201=>array(45,-75,983,840),33202=>array(41,-68,969,838),33203=>array(35,-67,949,840),33204=>array(36,-57,963,848),33205=>array(40,-67,964,830),33206=>array(48,-70,930,793),33207=>array(49,-70,967,827),33208=>array(42,-70,956,839),33209=>array(46,-79,956,830),33210=>array(28,-68,922,839),33211=>array(42,-70,959,845),33212=>array(43,-72,976,805),33213=>array(38,-66,956,853),33214=>array(36,-71,983,859),33215=>array(35,-75,969,840),33216=>array(35,-57,960,788),33217=>array(30,-82,961,837),33218=>array(33,-58,927,836),33219=>array(37,-75,952,849),33220=>array(39,-68,959,822),33221=>array(50,-69,916,787),33222=>array(21,-70,963,840),33223=>array(48,-67,931,835),33224=>array(36,-70,940,833),33225=>array(53,-68,991,854),33226=>array(39,-87,974,784),33227=>array(35,-71,959,827),33228=>array(40,-72,973,836),33229=>array(45,-73,966,843),33230=>array(36,-58,962,805),33231=>array(35,-74,955,847),33232=>array(45,-73,964,840),33233=>array(46,-78,948,777),33234=>array(44,-73,969,835),33235=>array(32,-61,966,838),33236=>array(32,-60,973,796),33237=>array(30,-60,965,853),33238=>array(41,-54,954,830),33239=>array(55,-70,979,837),33240=>array(40,-65,956,848),33241=>array(43,-75,969,829),33242=>array(43,-74,971,827),33243=>array(48,-67,946,790),33244=>array(41,-71,972,827),33245=>array(41,-50,964,867),33246=>array(39,-56,955,805),33247=>array(28,-61,970,838),33248=>array(54,-67,942,846),33249=>array(54,-53,949,849),33250=>array(43,-78,956,829),33251=>array(151,-58,927,780),33252=>array(100,-31,976,782),33253=>array(120,-65,959,820),33254=>array(58,-70,954,772),33255=>array(31,-63,956,836),33256=>array(120,-65,932,841),33257=>array(48,-76,965,781),33258=>array(201,-67,821,853),33259=>array(87,-47,948,840),33260=>array(46,-67,967,850),33261=>array(56,-63,970,844),33262=>array(42,-66,937,837),33263=>array(52,-64,946,849),33264=>array(61,-72,925,852),33265=>array(109,-101,922,839),33266=>array(37,-71,967,844),33267=>array(80,-16,915,770),33268=>array(59,-71,971,831),33269=>array(49,-57,965,848),33270=>array(55,-68,962,840),33271=>array(58,-72,960,821),33272=>array(54,-42,952,756),33273=>array(46,-78,954,824),33274=>array(80,-32,933,829),33275=>array(56,-68,959,829),33276=>array(156,-46,863,793),33277=>array(138,-68,825,829),33278=>array(42,-71,966,824),33279=>array(57,-68,954,833),33280=>array(83,-67,917,834),33281=>array(50,-74,956,834),33282=>array(44,-65,969,838),33283=>array(85,-60,898,834),33284=>array(58,-68,927,834),33285=>array(65,-52,874,842),33286=>array(52,-59,924,829),33287=>array(40,-70,955,836),33288=>array(68,-56,951,826),33289=>array(55,-67,965,810),33290=>array(62,-67,947,832),33291=>array(73,-41,936,832),33292=>array(76,-55,909,831),33293=>array(46,-65,958,856),33294=>array(46,-65,958,856),33295=>array(61,-57,879,831),33296=>array(43,-62,948,828),33297=>array(58,-67,956,829),33298=>array(45,-64,945,848),33299=>array(40,-53,931,818),33300=>array(55,-63,971,789),33301=>array(57,-75,961,824),33302=>array(36,-56,947,851),33303=>array(39,-58,955,843),33304=>array(31,-65,933,851),33305=>array(45,-63,965,846),33306=>array(50,-65,949,855),33307=>array(44,-72,942,837),33308=>array(41,-70,943,842),33309=>array(63,-68,937,841),33310=>array(47,-76,949,852),33311=>array(71,-69,936,839),33312=>array(47,-79,902,826),33313=>array(43,-66,947,837),33314=>array(67,-68,921,845),33315=>array(42,-71,943,821),33316=>array(53,-68,975,845),33317=>array(54,-71,963,853),33318=>array(42,-60,981,860),33319=>array(53,-68,948,848),33320=>array(34,-67,978,855),33321=>array(46,-68,958,835),33322=>array(37,-56,960,849),33323=>array(59,-63,945,849),33324=>array(44,-70,963,833),33325=>array(35,-70,935,822),33326=>array(39,-69,931,834),33327=>array(44,-61,910,856),33328=>array(41,-68,932,838),33329=>array(36,-66,944,833),33330=>array(39,-70,986,860),33331=>array(74,-64,915,839),33332=>array(51,-70,962,846),33333=>array(39,-54,951,849),33334=>array(40,-68,896,851),33335=>array(34,-65,963,849),33336=>array(54,-54,956,849),33337=>array(41,-67,957,849),33338=>array(41,-61,906,856),33339=>array(29,-66,924,828),33340=>array(44,-73,965,835),33341=>array(52,-70,972,840),33342=>array(36,-75,924,825),33343=>array(53,-68,973,839),33344=>array(74,-60,964,849),33345=>array(44,-68,975,845),33346=>array(34,-73,965,841),33347=>array(39,-70,978,843),33348=>array(49,-68,951,846),33349=>array(38,-70,966,840),33350=>array(35,-68,976,845),33351=>array(34,-61,965,849),33352=>array(32,-68,972,845),33353=>array(36,-73,962,836),33354=>array(53,-68,930,845),33355=>array(52,-68,971,839),33356=>array(23,-51,974,846),33357=>array(29,-73,963,845),33358=>array(34,-67,954,839),33359=>array(37,-64,954,856),33360=>array(36,-75,977,840),33361=>array(37,-68,915,838),33362=>array(52,-56,912,850),33363=>array(54,-71,980,828),33364=>array(26,-71,986,849),33365=>array(37,-67,938,847),33366=>array(39,-75,957,843),33367=>array(36,-72,959,845),33368=>array(49,-64,964,854),33369=>array(64,-63,991,863),33370=>array(49,-79,950,829),33371=>array(43,-80,956,833),33372=>array(36,-73,950,831),33373=>array(54,-54,966,849),33374=>array(44,-74,971,834),33375=>array(29,-54,963,849),33376=>array(20,-68,980,845),33377=>array(41,-73,923,836),33378=>array(44,-68,965,844),33379=>array(44,-63,967,856),33380=>array(34,-65,978,852),33381=>array(29,-71,968,850),33382=>array(34,-54,955,849),33383=>array(23,-68,970,845),33384=>array(29,-61,972,844),33385=>array(37,-72,970,845),33386=>array(44,-61,982,849),33387=>array(49,-68,973,845),33388=>array(37,-72,959,840),33389=>array(35,-62,970,858),33390=>array(112,-56,974,796),33391=>array(85,-61,963,820),33392=>array(40,-60,942,791),33393=>array(46,-68,958,827),33394=>array(46,-17,958,838),33395=>array(54,-62,938,828),33396=>array(53,-72,969,842),33397=>array(50,-73,961,831),33398=>array(48,-66,960,832),33399=>array(54,-66,960,832),33400=>array(47,-69,912,827),33401=>array(62,310,913,613),33402=>array(69,-29,919,820),33403=>array(64,-66,943,826),33404=>array(66,-64,939,826),33405=>array(42,-68,974,832),33406=>array(62,-60,946,825),33407=>array(60,-64,935,830),33408=>array(64,-66,943,826),33409=>array(56,-67,945,826),33410=>array(61,-57,911,831),33411=>array(47,-52,961,843),33412=>array(41,-69,969,832),33413=>array(61,-63,950,833),33414=>array(63,-67,946,836),33415=>array(81,-69,931,836),33416=>array(63,-69,940,831),33417=>array(65,-85,938,831),33418=>array(59,-71,951,822),33419=>array(65,-62,938,831),33420=>array(64,-61,932,831),33421=>array(67,-62,929,831),33422=>array(68,-61,936,833),33423=>array(53,-23,949,822),33424=>array(78,-71,948,823),33425=>array(60,-28,951,826),33426=>array(66,-20,936,823),33427=>array(71,-66,947,826),33428=>array(50,-68,915,838),33429=>array(62,-66,912,823),33430=>array(60,-66,936,823),33431=>array(62,-70,912,823),33432=>array(70,-80,959,818),33433=>array(65,-65,955,834),33434=>array(64,-46,950,832),33435=>array(66,-73,957,820),33436=>array(52,-58,929,832),33437=>array(55,-74,967,824),33438=>array(54,-72,962,826),33439=>array(36,-62,976,833),33440=>array(46,-71,971,831),33441=>array(62,-70,939,830),33442=>array(44,-67,956,823),33443=>array(38,-70,935,819),33444=>array(47,-64,967,829),33445=>array(57,-68,961,836),33446=>array(45,-75,937,827),33447=>array(71,-51,943,837),33448=>array(49,-65,970,833),33449=>array(38,-80,971,840),33450=>array(80,-64,956,836),33451=>array(34,-58,971,832),33452=>array(39,-60,957,837),33453=>array(78,-35,936,822),33454=>array(73,-63,927,825),33455=>array(33,-19,951,837),33456=>array(47,-62,974,833),33457=>array(49,-69,934,826),33458=>array(29,-44,951,823),33459=>array(52,-63,933,838),33460=>array(58,-77,941,822),33461=>array(49,-69,972,826),33462=>array(53,-69,944,833),33463=>array(82,-20,935,829),33464=>array(68,-71,940,824),33465=>array(58,-67,933,829),33466=>array(55,-84,979,820),33467=>array(59,-67,912,838),33468=>array(72,-38,951,839),33469=>array(57,-57,943,838),33470=>array(60,-61,954,832),33471=>array(48,-52,913,827),33472=>array(52,-73,964,823),33473=>array(44,-68,941,827),33474=>array(56,-75,968,827),33475=>array(47,-76,980,818),33476=>array(63,-75,937,822),33477=>array(44,-71,916,818),33478=>array(44,-55,913,828),33479=>array(63,-65,913,828),33480=>array(53,-68,912,824),33481=>array(67,-51,918,823),33482=>array(49,-84,928,816),33483=>array(59,-64,931,820),33484=>array(63,-67,942,826),33485=>array(29,-44,951,823),33486=>array(65,9,916,824),33487=>array(61,-68,936,822),33488=>array(62,-62,924,837),33489=>array(60,-66,948,828),33490=>array(57,-68,949,833),33491=>array(42,-67,965,832),33492=>array(71,-65,941,832),33493=>array(62,-66,938,827),33494=>array(72,-71,944,822),33495=>array(69,-68,940,830),33496=>array(63,-78,933,820),33497=>array(51,-14,947,840),33498=>array(70,-73,944,833),33499=>array(66,-63,949,833),33500=>array(68,-65,938,834),33501=>array(68,-54,964,834),33502=>array(44,-45,946,820),33503=>array(48,-62,934,837),33504=>array(69,-70,962,824),33505=>array(74,-67,978,833),33506=>array(79,-70,931,834),33507=>array(79,-80,931,834),33508=>array(57,-11,951,833),33509=>array(72,-65,931,827),33510=>array(80,-67,912,832),33511=>array(67,-61,936,830),33512=>array(55,-67,960,829),33513=>array(79,-65,933,827),33514=>array(66,-62,956,830),33515=>array(79,-66,933,827),33516=>array(68,-70,941,823),33517=>array(77,-67,950,832),33518=>array(45,-67,934,830),33519=>array(58,-71,959,829),33520=>array(69,-68,953,826),33521=>array(50,-71,935,823),33522=>array(48,-64,948,829),33523=>array(48,-61,959,836),33524=>array(60,-14,957,830),33525=>array(47,-71,968,825),33526=>array(40,-70,975,823),33527=>array(51,-71,945,822),33528=>array(68,-66,938,827),33529=>array(55,-64,949,827),33530=>array(53,-52,948,833),33531=>array(43,-65,950,830),33532=>array(59,-36,938,827),33533=>array(49,-62,956,827),33534=>array(56,-50,956,839),33535=>array(50,-61,958,836),33536=>array(48,-66,949,832),33537=>array(80,-64,939,838),33538=>array(61,-70,943,828),33539=>array(46,-69,948,811),33540=>array(57,-68,943,836),33541=>array(51,-64,934,838),33542=>array(40,-59,944,836),33543=>array(48,-65,959,830),33544=>array(59,-41,964,830),33545=>array(50,-61,958,836),33546=>array(66,-29,932,836),33547=>array(80,-64,955,836),33548=>array(39,-66,954,831),33549=>array(55,-67,947,828),33550=>array(46,-32,963,831),33551=>array(33,-66,923,827),33552=>array(27,-57,916,826),33553=>array(58,-60,916,826),33554=>array(66,-70,944,825),33555=>array(68,-59,926,826),33556=>array(75,-7,926,826),33557=>array(62,-66,957,826),33558=>array(55,-73,966,821),33559=>array(61,-66,939,829),33560=>array(42,-66,943,835),33561=>array(66,-68,956,829),33562=>array(61,-72,925,822),33563=>array(63,-60,956,833),33564=>array(60,-64,946,832),33565=>array(69,-39,944,811),33566=>array(68,-40,943,811),33567=>array(77,-64,934,842),33568=>array(41,-68,966,826),33569=>array(53,-64,948,831),33570=>array(61,-53,942,841),33571=>array(46,-66,950,828),33572=>array(87,-76,960,826),33573=>array(59,-26,956,820),33574=>array(53,-68,970,824),33575=>array(54,-67,960,817),33576=>array(54,-65,947,834),33577=>array(47,-70,953,825),33578=>array(49,-76,962,822),33579=>array(61,-46,941,830),33580=>array(59,-58,949,838),33581=>array(56,-66,964,833),33582=>array(62,-70,938,826),33583=>array(53,-66,972,835),33584=>array(72,-66,959,835),33585=>array(38,-64,979,834),33586=>array(85,-60,935,838),33587=>array(56,-62,948,830),33588=>array(66,-65,939,834),33589=>array(72,-61,940,838),33590=>array(41,-67,968,831),33591=>array(44,-72,958,819),33592=>array(61,-63,954,840),33593=>array(53,-68,945,834),33594=>array(21,-31,946,859),33595=>array(57,-68,906,827),33596=>array(66,-64,939,833),33597=>array(42,-74,933,834),33598=>array(65,-69,957,827),33599=>array(46,-67,973,829),33600=>array(45,-58,938,833),33601=>array(65,-25,957,817),33602=>array(42,-68,978,823),33603=>array(51,-26,955,832),33604=>array(55,-53,950,839),33605=>array(59,-62,974,831),33606=>array(33,-62,888,834),33607=>array(60,-54,962,843),33608=>array(54,-71,951,825),33609=>array(59,-68,950,833),33610=>array(69,-74,933,827),33611=>array(68,-69,945,820),33612=>array(62,-73,949,823),33613=>array(69,-70,958,829),33614=>array(74,-30,964,811),33615=>array(29,-69,942,834),33616=>array(31,-53,950,844),33617=>array(55,-63,980,831),33618=>array(41,-56,955,837),33619=>array(65,-69,957,828),33620=>array(42,-66,943,833),33621=>array(48,-65,943,835),33622=>array(53,-30,959,837),33623=>array(61,-70,943,828),33624=>array(43,-65,941,827),33625=>array(57,-50,947,831),33626=>array(26,-60,941,831),33627=>array(59,-65,931,826),33628=>array(63,-68,923,823),33629=>array(30,-66,916,825),33630=>array(35,-71,950,825),33631=>array(35,-56,938,824),33632=>array(25,-70,949,827),33633=>array(34,-64,905,827),33634=>array(65,-62,939,830),33635=>array(42,-71,941,817),33636=>array(53,-57,910,833),33637=>array(37,-60,944,831),33638=>array(56,-63,928,831),33639=>array(67,-74,922,822),33640=>array(64,-66,915,825),33641=>array(37,-71,952,826),33642=>array(44,-66,936,824),33643=>array(78,-69,926,826),33644=>array(35,-66,915,827),33645=>array(36,-16,925,821),33646=>array(45,-68,921,824),33647=>array(56,-68,917,822),33648=>array(48,-69,945,826),33649=>array(73,-63,928,821),33650=>array(56,-32,951,821),33651=>array(59,-34,954,805),33652=>array(45,-76,974,829),33653=>array(63,-32,971,823),33654=>array(71,-79,958,825),33655=>array(42,-74,945,834),33656=>array(53,-64,948,832),33657=>array(57,-58,935,831),33658=>array(49,-62,937,823),33659=>array(35,-65,964,831),33660=>array(49,-65,956,831),33661=>array(48,-72,954,832),33662=>array(51,-70,954,821),33663=>array(41,-62,959,827),33664=>array(45,-67,968,821),33665=>array(69,-16,943,826),33666=>array(62,-70,916,821),33667=>array(48,-70,947,827),33668=>array(51,-66,938,821),33669=>array(26,-74,947,822),33670=>array(62,-65,955,835),33671=>array(57,-75,938,824),33672=>array(54,-76,956,821),33673=>array(46,-59,933,839),33674=>array(46,-69,943,822),33675=>array(50,-70,947,824),33676=>array(42,-63,956,822),33677=>array(55,-69,944,820),33678=>array(42,-67,947,832),33679=>array(47,-70,959,824),33680=>array(56,-66,960,818),33681=>array(39,-64,980,832),33682=>array(66,-70,938,833),33683=>array(60,-62,947,833),33684=>array(66,-65,939,820),33685=>array(54,-69,972,829),33686=>array(76,-18,949,836),33687=>array(69,-63,951,836),33688=>array(53,-67,947,832),33689=>array(45,-63,953,832),33690=>array(40,-73,949,825),33691=>array(36,-69,959,826),33692=>array(20,-82,968,828),33693=>array(60,-17,955,838),33694=>array(47,-58,961,830),33695=>array(37,-79,966,831),33696=>array(42,-67,956,831),33697=>array(55,-73,970,831),33698=>array(57,-65,964,834),33699=>array(47,-24,957,832),33700=>array(66,-67,940,827),33701=>array(46,-65,943,824),33702=>array(76,-64,949,824),33703=>array(46,-62,950,832),33704=>array(61,-61,950,835),33705=>array(53,-64,948,835),33706=>array(69,-65,948,831),33707=>array(65,-72,962,823),33708=>array(43,-64,953,834),33709=>array(61,-65,912,829),33710=>array(50,-73,939,827),33711=>array(47,-67,969,824),33712=>array(54,-74,969,823),33713=>array(32,-61,948,829),33714=>array(36,-59,947,809),33715=>array(62,-64,920,826),33716=>array(62,-63,912,827),33717=>array(43,-59,956,832),33718=>array(35,-19,962,823),33719=>array(32,-63,940,830),33720=>array(35,-66,925,827),33721=>array(65,-19,924,825),33722=>array(62,-62,912,824),33723=>array(42,-64,919,818),33724=>array(50,-27,928,824),33725=>array(40,-65,971,837),33726=>array(36,-71,980,829),33727=>array(63,-65,947,827),33728=>array(51,-68,966,830),33729=>array(71,-65,939,833),33730=>array(85,-63,937,823),33731=>array(47,-73,945,823),33732=>array(41,-70,976,824),33733=>array(63,-68,937,835),33734=>array(58,-74,968,828),33735=>array(52,-61,954,839),33736=>array(72,-67,951,824),33737=>array(65,-52,935,840),33738=>array(41,-63,932,836),33739=>array(77,-69,963,826),33740=>array(70,-61,938,838),33741=>array(38,-44,957,833),33742=>array(80,-34,955,823),33743=>array(60,-62,954,832),33744=>array(88,-64,924,835),33745=>array(72,-62,940,832),33746=>array(49,-70,961,844),33747=>array(45,-68,962,822),33748=>array(46,-70,969,832),33749=>array(40,-61,974,829),33750=>array(71,-59,943,844),33751=>array(64,-70,936,826),33752=>array(25,-66,967,832),33753=>array(69,-29,947,827),33754=>array(67,-60,964,821),33755=>array(86,-73,938,820),33756=>array(48,-65,971,837),33757=>array(63,-74,973,824),33758=>array(59,-69,949,826),33759=>array(50,-57,960,834),33760=>array(61,-62,960,836),33761=>array(68,-65,961,832),33762=>array(60,-72,960,820),33763=>array(79,-74,961,820),33764=>array(42,-39,979,818),33765=>array(44,-64,957,832),33766=>array(60,-70,944,831),33767=>array(50,-69,955,832),33768=>array(69,-75,942,827),33769=>array(72,-59,934,837),33770=>array(62,-65,939,830),33771=>array(64,-38,960,812),33772=>array(68,-73,937,823),33773=>array(39,-67,961,833),33774=>array(45,-70,969,829),33775=>array(56,-78,941,838),33776=>array(43,-65,961,833),33777=>array(46,-65,954,831),33778=>array(61,-65,934,841),33779=>array(54,-39,980,815),33780=>array(35,-42,968,816),33781=>array(95,-65,945,824),33782=>array(40,-70,967,835),33783=>array(73,-68,923,826),33784=>array(44,-66,973,832),33785=>array(56,-39,954,832),33786=>array(62,-68,947,829),33787=>array(48,-69,966,822),33788=>array(48,-62,970,835),33789=>array(39,-73,966,832),33790=>array(47,-72,968,831),33791=>array(69,-70,944,825),33792=>array(43,-73,953,826),33793=>array(62,-69,958,836),33794=>array(46,-59,933,839),33795=>array(76,-59,949,836),33796=>array(43,-63,939,826),33797=>array(60,-67,957,838),33798=>array(59,-52,949,841),33799=>array(61,-67,971,827),33800=>array(46,-62,950,832),33801=>array(42,-67,960,826),33802=>array(35,-62,973,833),33803=>array(54,-70,947,833),33804=>array(61,-68,935,839),33805=>array(54,-63,949,838),33806=>array(53,-73,934,834),33807=>array(77,-62,947,833),33808=>array(42,-69,976,826),33809=>array(36,-67,952,833),33810=>array(53,-60,963,820),33811=>array(67,-38,961,811),33812=>array(47,-44,935,838),33813=>array(44,-76,956,828),33814=>array(77,-62,937,815),33815=>array(67,-63,927,819),33816=>array(50,-68,965,830),33817=>array(25,-66,964,832),33818=>array(38,-69,952,826),33819=>array(58,-70,947,825),33820=>array(52,-77,933,822),33821=>array(65,-58,917,829),33822=>array(79,-58,958,826),33823=>array(36,-68,952,824),33824=>array(59,-74,939,820),33825=>array(50,-65,939,826),33826=>array(51,-30,978,835),33827=>array(49,-73,973,823),33828=>array(63,-70,916,818),33829=>array(66,-71,916,819),33830=>array(54,-60,908,830),33831=>array(54,-62,930,831),33832=>array(74,-67,931,828),33833=>array(40,-64,985,833),33834=>array(41,-69,955,839),33835=>array(42,-70,956,825),33836=>array(77,-68,946,834),33837=>array(73,-61,936,831),33838=>array(46,-71,968,827),33839=>array(50,-81,943,829),33840=>array(46,-71,968,825),33841=>array(52,-24,948,832),33842=>array(59,-70,947,828),33843=>array(71,-66,943,824),33844=>array(46,-76,942,827),33845=>array(70,-67,942,833),33846=>array(43,-73,974,821),33847=>array(67,-68,941,823),33848=>array(31,-64,979,830),33849=>array(47,-66,941,831),33850=>array(70,-69,945,831),33851=>array(69,-69,944,825),33852=>array(77,-62,932,839),33853=>array(56,-68,970,835),33854=>array(59,-57,951,829),33855=>array(53,-72,956,823),33856=>array(55,-68,955,825),33857=>array(67,-57,950,821),33858=>array(34,-63,954,828),33859=>array(71,-68,944,829),33860=>array(53,-67,945,826),33861=>array(46,-32,954,824),33862=>array(35,-68,965,832),33863=>array(46,-61,973,832),33864=>array(48,-55,962,832),33865=>array(49,-70,965,839),33866=>array(45,-64,972,849),33867=>array(42,-67,948,830),33868=>array(46,-71,939,822),33869=>array(71,-70,947,823),33870=>array(32,-70,949,829),33871=>array(52,-67,959,829),33872=>array(55,-29,973,828),33873=>array(53,-58,958,832),33874=>array(61,-49,956,832),33875=>array(67,-69,957,826),33876=>array(51,-71,969,827),33877=>array(41,-69,953,845),33878=>array(47,-61,984,832),33879=>array(43,-64,941,826),33880=>array(63,-62,923,833),33881=>array(45,-69,943,826),33882=>array(51,-32,945,833),33883=>array(62,-61,942,837),33884=>array(34,-67,974,825),33885=>array(61,-67,943,823),33886=>array(68,-73,952,823),33887=>array(83,-27,955,826),33888=>array(32,-53,951,841),33889=>array(41,-64,948,830),33890=>array(34,-20,966,831),33891=>array(76,-27,947,839),33892=>array(61,-58,958,832),33893=>array(77,-68,951,829),33894=>array(63,-59,945,839),33895=>array(82,-65,953,825),33896=>array(69,-67,973,826),33897=>array(62,-51,953,828),33898=>array(61,-75,955,843),33899=>array(69,-61,940,840),33900=>array(45,-62,939,838),33901=>array(60,-67,967,833),33902=>array(43,-72,966,826),33903=>array(57,-66,942,823),33904=>array(41,-71,979,824),33905=>array(49,-37,962,834),33906=>array(42,-70,933,833),33907=>array(39,-64,966,833),33908=>array(55,-66,955,828),33909=>array(66,-60,951,835),33910=>array(74,-54,942,829),33911=>array(74,-64,946,842),33912=>array(46,-29,968,829),33913=>array(42,-56,963,842),33914=>array(51,-64,942,830),33915=>array(24,-66,962,830),33916=>array(69,-65,969,838),33917=>array(69,-70,944,827),33918=>array(59,-36,967,827),33919=>array(69,-70,944,838),33920=>array(59,-21,955,831),33921=>array(36,-39,959,831),33922=>array(72,-67,925,842),33923=>array(72,-60,961,838),33924=>array(51,-67,957,838),33925=>array(51,-68,956,838),33926=>array(68,-81,941,826),33927=>array(20,-69,952,833),33928=>array(60,-67,914,824),33929=>array(60,-69,914,828),33930=>array(60,-58,950,828),33931=>array(41,-59,943,833),33932=>array(25,-60,939,833),33933=>array(39,-69,948,826),33934=>array(49,-71,969,832),33935=>array(61,-71,939,827),33936=>array(47,-52,963,839),33937=>array(54,-81,968,822),33938=>array(69,-64,959,832),33939=>array(51,-62,956,832),33940=>array(70,-61,946,833),33941=>array(52,-37,948,840),33942=>array(70,-89,942,830),33943=>array(48,-64,974,830),33944=>array(62,-69,955,825),33945=>array(53,-75,959,839),33946=>array(83,-66,938,826),33947=>array(42,-74,953,826),33948=>array(37,-59,946,835),33949=>array(42,-68,939,826),33950=>array(53,-65,953,831),33951=>array(53,-66,956,830),33952=>array(52,-29,953,825),33953=>array(66,-64,945,834),33954=>array(76,-68,974,825),33955=>array(46,-69,950,826),33956=>array(56,-72,950,826),33957=>array(77,-76,928,835),33958=>array(38,-69,974,835),33959=>array(51,-73,966,824),33960=>array(23,-53,956,841),33961=>array(52,-68,962,825),33962=>array(60,-70,942,835),33963=>array(37,-47,956,854),33964=>array(43,-60,956,829),33965=>array(65,-71,931,845),33966=>array(29,-70,937,822),33967=>array(56,-70,923,835),33968=>array(50,-79,964,827),33969=>array(48,-55,947,840),33970=>array(46,-61,946,839),33971=>array(65,-75,927,839),33972=>array(41,-69,942,833),33973=>array(54,-59,960,833),33974=>array(45,-72,946,823),33975=>array(66,-64,944,833),33976=>array(47,-73,953,824),33977=>array(31,-64,972,835),33978=>array(50,-69,961,833),33979=>array(40,-60,960,833),33980=>array(43,-62,972,836),33981=>array(36,-39,950,823),33982=>array(49,-52,946,839),33983=>array(68,-68,941,833),33984=>array(44,-64,955,835),33985=>array(36,-69,964,829),33986=>array(53,-65,947,830),33987=>array(51,-67,957,833),33988=>array(51,-66,940,838),33989=>array(48,-72,960,823),33990=>array(43,-71,954,824),33991=>array(54,-64,949,831),33992=>array(70,-65,924,833),33993=>array(46,-66,954,839),33994=>array(35,-62,957,832),33995=>array(59,-21,955,834),33996=>array(48,-74,973,825),33997=>array(53,-67,943,831),33998=>array(46,-75,938,826),33999=>array(59,-74,968,826),34000=>array(52,-67,939,830),34001=>array(44,-71,956,835),34002=>array(63,-72,956,825),34003=>array(48,-62,957,840),34004=>array(62,-71,955,826),34005=>array(48,-57,959,830),34006=>array(67,-58,941,837),34007=>array(51,-68,978,829),34008=>array(46,-78,959,824),34009=>array(57,-66,937,833),34010=>array(33,-76,982,830),34011=>array(38,-73,973,827),34012=>array(60,-67,950,830),34013=>array(54,-23,924,821),34014=>array(62,-67,914,821),34015=>array(26,-62,908,832),34016=>array(62,-63,914,827),34017=>array(44,-67,966,832),34018=>array(62,-75,938,830),34019=>array(61,-63,924,829),34020=>array(38,-76,974,825),34021=>array(29,-6,954,827),34022=>array(38,-56,947,826),34023=>array(36,-52,961,839),34024=>array(42,-67,963,828),34025=>array(35,-71,950,825),34026=>array(50,-73,972,824),34027=>array(43,-72,970,822),34028=>array(35,-62,952,833),34029=>array(38,-59,965,827),34030=>array(37,-56,951,839),34031=>array(33,-69,962,832),34032=>array(51,-68,978,829),34033=>array(56,-73,957,820),34034=>array(65,-32,953,823),34035=>array(66,-32,943,824),34036=>array(64,-63,957,825),34037=>array(40,-75,963,827),34038=>array(69,-70,956,823),34039=>array(67,-68,961,823),34040=>array(61,-74,939,851),34041=>array(45,-67,947,829),34042=>array(40,-55,961,833),34043=>array(54,-47,967,844),34044=>array(26,-76,972,829),34045=>array(56,-65,948,832),34046=>array(73,-70,944,823),34047=>array(33,-67,948,834),34048=>array(61,-65,944,827),34049=>array(67,-68,946,831),34050=>array(68,-69,944,827),34051=>array(74,-58,947,839),34052=>array(71,-65,944,822),34053=>array(63,-57,936,838),34054=>array(49,-76,974,825),34055=>array(69,-70,951,826),34056=>array(62,-65,941,824),34057=>array(44,-68,965,827),34058=>array(51,-66,960,832),34059=>array(47,-70,964,828),34060=>array(45,-67,985,832),34061=>array(49,-69,958,823),34062=>array(66,-73,972,825),34063=>array(66,-70,938,822),34064=>array(39,-73,928,838),34065=>array(48,-70,956,835),34066=>array(47,-73,964,824),34067=>array(59,-61,966,835),34068=>array(57,-68,943,825),34069=>array(74,-71,943,817),34070=>array(28,-68,952,824),34071=>array(52,-67,951,838),34072=>array(31,-70,981,825),34073=>array(39,-72,975,823),34074=>array(51,-68,948,836),34075=>array(40,-66,959,828),34076=>array(41,-73,963,827),34077=>array(75,-68,975,825),34078=>array(56,-73,959,832),34079=>array(36,-75,966,820),34080=>array(53,-70,963,826),34081=>array(63,-64,963,839),34082=>array(64,-68,944,838),34083=>array(49,-59,948,835),34084=>array(57,-70,944,826),34085=>array(56,-30,955,835),34086=>array(53,-67,940,835),34087=>array(55,-23,950,820),34088=>array(79,-71,951,823),34089=>array(66,-73,941,824),34090=>array(58,-69,952,829),34091=>array(42,-64,951,832),34092=>array(54,-71,966,835),34093=>array(76,-78,967,834),34094=>array(78,-69,948,822),34095=>array(57,-53,964,841),34096=>array(36,-69,960,824),34097=>array(73,-83,967,824),34098=>array(32,-67,960,824),34099=>array(45,-59,944,841),34100=>array(44,-73,937,840),34101=>array(31,-67,962,832),34102=>array(65,-65,964,829),34103=>array(73,-73,925,817),34104=>array(24,-81,949,822),34105=>array(41,-73,949,822),34106=>array(63,-66,911,827),34107=>array(42,-72,956,832),34108=>array(65,-60,928,834),34109=>array(69,-70,961,834),34110=>array(39,-59,973,835),34111=>array(33,-59,937,832),34112=>array(32,-72,979,829),34113=>array(56,-62,948,833),34114=>array(41,-76,957,833),34115=>array(36,-69,957,831),34116=>array(71,-65,944,823),34117=>array(42,-69,944,826),34118=>array(31,-67,962,833),34119=>array(69,-68,946,823),34120=>array(54,-69,948,830),34121=>array(42,-61,938,837),34122=>array(38,-54,962,817),34123=>array(24,-64,944,830),34124=>array(76,-77,944,818),34125=>array(41,-72,975,823),34126=>array(50,-65,963,832),34127=>array(76,-73,955,826),34128=>array(60,-78,943,829),34129=>array(63,-57,936,839),34130=>array(48,-69,945,838),34131=>array(53,-77,947,835),34132=>array(58,-68,956,829),34133=>array(55,-60,955,836),34134=>array(42,-68,983,829),34135=>array(39,-71,980,835),34136=>array(33,-59,962,835),34137=>array(38,-33,964,833),34138=>array(58,-70,945,842),34139=>array(37,-67,938,827),34140=>array(62,-65,958,833),34141=>array(56,-48,962,842),34142=>array(51,-62,985,830),34143=>array(58,-53,973,831),34144=>array(45,-68,959,831),34145=>array(61,-76,939,840),34146=>array(65,-70,955,832),34147=>array(68,-74,941,831),34148=>array(64,-56,949,832),34149=>array(32,-69,952,826),34150=>array(43,-76,972,823),34151=>array(43,-75,977,833),34152=>array(38,-67,968,832),34153=>array(67,-67,956,836),34154=>array(59,-67,956,833),34155=>array(64,-46,936,842),34156=>array(52,-69,971,823),34157=>array(51,-74,947,840),34158=>array(47,-62,938,826),34159=>array(54,-56,941,829),34160=>array(67,-76,957,834),34161=>array(35,-65,938,826),34162=>array(62,-69,913,821),34163=>array(68,-73,938,832),34164=>array(41,-29,923,825),34165=>array(44,-85,981,831),34166=>array(42,-81,983,827),34167=>array(67,-68,975,829),34168=>array(48,-74,968,821),34169=>array(44,-62,951,835),34170=>array(62,-65,968,831),34171=>array(67,-68,972,831),34172=>array(60,-70,952,826),34173=>array(48,-58,952,848),34174=>array(73,-61,941,836),34175=>array(42,-85,957,833),34176=>array(54,-48,956,846),34177=>array(45,-74,958,830),34178=>array(41,-78,960,823),34179=>array(65,-72,926,822),34180=>array(53,-68,949,832),34181=>array(41,-65,957,823),34182=>array(48,-69,973,828),34183=>array(36,-77,958,834),34184=>array(27,-65,977,833),34185=>array(41,-71,960,824),34186=>array(46,-64,941,832),34187=>array(78,-81,933,826),34188=>array(47,-65,944,833),34189=>array(79,-66,964,828),34190=>array(62,-71,964,824),34191=>array(33,-50,967,834),34192=>array(27,-54,976,838),34193=>array(58,-41,948,806),34194=>array(42,-63,983,834),34195=>array(37,-60,953,826),34196=>array(60,-61,956,834),34197=>array(40,-67,971,824),34198=>array(48,-74,970,823),34199=>array(64,-63,936,830),34200=>array(47,-66,975,831),34201=>array(44,-68,949,836),34202=>array(51,-68,953,826),34203=>array(69,-61,941,838),34204=>array(42,-65,944,827),34205=>array(54,-70,939,823),34206=>array(40,-70,966,829),34207=>array(34,-50,966,841),34208=>array(51,-76,959,827),34209=>array(49,-74,934,820),34210=>array(40,-75,964,829),34211=>array(64,-75,966,823),34212=>array(50,-67,945,831),34213=>array(62,-58,935,831),34214=>array(37,-67,945,834),34215=>array(61,-65,953,827),34216=>array(50,-63,955,829),34217=>array(72,-65,939,832),34218=>array(51,-70,955,849),34219=>array(47,-70,957,830),34220=>array(49,-70,961,841),34221=>array(51,-78,969,828),34222=>array(52,-68,961,820),34223=>array(46,-61,945,835),34224=>array(47,-70,957,830),34225=>array(56,-69,957,828),34226=>array(44,-75,974,836),34227=>array(53,-67,967,828),34228=>array(63,-61,959,832),34229=>array(64,-70,941,826),34230=>array(51,-64,962,826),34231=>array(62,-67,952,833),34232=>array(58,-62,961,831),34233=>array(53,-57,941,831),34234=>array(49,-69,956,833),34235=>array(48,-89,961,832),34236=>array(58,-65,951,840),34237=>array(51,-74,956,823),34238=>array(43,-66,974,823),34239=>array(52,-68,971,827),34240=>array(56,-69,977,827),34241=>array(32,-67,968,842),34242=>array(38,-68,958,825),34243=>array(60,-74,955,828),34244=>array(36,-68,968,828),34245=>array(74,-62,946,833),34246=>array(43,-65,969,829),34247=>array(63,-54,941,839),34248=>array(59,-65,954,832),34249=>array(29,-67,952,832),34250=>array(32,-57,944,831),34251=>array(53,-64,956,829),34252=>array(74,-56,945,832),34253=>array(56,-34,949,839),34254=>array(55,-38,951,842),34255=>array(34,-71,942,824),34256=>array(57,-70,960,834),34257=>array(60,-68,961,833),34258=>array(51,-70,947,828),34259=>array(39,-64,922,826),34260=>array(41,-64,970,834),34261=>array(40,-67,937,833),34262=>array(67,-58,944,833),34263=>array(52,-71,986,824),34264=>array(55,-69,958,818),34265=>array(65,-72,971,826),34266=>array(83,-80,938,828),34267=>array(67,-56,937,821),34268=>array(47,-65,953,831),34269=>array(62,-72,954,836),34270=>array(41,-63,951,830),34271=>array(73,-68,936,825),34272=>array(47,-77,973,824),34273=>array(45,-73,982,827),34274=>array(53,-68,975,827),34275=>array(69,-65,939,827),34276=>array(39,-67,959,836),34277=>array(55,-62,930,826),34278=>array(45,-65,935,829),34279=>array(50,-58,964,824),34280=>array(44,-75,945,829),34281=>array(40,-62,960,836),34282=>array(45,-71,967,830),34283=>array(51,-73,950,836),34284=>array(74,-80,943,832),34285=>array(51,-64,948,835),34286=>array(38,-69,969,845),34287=>array(52,-46,974,822),34288=>array(62,-65,924,829),34289=>array(39,-64,959,826),34290=>array(42,-65,956,826),34291=>array(32,-67,968,828),34292=>array(53,-63,956,818),34293=>array(56,-65,942,845),34294=>array(33,-65,954,832),34295=>array(62,-69,955,826),34296=>array(55,-70,962,827),34297=>array(72,-61,929,839),34298=>array(57,-65,949,832),34299=>array(49,-65,971,839),34300=>array(44,-58,955,836),34301=>array(49,-62,966,833),34302=>array(44,-76,974,830),34303=>array(43,-68,929,837),34304=>array(54,-61,958,838),34305=>array(65,-32,945,823),34306=>array(43,-62,975,837),34307=>array(53,-62,946,838),34308=>array(48,-67,940,832),34309=>array(41,-67,953,832),34310=>array(59,-66,961,836),34311=>array(56,-67,948,827),34312=>array(61,-68,960,833),34313=>array(46,-64,957,855),34314=>array(53,-71,956,818),34315=>array(47,-68,960,837),34316=>array(51,-59,960,833),34317=>array(74,-58,947,832),34318=>array(76,-75,981,842),34319=>array(42,-67,958,832),34320=>array(62,-73,964,840),34321=>array(55,-66,960,838),34322=>array(43,-68,964,832),34323=>array(67,-76,966,830),34324=>array(42,-61,972,832),34325=>array(50,-81,955,832),34326=>array(50,-62,965,838),34327=>array(41,-62,965,837),34328=>array(56,-63,978,829),34329=>array(63,-70,947,831),34330=>array(43,-67,950,830),34331=>array(57,-62,945,830),34332=>array(69,-68,946,825),34333=>array(37,-57,968,832),34334=>array(45,-69,987,835),34335=>array(63,-56,956,823),34336=>array(59,-72,947,824),34337=>array(73,-72,950,827),34338=>array(56,-65,961,833),34339=>array(55,-75,960,830),34340=>array(59,-70,935,828),34341=>array(48,-62,969,828),34342=>array(70,-62,942,829),34343=>array(42,-72,982,831),34344=>array(53,-59,968,829),34345=>array(59,-64,964,833),34346=>array(48,-58,983,831),34347=>array(42,-50,963,830),34348=>array(55,-69,949,822),34349=>array(72,-70,928,839),34350=>array(49,-70,946,830),34351=>array(53,-25,951,830),34352=>array(44,-61,974,830),34353=>array(34,-72,965,829),34354=>array(65,-31,945,821),34355=>array(42,-71,954,828),34356=>array(63,-48,934,844),34357=>array(49,-66,958,827),34358=>array(44,-71,969,828),34359=>array(36,-62,971,832),34360=>array(64,-63,951,836),34361=>array(39,-69,965,829),34362=>array(60,-67,951,827),34363=>array(60,-70,963,825),34364=>array(41,-67,959,829),34365=>array(40,-58,969,838),34366=>array(39,-72,984,826),34367=>array(61,-80,954,835),34368=>array(43,-33,968,823),34369=>array(32,-64,968,849),34370=>array(60,-70,965,832),34371=>array(44,-66,967,828),34372=>array(59,-71,963,837),34373=>array(32,-53,978,837),34374=>array(68,-54,936,849),34375=>array(65,-70,951,834),34376=>array(68,-74,940,832),34377=>array(68,-56,949,831),34378=>array(48,-71,961,828),34379=>array(55,-67,947,842),34380=>array(62,-43,947,830),34381=>array(47,-66,924,829),34382=>array(35,-68,953,835),34383=>array(40,-59,893,834),34384=>array(39,-63,878,840),34385=>array(39,-60,937,832),34386=>array(40,-67,963,847),34387=>array(40,-53,954,843),34388=>array(49,-66,949,835),34389=>array(39,-68,959,836),34390=>array(29,-55,931,837),34391=>array(36,-62,919,837),34392=>array(29,-58,948,837),34393=>array(44,-67,961,827),34394=>array(30,-57,914,830),34395=>array(38,-66,936,829),34396=>array(45,-77,929,841),34397=>array(23,-82,956,830),34398=>array(35,-68,950,838),34399=>array(53,-71,951,829),34400=>array(40,-58,959,840),34401=>array(46,-84,950,823),34402=>array(43,-70,960,831),34403=>array(38,-67,972,828),34404=>array(31,-68,967,827),34405=>array(42,-75,989,831),34406=>array(39,-91,965,830),34407=>array(40,-76,954,834),34408=>array(44,-77,946,823),34409=>array(36,-75,953,829),34410=>array(40,-73,973,832),34411=>array(47,-59,954,850),34412=>array(46,-41,928,809),34413=>array(53,-72,899,811),34414=>array(43,-65,961,816),34415=>array(48,-45,957,849),34416=>array(49,-67,955,815),34417=>array(65,-59,970,792),34418=>array(43,-63,962,815),34419=>array(51,-70,916,829),34420=>array(44,-35,964,827),34421=>array(47,-23,957,841),34422=>array(47,-54,962,814),34423=>array(54,-68,954,819),34424=>array(47,-62,967,814),34425=>array(28,-5,930,813),34426=>array(21,-56,962,811),34427=>array(50,-21,942,814),34428=>array(54,-30,957,831),34429=>array(76,-59,888,792),34430=>array(46,-64,944,823),34431=>array(32,-69,914,772),34432=>array(48,-51,935,832),34433=>array(39,-78,942,814),34434=>array(47,-61,909,830),34435=>array(58,-63,942,839),34436=>array(47,-58,960,836),34437=>array(43,-74,950,810),34438=>array(48,-41,961,791),34439=>array(53,-76,973,808),34440=>array(47,-67,958,814),34441=>array(21,-71,976,838),34442=>array(38,-62,956,822),34443=>array(69,-65,914,808),34444=>array(45,-61,939,842),34445=>array(36,-51,951,817),34446=>array(53,-72,914,802),34447=>array(36,-69,869,805),34448=>array(69,-56,930,840),34449=>array(45,-54,967,844),34450=>array(45,-70,967,829),34451=>array(44,-61,899,833),34452=>array(57,-69,967,823),34453=>array(51,-69,963,793),34454=>array(53,-73,960,805),34455=>array(53,-71,971,823),34456=>array(41,-72,961,827),34457=>array(51,-66,963,838),34458=>array(51,-68,953,828),34459=>array(53,-66,891,815),34460=>array(47,-61,958,824),34461=>array(44,-33,953,833),34462=>array(55,-70,966,822),34463=>array(29,-27,948,809),34464=>array(48,-90,964,825),34465=>array(52,-73,978,808),34466=>array(49,-73,958,823),34467=>array(43,-59,961,807),34468=>array(29,-78,971,784),34469=>array(51,-70,963,833),34470=>array(45,-54,954,829),34471=>array(39,-65,957,854),34472=>array(53,-66,964,830),34473=>array(50,-66,952,833),34474=>array(43,-65,958,830),34475=>array(44,-45,967,834),34476=>array(37,-65,930,809),34477=>array(37,-65,945,809),34478=>array(37,-65,956,835),34479=>array(51,-7,955,825),34480=>array(71,-64,916,830),34481=>array(54,-65,948,844),34482=>array(40,-65,943,811),34483=>array(35,-51,958,849),34484=>array(65,-69,911,839),34485=>array(47,-50,954,828),34486=>array(50,-64,953,831),34487=>array(40,-23,954,814),34488=>array(49,-73,939,818),34489=>array(58,-69,955,839),34490=>array(47,-65,951,829),34491=>array(56,-74,960,824),34492=>array(67,-66,926,844),34493=>array(65,-29,962,809),34494=>array(66,-65,951,831),34495=>array(53,-51,953,823),34496=>array(51,-6,964,851),34497=>array(55,-70,903,812),34498=>array(54,-72,967,830),34499=>array(55,-67,940,810),34500=>array(51,-64,943,830),34501=>array(54,-67,938,829),34502=>array(46,-13,954,837),34503=>array(41,-38,959,828),34504=>array(55,-76,968,826),34505=>array(34,-65,966,854),34506=>array(57,-21,910,831),34507=>array(66,-73,957,788),34508=>array(64,-70,973,819),34509=>array(83,-70,896,824),34510=>array(34,-63,906,809),34511=>array(35,-16,936,814),34512=>array(54,-56,923,843),34513=>array(56,-62,963,851),34514=>array(54,-61,982,849),34515=>array(59,-54,960,840),34516=>array(51,-64,904,837),34517=>array(51,-67,961,837),34518=>array(54,-55,964,825),34519=>array(73,-70,948,859),34520=>array(46,-64,948,835),34521=>array(55,-18,954,844),34522=>array(56,-76,918,821),34523=>array(26,-72,957,829),34524=>array(52,-67,951,840),34525=>array(47,-66,965,811),34526=>array(44,-64,947,826),34527=>array(40,-65,963,821),34528=>array(52,-67,952,841),34529=>array(63,-53,930,814),34530=>array(56,-74,953,827),34531=>array(53,-62,952,827),34532=>array(38,-65,963,841),34533=>array(54,-70,935,839),34534=>array(51,-75,961,820),34535=>array(37,-66,931,820),34536=>array(51,-70,945,807),34537=>array(57,-64,946,779),34538=>array(69,-75,944,829),34539=>array(60,-72,980,841),34540=>array(39,-67,981,827),34541=>array(45,-21,947,824),34542=>array(50,-75,949,836),34543=>array(27,-32,959,833),34544=>array(46,-67,937,825),34545=>array(36,-68,931,821),34546=>array(33,-67,934,823),34547=>array(30,-66,918,821),34548=>array(36,-68,938,840),34549=>array(57,-30,953,815),34550=>array(48,-66,948,827),34551=>array(60,-70,969,822),34552=>array(57,-68,939,832),34553=>array(54,-54,900,826),34554=>array(40,-68,963,838),34555=>array(44,-76,961,820),34556=>array(40,-67,948,835),34557=>array(58,-67,961,825),34558=>array(61,-55,970,835),34559=>array(43,-67,961,834),34560=>array(68,-65,913,776),34561=>array(53,-71,967,830),34562=>array(37,-59,965,847),34563=>array(85,-76,941,788),34564=>array(52,-75,970,815),34565=>array(69,-64,954,835),34566=>array(56,-67,958,809),34567=>array(60,-65,959,835),34568=>array(39,-66,961,809),34569=>array(42,-62,950,835),34570=>array(61,-62,918,832),34571=>array(52,-71,965,855),34572=>array(61,-32,962,826),34573=>array(43,-62,963,850),34574=>array(58,-71,915,815),34575=>array(49,-74,969,818),34576=>array(29,-68,926,833),34577=>array(42,-72,967,829),34578=>array(40,-66,967,813),34579=>array(32,-68,963,811),34580=>array(63,-58,912,828),34581=>array(36,-73,954,830),34582=>array(47,-71,904,815),34583=>array(51,-66,902,815),34584=>array(59,-57,909,847),34585=>array(41,-69,970,829),34586=>array(46,-67,939,824),34587=>array(61,-75,954,813),34588=>array(74,-70,931,833),34589=>array(26,-70,971,843),34590=>array(47,-67,962,832),34591=>array(42,-75,933,845),34592=>array(74,-71,918,813),34593=>array(41,-52,951,842),34594=>array(40,-25,953,813),34595=>array(36,-61,954,845),34596=>array(56,-80,948,823),34597=>array(55,-65,952,829),34598=>array(61,-65,968,828),34599=>array(71,-77,983,823),34600=>array(32,-60,956,839),34601=>array(48,-70,890,815),34602=>array(57,-62,917,831),34603=>array(59,-49,955,809),34604=>array(59,-73,903,814),34605=>array(64,-68,908,825),34606=>array(47,-66,957,837),34607=>array(53,-65,978,838),34608=>array(45,-76,973,790),34609=>array(49,-64,957,855),34610=>array(58,-85,954,818),34611=>array(58,-71,955,834),34612=>array(65,-64,911,815),34613=>array(56,-72,902,813),34614=>array(50,-68,974,842),34615=>array(40,-33,967,831),34616=>array(79,-89,951,778),34617=>array(31,-67,946,826),34618=>array(52,-52,959,851),34619=>array(47,-65,953,839),34620=>array(64,-68,950,832),34621=>array(39,-65,947,814),34622=>array(46,-62,965,811),34623=>array(45,-66,966,830),34624=>array(40,-51,974,842),34625=>array(90,-89,944,774),34626=>array(34,-69,976,817),34627=>array(54,-77,957,814),34628=>array(50,-67,915,825),34629=>array(57,-89,971,787),34630=>array(40,-69,952,819),34631=>array(29,-30,932,806),34632=>array(37,-68,877,810),34633=>array(41,-61,945,848),34634=>array(41,-66,968,846),34635=>array(41,-64,983,813),34636=>array(48,-65,951,832),34637=>array(51,-69,915,817),34638=>array(60,-58,919,836),34639=>array(56,-68,949,832),34640=>array(46,-70,903,814),34641=>array(42,-74,964,811),34642=>array(47,-71,948,815),34643=>array(40,-63,968,829),34644=>array(50,-72,957,824),34645=>array(38,-65,961,835),34646=>array(56,-29,956,829),34647=>array(39,-37,936,834),34648=>array(33,-30,944,818),34649=>array(46,-69,932,807),34650=>array(47,-73,970,814),34651=>array(48,-69,965,828),34652=>array(59,-75,965,836),34653=>array(34,-54,959,853),34654=>array(55,-70,908,814),34655=>array(51,-65,912,815),34656=>array(48,-65,948,812),34657=>array(53,-71,968,815),34658=>array(53,-78,956,815),34659=>array(50,-67,956,837),34660=>array(61,-66,965,852),34661=>array(49,-45,964,848),34662=>array(51,-68,980,834),34663=>array(47,-74,972,823),34664=>array(31,-64,952,809),34665=>array(50,-32,955,824),34666=>array(49,-66,951,815),34667=>array(43,-69,939,825),34668=>array(55,-77,976,825),34669=>array(61,-74,986,812),34670=>array(33,-64,967,845),34671=>array(44,-76,955,825),34672=>array(29,-45,960,831),34673=>array(45,-64,975,837),34674=>array(56,-67,942,831),34675=>array(51,-74,952,829),34676=>array(40,-71,899,833),34677=>array(50,-82,961,831),34678=>array(31,-62,972,842),34679=>array(45,-73,947,833),34680=>array(50,-57,918,826),34681=>array(54,-30,968,813),34682=>array(37,-70,920,834),34683=>array(37,-62,947,837),34684=>array(37,-63,932,813),34685=>array(50,-70,951,821),34686=>array(31,-65,949,823),34687=>array(47,-42,971,806),34688=>array(78,-74,956,837),34689=>array(42,-72,973,815),34690=>array(60,-59,957,831),34691=>array(46,-64,940,849),34692=>array(43,-62,948,843),34693=>array(40,-33,959,853),34694=>array(63,-63,966,837),34695=>array(49,-53,974,853),34696=>array(47,-71,953,810),34697=>array(53,-69,971,830),34698=>array(44,-64,977,843),34699=>array(39,-69,965,836),34700=>array(41,-80,956,858),34701=>array(64,-62,967,826),34702=>array(45,-73,955,827),34703=>array(47,-71,977,834),34704=>array(53,-72,952,830),34705=>array(40,-75,979,845),34706=>array(58,-75,976,834),34707=>array(49,-67,987,836),34708=>array(47,-73,976,836),34709=>array(50,-46,973,852),34710=>array(47,-67,941,813),34711=>array(39,-65,949,848),34712=>array(39,-18,943,838),34713=>array(31,-67,977,832),34714=>array(75,-73,954,852),34715=>array(33,-73,947,845),34716=>array(73,-71,966,826),34717=>array(45,-66,977,842),34718=>array(55,-60,936,836),34719=>array(36,-66,951,833),34720=>array(36,-26,957,840),34721=>array(36,-77,957,840),34722=>array(68,-66,934,839),34723=>array(29,-68,972,835),34724=>array(56,-71,987,842),34725=>array(17,-60,970,855),34726=>array(49,-65,969,831),34727=>array(49,-71,936,832),34728=>array(29,-65,921,825),34729=>array(26,-60,966,841),34730=>array(57,-70,939,837),34731=>array(54,-60,942,850),34732=>array(46,-62,957,836),34733=>array(46,-62,951,854),34734=>array(34,-57,945,836),34735=>array(39,-72,943,836),34736=>array(44,-59,961,835),34737=>array(63,-66,934,832),34738=>array(59,-21,951,826),34739=>array(54,-17,958,842),34740=>array(82,-79,967,823),34741=>array(49,-64,955,812),34742=>array(36,-77,965,816),34743=>array(49,-82,957,847),34744=>array(46,-76,950,829),34745=>array(56,-72,956,826),34746=>array(33,-73,961,835),34747=>array(49,-67,954,836),34748=>array(61,-32,955,822),34749=>array(45,-68,977,843),34750=>array(37,-78,959,840),34751=>array(50,-83,958,836),34752=>array(36,-65,949,819),34753=>array(57,-70,957,827),34754=>array(56,-67,965,841),34755=>array(51,-73,975,818),34756=>array(55,-65,965,834),34757=>array(56,-70,966,831),34758=>array(38,-65,966,834),34759=>array(57,-87,954,835),34760=>array(51,-64,912,809),34761=>array(40,-59,969,834),34762=>array(57,-67,957,787),34763=>array(30,-34,949,828),34764=>array(52,-31,968,832),34765=>array(34,-81,958,811),34766=>array(34,-67,947,829),34767=>array(42,-80,984,825),34768=>array(54,-64,934,839),34769=>array(59,-61,967,852),34770=>array(46,-65,956,833),34771=>array(33,-64,970,841),34772=>array(44,-71,960,815),34773=>array(54,-70,940,831),34774=>array(49,-67,954,836),34775=>array(57,-80,938,834),34776=>array(49,-68,962,844),34777=>array(43,-71,958,838),34778=>array(57,-80,961,820),34779=>array(41,-64,961,832),34780=>array(50,-68,962,838),34781=>array(48,-66,959,846),34782=>array(89,-83,954,825),34783=>array(43,-68,952,835),34784=>array(33,-66,951,835),34785=>array(56,-71,920,837),34786=>array(51,-68,957,832),34787=>array(36,-66,960,833),34788=>array(34,-73,943,806),34789=>array(53,-68,965,847),34790=>array(51,-74,965,827),34791=>array(52,-68,949,833),34792=>array(53,-71,954,790),34793=>array(51,-70,982,821),34794=>array(44,-50,977,815),34795=>array(52,-66,953,813),34796=>array(56,-58,955,823),34797=>array(43,-68,945,834),34798=>array(30,-71,936,833),34799=>array(43,-66,957,832),34800=>array(31,-72,961,835),34801=>array(51,-69,961,836),34802=>array(60,-64,975,840),34803=>array(43,-75,945,818),34804=>array(49,-74,959,830),34805=>array(30,-71,948,807),34806=>array(41,-30,935,814),34807=>array(49,-64,915,829),34808=>array(36,-64,975,819),34809=>array(45,-71,948,851),34810=>array(52,-27,953,831),34811=>array(42,-73,947,850),34812=>array(49,-74,951,830),34813=>array(46,-57,950,833),34814=>array(43,-68,958,855),34815=>array(40,-56,955,843),34816=>array(51,-70,953,839),34817=>array(55,-76,941,841),34818=>array(43,-65,975,828),34819=>array(41,-68,957,849),34820=>array(37,-53,974,861),34821=>array(46,-48,957,819),34822=>array(66,-72,962,833),34823=>array(62,-66,958,832),34824=>array(52,-71,961,828),34825=>array(43,-71,969,820),34826=>array(34,-67,946,851),34827=>array(52,-66,924,817),34828=>array(42,-62,940,820),34829=>array(40,-75,977,824),34830=>array(46,-65,956,833),34831=>array(43,-61,948,847),34832=>array(41,-64,968,849),34833=>array(37,-65,965,839),34834=>array(48,-75,957,802),34835=>array(47,-60,961,835),34836=>array(50,-59,966,846),34837=>array(56,-59,943,829),34838=>array(34,-65,976,832),34839=>array(40,-66,951,806),34840=>array(34,-59,974,842),34841=>array(39,-69,965,842),34842=>array(53,-71,942,840),34843=>array(44,-64,961,839),34844=>array(38,-87,979,834),34845=>array(52,-70,929,784),34846=>array(56,-86,949,838),34847=>array(32,-60,961,848),34848=>array(53,-71,944,786),34849=>array(52,-64,957,844),34850=>array(55,-62,972,858),34851=>array(50,-65,948,818),34852=>array(67,-69,969,853),34853=>array(63,-75,944,846),34854=>array(45,-71,956,827),34855=>array(54,-67,967,844),34856=>array(42,-55,965,842),34857=>array(64,-71,964,823),34858=>array(71,-75,962,845),34859=>array(65,-77,969,831),34860=>array(40,-68,950,839),34861=>array(54,-79,967,854),34862=>array(35,-73,975,802),34863=>array(40,-70,954,844),34864=>array(30,-66,975,846),34865=>array(46,-33,957,833),34866=>array(57,-63,929,842),34867=>array(34,-78,953,806),34868=>array(55,-68,942,826),34869=>array(47,-65,949,828),34870=>array(50,-76,965,793),34871=>array(46,-64,946,807),34872=>array(36,-67,941,826),34873=>array(54,-67,967,844),34874=>array(50,-88,965,809),34875=>array(62,-77,944,830),34876=>array(48,-68,986,819),34877=>array(41,-73,966,829),34878=>array(47,-71,924,815),34879=>array(89,-73,946,847),34880=>array(55,-11,954,806),34881=>array(59,-14,955,846),34882=>array(34,-60,971,811),34883=>array(43,-70,968,833),34884=>array(20,-15,947,834),34885=>array(25,-45,949,853),34886=>array(49,-64,958,836),34887=>array(37,-68,971,836),34888=>array(40,-69,955,832),34889=>array(34,-61,982,849),34890=>array(31,-68,957,830),34891=>array(63,-57,941,842),34892=>array(51,-62,941,845),34893=>array(41,-68,954,827),34894=>array(53,-67,960,829),34895=>array(50,-68,948,829),34896=>array(53,-66,960,829),34897=>array(53,-66,960,829),34898=>array(47,-65,954,835),34899=>array(39,-73,951,824),34900=>array(29,-68,923,828),34901=>array(46,-65,952,833),34902=>array(49,-69,960,833),34903=>array(41,-72,951,831),34904=>array(24,-66,960,853),34905=>array(40,-65,959,831),34906=>array(46,-70,953,825),34907=>array(37,-65,955,839),34908=>array(34,-66,960,816),34909=>array(38,-68,953,835),34910=>array(35,-70,943,831),34911=>array(39,-66,954,841),34912=>array(24,-72,936,839),34913=>array(33,-69,945,835),34914=>array(37,-65,956,837),34915=>array(38,-68,944,826),34916=>array(266,-66,677,819),34917=>array(40,-69,954,843),34918=>array(41,-50,963,842),34919=>array(41,-67,958,844),34920=>array(52,-75,953,835),34921=>array(34,-67,971,843),34922=>array(35,-64,954,843),34923=>array(42,-68,957,830),34924=>array(32,-60,917,839),34925=>array(35,-61,973,841),34926=>array(54,-73,963,845),34927=>array(45,-74,973,845),34928=>array(37,-70,960,832),34929=>array(50,-76,963,844),34930=>array(23,-69,879,803),34931=>array(33,-65,955,831),34932=>array(54,-75,964,842),34933=>array(46,-53,909,805),34934=>array(62,-67,932,844),34935=>array(42,-73,960,829),34936=>array(50,-63,946,837),34937=>array(50,-67,956,838),34938=>array(47,-68,960,850),34939=>array(61,-67,966,838),34940=>array(50,-70,976,850),34941=>array(39,-67,946,810),34942=>array(37,-62,955,858),34943=>array(36,-65,970,848),34944=>array(60,-71,930,838),34945=>array(67,-62,967,833),34946=>array(32,-66,964,832),34947=>array(30,-73,984,823),34948=>array(16,-76,940,837),34949=>array(49,-59,950,829),34950=>array(48,-67,906,842),34951=>array(48,-78,956,842),34952=>array(48,-67,959,831),34953=>array(48,-67,957,842),34954=>array(48,-77,949,842),34955=>array(44,-69,962,837),34956=>array(44,-69,956,851),34957=>array(42,-67,960,839),34958=>array(37,-75,914,845),34959=>array(44,-60,964,845),34960=>array(29,-62,970,845),34961=>array(50,-72,894,840),34962=>array(47,-65,951,828),34963=>array(45,-68,956,844),34964=>array(48,-67,953,842),34965=>array(51,-74,966,841),34966=>array(46,-68,899,827),34967=>array(39,-52,972,853),34968=>array(47,-65,957,843),34969=>array(47,-72,892,848),34970=>array(31,-62,967,847),34971=>array(39,-58,960,850),34972=>array(28,-56,970,847),34973=>array(39,-70,941,848),34974=>array(52,-58,961,840),34975=>array(47,-80,966,838),34976=>array(50,-67,961,846),34977=>array(52,-68,954,841),34978=>array(43,-65,954,838),34979=>array(54,-61,964,848),34980=>array(47,-62,960,845),34981=>array(54,-62,948,848),34982=>array(54,-65,916,848),34983=>array(54,-71,914,848),34984=>array(52,-62,947,844),34985=>array(54,-66,951,848),34986=>array(46,-65,955,842),34987=>array(36,-69,962,838),34988=>array(44,-68,964,849),34989=>array(29,-63,942,840),34990=>array(54,-61,944,856),34991=>array(54,-74,945,848),34992=>array(61,-67,945,811),34993=>array(33,-74,971,834),34994=>array(51,-79,960,854),34995=>array(41,-70,935,848),34996=>array(36,-63,982,842),34997=>array(46,-55,954,833),34998=>array(38,-67,972,844),34999=>array(36,-63,966,850),35000=>array(44,-70,954,836),35001=>array(41,-70,951,842),35002=>array(42,-72,950,844),35003=>array(33,-70,954,842),35004=>array(50,-71,977,841),35005=>array(47,-55,904,852),35006=>array(28,-55,965,844),35007=>array(41,-65,959,838),35008=>array(36,-57,916,842),35009=>array(42,-66,957,840),35010=>array(44,-73,955,828),35011=>array(41,-65,913,835),35012=>array(41,-67,964,840),35013=>array(45,-68,959,830),35014=>array(28,-66,864,822),35015=>array(46,-53,972,855),35016=>array(41,-65,948,842),35017=>array(39,-71,966,842),35018=>array(46,-64,958,852),35019=>array(37,-67,964,834),35020=>array(37,-72,966,846),35021=>array(38,-65,908,842),35022=>array(48,-65,956,847),35023=>array(43,-75,955,840),35024=>array(28,-68,915,842),35025=>array(41,-65,950,842),35026=>array(55,-61,967,850),35027=>array(41,-65,957,842),35028=>array(35,-67,942,845),35029=>array(44,-69,969,833),35030=>array(30,-71,980,840),35031=>array(37,-73,960,840),35032=>array(51,-55,963,832),35033=>array(42,-74,948,823),35034=>array(40,-74,969,830),35035=>array(46,-70,969,838),35036=>array(32,-63,946,834),35037=>array(57,-60,957,832),35038=>array(35,-65,959,841),35039=>array(33,-67,948,833),35040=>array(33,-82,948,786),35041=>array(41,-64,954,821),35042=>array(20,-69,935,815),35043=>array(23,-68,956,832),35044=>array(29,-60,931,840),35045=>array(24,-68,886,822),35046=>array(36,-79,957,841),35047=>array(45,-76,966,840),35048=>array(31,-68,941,849),35049=>array(31,-68,949,842),35050=>array(41,-66,917,842),35051=>array(47,-71,903,842),35052=>array(49,-72,973,839),35053=>array(31,-68,949,842),35054=>array(54,-70,905,840),35055=>array(36,-65,906,844),35056=>array(36,-67,971,838),35057=>array(34,-65,975,843),35058=>array(46,-71,948,823),35059=>array(45,-68,956,836),35060=>array(35,-63,958,830),35061=>array(47,-74,948,832),35062=>array(45,-70,955,840),35063=>array(47,-65,973,838),35064=>array(40,-71,973,822),35065=>array(68,-59,967,842),35066=>array(41,-70,966,837),35067=>array(41,-75,956,824),35068=>array(53,-64,928,823),35069=>array(28,-79,972,842),35070=>array(35,-68,957,825),35071=>array(53,-64,954,845),35072=>array(42,-72,963,843),35073=>array(42,-69,960,785),35074=>array(34,-66,968,833),35075=>array(34,-70,930,837),35076=>array(34,-66,938,835),35077=>array(51,-72,957,839),35078=>array(41,-73,968,837),35079=>array(36,-67,962,845),35080=>array(40,-63,956,840),35081=>array(43,-75,972,835),35082=>array(38,-70,906,823),35083=>array(53,-68,975,841),35084=>array(36,-65,952,823),35085=>array(34,-67,956,837),35086=>array(38,-73,976,847),35087=>array(38,-56,957,855),35088=>array(36,-63,924,834),35089=>array(50,-75,977,838),35090=>array(56,-73,972,842),35091=>array(32,-65,964,836),35092=>array(47,-71,952,842),35093=>array(45,-66,965,840),35094=>array(54,-70,978,837),35095=>array(44,-64,946,840),35096=>array(34,-58,954,838),35097=>array(30,-64,965,837),35098=>array(46,-64,959,841),35099=>array(23,-62,929,821),35100=>array(31,-80,971,836),35101=>array(38,-73,940,833),35102=>array(35,-68,968,820),35103=>array(39,-70,915,842),35104=>array(23,-65,954,829),35105=>array(45,-61,956,838),35106=>array(37,-75,978,839),35107=>array(48,-72,987,836),35108=>array(23,-60,977,833),35109=>array(42,-70,953,820),35110=>array(32,-55,970,855),35111=>array(24,-54,972,846),35112=>array(35,-57,933,847),35113=>array(31,-76,970,843),35114=>array(26,-73,967,820),35115=>array(19,-70,951,838),35116=>array(53,-70,993,835),35117=>array(47,-79,964,856),35118=>array(39,-71,976,833),35119=>array(41,-72,945,841),35120=>array(36,-65,974,846),35121=>array(51,-75,974,846),35122=>array(30,-69,947,845),35123=>array(30,-65,965,837),35124=>array(12,-68,918,821),35125=>array(31,-55,947,855),35126=>array(34,-65,910,817),35127=>array(42,-75,973,833),35128=>array(36,-66,945,842),35129=>array(23,-70,971,823),35130=>array(56,-68,972,840),35131=>array(54,-60,955,843),35132=>array(42,-70,971,833),35133=>array(56,-72,972,832),35134=>array(45,-67,957,850),35135=>array(23,-69,942,828),35136=>array(41,-74,947,833),35137=>array(17,-68,965,819),35138=>array(31,-59,973,853),35139=>array(56,-56,949,840),35140=>array(49,-58,955,843),35141=>array(32,-68,948,833),35142=>array(40,-67,972,844),35143=>array(51,-67,924,842),35144=>array(23,-69,955,821),35145=>array(39,-64,911,837),35146=>array(23,-66,962,821),35147=>array(33,-67,973,837),35148=>array(39,-63,950,817),35149=>array(36,-68,966,832),35150=>array(23,-67,964,833),35151=>array(40,-72,963,839),35152=>array(46,-66,958,838),35153=>array(42,-67,952,843),35154=>array(41,-76,970,831),35155=>array(30,-70,954,832),35156=>array(23,-67,951,831),35157=>array(26,-59,937,831),35158=>array(35,-66,971,846),35159=>array(51,-68,956,835),35160=>array(43,-67,969,837),35161=>array(46,-67,972,838),35162=>array(44,-66,980,845),35163=>array(40,-64,978,844),35164=>array(31,-68,954,846),35165=>array(26,-64,983,858),35166=>array(47,-53,974,835),35167=>array(36,-66,971,834),35168=>array(43,-65,928,835),35169=>array(52,-67,924,835),35170=>array(27,-55,947,856),35171=>array(44,-66,964,846),35172=>array(35,-68,952,836),35173=>array(20,-104,957,841),35174=>array(35,-64,959,836),35175=>array(39,-64,973,843),35176=>array(23,-66,969,825),35177=>array(43,-82,960,839),35178=>array(31,-65,958,829),35179=>array(41,-74,971,835),35180=>array(28,-55,958,845),35181=>array(36,-81,966,831),35182=>array(36,-73,994,831),35183=>array(33,-76,966,826),35184=>array(23,-72,977,846),35185=>array(39,-70,964,840),35186=>array(51,-65,948,841),35187=>array(27,-70,974,831),35188=>array(29,-62,912,826),35189=>array(29,-76,955,843),35190=>array(22,-65,973,835),35191=>array(34,-65,969,825),35192=>array(31,-66,978,831),35193=>array(31,-66,980,831),35194=>array(34,-62,948,834),35195=>array(31,-59,968,849),35196=>array(29,-60,967,841),35197=>array(29,-64,942,841),35198=>array(71,-63,945,782),35199=>array(73,-53,929,772),35200=>array(85,374,935,781),35201=>array(52,-69,935,781),35202=>array(74,-70,971,782),35203=>array(59,-63,955,788),35204=>array(64,-70,938,788),35205=>array(53,-66,930,836),35206=>array(55,-69,963,818),35207=>array(63,-70,937,818),35208=>array(48,-73,967,802),35209=>array(60,-68,950,804),35210=>array(54,-53,934,811),35211=>array(58,-74,944,783),35212=>array(18,-65,948,784),35213=>array(64,-60,935,830),35214=>array(52,-39,956,787),35215=>array(43,-59,954,812),35216=>array(38,-56,957,818),35217=>array(42,-58,956,836),35218=>array(51,-62,956,822),35219=>array(51,-71,960,837),35220=>array(64,-65,944,791),35221=>array(42,-64,956,828),35222=>array(39,-63,959,834),35223=>array(58,-69,953,780),35224=>array(96,-62,938,829),35225=>array(51,-62,946,848),35226=>array(37,-65,908,816),35227=>array(36,-70,966,828),35228=>array(36,-70,954,826),35229=>array(50,-72,962,780),35230=>array(37,-70,961,773),35231=>array(45,-71,962,824),35232=>array(32,-62,971,796),35233=>array(38,-71,967,774),35234=>array(49,-71,968,829),35235=>array(41,-71,966,824),35236=>array(36,-70,969,835),35237=>array(33,-60,971,836),35238=>array(32,-72,971,827),35239=>array(47,-63,960,838),35240=>array(71,-59,963,789),35241=>array(31,-69,963,825),35242=>array(46,-70,957,826),35243=>array(17,-79,957,825),35244=>array(39,-79,950,835),35245=>array(52,-61,965,785),35246=>array(66,-70,937,824),35247=>array(62,-74,977,829),35248=>array(32,-74,978,835),35249=>array(64,-58,939,828),35250=>array(52,-68,974,835),35251=>array(39,-60,970,841),35252=>array(29,-75,972,828),35253=>array(104,-74,975,791),35254=>array(50,-70,962,837),35255=>array(32,-71,966,835),35256=>array(104,-74,975,791),35257=>array(33,-66,963,832),35258=>array(64,-65,935,840),35259=>array(22,-76,987,835),35260=>array(18,-76,966,789),35261=>array(47,-63,960,840),35262=>array(37,-74,967,834),35263=>array(44,-75,967,835),35264=>array(35,-70,960,827),35265=>array(24,-56,921,784),35266=>array(18,-61,932,792),35267=>array(25,-55,971,792),35268=>array(26,-56,932,826),35269=>array(29,-51,934,827),35270=>array(31,-72,937,818),35271=>array(98,-67,941,813),35272=>array(39,-59,913,838),35273=>array(28,-60,920,816),35274=>array(70,-78,938,810),35275=>array(22,-69,936,771),35276=>array(43,-73,931,819),35277=>array(37,-85,973,836),35278=>array(32,-81,938,822),35279=>array(52,-72,933,818),35280=>array(29,-64,936,819),35281=>array(25,-75,942,817),35282=>array(69,-60,863,849),35283=>array(45,-70,886,842),35284=>array(60,-57,924,849),35285=>array(59,-56,911,851),35286=>array(40,-67,979,847),35287=>array(38,-62,975,838),35288=>array(24,-68,959,845),35289=>array(41,-79,963,852),35290=>array(33,-67,975,842),35291=>array(52,-68,954,841),35292=>array(28,-68,937,835),35293=>array(33,-56,962,857),35294=>array(18,-65,913,834),35295=>array(25,-67,955,828),35296=>array(42,-59,972,836),35297=>array(33,-70,989,831),35298=>array(40,-61,900,830),35299=>array(52,-67,949,834),35300=>array(28,-87,963,828),35301=>array(38,-71,969,836),35302=>array(36,-71,962,834),35303=>array(46,-66,934,843),35304=>array(32,-73,966,824),35305=>array(38,-71,967,828),35306=>array(46,-66,938,850),35307=>array(42,-68,974,839),35308=>array(34,-74,960,825),35309=>array(44,-71,955,841),35310=>array(54,-67,962,842),35311=>array(19,-67,922,834),35312=>array(44,-70,951,836),35313=>array(38,-69,965,842),35314=>array(29,-70,954,831),35315=>array(38,-67,981,829),35316=>array(41,-67,962,848),35317=>array(46,-70,935,842),35318=>array(44,-78,967,829),35319=>array(60,-65,930,830),35320=>array(63,-74,926,833),35321=>array(29,-71,960,841),35322=>array(54,-64,965,831),35323=>array(38,-70,975,835),35324=>array(38,-73,975,841),35325=>array(44,-71,959,841),35326=>array(33,-64,973,836),35327=>array(44,-52,955,850),35328=>array(84,-64,916,819),35329=>array(261,-47,747,842),35330=>array(60,-61,955,817),35331=>array(60,-65,951,829),35332=>array(33,-66,966,836),35333=>array(60,-58,967,842),35334=>array(69,-67,876,842),35335=>array(77,-61,909,840),35336=>array(51,-64,954,835),35337=>array(60,-45,948,847),35338=>array(60,-62,959,817),35339=>array(60,-55,914,847),35340=>array(65,-47,948,790),35341=>array(65,-50,946,844),35342=>array(60,-69,949,830),35343=>array(68,-68,964,834),35344=>array(65,-64,955,792),35345=>array(46,-34,963,853),35346=>array(63,-53,904,817),35347=>array(60,-68,902,829),35348=>array(85,-64,928,824),35349=>array(79,-56,912,846),35350=>array(60,-55,960,835),35351=>array(60,-61,957,834),35352=>array(60,-61,957,823),35353=>array(64,-56,964,848),35354=>array(116,-57,874,823),35355=>array(58,-62,954,840),35356=>array(60,-44,968,843),35357=>array(60,-62,948,793),35358=>array(63,-73,976,839),35359=>array(59,-58,964,815),35360=>array(60,-61,899,843),35361=>array(60,-66,963,843),35362=>array(63,-73,960,831),35363=>array(62,-69,955,829),35364=>array(60,-65,934,846),35365=>array(71,-71,907,796),35366=>array(60,-50,950,843),35367=>array(66,-69,963,841),35368=>array(60,-44,954,843),35369=>array(76,-58,930,840),35370=>array(60,-62,945,824),35371=>array(60,-44,960,843),35372=>array(72,-77,972,836),35373=>array(60,-63,975,817),35374=>array(60,-65,952,843),35375=>array(60,-69,982,843),35376=>array(65,-41,957,842),35377=>array(60,-64,949,837),35378=>array(60,-66,891,852),35379=>array(60,-62,964,817),35380=>array(56,-67,956,837),35381=>array(60,-46,917,843),35382=>array(59,-62,961,793),35383=>array(60,-62,901,838),35384=>array(60,-71,948,843),35385=>array(62,-68,951,844),35386=>array(56,-72,965,844),35387=>array(60,-61,947,829),35388=>array(53,-57,950,817),35389=>array(60,-52,921,846),35390=>array(64,-67,958,827),35391=>array(57,-44,964,839),35392=>array(59,-55,951,844),35393=>array(60,-65,953,826),35394=>array(60,-66,964,843),35395=>array(60,-65,982,843),35396=>array(57,-74,966,845),35397=>array(56,-76,976,839),35398=>array(56,-60,961,835),35399=>array(60,-58,978,843),35400=>array(74,-65,942,820),35401=>array(51,-71,977,843),35402=>array(63,-70,952,837),35403=>array(60,-44,957,843),35404=>array(58,-70,948,836),35405=>array(58,-47,947,844),35406=>array(62,-48,954,843),35407=>array(59,-73,911,848),35408=>array(60,-61,951,841),35409=>array(60,-61,952,824),35410=>array(60,-63,952,830),35411=>array(60,-51,963,843),35412=>array(60,-62,905,817),35413=>array(53,-65,956,817),35414=>array(51,-74,972,834),35415=>array(56,-61,903,841),35416=>array(78,-67,920,833),35417=>array(65,-76,965,843),35418=>array(60,-44,963,843),35419=>array(60,-50,964,793),35420=>array(42,-64,971,837),35421=>array(60,-62,925,843),35422=>array(60,-64,909,817),35423=>array(35,-69,972,846),35424=>array(52,-63,965,844),35425=>array(77,-52,914,841),35426=>array(62,-60,910,836),35427=>array(60,-63,958,831),35428=>array(54,-66,966,832),35429=>array(51,-65,977,853),35430=>array(60,-61,963,829),35431=>array(51,-60,957,839),35432=>array(52,-74,971,831),35433=>array(60,-61,954,838),35434=>array(60,-64,964,844),35435=>array(53,-57,961,829),35436=>array(69,-78,951,818),35437=>array(62,-61,954,846),35438=>array(49,-55,955,830),35439=>array(60,-70,899,843),35440=>array(50,-58,945,829),35441=>array(53,-64,958,834),35442=>array(53,-63,954,824),35443=>array(60,-65,954,843),35444=>array(58,-68,951,840),35445=>array(55,-73,963,826),35446=>array(57,-71,905,848),35447=>array(60,-65,904,837),35448=>array(61,-67,974,849),35449=>array(45,-76,914,842),35450=>array(61,-72,914,841),35451=>array(57,-67,966,836),35452=>array(52,-57,954,833),35453=>array(61,-69,956,840),35454=>array(47,-62,925,842),35455=>array(63,-55,954,831),35456=>array(53,-65,946,842),35457=>array(57,-69,951,838),35458=>array(57,-67,957,830),35459=>array(62,-65,916,840),35460=>array(59,-68,981,830),35461=>array(58,-65,977,836),35462=>array(62,-53,957,838),35463=>array(60,-62,978,843),35464=>array(61,-52,957,849),35465=>array(42,-67,958,842),35466=>array(30,-60,954,832),35467=>array(51,-70,967,832),35468=>array(53,-59,964,820),35469=>array(53,-48,964,813),35470=>array(61,-65,976,849),35471=>array(60,-73,982,841),35472=>array(61,-59,970,849),35473=>array(63,-53,957,817),35474=>array(57,-74,986,839),35475=>array(64,-71,936,839),35476=>array(64,-67,967,840),35477=>array(58,-66,963,819),35478=>array(62,-50,956,846),35479=>array(61,-65,936,849),35480=>array(53,-69,975,828),35481=>array(65,-68,961,843),35482=>array(67,-70,926,835),35483=>array(61,-61,970,849),35484=>array(61,-67,968,849),35485=>array(61,-71,972,849),35486=>array(49,-68,949,815),35487=>array(61,-68,957,849),35488=>array(52,-70,961,833),35489=>array(58,-63,964,837),35490=>array(61,-52,958,849),35491=>array(59,-48,954,797),35492=>array(59,-62,944,815),35493=>array(50,-65,945,831),35494=>array(60,-64,895,793),35495=>array(59,-66,953,826),35496=>array(62,-68,954,845),35497=>array(61,-56,948,851),35498=>array(57,-71,964,816),35499=>array(59,-68,967,842),35500=>array(59,-57,956,848),35501=>array(53,-57,966,829),35502=>array(61,-66,964,849),35503=>array(61,-62,932,849),35504=>array(54,-70,952,837),35505=>array(61,-72,962,849),35506=>array(56,-61,970,817),35507=>array(61,-77,932,849),35508=>array(61,-63,977,850),35509=>array(61,-64,968,855),35510=>array(69,-68,974,842),35511=>array(61,-67,939,849),35512=>array(60,-63,955,837),35513=>array(53,-68,954,829),35514=>array(59,-68,977,836),35515=>array(59,-69,967,834),35516=>array(53,-57,958,827),35517=>array(60,-61,965,837),35518=>array(119,-68,903,804),35519=>array(53,-62,915,817),35520=>array(54,-68,950,843),35521=>array(61,-62,963,843),35522=>array(58,-68,897,838),35523=>array(57,-70,970,832),35524=>array(56,-62,959,835),35525=>array(50,-71,963,831),35526=>array(55,-80,952,833),35527=>array(63,-67,962,841),35528=>array(54,-47,963,843),35529=>array(62,-65,958,843),35530=>array(61,-66,937,849),35531=>array(53,-65,956,835),35532=>array(53,-64,974,835),35533=>array(56,-61,956,836),35534=>array(61,-64,960,849),35535=>array(51,-68,969,817),35536=>array(26,-58,946,836),35537=>array(56,-64,978,833),35538=>array(53,-60,960,830),35539=>array(63,-62,959,840),35540=>array(60,-69,975,838),35541=>array(60,-70,959,833),35542=>array(55,-63,973,849),35543=>array(63,-55,986,843),35544=>array(63,-73,980,839),35545=>array(58,-70,963,834),35546=>array(61,-53,983,824),35547=>array(53,-74,975,832),35548=>array(53,-64,971,830),35549=>array(59,-68,973,839),35550=>array(71,-72,928,794),35551=>array(55,-60,967,814),35552=>array(50,-42,947,837),35553=>array(54,-37,973,816),35554=>array(49,-67,954,793),35555=>array(49,-67,914,840),35556=>array(55,-59,951,793),35557=>array(55,-44,947,842),35558=>array(51,-67,946,826),35559=>array(56,-65,951,832),35560=>array(54,-67,927,840),35561=>array(55,-43,936,845),35562=>array(54,-73,949,833),35563=>array(48,-67,964,833),35564=>array(29,-69,953,852),35565=>array(48,-68,970,852),35566=>array(53,-64,965,845),35567=>array(61,-61,955,838),35568=>array(56,-48,971,833),35569=>array(58,-62,951,842),35570=>array(68,-45,959,836),35571=>array(57,-64,947,844),35572=>array(42,-60,945,837),35573=>array(55,-56,953,846),35574=>array(65,-82,957,818),35575=>array(51,-69,964,797),35576=>array(59,-66,948,835),35577=>array(59,-48,947,842),35578=>array(54,-71,952,830),35579=>array(59,-43,953,844),35580=>array(68,-70,981,839),35581=>array(59,-68,947,842),35582=>array(53,-65,949,836),35583=>array(53,-69,950,835),35584=>array(53,-69,969,829),35585=>array(62,-60,926,816),35586=>array(60,-64,911,823),35587=>array(63,-42,959,842),35588=>array(40,-72,967,840),35589=>array(58,-63,914,841),35590=>array(56,-61,919,872),35591=>array(31,-65,970,843),35592=>array(35,-67,969,793),35593=>array(64,-56,984,851),35594=>array(56,-63,961,840),35595=>array(75,-71,987,834),35596=>array(69,-60,954,804),35597=>array(108,-71,902,823),35598=>array(79,-70,956,836),35599=>array(60,-60,958,843),35600=>array(66,-55,968,827),35601=>array(57,-74,957,842),35602=>array(61,-68,963,838),35603=>array(60,-73,960,842),35604=>array(62,-68,954,833),35605=>array(57,-72,959,836),35606=>array(50,-66,968,793),35607=>array(59,-69,951,816),35608=>array(57,-71,952,838),35609=>array(64,-64,978,843),35610=>array(54,-57,961,804),35611=>array(55,-65,952,826),35612=>array(57,-66,962,845),35613=>array(53,-66,951,844),35614=>array(59,-68,930,832),35615=>array(51,-57,926,848),35616=>array(59,-58,957,842),35617=>array(53,-64,952,829),35618=>array(62,-73,972,841),35619=>array(58,-68,953,837),35620=>array(59,-69,955,833),35621=>array(56,-53,968,831),35622=>array(45,-66,958,845),35623=>array(59,-66,954,838),35624=>array(63,-68,984,823),35625=>array(33,-72,976,841),35626=>array(62,-67,956,838),35627=>array(55,-70,951,838),35628=>array(60,-72,947,795),35629=>array(55,-73,947,838),35630=>array(52,-77,958,842),35631=>array(42,-49,945,849),35632=>array(61,-71,964,835),35633=>array(53,-75,948,842),35634=>array(53,-73,970,848),35635=>array(60,-85,957,793),35636=>array(60,-68,951,847),35637=>array(81,-68,922,835),35638=>array(45,-61,960,837),35639=>array(63,-60,964,839),35640=>array(66,-79,974,834),35641=>array(60,-50,953,830),35642=>array(69,-81,958,837),35643=>array(71,-72,938,836),35644=>array(56,-78,946,833),35645=>array(79,-68,940,841),35646=>array(68,-60,983,813),35647=>array(60,-75,942,847),35648=>array(56,-70,968,842),35649=>array(54,-64,954,834),35650=>array(68,-68,956,840),35651=>array(60,-48,961,847),35652=>array(60,-63,918,847),35653=>array(54,-44,946,839),35654=>array(34,-70,943,825),35655=>array(60,-66,972,841),35656=>array(54,-74,972,841),35657=>array(59,-53,956,830),35658=>array(56,-69,950,839),35659=>array(75,-60,922,846),35660=>array(51,-79,968,852),35661=>array(42,-71,944,851),35662=>array(62,-64,941,798),35663=>array(57,-67,972,833),35664=>array(56,-65,954,845),35665=>array(60,-62,965,844),35666=>array(50,-57,970,848),35667=>array(73,-46,977,827),35668=>array(48,-58,951,846),35669=>array(58,-67,955,844),35670=>array(55,-67,960,824),35671=>array(66,-59,959,841),35672=>array(51,-68,959,833),35673=>array(60,-71,971,835),35674=>array(49,-67,954,813),35675=>array(60,-49,966,838),35676=>array(53,-61,952,843),35677=>array(52,-50,966,840),35678=>array(60,-66,976,847),35679=>array(53,-50,969,800),35680=>array(63,-55,960,837),35681=>array(60,-65,945,847),35682=>array(60,-63,978,847),35683=>array(42,-70,970,847),35684=>array(60,-66,985,847),35685=>array(40,-67,979,845),35686=>array(55,-77,944,824),35687=>array(48,-66,967,838),35688=>array(57,-73,977,839),35689=>array(63,-48,966,844),35690=>array(57,-68,948,834),35691=>array(64,-76,962,839),35692=>array(66,-60,961,830),35693=>array(51,-59,973,846),35694=>array(60,-68,985,848),35695=>array(53,-64,939,795),35696=>array(54,-63,962,850),35697=>array(36,-86,955,843),35698=>array(52,-79,973,837),35699=>array(60,-59,953,847),35700=>array(60,-63,967,836),35701=>array(63,-68,959,847),35702=>array(36,-66,955,847),35703=>array(53,-59,971,837),35704=>array(63,-61,964,840),35705=>array(53,-68,977,836),35706=>array(54,-74,967,831),35707=>array(83,-63,936,790),35708=>array(83,-74,936,841),35709=>array(31,-64,971,832),35710=>array(60,-55,956,858),35711=>array(57,-46,965,823),35712=>array(59,-71,961,835),35713=>array(39,-60,961,847),35714=>array(61,-71,959,835),35715=>array(51,-69,959,836),35716=>array(76,-63,920,840),35717=>array(55,-69,973,840),35718=>array(40,-71,955,839),35719=>array(60,-60,923,847),35720=>array(55,-70,971,828),35721=>array(61,-61,953,842),35722=>array(50,-70,960,840),35723=>array(66,-48,953,860),35724=>array(52,-66,968,838),35725=>array(60,-48,938,847),35726=>array(23,-62,952,845),35727=>array(40,-71,955,854),35728=>array(41,-71,944,842),35729=>array(60,-52,969,847),35730=>array(52,-65,961,842),35731=>array(59,-66,957,845),35732=>array(49,-63,967,842),35733=>array(62,-62,900,839),35734=>array(58,-59,960,834),35735=>array(60,-67,951,839),35736=>array(58,-67,960,831),35737=>array(53,-52,949,842),35738=>array(56,-60,959,851),35739=>array(74,-60,957,847),35740=>array(59,-79,967,833),35741=>array(62,-67,956,847),35742=>array(53,-70,968,835),35743=>array(55,-61,949,840),35744=>array(308,-19,665,809),35745=>array(74,-66,937,840),35746=>array(69,-65,926,826),35747=>array(62,-67,953,840),35748=>array(72,-62,958,826),35749=>array(59,-58,960,812),35750=>array(52,-66,922,810),35751=>array(49,13,913,814),35752=>array(75,-70,932,828),35753=>array(66,-22,929,818),35754=>array(50,-58,878,826),35755=>array(70,-29,943,838),35756=>array(68,-30,944,836),35757=>array(65,-74,889,826),35758=>array(49,-71,968,806),35759=>array(68,-57,958,826),35760=>array(80,-28,946,834),35761=>array(61,-60,890,836),35762=>array(56,-68,916,829),35763=>array(49,-58,916,830),35764=>array(61,-11,933,807),35765=>array(47,-25,917,820),35766=>array(49,-64,914,808),35767=>array(62,-61,901,829),35768=>array(64,-65,936,836),35769=>array(62,-64,930,836),35770=>array(52,-30,964,828),35771=>array(50,-65,906,832),35772=>array(56,-59,936,784),35773=>array(54,-61,975,811),35774=>array(54,-54,946,804),35775=>array(71,-71,931,847),35776=>array(74,-71,931,835),35777=>array(59,-22,938,797),35778=>array(67,-66,936,823),35779=>array(67,-64,944,826),35780=>array(78,-67,942,836),35781=>array(53,-29,927,790),35782=>array(49,-54,951,811),35783=>array(58,-60,909,836),35784=>array(69,-69,931,839),35785=>array(69,-69,946,834),35786=>array(69,-74,960,846),35787=>array(62,-64,938,830),35788=>array(66,-54,873,820),35789=>array(51,-61,888,826),35790=>array(56,-69,892,826),35791=>array(49,-56,888,823),35792=>array(43,-71,970,832),35793=>array(63,-60,954,817),35794=>array(63,-60,940,837),35795=>array(58,-26,938,826),35796=>array(56,-71,957,828),35797=>array(57,-61,944,825),35798=>array(63,-27,925,820),35799=>array(41,-62,944,834),35800=>array(67,-66,928,826),35801=>array(56,-59,958,826),35802=>array(47,-57,956,835),35803=>array(57,-68,938,830),35804=>array(43,-75,947,823),35805=>array(72,-65,941,830),35806=>array(62,-66,951,815),35807=>array(53,-79,920,816),35808=>array(62,-19,942,836),35809=>array(71,-63,937,844),35810=>array(61,-62,903,834),35811=>array(57,-69,937,828),35812=>array(68,-58,932,835),35813=>array(69,-79,949,838),35814=>array(59,-67,913,842),35815=>array(61,-25,932,852),35816=>array(60,-58,947,812),35817=>array(54,-54,885,818),35818=>array(76,-57,952,836),35819=>array(76,-65,942,840),35820=>array(54,-16,950,805),35821=>array(53,-70,936,795),35822=>array(57,-74,913,831),35823=>array(61,-69,956,794),35824=>array(57,-66,918,828),35825=>array(70,-69,941,825),35826=>array(72,-60,937,843),35827=>array(49,-54,947,827),35828=>array(66,-68,953,838),35829=>array(56,-65,879,798),35830=>array(56,-71,957,837),35831=>array(61,-66,930,831),35832=>array(68,-67,932,831),35833=>array(48,-70,955,799),35834=>array(54,-66,912,805),35835=>array(56,-69,940,835),35836=>array(61,-57,954,811),35837=>array(59,-64,942,836),35838=>array(56,-66,954,834),35839=>array(56,-65,925,833),35840=>array(56,-77,947,828),35841=>array(50,-72,927,834),35842=>array(50,-51,942,836),35843=>array(72,-85,897,810),35844=>array(67,-67,880,835),35845=>array(69,-70,935,838),35846=>array(69,-64,920,848),35847=>array(57,-71,923,842),35848=>array(55,-71,919,837),35849=>array(55,-66,931,838),35850=>array(55,-25,931,846),35851=>array(72,-67,953,832),35852=>array(60,-51,933,817),35853=>array(61,-66,948,829),35854=>array(53,-65,956,828),35855=>array(56,-69,961,831),35856=>array(57,-67,948,829),35857=>array(53,-70,945,831),35858=>array(74,-62,898,809),35859=>array(62,-66,900,836),35860=>array(55,-62,921,816),35861=>array(58,-72,954,847),35862=>array(60,-72,936,819),35863=>array(49,-65,961,834),35864=>array(54,-66,940,842),35865=>array(68,-66,930,834),35866=>array(60,-64,920,842),35867=>array(65,-69,921,839),35868=>array(59,-55,940,818),35869=>array(50,-74,888,836),35870=>array(78,-51,946,805),35871=>array(54,-65,943,820),35872=>array(60,-69,953,835),35873=>array(75,-65,942,800),35874=>array(53,-66,936,841),35875=>array(63,-74,924,807),35876=>array(74,-71,928,842),35877=>array(59,-35,936,828),35878=>array(63,-66,956,841),35879=>array(60,-36,948,825),35880=>array(54,-35,930,820),35881=>array(57,-61,948,786),35882=>array(58,-68,924,839),35883=>array(51,-79,947,838),35884=>array(58,-74,958,810),35885=>array(55,-70,939,793),35886=>array(57,-67,956,811),35887=>array(64,-75,938,828),35888=>array(46,-65,909,825),35889=>array(60,-62,941,844),35890=>array(59,-66,918,786),35891=>array(48,-75,971,825),35892=>array(47,-61,956,809),35893=>array(54,-78,941,836),35894=>array(56,-67,955,831),35895=>array(34,-53,967,839),35896=>array(59,-64,966,833),35897=>array(42,-58,952,836),35898=>array(37,-62,948,813),35899=>array(49,-68,960,813),35900=>array(32,-73,958,820),35901=>array(57,-69,957,837),35902=>array(34,-48,957,835),35903=>array(38,-66,982,837),35904=>array(35,-64,968,841),35905=>array(54,-63,961,836),35906=>array(45,-72,964,797),35907=>array(37,-71,976,834),35908=>array(37,-66,991,841),35909=>array(29,-70,983,834),35910=>array(100,-14,929,778),35911=>array(62,-17,951,770),35912=>array(62,-12,931,835),35913=>array(53,-68,973,835),35914=>array(57,-32,951,824),35915=>array(41,-26,962,842),35916=>array(51,-69,958,831),35917=>array(52,-73,950,838),35918=>array(48,-18,957,796),35919=>array(54,-67,966,832),35920=>array(70,-25,924,832),35921=>array(28,-67,965,836),35922=>array(34,-67,965,836),35923=>array(45,-46,974,829),35924=>array(45,-47,963,829),35925=>array(70,-49,949,772),35926=>array(58,-70,967,781),35927=>array(41,-75,969,781),35928=>array(43,-41,952,836),35929=>array(62,-55,939,847),35930=>array(31,-61,972,789),35931=>array(58,-69,963,787),35932=>array(43,-75,940,786),35933=>array(33,-46,951,785),35934=>array(43,-52,921,846),35935=>array(40,-65,958,815),35936=>array(43,-41,947,787),35937=>array(67,-59,940,845),35938=>array(49,-62,957,839),35939=>array(43,-71,953,787),35940=>array(29,-70,963,783),35941=>array(36,-64,958,834),35942=>array(49,-70,973,829),35943=>array(43,-75,951,824),35944=>array(41,-67,952,835),35945=>array(39,-64,977,779),35946=>array(88,-66,960,834),35947=>array(60,-72,962,835),35948=>array(47,-69,959,835),35949=>array(48,-70,984,789),35950=>array(42,-68,957,836),35951=>array(39,-77,975,819),35952=>array(77,-77,965,824),35953=>array(50,-61,959,782),35954=>array(42,-64,968,786),35955=>array(113,-69,911,825),35956=>array(43,-73,963,835),35957=>array(52,-71,983,829),35958=>array(34,-72,971,826),35959=>array(41,-62,967,832),35960=>array(125,-58,931,843),35961=>array(57,-56,903,842),35962=>array(61,-58,957,850),35963=>array(50,-67,963,835),35964=>array(40,-65,966,835),35965=>array(48,-65,914,842),35966=>array(48,-48,932,842),35967=>array(68,-52,921,846),35968=>array(41,-72,916,834),35969=>array(36,-57,965,855),35970=>array(65,-52,919,836),35971=>array(48,-63,890,842),35972=>array(46,-69,956,834),35973=>array(55,-61,981,850),35974=>array(46,-67,954,830),35975=>array(48,-55,960,842),35976=>array(48,-73,964,843),35977=>array(43,-64,975,840),35978=>array(54,-63,959,830),35979=>array(48,-65,926,842),35980=>array(41,-66,966,841),35981=>array(55,-59,956,838),35982=>array(48,-61,991,842),35983=>array(35,-73,953,836),35984=>array(46,-64,986,860),35985=>array(42,-75,977,829),35986=>array(37,-70,956,831),35987=>array(44,-67,950,836),35988=>array(34,-61,949,850),35989=>array(35,-62,959,834),35990=>array(36,-48,974,842),35991=>array(37,-71,951,837),35992=>array(26,-65,975,837),35993=>array(40,-60,965,827),35994=>array(43,-68,968,838),35995=>array(38,-71,912,832),35996=>array(55,-70,973,830),35997=>array(89,-68,912,789),35998=>array(59,-69,950,836),35999=>array(59,-69,950,842),36000=>array(53,-69,952,855),36001=>array(46,-73,939,829),36002=>array(59,-67,949,789),36003=>array(65,-70,954,850),36004=>array(52,-54,964,849),36005=>array(46,-78,954,834),36006=>array(52,-69,948,804),36007=>array(54,-69,954,823),36008=>array(52,-71,955,831),36009=>array(50,-67,973,788),36010=>array(38,-78,969,857),36011=>array(57,-74,946,785),36012=>array(57,-67,955,836),36013=>array(52,-75,924,831),36014=>array(53,-70,956,817),36015=>array(48,-68,948,822),36016=>array(51,-73,949,836),36017=>array(14,-67,970,832),36018=>array(43,-75,956,824),36019=>array(53,-70,956,837),36020=>array(57,-67,949,832),36021=>array(43,-66,977,865),36022=>array(57,-65,969,830),36023=>array(65,-67,949,782),36024=>array(63,-69,942,838),36025=>array(47,-75,956,822),36026=>array(51,-75,972,773),36027=>array(73,-71,933,837),36028=>array(50,-64,954,835),36029=>array(60,-62,960,833),36030=>array(49,-54,955,849),36031=>array(72,-67,941,827),36032=>array(65,-73,943,839),36033=>array(61,-67,943,828),36034=>array(57,-63,976,839),36035=>array(40,-65,957,837),36036=>array(54,-68,961,834),36037=>array(54,-77,973,830),36038=>array(21,-70,949,839),36039=>array(61,-70,942,837),36040=>array(66,-79,948,785),36041=>array(37,-58,973,855),36042=>array(41,-58,963,837),36043=>array(37,-76,970,846),36044=>array(66,-77,947,844),36045=>array(49,-59,956,822),36046=>array(44,-69,959,827),36047=>array(57,-73,963,773),36048=>array(31,-67,979,836),36049=>array(37,-71,971,787),36050=>array(40,-64,969,851),36051=>array(44,-74,974,837),36052=>array(101,-85,911,844),36053=>array(51,-66,981,829),36054=>array(31,-69,962,825),36055=>array(55,-74,911,822),36056=>array(49,-59,956,847),36057=>array(63,-71,911,793),36058=>array(45,-70,985,836),36059=>array(52,-76,964,843),36060=>array(60,-66,920,791),36061=>array(40,-70,976,780),36062=>array(71,-74,948,836),36063=>array(40,-73,955,830),36064=>array(59,-65,956,835),36065=>array(32,-67,954,849),36066=>array(70,-73,944,789),36067=>array(48,-69,945,826),36068=>array(48,-67,967,842),36069=>array(41,-73,950,840),36070=>array(42,-63,958,836),36071=>array(39,-68,974,832),36072=>array(57,-79,963,839),36073=>array(42,-60,960,845),36074=>array(63,-68,941,833),36075=>array(69,-70,954,826),36076=>array(55,-68,978,787),36077=>array(43,-65,944,823),36078=>array(40,-74,977,827),36079=>array(57,-60,934,840),36080=>array(49,-70,980,838),36081=>array(56,-76,958,783),36082=>array(38,-73,967,845),36083=>array(51,-75,967,830),36084=>array(44,-71,961,830),36085=>array(55,-68,921,789),36086=>array(40,-67,941,846),36087=>array(69,-70,954,834),36088=>array(31,-66,966,837),36089=>array(44,-66,959,818),36090=>array(58,-65,967,851),36091=>array(50,-65,951,833),36092=>array(41,-66,941,829),36093=>array(50,-73,960,847),36094=>array(113,-76,968,832),36095=>array(41,-72,960,786),36096=>array(68,-76,949,803),36097=>array(42,-61,967,836),36098=>array(41,-71,957,842),36099=>array(49,-62,965,831),36100=>array(61,-68,954,834),36101=>array(51,-70,954,846),36102=>array(37,-67,970,832),36103=>array(46,-71,954,829),36104=>array(34,-73,909,835),36105=>array(47,-71,957,781),36106=>array(60,-72,947,825),36107=>array(41,-70,944,813),36108=>array(36,-64,963,832),36109=>array(36,-74,948,834),36110=>array(47,-66,968,832),36111=>array(42,-62,961,834),36112=>array(47,-59,972,825),36113=>array(55,-66,969,849),36114=>array(70,-73,955,835),36115=>array(27,-65,966,836),36116=>array(49,-71,979,803),36117=>array(56,-73,963,837),36118=>array(47,-73,962,837),36119=>array(41,-73,945,825),36120=>array(26,-72,954,836),36121=>array(31,-71,967,828),36122=>array(30,-65,950,836),36123=>array(54,-70,974,849),36124=>array(55,-63,972,815),36125=>array(77,-58,885,796),36126=>array(65,-63,905,830),36127=>array(57,-65,934,838),36128=>array(73,-61,894,844),36129=>array(48,-61,906,780),36130=>array(42,-70,922,826),36131=>array(60,-66,915,826),36132=>array(61,-67,931,834),36133=>array(47,-74,945,834),36134=>array(32,-72,958,811),36135=>array(29,-63,917,839),36136=>array(25,-69,906,831),36137=>array(33,-70,956,800),36138=>array(33,-66,954,836),36139=>array(34,-65,980,835),36140=>array(32,-67,952,828),36141=>array(33,-64,903,831),36142=>array(28,-71,923,818),36143=>array(43,-69,914,791),36144=>array(48,-68,953,831),36145=>array(30,-59,928,831),36146=>array(70,-78,917,820),36147=>array(61,-71,909,826),36148=>array(42,-67,938,832),36149=>array(41,-65,907,830),36150=>array(31,-58,968,784),36151=>array(47,-65,927,835),36152=>array(83,-66,900,831),36153=>array(60,-63,913,830),36154=>array(24,-72,868,832),36155=>array(35,-69,941,824),36156=>array(31,-56,939,838),36157=>array(39,-86,948,818),36158=>array(47,-71,913,782),36159=>array(33,-69,944,832),36160=>array(60,-84,929,816),36161=>array(30,-59,917,841),36162=>array(33,-64,960,837),36163=>array(38,-68,921,837),36164=>array(71,-70,939,829),36165=>array(39,-79,956,827),36166=>array(31,-64,953,782),36167=>array(39,-69,972,826),36168=>array(39,-70,942,784),36169=>array(34,-70,942,823),36170=>array(39,-69,953,848),36171=>array(37,-69,955,834),36172=>array(39,-69,939,834),36173=>array(76,-70,886,824),36174=>array(43,-58,956,835),36175=>array(84,-54,912,841),36176=>array(39,-69,901,785),36177=>array(43,-66,1003,830),36178=>array(39,-69,911,794),36179=>array(40,-69,930,849),36180=>array(39,-69,939,843),36181=>array(39,-70,957,829),36182=>array(40,-63,943,834),36183=>array(39,-74,900,778),36184=>array(43,-69,915,827),36185=>array(39,-68,939,831),36186=>array(41,-65,951,849),36187=>array(38,-75,961,840),36188=>array(99,-67,936,828),36189=>array(31,-69,906,772),36190=>array(35,-75,930,836),36191=>array(46,-75,954,834),36192=>array(32,-71,895,827),36193=>array(22,-75,931,831),36194=>array(35,-69,949,842),36195=>array(55,-69,943,835),36196=>array(67,-75,930,830),36197=>array(31,-71,961,839),36198=>array(56,-63,984,848),36199=>array(48,-68,957,829),36200=>array(40,-67,966,825),36201=>array(28,-67,961,826),36202=>array(25,-80,971,825),36203=>array(51,-65,970,836),36204=>array(36,-76,962,823),36205=>array(25,-70,958,832),36206=>array(35,-79,975,833),36207=>array(32,-71,960,837),36208=>array(46,-74,960,830),36209=>array(69,-66,950,830),36210=>array(36,-62,963,833),36211=>array(50,-65,966,831),36212=>array(41,-73,967,829),36213=>array(23,-60,942,823),36214=>array(27,-72,965,831),36215=>array(35,-74,945,834),36216=>array(46,-71,973,825),36217=>array(39,-66,960,829),36218=>array(46,-71,973,824),36219=>array(46,-72,974,835),36220=>array(33,-64,968,835),36221=>array(44,-74,972,830),36222=>array(46,-72,974,835),36223=>array(46,-72,978,835),36224=>array(47,-71,970,832),36225=>array(18,-62,960,857),36226=>array(46,-72,974,835),36227=>array(46,-72,974,835),36228=>array(38,-65,975,833),36229=>array(33,-68,959,833),36230=>array(46,-72,978,835),36231=>array(46,-72,974,835),36232=>array(46,-72,974,835),36233=>array(40,-65,968,826),36234=>array(42,-74,962,832),36235=>array(26,-72,938,824),36236=>array(30,-61,967,836),36237=>array(39,-64,977,830),36238=>array(35,-68,978,832),36239=>array(36,-65,981,820),36240=>array(28,-61,973,828),36241=>array(42,-64,973,848),36242=>array(27,-65,965,826),36243=>array(28,-61,981,826),36244=>array(39,-68,976,831),36245=>array(46,-69,966,829),36246=>array(57,-68,966,824),36247=>array(28,-61,965,826),36248=>array(28,-61,965,826),36249=>array(41,-75,959,830),36250=>array(28,-61,965,826),36251=>array(36,-71,969,824),36252=>array(35,-68,970,833),36253=>array(46,-72,974,835),36254=>array(46,-72,974,835),36255=>array(58,-53,973,841),36256=>array(39,-71,977,824),36257=>array(41,-68,971,823),36258=>array(34,-64,960,835),36259=>array(31,-54,960,835),36260=>array(46,-72,974,836),36261=>array(37,-60,968,835),36262=>array(45,-53,974,845),36263=>array(37,-71,981,818),36264=>array(56,-71,966,834),36265=>array(46,-72,974,835),36266=>array(39,-57,979,833),36267=>array(32,-71,984,825),36268=>array(41,-64,983,830),36269=>array(33,-62,984,827),36270=>array(26,-67,975,829),36271=>array(33,-68,970,828),36272=>array(31,-72,979,835),36273=>array(22,-69,937,817),36274=>array(42,-65,970,832),36275=>array(55,-73,970,762),36276=>array(30,-74,968,786),36277=>array(53,-54,896,841),36278=>array(64,-65,967,790),36279=>array(48,-37,974,830),36280=>array(45,-73,940,761),36281=>array(57,-72,965,827),36282=>array(45,-72,974,829),36283=>array(45,-72,967,837),36284=>array(54,-76,947,783),36285=>array(45,-69,959,849),36286=>array(45,-24,954,822),36287=>array(35,-71,971,788),36288=>array(45,-65,870,788),36289=>array(56,-32,959,785),36290=>array(35,-53,954,841),36291=>array(39,-64,963,832),36292=>array(45,-34,953,814),36293=>array(47,-70,955,819),36294=>array(52,-68,972,837),36295=>array(61,-34,951,822),36296=>array(48,-69,960,839),36297=>array(45,-79,971,847),36298=>array(40,-61,967,836),36299=>array(21,-76,948,841),36300=>array(52,-59,975,844),36301=>array(55,-68,951,826),36302=>array(48,-27,950,839),36303=>array(46,-72,907,828),36304=>array(46,-59,964,822),36305=>array(45,-34,966,838),36306=>array(45,-62,965,788),36307=>array(47,-15,955,842),36308=>array(45,-52,921,846),36309=>array(41,-52,947,842),36310=>array(39,-53,947,786),36311=>array(41,-50,951,846),36312=>array(53,-70,956,825),36313=>array(59,-19,963,783),36314=>array(28,-67,919,781),36315=>array(53,-62,978,841),36316=>array(45,-72,954,790),36317=>array(31,-61,947,795),36318=>array(48,-62,939,817),36319=>array(46,-71,964,787),36320=>array(52,-73,975,823),36321=>array(47,-59,955,822),36322=>array(42,-63,913,836),36323=>array(40,-63,953,829),36324=>array(50,-65,983,846),36325=>array(46,-62,964,791),36326=>array(50,-70,977,829),36327=>array(43,-20,968,793),36328=>array(39,-64,962,841),36329=>array(44,-74,967,823),36330=>array(48,-65,965,852),36331=>array(29,-64,947,778),36332=>array(54,-23,958,829),36333=>array(40,-69,972,841),36334=>array(51,-33,956,779),36335=>array(29,-67,968,838),36336=>array(50,-73,954,829),36337=>array(40,-52,950,841),36338=>array(44,-54,963,858),36339=>array(41,-70,945,825),36340=>array(37,-68,952,789),36341=>array(40,-69,959,827),36342=>array(50,-49,982,788),36343=>array(52,-71,938,815),36344=>array(35,-64,929,808),36345=>array(42,-51,935,804),36346=>array(54,-64,979,794),36347=>array(43,-66,948,835),36348=>array(48,-55,916,800),36349=>array(48,-32,969,791),36350=>array(46,-72,974,827),36351=>array(51,-70,966,821),36352=>array(52,-73,970,781),36353=>array(46,-28,945,785),36354=>array(51,-70,961,783),36355=>array(51,-69,909,824),36356=>array(45,-64,955,830),36357=>array(44,-66,970,835),36358=>array(48,-72,970,827),36359=>array(51,-64,953,825),36360=>array(45,-54,960,841),36361=>array(58,-68,981,837),36362=>array(50,-64,897,800),36363=>array(80,-61,915,810),36364=>array(37,-61,917,828),36365=>array(47,-68,948,823),36366=>array(36,-54,969,797),36367=>array(53,-62,980,843),36368=>array(30,-55,945,841),36369=>array(55,-75,967,824),36370=>array(44,-72,965,829),36371=>array(45,-68,959,831),36372=>array(54,-62,965,838),36373=>array(44,-73,972,827),36374=>array(47,-61,972,837),36375=>array(52,-36,976,835),36376=>array(49,-63,916,837),36377=>array(51,-73,981,782),36378=>array(47,-68,984,836),36379=>array(44,-26,954,826),36380=>array(56,-71,982,823),36381=>array(43,-67,972,787),36382=>array(46,-69,952,785),36383=>array(28,-67,886,836),36384=>array(39,-76,966,843),36385=>array(48,-37,986,846),36386=>array(46,-58,907,794),36387=>array(48,-65,953,849),36388=>array(48,-69,954,840),36389=>array(38,-70,950,833),36390=>array(42,-62,965,844),36391=>array(41,-69,979,830),36392=>array(59,-65,975,837),36393=>array(48,-62,976,837),36394=>array(44,-57,969,834),36395=>array(45,-35,957,832),36396=>array(42,-68,921,823),36397=>array(53,-59,970,836),36398=>array(43,-65,949,845),36399=>array(38,-65,919,798),36400=>array(43,-64,962,832),36401=>array(49,-62,982,856),36402=>array(47,-67,950,840),36403=>array(39,-68,978,840),36404=>array(41,-56,918,801),36405=>array(45,-27,958,839),36406=>array(52,-55,987,803),36407=>array(72,-69,959,835),36408=>array(35,-26,953,824),36409=>array(53,-64,956,835),36410=>array(43,-73,946,805),36411=>array(72,-57,916,800),36412=>array(33,-79,963,778),36413=>array(46,-62,942,836),36414=>array(41,-65,932,787),36415=>array(32,-75,983,822),36416=>array(49,-65,975,830),36417=>array(48,-65,944,843),36418=>array(45,-61,984,799),36419=>array(72,-65,948,836),36420=>array(37,-67,946,826),36421=>array(39,-32,967,823),36422=>array(38,-65,954,800),36423=>array(34,-62,984,842),36424=>array(53,-62,937,835),36425=>array(30,-26,937,841),36426=>array(20,-61,967,842),36427=>array(49,-61,903,799),36428=>array(55,-64,982,866),36429=>array(34,-52,968,797),36430=>array(50,-79,961,833),36431=>array(34,-72,968,830),36432=>array(51,-62,986,846),36433=>array(35,-71,937,780),36434=>array(29,-66,914,818),36435=>array(47,-62,920,841),36436=>array(39,-54,972,839),36437=>array(34,-68,949,805),36438=>array(48,-70,965,834),36439=>array(49,-66,962,837),36440=>array(27,-61,966,802),36441=>array(55,-60,981,842),36442=>array(61,-37,960,816),36443=>array(50,-74,951,821),36444=>array(36,-52,915,857),36445=>array(43,-67,971,831),36446=>array(40,-82,959,828),36447=>array(39,-55,955,849),36448=>array(38,-60,958,835),36449=>array(36,-52,952,858),36450=>array(39,-52,948,855),36451=>array(47,-65,954,835),36452=>array(43,-65,979,831),36453=>array(45,-72,969,823),36454=>array(46,-74,905,836),36455=>array(59,-74,962,821),36456=>array(64,-65,971,837),36457=>array(33,-65,972,839),36458=>array(52,-81,965,825),36459=>array(29,-67,933,788),36460=>array(33,-26,969,836),36461=>array(44,-64,912,846),36462=>array(37,-43,974,813),36463=>array(31,-67,971,833),36464=>array(30,-66,939,802),36465=>array(59,-32,971,839),36466=>array(44,-72,970,834),36467=>array(46,-67,979,832),36468=>array(25,-68,956,828),36469=>array(33,-65,965,845),36470=>array(25,-70,965,788),36471=>array(37,-58,963,800),36472=>array(49,-70,974,827),36473=>array(44,-63,979,858),36474=>array(46,-63,962,842),36475=>array(34,-59,961,857),36476=>array(28,-64,963,832),36477=>array(39,-62,975,859),36478=>array(39,-73,973,837),36479=>array(39,-60,916,843),36480=>array(28,-68,951,802),36481=>array(31,-61,965,798),36482=>array(46,-68,977,836),36483=>array(36,-64,965,849),36484=>array(39,-57,960,843),36485=>array(57,-62,924,786),36486=>array(23,-67,976,837),36487=>array(36,-62,953,842),36488=>array(33,-72,982,841),36489=>array(44,-67,968,833),36490=>array(43,-58,958,839),36491=>array(32,-69,964,849),36492=>array(62,-72,961,833),36493=>array(35,-70,956,813),36494=>array(61,-71,958,783),36495=>array(50,-71,918,820),36496=>array(41,-63,974,852),36497=>array(32,-67,956,821),36498=>array(45,-52,961,856),36499=>array(39,-68,974,837),36500=>array(25,-67,941,848),36501=>array(36,-63,960,853),36502=>array(59,-68,915,835),36503=>array(36,-67,979,839),36504=>array(33,-65,967,838),36505=>array(37,-50,901,804),36506=>array(36,-66,973,815),36507=>array(36,-67,979,839),36508=>array(34,-75,927,824),36509=>array(37,-50,917,804),36510=>array(37,-65,985,847),36511=>array(39,-65,976,850),36512=>array(43,-67,960,829),36513=>array(30,-69,955,804),36514=>array(37,-50,910,805),36515=>array(50,-65,967,787),36516=>array(42,-64,956,831),36517=>array(33,-65,963,849),36518=>array(40,-75,975,829),36519=>array(42,-73,966,791),36520=>array(39,-68,956,841),36521=>array(41,-61,980,809),36522=>array(49,-59,964,837),36523=>array(74,-62,924,853),36524=>array(55,-60,904,839),36525=>array(40,-66,969,848),36526=>array(57,-61,968,846),36527=>array(47,-65,945,844),36528=>array(27,-53,969,851),36529=>array(56,-62,965,848),36530=>array(54,-62,976,843),36531=>array(53,-69,917,861),36532=>array(47,-68,972,844),36533=>array(49,-68,973,830),36534=>array(41,-68,965,830),36535=>array(41,-67,970,841),36536=>array(57,-68,956,830),36537=>array(53,-68,946,847),36538=>array(48,-62,936,851),36539=>array(45,-68,948,845),36540=>array(49,-68,975,830),36541=>array(35,-58,958,850),36542=>array(34,-62,969,843),36543=>array(45,-63,966,857),36544=>array(42,-60,964,853),36545=>array(45,-68,962,839),36546=>array(33,-70,969,829),36547=>array(53,-68,968,830),36548=>array(45,-68,977,845),36549=>array(26,-73,977,841),36550=>array(32,-58,946,848),36551=>array(53,-57,968,846),36552=>array(38,-61,948,848),36553=>array(38,-78,934,836),36554=>array(63,-71,935,832),36555=>array(54,-70,948,830),36556=>array(53,-74,957,831),36557=>array(91,-68,923,784),36558=>array(61,-67,913,819),36559=>array(52,-69,958,829),36560=>array(41,-69,958,827),36561=>array(61,-72,978,827),36562=>array(55,-68,951,832),36563=>array(64,-76,963,824),36564=>array(68,-67,917,830),36565=>array(65,-69,921,830),36566=>array(62,-69,961,827),36567=>array(63,-73,962,830),36568=>array(61,-65,957,835),36569=>array(50,-70,945,838),36570=>array(65,-69,977,838),36571=>array(60,-66,954,830),36572=>array(66,-70,918,827),36573=>array(46,-68,966,832),36574=>array(60,-70,961,836),36575=>array(62,-67,965,841),36576=>array(59,-64,949,827),36577=>array(61,-76,968,834),36578=>array(53,-69,964,827),36579=>array(61,-55,913,834),36580=>array(65,-70,950,827),36581=>array(60,-65,915,831),36582=>array(59,-69,956,832),36583=>array(57,-72,960,833),36584=>array(54,-69,965,845),36585=>array(68,-70,954,838),36586=>array(84,-75,924,835),36587=>array(51,-67,969,844),36588=>array(46,-64,966,855),36589=>array(43,-71,945,827),36590=>array(61,-80,968,829),36591=>array(57,-72,950,827),36592=>array(62,-50,940,835),36593=>array(58,-60,975,834),36594=>array(72,-76,929,833),36595=>array(72,-64,977,849),36596=>array(72,-64,962,839),36597=>array(63,-69,952,835),36598=>array(76,-67,970,829),36599=>array(57,-52,959,839),36600=>array(58,-76,913,831),36601=>array(57,-67,962,826),36602=>array(69,-67,918,832),36603=>array(54,-67,950,829),36604=>array(56,-67,979,829),36605=>array(52,-64,976,833),36606=>array(60,-67,968,836),36607=>array(55,-54,949,852),36608=>array(53,-56,948,836),36609=>array(56,-80,977,826),36610=>array(44,-69,961,829),36611=>array(59,-67,965,829),36612=>array(59,-69,970,829),36613=>array(47,-65,967,838),36614=>array(57,-75,960,836),36615=>array(62,-71,966,820),36616=>array(61,-63,959,838),36617=>array(63,-62,956,836),36618=>array(60,-64,954,831),36619=>array(28,-64,980,840),36620=>array(52,-72,939,831),36621=>array(58,-70,967,824),36622=>array(60,-69,937,826),36623=>array(65,-68,966,825),36624=>array(66,-70,973,824),36625=>array(60,-71,951,827),36626=>array(50,-67,967,830),36627=>array(58,-67,966,827),36628=>array(55,-73,948,833),36629=>array(57,-70,950,832),36630=>array(57,-70,900,822),36631=>array(54,-65,962,827),36632=>array(47,-57,966,835),36633=>array(46,-68,966,837),36634=>array(62,-70,971,834),36635=>array(52,-72,939,831),36636=>array(63,-71,940,835),36637=>array(41,-63,953,832),36638=>array(57,-65,924,831),36639=>array(60,-65,971,833),36640=>array(62,-71,978,823),36641=>array(77,-68,912,841),36642=>array(77,-65,956,849),36643=>array(62,-76,903,823),36644=>array(61,-70,953,832),36645=>array(54,-70,955,829),36646=>array(52,-62,954,831),36647=>array(57,-65,949,859),36648=>array(62,-65,930,846),36649=>array(55,-74,951,838),36650=>array(52,-71,971,868),36651=>array(52,-65,967,831),36652=>array(54,-57,970,849),36653=>array(65,-72,975,820),36654=>array(60,-68,977,826),36655=>array(62,-70,951,831),36656=>array(77,-65,959,831),36657=>array(47,-68,979,835),36658=>array(72,-64,957,835),36659=>array(47,-67,964,832),36660=>array(50,-72,951,833),36661=>array(60,-53,923,838),36662=>array(56,-66,947,852),36663=>array(65,-70,919,834),36664=>array(45,-70,960,849),36665=>array(60,-68,974,836),36666=>array(63,-71,940,833),36667=>array(46,-74,941,827),36668=>array(59,-70,959,823),36669=>array(42,-66,967,831),36670=>array(60,-71,964,831),36671=>array(66,-55,948,839),36672=>array(59,-70,959,823),36673=>array(52,-65,944,831),36674=>array(48,-68,968,836),36675=>array(66,-69,973,833),36676=>array(53,-62,949,837),36677=>array(50,-70,967,833),36678=>array(53,-68,958,835),36679=>array(58,-64,968,829),36680=>array(58,-70,974,828),36681=>array(56,-71,947,828),36682=>array(44,-72,943,837),36683=>array(55,-72,974,825),36684=>array(46,-66,946,831),36685=>array(42,-68,972,837),36686=>array(51,-61,964,841),36687=>array(63,-71,958,825),36688=>array(53,-69,969,826),36689=>array(55,-54,968,844),36690=>array(65,-72,959,829),36691=>array(60,-67,978,829),36692=>array(48,-67,954,833),36693=>array(61,-64,948,830),36694=>array(58,-68,962,829),36695=>array(50,-66,961,830),36696=>array(56,-70,984,831),36697=>array(50,-74,974,853),36698=>array(60,-62,971,828),36699=>array(69,-71,964,826),36700=>array(42,-65,970,831),36701=>array(46,-69,977,836),36702=>array(66,-73,958,829),36703=>array(63,-62,960,836),36704=>array(71,-68,929,824),36705=>array(32,-65,961,844),36706=>array(50,-65,970,831),36707=>array(45,-53,969,836),36708=>array(52,-67,956,832),36709=>array(55,-65,941,837),36710=>array(42,-61,956,833),36711=>array(69,-73,922,823),36712=>array(67,-78,940,828),36713=>array(63,-70,934,823),36714=>array(68,-70,977,838),36715=>array(63,-69,901,824),36716=>array(53,-66,935,826),36717=>array(52,-74,937,818),36718=>array(31,-55,951,835),36719=>array(73,-69,949,838),36720=>array(28,-57,939,837),36721=>array(52,-76,929,823),36722=>array(52,-74,933,818),36723=>array(44,-73,929,819),36724=>array(59,-74,903,821),36725=>array(63,-69,946,824),36726=>array(52,-74,962,826),36727=>array(25,-65,920,828),36728=>array(52,-74,952,840),36729=>array(41,-65,947,823),36730=>array(63,-68,901,824),36731=>array(51,-48,938,836),36732=>array(37,-75,936,833),36733=>array(58,-69,939,824),36734=>array(52,-74,930,818),36735=>array(31,-66,948,832),36736=>array(63,-68,960,838),36737=>array(44,-60,940,831),36738=>array(52,-67,950,836),36739=>array(54,-69,948,835),36740=>array(45,-69,937,827),36741=>array(52,-73,931,831),36742=>array(35,-57,925,833),36743=>array(43,-75,950,816),36744=>array(68,-70,932,821),36745=>array(42,-57,948,833),36746=>array(52,-74,942,818),36747=>array(63,-67,905,827),36748=>array(63,-68,966,849),36749=>array(43,-65,961,819),36750=>array(55,-73,922,833),36751=>array(55,-69,944,838),36752=>array(43,-74,923,818),36753=>array(56,-69,936,821),36754=>array(46,-69,959,821),36755=>array(61,-73,943,846),36756=>array(40,-65,914,829),36757=>array(41,-78,949,819),36758=>array(52,-73,931,838),36759=>array(52,-74,948,818),36760=>array(50,-65,951,842),36761=>array(46,-65,938,839),36762=>array(52,-68,947,831),36763=>array(77,-68,923,828),36764=>array(59,-62,945,837),36765=>array(29,-65,948,840),36766=>array(52,-55,953,832),36767=>array(36,-55,954,847),36768=>array(59,-67,945,839),36769=>array(33,-67,954,853),36770=>array(21,-58,954,853),36771=>array(33,-67,967,835),36772=>array(39,-82,974,853),36773=>array(42,-57,960,840),36774=>array(58,-79,932,829),36775=>array(32,-68,945,837),36776=>array(37,-71,949,831),36777=>array(53,-64,933,843),36778=>array(59,-51,947,857),36779=>array(40,-66,915,838),36780=>array(40,-79,945,838),36781=>array(46,-63,962,846),36782=>array(42,-81,959,834),36783=>array(61,-77,938,829),36784=>array(57,-63,963,785),36785=>array(33,-61,955,789),36786=>array(38,-78,963,834),36787=>array(44,-74,956,836),36788=>array(57,-77,968,785),36789=>array(46,-74,960,827),36790=>array(38,-57,938,814),36791=>array(50,-17,957,811),36792=>array(38,-57,938,814),36793=>array(33,-24,939,823),36794=>array(33,-24,939,804),36795=>array(50,-34,955,832),36796=>array(35,-54,965,820),36797=>array(44,-45,944,793),36798=>array(31,-35,940,825),36799=>array(44,-45,944,835),36800=>array(31,-53,952,817),36801=>array(50,-17,957,828),36802=>array(44,-45,944,793),36803=>array(31,-69,952,793),36804=>array(44,-45,944,832),36805=>array(39,-53,960,817),36806=>array(27,-56,957,841),36807=>array(36,-51,933,827),36808=>array(32,-41,938,798),36809=>array(55,-61,979,815),36810=>array(56,-53,940,781),36811=>array(43,-53,972,835),36812=>array(56,-53,940,782),36813=>array(33,-57,962,841),36814=>array(31,-53,952,833),36815=>array(46,-47,952,827),36816=>array(32,-46,944,800),36817=>array(31,-53,952,828),36818=>array(48,-63,970,829),36819=>array(45,-69,966,832),36820=>array(42,-52,960,822),36821=>array(36,-55,968,852),36822=>array(47,-66,979,827),36823=>array(66,-62,988,817),36824=>array(32,-33,927,812),36825=>array(36,-47,942,815),36826=>array(36,-47,942,801),36827=>array(24,-37,935,817),36828=>array(38,-49,941,809),36829=>array(41,-49,938,816),36830=>array(34,-44,944,810),36831=>array(41,-26,938,806),36832=>array(55,-64,973,844),36833=>array(63,-77,974,833),36834=>array(36,-47,942,808),36835=>array(43,-65,967,829),36836=>array(53,-62,968,842),36837=>array(36,-47,942,808),36838=>array(44,-45,944,827),36839=>array(56,-53,940,830),36840=>array(51,-71,975,841),36841=>array(43,-45,946,829),36842=>array(31,-53,952,831),36843=>array(40,-54,961,834),36844=>array(56,-53,940,820),36845=>array(31,-53,952,817),36846=>array(72,-69,979,840),36847=>array(36,-47,952,803),36848=>array(36,-44,959,828),36849=>array(36,-38,959,837),36850=>array(37,-56,951,815),36851=>array(41,-50,939,793),36852=>array(36,-47,965,813),36853=>array(49,-73,982,835),36854=>array(39,-76,975,837),36855=>array(31,-53,952,831),36856=>array(36,-47,965,840),36857=>array(36,-47,965,831),36858=>array(36,-47,965,813),36859=>array(31,-58,960,857),36860=>array(46,-74,972,827),36861=>array(31,-53,952,842),36862=>array(39,-70,974,832),36863=>array(46,-70,978,849),36864=>array(31,-53,952,818),36865=>array(31,-53,952,859),36866=>array(42,-65,935,859),36867=>array(31,-53,952,828),36868=>array(39,-65,982,851),36869=>array(36,-47,965,837),36870=>array(31,-53,952,838),36871=>array(31,-53,952,833),36872=>array(42,-65,948,858),36873=>array(28,-43,942,807),36874=>array(32,-48,940,807),36875=>array(46,-47,952,841),36876=>array(46,-78,968,826),36877=>array(51,-47,950,829),36878=>array(41,-53,962,801),36879=>array(33,-52,954,831),36880=>array(22,-53,953,817),36881=>array(36,-47,965,832),36882=>array(28,-30,930,839),36883=>array(37,-56,951,830),36884=>array(30,-55,951,849),36885=>array(36,-47,965,813),36886=>array(31,-47,960,830),36887=>array(39,-56,953,815),36888=>array(41,-56,959,838),36889=>array(44,-45,944,816),36890=>array(31,-53,952,817),36891=>array(50,-59,963,821),36892=>array(46,-73,980,823),36893=>array(24,-53,945,829),36894=>array(41,-47,970,813),36895=>array(31,-53,952,836),36896=>array(31,-42,946,830),36897=>array(36,-47,965,839),36898=>array(44,-45,944,839),36899=>array(37,-56,951,830),36900=>array(39,-71,980,822),36901=>array(37,-56,976,799),36902=>array(33,-46,939,787),36903=>array(50,-46,944,809),36904=>array(37,-56,951,836),36905=>array(49,-56,963,847),36906=>array(37,-56,951,824),36907=>array(37,-44,951,811),36908=>array(37,-48,951,836),36909=>array(45,-78,971,844),36910=>array(31,-53,952,829),36911=>array(43,-66,981,847),36912=>array(39,-66,963,834),36913=>array(37,-56,951,799),36914=>array(37,-60,951,831),36915=>array(37,-48,951,821),36916=>array(51,-75,976,829),36917=>array(36,-47,965,837),36918=>array(46,-47,952,833),36919=>array(45,-64,959,791),36920=>array(36,-54,957,841),36921=>array(26,-53,947,834),36922=>array(37,-56,951,835),36923=>array(39,-57,942,792),36924=>array(44,-45,944,799),36925=>array(43,-66,961,826),36926=>array(11,-73,952,836),36927=>array(43,-68,966,818),36928=>array(49,-56,963,845),36929=>array(31,-74,952,837),36930=>array(31,-53,952,848),36931=>array(49,-56,963,833),36932=>array(46,-68,960,835),36933=>array(37,-56,951,807),36934=>array(49,-64,963,845),36935=>array(36,-51,964,814),36936=>array(36,-55,964,812),36937=>array(31,-63,956,831),36938=>array(37,-56,960,842),36939=>array(37,-56,951,799),36940=>array(36,-51,964,826),36941=>array(33,-45,959,815),36942=>array(37,-56,951,799),36943=>array(31,-53,952,801),36944=>array(31,-53,952,801),36945=>array(31,-53,952,843),36946=>array(37,-56,950,821),36947=>array(31,-53,952,847),36948=>array(37,-56,951,834),36949=>array(37,-56,951,844),36950=>array(47,-56,955,810),36951=>array(49,-59,953,820),36952=>array(52,-56,960,832),36953=>array(37,-56,951,837),36954=>array(44,-69,963,841),36955=>array(36,-67,975,834),36956=>array(42,-41,961,823),36957=>array(37,-40,955,831),36958=>array(47,-56,955,828),36959=>array(37,-56,951,799),36960=>array(37,-44,953,835),36961=>array(37,-56,951,837),36962=>array(40,-65,961,829),36963=>array(25,-59,946,832),36964=>array(25,-59,946,817),36965=>array(37,-56,951,834),36966=>array(37,-56,951,807),36967=>array(84,-56,977,838),36968=>array(47,-56,955,834),36969=>array(37,-56,951,839),36970=>array(37,-56,952,835),36971=>array(49,-70,982,827),36972=>array(37,-64,977,831),36973=>array(31,-53,952,830),36974=>array(36,-47,939,835),36975=>array(50,-59,955,795),36976=>array(40,-54,976,843),36977=>array(37,-56,972,831),36978=>array(47,-56,961,815),36979=>array(56,-72,981,832),36980=>array(40,-72,973,836),36981=>array(35,-49,958,841),36982=>array(47,-56,965,838),36983=>array(37,-56,956,807),36984=>array(37,-56,951,799),36985=>array(38,-52,975,826),36986=>array(37,-56,951,835),36987=>array(41,-73,976,820),36988=>array(37,-56,968,838),36989=>array(47,-56,961,835),36990=>array(45,-66,972,840),36991=>array(31,-53,952,824),36992=>array(47,-51,961,837),36993=>array(47,-51,961,829),36994=>array(47,-56,961,841),36995=>array(52,-56,966,841),36996=>array(37,-56,951,808),36997=>array(44,-70,972,846),36998=>array(39,-69,980,826),36999=>array(36,-47,971,828),37000=>array(18,-65,964,846),37001=>array(47,-51,961,837),37002=>array(47,-51,961,838),37003=>array(40,-65,971,848),37004=>array(45,-56,961,825),37005=>array(38,-72,983,848),37006=>array(37,-68,971,820),37007=>array(52,-51,966,820),37008=>array(42,-65,973,813),37009=>array(124,-30,927,784),37010=>array(84,-70,942,782),37011=>array(30,-60,912,790),37012=>array(72,-64,934,788),37013=>array(75,-24,931,841),37014=>array(114,-60,912,819),37015=>array(69,-69,939,787),37016=>array(60,-63,938,794),37017=>array(49,-69,958,799),37018=>array(85,-69,939,818),37019=>array(73,-69,939,781),37020=>array(57,-69,939,844),37021=>array(38,-65,916,842),37022=>array(55,-66,956,827),37023=>array(44,-60,947,838),37024=>array(45,-71,953,786),37025=>array(68,-71,959,841),37026=>array(51,-70,945,785),37027=>array(57,-70,940,786),37028=>array(41,-69,955,816),37029=>array(56,-68,950,832),37030=>array(76,-75,937,830),37031=>array(52,-69,945,785),37032=>array(57,-65,938,833),37033=>array(73,-91,911,814),37034=>array(48,-65,941,785),37035=>array(36,-75,959,830),37036=>array(47,-61,912,837),37037=>array(61,-72,943,834),37038=>array(89,-72,911,823),37039=>array(36,-67,919,831),37040=>array(75,-69,954,833),37041=>array(55,-63,927,828),37042=>array(46,-71,956,827),37043=>array(56,-68,957,784),37044=>array(51,-59,947,797),37045=>array(51,-68,938,786),37046=>array(33,-74,939,811),37047=>array(73,-74,941,780),37048=>array(63,-70,939,828),37049=>array(39,-68,917,809),37050=>array(40,-67,923,804),37051=>array(44,-60,909,829),37052=>array(93,-58,942,788),37053=>array(56,-68,943,824),37054=>array(41,-54,954,840),37055=>array(62,-68,943,827),37056=>array(32,-65,942,839),37057=>array(48,-68,942,840),37058=>array(53,-74,958,835),37059=>array(57,-72,959,829),37060=>array(31,-64,945,850),37061=>array(61,-69,957,783),37062=>array(82,-68,963,824),37063=>array(37,-63,961,847),37064=>array(46,-53,947,860),37065=>array(51,-70,945,785),37066=>array(54,-64,936,822),37067=>array(133,-67,930,833),37068=>array(49,-48,955,826),37069=>array(50,-76,910,845),37070=>array(51,-65,930,832),37071=>array(39,-70,912,820),37072=>array(26,-64,915,835),37073=>array(35,-59,921,832),37074=>array(102,-31,968,826),37075=>array(63,-70,930,780),37076=>array(52,-71,958,813),37077=>array(31,-52,958,852),37078=>array(51,-65,949,788),37079=>array(47,-69,968,837),37080=>array(121,-66,931,787),37081=>array(62,-76,956,826),37082=>array(66,-70,956,781),37083=>array(38,-68,939,834),37084=>array(80,-74,966,827),37085=>array(59,-62,947,836),37086=>array(77,-65,910,833),37087=>array(19,-74,942,829),37088=>array(48,-71,950,777),37089=>array(41,-68,945,787),37090=>array(46,-68,955,785),37091=>array(59,-70,944,823),37092=>array(40,-67,943,834),37093=>array(61,-68,954,786),37094=>array(62,-64,930,786),37095=>array(35,-69,916,783),37096=>array(59,-67,943,830),37097=>array(47,-70,952,836),37098=>array(52,-71,956,827),37099=>array(63,-69,967,847),37100=>array(73,-71,949,829),37101=>array(52,-58,941,837),37102=>array(33,-69,941,786),37103=>array(46,-70,962,831),37104=>array(46,-73,947,787),37105=>array(59,-69,938,827),37106=>array(46,-70,951,834),37107=>array(41,-70,949,828),37108=>array(49,-69,963,825),37109=>array(52,-69,942,831),37110=>array(59,-65,965,840),37111=>array(38,-70,947,833),37112=>array(43,-58,914,831),37113=>array(43,-70,954,786),37114=>array(36,-66,967,830),37115=>array(86,-69,960,783),37116=>array(60,-68,952,841),37117=>array(50,-67,949,835),37118=>array(80,-69,963,786),37119=>array(42,-69,966,785),37120=>array(44,-55,947,838),37121=>array(37,-74,951,826),37122=>array(62,-68,948,785),37123=>array(29,-68,954,843),37124=>array(57,-68,962,785),37125=>array(60,-53,947,848),37126=>array(71,-69,963,782),37127=>array(34,-70,959,838),37128=>array(33,-70,953,835),37129=>array(53,-70,938,839),37130=>array(53,-70,938,830),37131=>array(44,-69,951,826),37132=>array(23,-69,965,848),37133=>array(44,-75,949,783),37134=>array(25,-62,953,840),37135=>array(46,-71,948,802),37136=>array(62,-69,955,842),37137=>array(68,-68,949,785),37138=>array(53,-72,949,842),37139=>array(41,-66,949,841),37140=>array(37,-66,945,844),37141=>array(41,-70,938,831),37142=>array(45,-77,968,783),37143=>array(63,-67,951,837),37144=>array(40,-69,957,843),37145=>array(42,-70,933,783),37146=>array(47,-72,935,825),37147=>array(45,-69,953,835),37148=>array(51,-64,953,850),37149=>array(42,-68,940,785),37150=>array(52,-65,948,830),37151=>array(57,-70,943,824),37152=>array(58,-65,954,795),37153=>array(27,-69,945,838),37154=>array(37,-68,966,784),37155=>array(65,-69,940,838),37156=>array(47,-68,947,803),37157=>array(37,-66,946,844),37158=>array(24,-70,950,830),37159=>array(46,-65,951,832),37160=>array(101,-39,946,829),37161=>array(49,-73,950,781),37162=>array(49,-80,955,833),37163=>array(95,-55,942,853),37164=>array(48,-78,965,836),37165=>array(57,-77,956,839),37166=>array(46,-73,952,836),37167=>array(66,-67,947,849),37168=>array(62,-77,949,833),37169=>array(35,-70,953,836),37170=>array(49,-66,951,787),37171=>array(104,-67,949,787),37172=>array(40,-69,974,824),37173=>array(41,-68,960,797),37174=>array(18,-74,962,847),37175=>array(48,-71,943,830),37176=>array(59,-67,941,834),37177=>array(43,-70,960,793),37178=>array(34,-70,949,845),37179=>array(63,-75,958,829),37180=>array(25,-75,958,827),37181=>array(22,-75,978,858),37182=>array(48,-65,954,789),37183=>array(59,-67,958,832),37184=>array(42,-73,959,829),37185=>array(40,-79,954,836),37186=>array(44,-50,960,801),37187=>array(85,-68,956,796),37188=>array(40,-69,958,825),37189=>array(45,-65,956,837),37190=>array(47,-68,947,827),37191=>array(52,-62,962,844),37192=>array(30,-67,951,805),37193=>array(54,-63,946,779),37194=>array(59,-54,953,788),37195=>array(60,-67,950,840),37196=>array(64,-63,915,844),37197=>array(63,-67,945,790),37198=>array(62,-65,954,832),37199=>array(60,-54,961,825),37200=>array(59,-60,950,790),37201=>array(56,-45,966,798),37202=>array(47,-62,943,790),37203=>array(46,-72,966,849),37204=>array(40,-68,979,837),37205=>array(59,-54,957,809),37206=>array(66,-61,973,836),37207=>array(55,-53,916,808),37208=>array(56,-75,984,791),37209=>array(56,-72,955,826),37210=>array(55,-53,962,790),37211=>array(35,-68,969,787),37212=>array(45,-68,980,842),37213=>array(52,-61,943,782),37214=>array(54,-70,968,837),37215=>array(56,-70,943,816),37216=>array(55,-57,956,790),37217=>array(55,-53,959,836),37218=>array(50,-64,951,835),37219=>array(53,-65,955,830),37220=>array(55,-58,951,836),37221=>array(63,-65,977,828),37222=>array(46,-64,972,820),37223=>array(66,-61,965,849),37224=>array(69,-70,961,833),37225=>array(76,-65,919,839),37226=>array(51,-67,967,840),37227=>array(30,-68,958,820),37228=>array(66,-65,913,835),37229=>array(45,-68,956,834),37230=>array(55,-64,932,790),37231=>array(55,-71,953,816),37232=>array(53,-70,974,836),37233=>array(65,-62,922,837),37234=>array(50,-53,946,790),37235=>array(60,-68,960,825),37236=>array(55,-63,968,841),37237=>array(61,-71,949,830),37238=>array(59,-71,955,840),37239=>array(59,-61,924,829),37240=>array(40,-73,967,849),37241=>array(55,-64,952,830),37242=>array(55,-66,960,828),37243=>array(60,-68,973,835),37244=>array(25,-68,977,833),37245=>array(49,-64,920,771),37246=>array(50,-45,913,775),37247=>array(43,-60,939,841),37248=>array(55,-68,955,822),37249=>array(55,-73,963,831),37250=>array(58,-70,975,820),37251=>array(55,-55,971,831),37252=>array(55,-60,929,826),37253=>array(55,-67,952,838),37254=>array(59,-68,964,832),37255=>array(54,-64,960,831),37256=>array(55,-69,978,839),37257=>array(56,-71,951,835),37258=>array(51,-63,967,793),37259=>array(59,-72,949,818),37260=>array(58,-54,961,789),37261=>array(53,-65,966,787),37262=>array(49,-69,955,834),37263=>array(55,-66,951,825),37264=>array(68,-66,919,828),37265=>array(55,-68,966,790),37266=>array(66,-38,962,798),37267=>array(55,-53,963,830),37268=>array(48,-70,951,844),37269=>array(35,-68,949,845),37270=>array(40,-68,963,787),37271=>array(53,-64,968,834),37272=>array(45,-68,953,822),37273=>array(55,-69,964,824),37274=>array(47,-73,961,821),37275=>array(55,-53,968,821),37276=>array(59,-65,974,847),37277=>array(55,-53,952,829),37278=>array(55,-53,958,790),37279=>array(86,-63,921,831),37280=>array(55,-53,967,828),37281=>array(56,-69,948,838),37282=>array(51,-52,941,840),37283=>array(50,-67,954,844),37284=>array(53,-74,947,845),37285=>array(55,-67,963,799),37286=>array(60,-61,967,848),37287=>array(48,-53,957,790),37288=>array(55,-69,954,827),37289=>array(54,-53,961,848),37290=>array(48,-69,975,790),37291=>array(51,-71,945,784),37292=>array(63,-78,955,853),37293=>array(57,-72,981,823),37294=>array(54,-66,952,833),37295=>array(47,-58,959,836),37296=>array(60,-48,960,811),37297=>array(53,-62,977,846),37298=>array(46,-74,972,825),37299=>array(66,-70,962,784),37300=>array(51,-57,952,829),37301=>array(43,-65,970,828),37302=>array(51,-66,947,847),37303=>array(51,-62,965,838),37304=>array(51,-79,979,837),37305=>array(52,-55,944,803),37306=>array(53,-66,959,832),37307=>array(62,-64,961,835),37308=>array(49,-67,963,826),37309=>array(53,-48,939,810),37310=>array(47,-65,961,838),37311=>array(55,-66,961,837),37312=>array(62,-72,982,842),37313=>array(52,-75,964,833),37314=>array(59,-64,962,848),37315=>array(54,-72,964,790),37316=>array(55,-63,961,837),37317=>array(50,-65,981,795),37318=>array(50,-70,966,824),37319=>array(52,-68,956,829),37320=>array(42,-66,978,827),37321=>array(45,-66,907,842),37322=>array(47,-61,934,806),37323=>array(36,-70,951,821),37324=>array(52,-19,948,796),37325=>array(69,-34,947,831),37326=>array(64,-64,931,784),37327=>array(53,-30,947,789),37328=>array(29,-56,953,844),37329=>array(54,-21,960,856),37330=>array(39,-26,547,829),37331=>array(39,-30,959,829),37332=>array(35,-32,954,824),37333=>array(48,-64,944,828),37334=>array(39,-73,934,829),37335=>array(59,-62,909,831),37336=>array(45,-52,956,843),37337=>array(49,-65,958,833),37338=>array(42,-72,967,845),37339=>array(39,-66,927,834),37340=>array(66,-25,948,833),37341=>array(44,-67,950,831),37342=>array(39,-57,958,829),37343=>array(39,-71,989,829),37344=>array(39,-71,967,829),37345=>array(86,-21,916,833),37346=>array(58,-75,940,840),37347=>array(55,-61,921,841),37348=>array(48,-65,957,832),37349=>array(39,-72,982,829),37350=>array(54,-50,906,813),37351=>array(48,-62,896,837),37352=>array(42,-72,957,829),37353=>array(39,-67,959,831),37354=>array(45,-71,956,829),37355=>array(36,-69,955,826),37356=>array(39,-71,958,823),37357=>array(36,-18,955,824),37358=>array(42,-74,953,834),37359=>array(39,-26,930,833),37360=>array(39,-49,916,829),37361=>array(36,-60,963,835),37362=>array(48,-38,958,829),37363=>array(29,-29,961,827),37364=>array(39,-67,958,834),37365=>array(42,-67,965,830),37366=>array(39,-26,963,841),37367=>array(41,-17,953,827),37368=>array(48,-69,920,831),37369=>array(41,-68,950,830),37370=>array(39,-67,942,829),37371=>array(42,-56,964,843),37372=>array(37,-60,969,823),37373=>array(40,-64,967,834),37374=>array(54,-59,967,827),37375=>array(42,-61,959,847),37376=>array(36,-35,954,830),37377=>array(46,-64,948,835),37378=>array(42,-63,966,839),37379=>array(35,-72,957,834),37380=>array(49,-64,964,831),37381=>array(35,-73,894,841),37382=>array(41,-68,972,836),37383=>array(37,-58,966,840),37384=>array(34,-64,959,827),37385=>array(56,-68,914,823),37386=>array(44,-26,972,836),37387=>array(37,-62,954,840),37388=>array(46,-73,985,837),37389=>array(37,-52,965,839),37390=>array(61,-57,920,841),37391=>array(35,-72,898,823),37392=>array(40,-70,977,840),37393=>array(41,-62,971,831),37394=>array(40,-68,979,840),37395=>array(37,-22,958,840),37396=>array(35,-60,973,829),37397=>array(41,-30,951,833),37398=>array(32,-70,976,832),37399=>array(38,-60,966,838),37400=>array(44,-68,973,841),37401=>array(40,-70,990,834),37402=>array(38,-69,962,831),37403=>array(37,-52,949,840),37404=>array(38,-63,964,836),37405=>array(44,-71,954,840),37406=>array(65,-57,923,839),37407=>array(51,-66,896,840),37408=>array(37,-65,964,840),37409=>array(37,-66,891,840),37410=>array(31,-72,980,832),37411=>array(51,-65,944,830),37412=>array(39,-71,909,827),37413=>array(44,-67,976,826),37414=>array(46,-69,951,833),37415=>array(44,-66,964,841),37416=>array(37,-51,949,840),37417=>array(37,-66,928,840),37418=>array(45,-71,970,827),37419=>array(37,-63,961,842),37420=>array(37,-66,981,840),37421=>array(37,-21,968,823),37422=>array(43,-60,953,833),37423=>array(37,-66,922,842),37424=>array(35,-64,954,846),37425=>array(31,-57,964,839),37426=>array(29,-72,976,839),37427=>array(35,-61,957,833),37428=>array(35,-65,975,846),37429=>array(37,-62,962,840),37430=>array(46,-69,961,831),37431=>array(38,-65,948,833),37432=>array(47,-66,975,833),37433=>array(32,-67,972,839),37434=>array(47,-14,950,831),37435=>array(37,-47,912,843),37436=>array(37,-65,948,844),37437=>array(39,-68,944,837),37438=>array(64,-70,912,828),37439=>array(42,-42,918,827),37440=>array(56,-67,914,823),37441=>array(57,-72,971,850),37442=>array(56,-68,970,833),37443=>array(56,-67,967,828),37444=>array(27,-59,974,841),37445=>array(42,-17,953,826),37446=>array(44,-73,950,829),37447=>array(56,-29,943,830),37448=>array(24,-30,957,829),37449=>array(35,-70,981,829),37450=>array(35,-71,920,830),37451=>array(33,-45,964,834),37452=>array(28,-70,981,831),37453=>array(32,-78,967,837),37454=>array(35,-30,954,834),37455=>array(27,-20,947,834),37456=>array(35,-71,950,838),37457=>array(70,-68,919,845),37458=>array(38,-29,952,833),37459=>array(31,-73,948,834),37460=>array(37,-29,953,828),37461=>array(37,-29,953,828),37462=>array(39,-78,986,840),37463=>array(37,-68,958,833),37464=>array(56,-62,932,829),37465=>array(56,-68,948,823),37466=>array(59,-74,912,837),37467=>array(51,-67,959,823),37468=>array(56,-64,962,837),37469=>array(56,-22,955,835),37470=>array(40,-62,966,829),37471=>array(56,-27,971,823),37472=>array(29,-74,976,830),37473=>array(44,-72,953,834),37474=>array(31,-73,980,831),37475=>array(39,-54,953,837),37476=>array(45,-59,919,834),37477=>array(31,-58,959,838),37478=>array(41,-18,954,832),37479=>array(36,-58,957,828),37480=>array(56,-58,934,836),37481=>array(56,-28,979,844),37482=>array(56,-22,954,830),37483=>array(46,-57,937,831),37484=>array(63,-69,913,831),37485=>array(38,-12,959,830),37486=>array(55,-62,913,838),37487=>array(34,-69,967,837),37488=>array(48,-71,908,838),37489=>array(37,-66,948,823),37490=>array(39,-70,953,844),37491=>array(36,-59,964,824),37492=>array(28,-17,947,835),37493=>array(41,-42,983,832),37494=>array(39,-53,907,847),37495=>array(35,-71,948,837),37496=>array(31,-63,973,840),37497=>array(44,-69,941,831),37498=>array(30,-64,959,833),37499=>array(34,-67,966,824),37500=>array(37,-59,962,854),37501=>array(53,-65,963,835),37502=>array(31,-71,969,830),37503=>array(41,-67,974,847),37504=>array(44,-56,968,827),37505=>array(56,-60,909,836),37506=>array(52,-69,903,835),37507=>array(39,-64,960,835),37508=>array(39,-64,914,844),37509=>array(50,-70,921,829),37510=>array(51,-70,949,833),37511=>array(59,-68,980,835),37512=>array(47,-31,956,837),37513=>array(34,-61,955,841),37514=>array(50,-71,957,836),37515=>array(43,-68,952,835),37516=>array(46,-69,955,841),37517=>array(34,-20,947,835),37518=>array(32,-14,968,800),37519=>array(26,-68,974,823),37520=>array(43,-32,967,828),37521=>array(33,-70,959,837),37522=>array(56,-69,956,823),37523=>array(35,-24,973,830),37524=>array(50,-70,955,834),37525=>array(33,-73,970,830),37526=>array(30,-64,967,839),37527=>array(47,-73,952,837),37528=>array(64,-69,903,840),37529=>array(54,-67,967,834),37530=>array(41,-66,964,838),37531=>array(37,-63,959,837),37532=>array(38,-73,961,832),37533=>array(35,-76,964,832),37534=>array(41,-22,964,848),37535=>array(47,-67,930,837),37536=>array(31,-36,958,831),37537=>array(43,-73,945,831),37538=>array(58,-70,969,832),37539=>array(54,-63,927,837),37540=>array(54,-73,964,832),37541=>array(37,-65,963,844),37542=>array(48,-52,921,834),37543=>array(52,-71,961,835),37544=>array(35,-63,951,848),37545=>array(42,-51,955,829),37546=>array(46,-65,954,837),37547=>array(51,-32,971,837),37548=>array(34,-63,956,832),37549=>array(56,-70,933,826),37550=>array(35,-27,960,825),37551=>array(56,-67,952,824),37552=>array(51,-66,949,835),37553=>array(30,-70,942,841),37554=>array(30,-52,958,841),37555=>array(39,-69,959,833),37556=>array(31,-37,987,838),37557=>array(42,-71,969,846),37558=>array(47,-62,975,835),37559=>array(50,-67,942,833),37560=>array(30,-67,953,827),37561=>array(35,-70,958,838),37562=>array(27,-47,987,832),37563=>array(60,-67,925,836),37564=>array(39,-23,955,835),37565=>array(28,-54,981,831),37566=>array(58,-70,969,832),37567=>array(29,-64,895,840),37568=>array(28,-30,953,839),37569=>array(53,-69,917,819),37570=>array(38,-75,975,832),37571=>array(50,-63,978,846),37572=>array(47,-74,984,835),37573=>array(46,-70,951,834),37574=>array(39,-25,964,835),37575=>array(48,-67,961,833),37576=>array(36,-25,967,838),37577=>array(43,-69,975,841),37578=>array(34,-68,984,840),37579=>array(48,-46,977,854),37580=>array(45,-69,968,834),37581=>array(35,-73,957,835),37582=>array(28,-66,970,844),37583=>array(42,-70,980,835),37584=>array(42,-65,957,834),37585=>array(32,-76,968,841),37586=>array(41,-61,980,841),37587=>array(42,-70,916,833),37588=>array(28,-67,967,848),37589=>array(57,-40,982,825),37590=>array(33,-74,959,838),37591=>array(36,-64,903,844),37592=>array(43,-72,978,823),37593=>array(35,-48,947,839),37594=>array(34,-25,966,842),37595=>array(41,-68,931,832),37596=>array(33,-73,970,838),37597=>array(37,-70,954,840),37598=>array(32,-30,954,833),37599=>array(38,-66,979,833),37600=>array(31,-78,971,846),37601=>array(37,-70,981,840),37602=>array(33,-56,973,838),37603=>array(42,-72,958,829),37604=>array(45,-70,919,834),37605=>array(33,-16,950,838),37606=>array(42,-68,930,829),37607=>array(36,-72,969,838),37608=>array(36,-64,955,836),37609=>array(39,-21,954,830),37610=>array(43,-70,951,835),37611=>array(19,-25,951,835),37612=>array(34,-24,966,833),37613=>array(39,-70,959,834),37614=>array(43,-70,964,840),37615=>array(46,-65,957,831),37616=>array(40,-27,954,836),37617=>array(35,-60,968,831),37618=>array(39,-64,954,835),37619=>array(37,-60,945,838),37620=>array(43,-66,954,838),37621=>array(39,-64,960,835),37622=>array(33,-70,973,843),37623=>array(26,-76,968,826),37624=>array(39,-68,945,830),37625=>array(25,-71,962,835),37626=>array(35,-67,965,831),37627=>array(37,-27,971,782),37628=>array(62,-68,908,824),37629=>array(33,-62,965,838),37630=>array(25,-70,914,836),37631=>array(28,-69,920,833),37632=>array(29,-64,982,841),37633=>array(37,-65,977,833),37634=>array(42,-57,971,842),37635=>array(34,-42,966,836),37636=>array(57,-64,968,841),37637=>array(49,-46,946,832),37638=>array(38,-64,953,842),37639=>array(38,-70,947,841),37640=>array(30,-41,978,839),37641=>array(40,-71,967,837),37642=>array(40,-64,960,845),37643=>array(21,-80,903,8
|