diff options
| author | Laurenz <laurmaedje@gmail.com> | 2020-11-28 00:04:40 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2020-11-28 00:04:40 +0100 |
| commit | 21857064db8ca1bdf61b6e5ee37dff1a15083189 (patch) | |
| tree | d25041fb9c8086da0159f3aff90049ffa8d72f25 /src/layout/mod.rs | |
| parent | 982e7671a6c89ab189881b7b5c73aa18fee85a5f (diff) | |
Export alpha channel into PDF 🧊
Diffstat (limited to 'src/layout/mod.rs')
| -rw-r--r-- | src/layout/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/layout/mod.rs b/src/layout/mod.rs index 1f7d6c9f..44a2c2fa 100644 --- a/src/layout/mod.rs +++ b/src/layout/mod.rs @@ -183,7 +183,7 @@ pub enum LayoutElement { #[derive(Debug, Clone, PartialEq)] pub struct ImageElement { /// The image. - pub resource: ResourceId, + pub res: ResourceId, /// The document size of the image. pub size: Size, } |
