DioxusLabs / blitz

A radically modular HTML/CSS rendering engine
Apache License 2.0
2.14k stars 45 forks source link

Add Image support #24

Closed ealmloff closed 1 year ago

ealmloff commented 1 year ago

Image support was recently added to vello. This PR adds basic image support to Blitz!

The Layout of images is not quite correct in this PR. We currently don't have a way to represent aspect ratios or box layouts. If the size is given or defaults to the size of the image, the layout works as expected

This PR is stacked on top of #22

image