未验证 提交 cdc07a9b 编写于 作者: O openharmony_ci 提交者: Gitee

!21702 【轻量级 PR】:js-apis-image.md 更正拼写

Merge pull request !21702 from wusongqing/N/A
......@@ -1698,7 +1698,7 @@ createPixelMapList(options?: DecodingOptions): Promise<Array\<PixelMap>>;
| 类型 | 说明 |
| -------------------------------- | --------------------- |
| Promise<Array<[PixelMap](#pixelmap7)>> | 异步返回PixeMap数组。 |
| Promise<Array<[PixelMap](#pixelmap7)>> | 异步返回PixelMap数组。 |
**示例:**
......@@ -2423,7 +2423,7 @@ dequeueImage(callback: AsyncCallback\<Image>): void
```js
creator.dequeueImage((err, img) => {
if (err) {
console.info('dequeueImage failded.');
console.info('dequeueImage failed.');
}
console.info('dequeueImage succeeded.');
});
......@@ -2967,7 +2967,7 @@ PixelMap的初始化选项。
## 补充说明
### SVG标签说明
从API verison 10开始支持SVG标签,使用版本为(SVG) 1.1,当前支持的标签列表有:
从API version 10开始支持SVG标签,使用版本为(SVG) 1.1,当前支持的标签列表有:
- a
- circla
- clipPath
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册