verygoodgraphics / vgg_runtime

The official implementation of VGG Specs with cross-platform vector graphics and user interfaces.
https://verygoodgraphics.com
Other
57 stars 5 forks source link

When rendering design files, sdl_runtime displays extra frames #363

Open elff1 opened 3 months ago

elff1 commented 3 months ago

Detailed description

For design files containing components, sdl_runtime treats each component as a separate frame and renders it accordingly.

Expected behavior

Components should not be rendered as separate frames.

Actual behavior

Components are rendered as separate frames, resulting in extra frames being displayed (which can be viewed by switching with Ctrl+PgUp/PgDn).

Steps to reproduce

No response

Additional information

No response