summaryrefslogtreecommitdiffstats
path: root/thirdparty/thorvg/src/renderer/tvgCanvas.h
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2024-07-08 23:20:55 +0200
committerRémi Verschelde <rverschelde@gmail.com>2024-07-08 23:20:55 +0200
commit79a24fa7e0a780fd1dbd0ccc31664ed0771b5fbf (patch)
treea80e35bb9c6781c43ec17039df2b689e4c2e238a /thirdparty/thorvg/src/renderer/tvgCanvas.h
parent16f98cd7079c2b22248ec358371f17bca355e42e (diff)
downloadredot-engine-79a24fa7e0a780fd1dbd0ccc31664ed0771b5fbf.tar.gz
thorvg: Update to 0.14.1
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)