diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-04-08 17:08:30 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-04-09 12:02:35 +0200 |
| commit | 29eb13ca6214461a4b0deb63d589cd39ad6d41c2 (patch) | |
| tree | c86797d440cfcc801c87a3c64f479e39f2c068b1 /src/export/render.rs | |
| parent | 712c00ecb72b67da2c0788e5d3eb4dcc6366b2a7 (diff) | |
Sum color and length into stroke
Diffstat (limited to 'src/export/render.rs')
| -rw-r--r-- | src/export/render.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/export/render.rs b/src/export/render.rs index d6f82121..c3b92d31 100644 --- a/src/export/render.rs +++ b/src/export/render.rs @@ -7,8 +7,8 @@ use tiny_skia as sk; use ttf_parser::{GlyphId, OutlineBuilder}; use usvg::FitTo; -use crate::frame::{Element, Frame, Geometry, Group, Shape, Stroke, Text}; -use crate::geom::{self, Length, Paint, PathElement, Size, Transform}; +use crate::frame::{Element, Frame, Geometry, Group, Shape, Text}; +use crate::geom::{self, Length, Paint, PathElement, Size, Stroke, Transform}; use crate::image::{Image, RasterImage, Svg}; use crate::Context; |
