evas ector: Replace renderer preparation responsibility.

Replace fill/stroke renderer preparation of shapes to canvas vg,
These renderer now is triggered by their own instances.

This cairo change part is missing bym cbf70b32f049583fc0bf7542af7d89d4ef5d50c55.
This commit is contained in:
Hermet Park 2018-11-28 15:31:59 +09:00
parent c4ae2be685
commit dae6f81c90
1 changed files with 0 additions and 7 deletions

View File

@ -98,13 +98,6 @@ _ector_renderer_cairo_shape_ector_renderer_prepare(Eo *obj, Ector_Renderer_Cairo
ector_renderer_prepare(efl_super(obj, ECTOR_RENDERER_CAIRO_SHAPE_CLASS));
if (pd->shape->fill)
ector_renderer_prepare(pd->shape->fill);
if (pd->shape->stroke.fill)
ector_renderer_prepare(pd->shape->stroke.fill);
if (pd->shape->stroke.marker)
ector_renderer_prepare(pd->shape->stroke.marker);
// shouldn't this be moved to the cairo base object?
if (!pd->parent)
{