evas canvas: remove tizen only code. 06/268206/2
authorHermet Park <chuneon.park@samsung.com>
Fri, 17 Dec 2021 04:48:19 +0000 (13:48 +0900)
committerHermet Park <chuneon.park@samsung.com>
Fri, 17 Dec 2021 08:50:09 +0000 (08:50 +0000)
remove the temporary api usage,
correct the right api call.

Change-Id: I49077d27845a16c1b8722accc295513510eafdc7

src/lib/evas/canvas/efl_canvas_vg_shape.c

index 5ae2a34..adc223e 100644 (file)
@@ -725,8 +725,7 @@ _efl_canvas_vg_shape_efl_gfx_path_bounds_get(const Eo *obj EINA_UNUSED,
                                                  Eina_Rect *r)
 {
    float px, py, pw, ph;
-   //TODO: MUST BE RENAMED to tvg_paint_get_bounds()
-   _tvg_paint_get_bounds(sd->shape, &px, &py, &pw, &ph, false);
+   tvg_paint_get_bounds(sd->shape, &px, &py, &pw, &ph, false);
    r->x = (int)px;
    r->y = (int)py;
    r->w = (int)pw;