# Canvas（画布）

画布（canvas）元素是HTML5的一部分，允许脚本语言（scripting languages）动态渲染位图像。可以利用JavaScript编程语言在该元素上绘图，常见的应用包括绘制图形及文字、影像处理、游戏及动画制作。

资料来源：维基百科


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.bitbrowser.cn/fingerprint/16.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
