summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2022-10-06 19:28:06 -0500
committerFederico Mena Quintero <federico@gnome.org>2022-10-06 19:47:27 -0500
commit6ba44f82e8d61db0147093b30bfc1368d262c36c (patch)
treecea855cb0a515c683abb38ea8cfabd34747c48fa
parent011ee5cd792b8be2c441cf0c207c50bc70f164b6 (diff)
downloadlibrsvg-6ba44f82e8d61db0147093b30bfc1368d262c36c.tar.gz
Remove obsolete comment
Part-of: <https://gitlab.gnome.org/GNOME/librsvg/-/merge_requests/757>
-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>,