mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-18 06:55:48 +03:00
- Added UISceneNode::getVisibleWorldBounds() with an optional bounds-node binding. - UIWebView binds its document scene to the scroll container’s clipped viewport. - UINode::nodeDraw() now culls against visible scene bounds instead of the full document extent. - Existing top-level scenes retain their previous behavior. - Added a regression test confirming offscreen document widgets are skipped and visible widgets render.