Last active
July 9, 2018 14:08
-
-
Save alfredwesterveld/a9b75e8cabb9c117b51bf4fc3084ca85 to your computer and use it in GitHub Desktop.
Revisions
-
Alfred Westerveld revised this gist
Jul 9, 2018 . 1 changed file with 0 additions and 2 deletions.There are no files selected for viewing
-
alfredwesterveld revised this gist
Jul 9, 2018 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
LoadingSorry, something went wrong. Reload?Sorry, we cannot display this file.Sorry, this file is invalid so it cannot be displayed. -
alfredwesterveld revised this gist
Jul 9, 2018 . 2 changed files with 1 addition and 0 deletions.There are no files selected for viewing
File renamed without changes.LoadingSorry, something went wrong. Reload?Sorry, we cannot display this file.Sorry, this file is invalid so it cannot be displayed. -
alfredwesterveld created this gist
Jul 9, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ // 6MB => 6291456 const fs = require('fs'); fs.copyFileSync('svg.svg', 'long.svg'); fs.appendFileSync('long.svg', `<!--${'-'.repeat(6 * 1024 * 1024 - 96)}-->`);