kivy-garden / speedmeter

MIT License
9 stars 6 forks source link

Speedometer are cutting the start and end number. #1

Open beyonlo opened 5 years ago

beyonlo commented 5 years ago

Hello

First all, I would like to congratulate you for the nice work. I'm newbie in kivy and I using your project to do speedometers. Very nice work, and, please, don't stop to improve this project, it is amazing. Maybe a good idea is to put in the kivy project libs for other people use it too - I don't know how, maybe into the garden?

Anyway, I think found a bug, where the first number and end number do not show very well, like as the numbers are cutting it. I attached a picture of demo1 that I'm referencing. Look the number 0 and the 200. They do not show very well. cut_number

Or is that just a configuration?

Thank you so much

chtronche commented 5 years ago

Hello and thank you.

I'm aware of the existence of the Kivy garden, and I'm working to turn this speedmeter into a flower.

The reason the first and last numbers don't show well is that they're of the same color as the background. If the numbers or the background were of a different color, most likely you'd get the result you're expected.

I don't intent to change that right now, however I mark your question as a feature request and may add a boolean to add some space around the first and last number in the future.

beyonlo commented 5 years ago

Hello.

I'm aware of the existence of the Kivy garden, and I'm working to turn this speedmeter into a flower.

That will be great!

The reason the first and last numbers don't show well is that they're of the same color as the background. If the numbers or the background were of a different color, most likely you'd get the result you're expected.

Understood. I see there, different color show entire number, but still with line inside the start and end number. speed2

I don't intent to change that right now, however I mark your question as a feature request and may add a boolean to add some space around the first and last number in the future.

Yes, a space after first line and a space before the end line of speedometer will be great to solve that :)

Thank you so much.

beyonlo commented 5 years ago

I'm reopening this issue because was marked as enhancement. As this is a new feature, It need to be opened. It's correct?

Thank you.