Add viewport

This commit is contained in:
Angelos Chalaris
2018-09-01 15:22:31 +03:00
parent 9b9494d45f
commit 62a402e730

4
glossary/Viewport.md Normal file
View File

@ -0,0 +1,4 @@
### Viewport
A viewport is a polygonal (usually rectangular) area in computer graphics that is currently being viewed.
In web development and design, it refers to the visible part of the document that is being viewed by the user in the browser window.