Skip to content

Commit

Permalink
Changing MAX_AREA to match client side value although very huge image…
Browse files Browse the repository at this point in the history
…s are generated with corruption (cropped)
  • Loading branch information
m-mohamedin committed May 27, 2019
1 parent 6dec568 commit c6439fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion export.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const zlib = require('zlib');
const fetch = require('node-fetch');
const crc = require('crc');

const MAX_AREA = 10000 * 10000;
const MAX_AREA = 15000 * 15000;
const PNG_CHUNK_IDAT = 1229209940;
var DOMParser = require('xmldom').DOMParser;

Expand Down

0 comments on commit c6439fa

Please sign in to comment.