void scissor(
int x,
int y,
int width,
int height
)

Not documented.

Source

@DomName('WebGLRenderingContext.scissor')
@DocsEditable()
void scissor(int x, int y, int width, int height) => _blink.BlinkWebGLRenderingContext.instance.scissor_Callback_4_(unwrap_jso(this), x, y, width, height);