capi: removed repeated comments
authorMira Grudzinska <m.grudzinska@samsung.com>
Sun, 3 Oct 2021 13:08:46 +0000 (15:08 +0200)
committerJunsuChoi <jsuya.choi@samsung.com>
Tue, 5 Oct 2021 03:03:24 +0000 (12:03 +0900)
src/bindings/capi/thorvg_capi.h

index 55e418d..62b917b 100644 (file)
@@ -709,9 +709,6 @@ TVG_EXPORT Tvg_Result tvg_paint_scale(Tvg_Paint* paint, float factor);
 * \param[in] paint The Tvg_Paint object to be rotated.
 * \param[in] degree The value of the rotation angle in degrees.
 *
-* The angle in measured clockwise from the horizontal axis.
-* The rotational axis passes through the point on the object with zero coordinates.
-*
 * \return Tvg_Result enumeration.
 * \retval TVG_RESULT_SUCCESS Succeed.
 * \retval TVG_RESULT_INVALID_ARGUMENT An invalid Tvg_Paint pointer.
@@ -730,9 +727,6 @@ TVG_EXPORT Tvg_Result tvg_paint_rotate(Tvg_Paint* paint, float degree);
 * \param[in] x The value of the horizontal shift.
 * \param[in] y The value of the vertical shift.
 *
-* The origin of the coordinate system is in the upper left corner of the canvas.
-* The horizontal and vertical axes point to the right and down, respectively.
-*
 * \return Tvg_Result enumeration.
 * \retval TVG_RESULT_SUCCESS Succeed.
 * \retval TVG_RESULT_INVALID_ARGUMENT An invalid Tvg_Paint pointer.