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()
|
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")
|
||||||
|
|
Loading…
Reference in a new issue