rio-labs / rio

WebApps in pure Python. No JavaScript, HTML and CSS needed
https://rio.dev
Apache License 2.0
1.91k stars 66 forks source link

Support Image Fill Tiling #173

Open mad-moo opened 4 days ago

mad-moo commented 4 days ago

Add a new fill mode for image fills, that makes them tile. This is often useful for material-y patterns, such as dots, squiggly separators and such.

I'd propose the following changes:

mad-moo commented 2 days ago

I implemented this yesterday, but still have to test it properly.