/* * Set the cliprect. * * Example: * ctx.cliprect = [10, 10, 100, 100] * */ static VALUE ctx_set_cliprect(VALUE self, VALUE val) {