open-pedigree icon indicating copy to clipboard operation
open-pedigree copied to clipboard

option to not use colour gradient on symbols?

Open azankl opened this issue 4 years ago • 3 comments

Is it possible to not have a colour gradient across symbols by default? In my mind, a symbol is either black (affected) or white (unaffected). Having a grey gradient across it blurs this distinction and does not add anything useful.

azankl avatar Oct 13 '21 01:10 azankl

Hi @azankl, thanks for the feedback. This is something we changed in later versions of PhenoTips, and should be pretty simple for someone to modify in this project, so have added labels to encourage people to do so.

buske avatar Nov 10 '21 05:11 buske

@azankl , @buske - this could be an area we'll need to look at in the future. If anyone else is motivated to do it, please take it on as our workload is likely to be fairly high anyway - the lead times will be horrendous. But anyway, at least you'll both know that it's on someone's radar!

AlgyTaylor avatar Jun 08 '22 10:06 AlgyTaylor

The gradient can be removed by modifying the method PersonVisuals.updateDisorderShapes() and removing the gradient. I've placed the changes in https://github.com/shermanlo77/open-pedigree/commit/bf8ba2c96dfb475e880eb4628cecc3c664c7e270

shermanlo77 avatar Mar 24 '23 14:03 shermanlo77