diff --git a/en/application-dev/webgl/webgl-guidelines.md b/en/application-dev/webgl/webgl-guidelines.md index f541b6328a122a8fd331e790977916ca681b13ab..d4528ff7ce4abc2e61e885974039bc2aae788724 100644 --- a/en/application-dev/webgl/webgl-guidelines.md +++ b/en/application-dev/webgl/webgl-guidelines.md @@ -29,7 +29,8 @@ WebGL helps you process graphics at the frontend, for example, drawing color gra The following describes how to draw a 2D image without using shaders and how to draw a color triangle using shaders. -> ![icon-note.gif](public_sys-resources/icon-note.gif) **NOTE** +> **NOTE** +> > When using WebGL for development, use a real device to ensure the GUI display effect.