awtk/tools/svg_gen/README.md
2018-11-24 18:48:38 +08:00

26 lines
481 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## BSVG 生成工具
负责把XML格式的SVG文件转换成二进制的SVG。
### 用法说明:
#### 1.BSVG 生成工具。
```
./bin/bsvggen svg_filename bsvg_filename [bin]
```
* svg\_filename svg文件名。
* bsvg\_filename bsvg文件名。
* bin 是否生成二进制格式(目标平台有文件系统时使用)缺省生成C语言常量数组。
#### 2.BSVG dump工具(仅用于调试)。
```
./bin/bsvgdump bsvg_filename
```
* bsvg\_filename bsvg文件名。