Mercurial > MadButterfly
comparison src/shapes.h @ 5:9c331ec9e210
SVG path is partially supported
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Sat, 26 Jul 2008 01:37:35 +0800 |
parents | |
children | 79e9edf4c00a |
comparison
equal
deleted
inserted
replaced
4:399517bf65dc | 5:9c331ec9e210 |
---|---|
1 #ifndef __SHAPES_H_ | |
2 #define __SHAPES_H_ | |
3 | |
4 #include "mb_types.h" | |
5 | |
6 extern void sh_path_free(shape_t *path); | |
7 extern shape_t *sh_path_new(char *data); | |
8 extern void sh_path_transform(shape_t *shape, coord_t *coord); | |
9 extern void sh_path_draw(shape_t *shape, cairo_t *cr); | |
10 | |
11 #endif /* __SHAPES_H_ */ |