summaryrefslogtreecommitdiff
path: root/src/export/render.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/export/render.rs')
-rw-r--r--src/export/render.rs4
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;