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:
@@ -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)).
|
||||
|
||||
Reference in New Issue
Block a user