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()
except PixieError as e:
raise e
# except:
# raise newException(PixieError, "Unable to load SVG")
except:
raise newException(PixieError, "Unable to load SVG")