summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/layout.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/layout.rs b/src/layout.rs
index 79c5ca3f..f0c79c4f 100644
--- a/src/layout.rs
+++ b/src/layout.rs
@@ -68,10 +68,6 @@ pub struct Stroke {
}
/// Paths and basic shapes resolved to a path.
-///
-/// Note that `stroke_paint` and `fill_paint` are not in user-space coordinates;
-/// they are just resolved to a `PaintSource`. Turning them to a `UserSpacePaintSource`
-/// involves knowing the bounding box of the path.
pub struct Shape {
pub path: Rc<Path>,
pub extents: Option<Rect>,