diff --git a/source b/source index 058f17b185f..f99c1c44deb 100644 --- a/source +++ b/source @@ -60586,11 +60586,9 @@ interface Path2D { dict-member for="CanvasRenderingContext2DSettings">desynchronized.

-
  • If settings's colorSpace is a supported - PredefinedColorSpace, then set context's color space - to that value. Otherwise, set context's color space - to "srgb".

  • +
  • Set context's color space to + settings's colorSpace.

  • Return context.

  • @@ -64197,8 +64195,8 @@ try {
  • If settings is specified then let cs be the value of the colorSpace - member of settings. If settings was not specified or if cs is not a supported - PredefinedColorSpace then let cs be "srgb".

    + member of settings. If settings was not specified then let cs be + "srgb".

    Initialize the colorSpace attribute of imageData to cs.