🐛 undo resizing specs

This commit is contained in:
Mentor Palokaj 2022-01-15 11:09:54 +01:00
parent 305f22671a
commit ddce6f901e

View File

@ -140,8 +140,8 @@ module.exports = async function svgFromAttributes( attributes=[], path='' ) {
const bakedRaster = await convert( bakedSvg, { const bakedRaster = await convert( bakedSvg, {
quality: 80, quality: 80,
height: 500, // height: 500,
width: 500 // width: 500
} ) } )
// Double check that files do not yet exist (in case of weird race condition) // Double check that files do not yet exist (in case of weird race condition)