Remove appearance from Handle
... and pass it directly to `Renderer::draw` instead.
This commit is contained in:
parent
314b0f7dc5
commit
b205a66347
14 changed files with 112 additions and 75 deletions
|
|
@ -194,7 +194,7 @@ pub use iced_graphics::widget::qr_code;
|
|||
pub mod svg {
|
||||
//! Display vector graphics in your application.
|
||||
pub use iced_native::svg::Handle;
|
||||
pub use iced_native::widget::Svg;
|
||||
pub use iced_native::widget::svg::{Appearance, StyleSheet, Svg};
|
||||
}
|
||||
|
||||
#[cfg(feature = "canvas")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue