We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a939c69 commit 98aba50Copy full SHA for 98aba50
packages/skia/cpp/api/JsiSkPath.h
@@ -426,7 +426,7 @@ class JsiSkPath : public JsiSkWrappingSharedPtrHostObject<SkPath> {
426
auto x2 = arguments[2].asNumber();
427
auto y2 = arguments[3].asNumber();
428
getObject()->quadTo(x1, y1, x2, y2);
429
- return jsi::Value::undefined();
+ return thisValue.getObject(runtime);
430
}
431
432
JSI_HOST_FUNCTION(rQuadTo) {
0 commit comments