Open
Description
Hi !
As a beginner, I'm trying to understand luma.core, and I'm learning the various concepts and terminology used for GUI.
One thing suprised me: If I read the viewport's page on Wikipedia, it's not the same concept as I understand it in caroussel.py or crawl.py.
From wikipedia:
the viewport is the visible portion of a 2D area which is larger than the visualization device
But in caroussel.py, the viewport is larger than the visualization device.
Am I wrong ?