This commit is contained in:
Ryan Oldenburg 2021-02-23 02:00:34 -06:00
parent 0109fd8a36
commit bdbaaa33cb

View file

@ -329,5 +329,5 @@ proc decodeSvg*(data: string, width = 0, height = 0): Image =
result.toStraightAlpha() result.toStraightAlpha()
except PixieError as e: except PixieError as e:
raise e raise e
# except: except:
# raise newException(PixieError, "Unable to load SVG") raise newException(PixieError, "Unable to load SVG")