Mercurial > MadButterfly
comparison tools/mb_c_header.m4 @ 260:29acbd8a0dd0
Integrate sh_image with svg2code.py.
diff -r e8a784a306d0 examples/svg2code_ex/dsc_3241.png
Binary file examples/svg2code_ex/dsc_3241.png has changed
diff -r e8a784a306d0 examples/svg2code_ex/dsc_3241.png
Binary file examples/svg2code_ex/dsc_3241.png has changed
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Fri, 23 Jan 2009 23:00:23 +0800 |
parents | 50d253d0fcba |
children | c8b6ca46950b |
comparison
equal
deleted
inserted
replaced
259:e8a784a306d0 | 260:29acbd8a0dd0 |
---|---|
18 [ coord_t *$1; | 18 [ coord_t *$1; |
19 ]]) | 19 ]]) |
20 define([ADD_TEXT],[ | 20 define([ADD_TEXT],[ |
21 [ shape_t *$1; | 21 [ shape_t *$1; |
22 ]]) | 22 ]]) |
23 define([ADD_IMAGE],[ | 23 define([ADD_IMAGE],[[ |
24 [ shape_t *$1; | 24 mb_img_data_t *$1_img_data; |
25 shape_t *$1; | |
25 ]]) | 26 ]]) |
26 define([COLOR_STOP],[ ]) | 27 define([COLOR_STOP],[ ]) |
27 | 28 |
28 define([REF_STOPS_RADIAL],) | 29 define([REF_STOPS_RADIAL],) |
29 define([REF_STOPS_LINEAR],) | 30 define([REF_STOPS_LINEAR],) |