thorvg / thorvg

Thor Vector Graphics is a lightweight portable library used for drawing vector-based scenes and animations including SVG and Lottie. It can be freely utilized across various software platforms and applications to visualize graphical contents.

Home Page:https://www.thorvg.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

renderer: support an viewport interface of the canvas

hermet opened this issue · comments

Support a feature to set the partial region of the drawing. This would help apps minimize the ThorVG drawing region when only a portion of the canvas is visible on the screen, such as during scrolling.

canvas->viewport(x, y, w, h);