1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-03 07:10:04 -04:00

feat: add a way to provide customable scaling to SVG rasterization (#2252)

This commit is contained in:
blusk
2022-11-07 10:52:14 -05:00
committed by GitHub
parent b3ab47a594
commit 3805a3282f
3 changed files with 58 additions and 18 deletions

View File

@@ -4,6 +4,7 @@ All notable changes to the `egui_extras` integration will be noted in this file.
## Unreleased
* Added `TableBuilder::vertical_scroll_offset`: method to set vertical scroll offset position for a table ([#1946](https://github.com/emilk/egui/pull/1946)).
* Added `RetainedImage::from_svg_bytes_with_size` to be able to specify a size for SVGs to be rasterized at.
## 0.19.0 - 2022-08-20
* MSRV (Minimum Supported Rust Version) is now `1.61.0` ([#1846](https://github.com/emilk/egui/pull/1846)).