commit | d7f649f283763af099256eb2d5e326df601c3e76 | [log] [tgz] |
---|---|---|
author | Anuj Verma <anujv@iitbhilai.ac.in> | Mon Aug 16 07:48:09 2021 +0530 |
committer | Anuj Verma <anujv@iitbhilai.ac.in> | Mon Aug 16 07:48:09 2021 +0530 |
tree | 64e9036e460fb5f57b0db42c1c560786b089b498 | |
parent | fed5521016227bf8cc4475f66450a9963568d162 [diff] |
[sdf] Return `FT_Err_Ok` while trying to render bitmap. * src/sdf/ftsdfrend.c (ft_bsdf_render): Return OK if the slot is a bitmap and the render mode is anything other than `FT_RENDER_MODE_SDF`. This is for compatibility reasons. Fixes issue #1076