x1, y1, x2 and y2 of Svg_Linear_Gradient structure must be a percentage value.(0 ~ 1)
but these variables are reused with efl_gfx_gradient_linear_start/end_set/get
and duplicate operations occur.
Details
Details
N/A
Diff Detail
Diff Detail
- Repository
- rEFL core/efl
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Comment Actions
Please check a comment.
src/static_libs/vg_common/vg_common.h | ||
---|---|---|
170 | Not adding new variables, but how about share the x1, y1, x2, y2? Seems it just needs a boolean variable What do you think? |