comparison examples/svg2code_ex/main.c @ 130:3a4d6179e6a9

change mb_c_source.m4 and mb_c_header.m4 to specify parent for SVG object
author Thinker K.F. Li <thinker@branda.to>
date Tue, 16 Sep 2008 21:23:34 +0800
parents 17e97e92b76e
children 530bb7728546
comparison
equal deleted inserted replaced
129:ba581d8a4b9b 130:3a4d6179e6a9
59 59
60 /* 60 /*
61 * Instantiate objects from a SVG file. 61 * Instantiate objects from a SVG file.
62 */ 62 */
63 rdman = X_MB_rdman(rt); 63 rdman = X_MB_rdman(rt);
64 svg2code = svg2code_ex_new(rdman); 64 svg2code = svg2code_ex_new(rdman, rdman->root_coord);
65 65
66 /* 66 /*
67 * Get observer factory 67 * Get observer factory
68 */ 68 */
69 factory = rdman_get_ob_factory(rdman); 69 factory = rdman_get_ob_factory(rdman);