comparison src/graph_engine_openvg.c @ 593:ac942664fe86 openvg

stroke and fill for VG
author Thinker K.F. Li <thinker@branda.to>
date Wed, 30 Jun 2010 22:57:23 +0800
parents de9d210e9c38
children aaaaa03af04d
comparison
equal deleted inserted replaced
592:de9d210e9c38 593:ac942664fe86
282 vgDestroyPath(canvas->path); 282 vgDestroyPath(canvas->path);
283 eglDestroyContext(display, canvas->ctx); 283 eglDestroyContext(display, canvas->ctx);
284 canvas->tgt->asso_mbe = NULL; /* remove association */ 284 canvas->tgt->asso_mbe = NULL; /* remove association */
285 free(canvas); 285 free(canvas);
286 } 286 }
287