未验证 提交 5f590d8f 编写于 作者: R renhw001 提交者: Gitee

update zh-cn/application-dev/reference/apis/js-apis-image.md.

Signed-off-by: Nrenhw001 <renhongwei9@huawei.com>
上级 c4636927
...@@ -936,7 +936,7 @@ createImageSource(uri: string): ImageSource ...@@ -936,7 +936,7 @@ createImageSource(uri: string): ImageSource
| 参数名 | 类型 | 必填 | 说明 | | 参数名 | 类型 | 必填 | 说明 |
| ------ | ------ | ---- | ---------------------------------- | | ------ | ------ | ---- | ---------------------------------- |
| uri | string | 是 | 图片路径,当前仅支持应用沙箱路径。</br>当前支持格式有:.jpg .png .gif .bmp .webp RAW [svg](#svg)。 | | uri | string | 是 | 图片路径,当前仅支持应用沙箱路径。</br>当前支持格式有:.jpg .png .gif .bmp .webp RAW [SVG<sup>10+</sup>](#svg)。 |
**返回值:** **返回值:**
...@@ -974,7 +974,7 @@ createImageSource(uri: string, options: SourceOptions): ImageSource ...@@ -974,7 +974,7 @@ createImageSource(uri: string, options: SourceOptions): ImageSource
| 参数名 | 类型 | 必填 | 说明 | | 参数名 | 类型 | 必填 | 说明 |
| ------- | ------------------------------- | ---- | ----------------------------------- | | ------- | ------------------------------- | ---- | ----------------------------------- |
| uri | string | 是 | 图片路径,当前仅支持应用沙箱路径。</br>当前支持格式有:.jpg .png .gif .bmp .webp RAW [svg](#svg)。 | | uri | string | 是 | 图片路径,当前仅支持应用沙箱路径。</br>当前支持格式有:.jpg .png .gif .bmp .webp RAW [SVG<sup>10+</sup>](#svg)。 |
| options | [SourceOptions](#sourceoptions9) | 是 | 图片属性,包括图片序号与默认属性值。| | options | [SourceOptions](#sourceoptions9) | 是 | 图片属性,包括图片序号与默认属性值。|
**返回值:** **返回值:**
...@@ -2786,53 +2786,50 @@ PixelMap的初始化选项。 ...@@ -2786,53 +2786,50 @@ PixelMap的初始化选项。
| pixelStride | number | 是 | 否 | 像素间距。 | | pixelStride | number | 是 | 否 | 像素间距。 |
| byteBuffer | ArrayBuffer | 是 | 否 | 组件缓冲区。 | | byteBuffer | ArrayBuffer | 是 | 否 | 组件缓冲区。 |
## svg ## 补充说明
### SVG标签说明
svg使用版本为(SVG) 1.1,其中支持部分标签列表如下。
从API verison 10开始支持SVG标签,使用版本为(SVG) 1.1,当前支持的标签列表有:
- a
| 标签 | - circla
| ------------- | - clipPath
|a| - defs
|circle| - ellipse
|clipPath| - feBlend
|defs| - feColorMatrix
|ellipse| - feComposite
|feBlend| - feDiffuseLighting
|feColorMatrix| - feDisplacementMap
|feComposite| - feDistantLight
|feDiffuseLighting| - feFlood
|feDisplacementMap| - feGaussianBlur
|feDistantLight| - feImage
|feFlood| - feMorphology
|feGaussianBlur| - feOffset
|feImage| - fePointLight
|feMorphology| - feSpecularLighting
|feOffset| - feSpotLight
|fePointLight| - feTurbulence
|feSpecularLighting| - filter
|feSpotLight| - g
|feTurbulence| - image
|filter| - line
|g| - linearGradient
|image| - mask
|line| - path
|linearGradient| - pattern
|mask| - polygon
|path| - polyline
|pattern| - radialGradient
|polygon| - rect
|polyline| - stop
|radialGradient| - svg
|rect| - text
|stop| - textPath
|svg| - tspan
|text| - use
|textPath|
|tspan| ### ResponseCode说明
|use|
## ResponseCode
编译错误返回的响应码。 编译错误返回的响应码。
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册