comparison include/mb_shapes.h @ 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 b42ee279669e
comparison
equal deleted inserted replaced
259:e8a784a306d0 260:29acbd8a0dd0
22 * - call rdman_shape_man() 22 * - call rdman_shape_man()
23 * - *_free() 23 * - *_free()
24 * - assigned to \ref shape_t::free. 24 * - assigned to \ref shape_t::free.
25 * - *_transform() 25 * - *_transform()
26 * - *_draw() 26 * - *_draw()
27 * - *_draw() is responsive to define shape. How the shape is filled
28 * or stroked is defined by paint.
27 * - first member variable of a shape type must be a shape_t. 29 * - first member variable of a shape type must be a shape_t.
28 * 30 *
29 * Must modify 31 * Must modify
30 * - event.c::draw_shape_path() 32 * - event.c::draw_shape_path()
31 * - redraw_man.c::clean_shape() 33 * - redraw_man.c::clean_shape()