vlang / ui

A cross-platform UI library written in V
MIT License
2.32k stars 154 forks source link

svg screenshot with option `-d screenshot` #447

Closed rcqls closed 2 years ago

rcqls commented 2 years ago

This PR allows to get a svg screenshot at command line v run -d screenshot examples/users_resizable.v without opening the window.

spytheman commented 2 years ago

Does the PR need more changes?

rcqls commented 2 years ago

Does the PR need more changes?

I was busy for the 2 last days and I wanted to check first if some simplification could be applied. But normally this PR is mostly finished.