fix api comments

This commit is contained in:
lixianjing 2022-04-25 17:07:51 +08:00
parent 87acfb365d
commit 927bf100d1
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@
2022/04/25
* 完善fscript_ext.c使用宏定义控制包含的头文件感谢雨欣提供补丁
* 修正vgcanvas_bezier_to接口的注释 (感谢雨欣提供补丁)。
2022/04/24
* 修复font\_gen工具无法打包stb\_mono点阵字的问题感谢雨欣提供补丁

View File

@ -571,7 +571,7 @@ ret_t vgcanvas_quad_to(vgcanvas_t* vg, float_t cpx, float_t cpy, float_t x, floa
* @param {float_t} cp1x 1x坐标
* @param {float_t} cp1y 1y坐标
* @param {float_t} cp2x 2x坐标
* @param {float_t} cp2y 3y坐标
* @param {float_t} cp2y 2y坐标
* @param {float_t} x x坐标
* @param {float_t} y y坐标
*