[librsvg: 6/9] Remove obsolete comment




commit 6ba44f82e8d61db0147093b30bfc1368d262c36c
Author: Federico Mena Quintero <federico gnome org>
Date:   Thu Oct 6 19:28:06 2022 -0500

    Remove obsolete comment
    
    Part-of: <https://gitlab.gnome.org/GNOME/librsvg/-/merge_requests/757>

 src/layout.rs | 4 ----
 1 file changed, 4 deletions(-)
---
diff --git a/src/layout.rs b/src/layout.rs
index 79c5ca3f3..f0c79c4f5 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>,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]