SimpleRatingBar icon indicating copy to clipboard operation
SimpleRatingBar copied to clipboard

Customizing star shape

Open nerdymax opened this issue 8 years ago • 4 comments

Is it possible?

nerdymax avatar Sep 01 '16 16:09 nerdymax

Hi, what kind of customization would you want ?

FlyingPumba avatar Sep 01 '16 19:09 FlyingPumba

For example a star that has different angles between edges. There are many different types of five-pointed stars, as you know.

nerdymax avatar Sep 01 '16 20:09 nerdymax

Ok, but do you need anything in particular ? Or just think this would be a good feature ? Shape customization is a bit tricky:

  • On one hand, the extreme customization would be being able to use any particular shape, but configuring it would be tedious.
  • On the other hand, if I start adding configuration methods like "angle between edges", "distance from star corner to center", etc. the API and implementation will become a horror.

FlyingPumba avatar Sep 02 '16 22:09 FlyingPumba

Well, it would be great if I can at least customize distance from the star center to the nearest five points, so that we can implement "fat" and "slim" stars.

nerdymax avatar Sep 09 '16 04:09 nerdymax