mastodon-sc/mastodon

MIN_RADIUS is sometimes too large

Closed this issue · 3 comments

Issue

MIN_RADIUS can prevent us from adjusting the spot size to a tiny object.

Investigation

Currently, MIN_RADIUS is hard-coded here to 1.0, which can be too large sometimes.

Suggestion

  • make it customizable from Preferences
  • change the value of MIN_RADIUS to 0.0 or very small value

Could we make it adapt to the min pixel size?

I think it's a good idea to set the value to the equivalent of 1 pixel.

Fixed with #163