Tj Holowaychuk 14 years ago
parent
commit
20c2451b18
  1. 2
      src/context2d.cc

2
src/context2d.cc

@ -141,7 +141,7 @@ Context2d::SetStrokeRGBA(const Arguments &args) {
HandleScope scope;
RGBA_ARGS;
Context2d *context = ObjectWrap::Unwrap<Context2d>(args.This());
RGBA(context->fill,r,g,b,a);
RGBA(context->stroke,r,g,b,a);
return Undefined();
}

Loading…
Cancel
Save