summaryrefslogtreecommitdiffstats
path: root/thirdparty/thorvg/src/renderer/tvgCanvas.h
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparty/thorvg/src/renderer/tvgCanvas.h')
-rw-r--r--thirdparty/thorvg/src/renderer/tvgCanvas.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/thirdparty/thorvg/src/renderer/tvgCanvas.h b/thirdparty/thorvg/src/renderer/tvgCanvas.h
index 9d216e2f30..81fd1b7d6f 100644
--- a/thirdparty/thorvg/src/renderer/tvgCanvas.h
+++ b/thirdparty/thorvg/src/renderer/tvgCanvas.h
@@ -129,7 +129,7 @@ struct Canvas::Impl
return Result::Success;
}
- return Result::InsufficientCondition;
+ return Result::Unknown;
}
Result viewport(int32_t x, int32_t y, int32_t w, int32_t h)