Skip to content

Commit

Permalink
webglrenderingcontext.linewidth: remove 2017 warning (#37084)
Browse files Browse the repository at this point in the history
  • Loading branch information
estelle authored Dec 4, 2024
1 parent 7b33928 commit 11752db
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions files/en-us/web/api/webglrenderingcontext/linewidth/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,6 @@ browser-compat: api.WebGLRenderingContext.lineWidth
The **`WebGLRenderingContext.lineWidth()`** method of the [WebGL API](/en-US/docs/Web/API/WebGL_API) sets the line width of rasterized
lines.

> [!WARNING]
> The webgl spec, based on the OpenGL ES 2.0/3.0 specs points out that the minimum and
> maximum width for a line is implementation defined. The maximum minimum width is
> allowed to be 1.0. The minimum maximum width is also allowed to be 1.0. Because of
> these implementation defined limits it is not recommended to use line widths other
> than 1.0 since there is no guarantee any user's browser will display any other width.
>
> As of January 2017 most implementations of WebGL only support a minimum of 1 and a
> maximum of 1 as the technology they are based on has these same limits.
## Syntax

```js-nolint
Expand Down

0 comments on commit 11752db

Please sign in to comment.