From 5fe8403dc70fe5ba43716440df01276ebfcb7011 Mon Sep 17 00:00:00 2001 From: cuoguo2022 Date: Thu, 7 Jul 2022 16:09:43 +0800 Subject: [PATCH] add xmlgraphics-batik library Signed-off-by: cuoguo2022 --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 5508def..85a62df 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,13 @@ ## 目录 - [工具](#工具) + - [三方组件](#三方组件) - [文件数据](#文件数据) - [文件解析](#文件解析) - [编码解码](#编码解码) + + - [图形处理](#图形处理) - [其他](#其他) ## 工具 @@ -43,6 +46,14 @@ [返回目录](#目录) +### 图形处理 + +| 三方组件名称 | 描述 | sample地址 | +| :----------------------------------------------------------: | :----------------------------------------------------------: | :------------------------------------------------------: | +| [xmlgraphics-batik](https://github.com/apache/xmlgraphics-batik) | 用于处理可缩放矢量图形(SVG)格式的图像,例如显示、生成、解析或者操作图像。 | [sample地址](https://gitee.com/openharmony-tpc/protobuf) | + +[返回目录](#目录) + ### 其他 |三方组件名称|描述|sample地址| |:---:|:---:|:---:| -- Gitee