thorvg/src
Mira Grudzinska 25a1321243 common: stroke dash offset support with new apis.
This change just allows users to use the offset of the stroke dash.
Actually feature enhacement has been introduced by
478e45f9f3.

@APIs:
uint32_t Shape::strokeDash(const float** dashPattern) ->
uint32_t Shape::strokeDash(const float** dashPattern, float* offset = nullptr)

Result Shape::strokeDash(const float* dashPattern, uint32_t cnt) ->
Result Shape::strokeDash(const float* dashPattern, uint32_t cnt, float offset = 0.0f)

Tvg_Result tvg_shape_set_stroke_dash(Tvg_Paint* paint, const float* dashPattern, uint32_t cnt) ->
Tvg_Result tvg_shape_set_stroke_dash(Tvg_Paint* paint, const float* dashPattern, uint32_t cnt, float offset)

Tvg_Result tvg_shape_get_stroke_dash(const Tvg_Paint* paint, const float** dashPattern, uint32_t* cnt) ->
Tvg_Result tvg_shape_get_stroke_dash(const Tvg_Paint* paint, const float** dashPattern, uint32_t* cnt, float* offset)

@Issue: https://github.com/thorvg/thorvg/issues/1372
2023-10-30 11:47:51 +09:00
..
bindings common: stroke dash offset support with new apis. 2023-10-30 11:47:51 +09:00
common sw_engine: fix a regression bug by 0dafe9ff64 2023-09-12 11:44:27 +09:00
examples common: stroke dash offset support with new apis. 2023-10-30 11:47:51 +09:00
loaders common: stroke dash offset support with new apis. 2023-10-30 11:47:51 +09:00
renderer common: stroke dash offset support with new apis. 2023-10-30 11:47:51 +09:00
savers common: stroke dash offset support with new apis. 2023-10-30 11:47:51 +09:00
tools infra: renames the source folders 2023-08-28 13:11:24 +09:00
meson.build infra: add android CI build test with necessary cross build config. 2023-10-09 20:24:07 +09:00