React9k / react-timeline-9000

React Timeline
http://react-timeline-9000.s3-website-ap-southeast-2.amazonaws.com/
MIT License
284 stars 36 forks source link

[rt10000] Imprecise/inconsistent rendering of items #240

Open avasiloaie opened 2 years ago

avasiloaie commented 2 years ago

There are some inconsistencies in the spacing of the timeline items. It seems that, depending on the size of the timeline element, sometimes there is an additional space/gap visible.

From the demo, margin removed with inspector to be more visible, more space between items: image

Same as above, the timeline is sized just slightly larger, but there is less space: image

They are not especially visible in the demo because they are mostly spread around and come with a default margin of 3 pixels, but end up looking quite glitchy if I would want to have consecutive items with the same end/start and no margin.

The case described above: image

Here it is not visible: image

But here it is visible even for the background, without any modifications: image