Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Typst writer: properly handle data: URIs in images.
We need to produce an svg tag and parse it using `image.decode`. This is slightly roundabout but doesn't require any external libraries. Closes #10460.
- Loading branch information