diff --git a/src/context2d.cc b/src/context2d.cc index b20d5f9..fea83bf 100644 --- a/src/context2d.cc +++ b/src/context2d.cc @@ -141,7 +141,7 @@ Context2d::SetStrokeRGBA(const Arguments &args) { HandleScope scope; RGBA_ARGS; Context2d *context = ObjectWrap::Unwrap(args.This()); - RGBA(context->fill,r,g,b,a); + RGBA(context->stroke,r,g,b,a); return Undefined(); }