exellian / rui

Rust framework for building modern ui
3 stars 0 forks source link

Bezier curve rendering artifact #16

Closed exellian closed 1 year ago

exellian commented 2 years ago

For now the bezier curve rendering algorithm works with continues values and because of some small float imprecisions some artifacts occur on larger resolutions (Vertical missing or additional lines). Further investigation has to be made to identify the real issue behind these vertical lines. For now we leave it as it is to move on.