f
This commit is contained in:
parent
0109fd8a36
commit
bdbaaa33cb
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue