[librsvg: 2/22] Remove obsolete comment




commit 130f98d7bfef480702f3dfed2d8fd79f4529f220
Author: Federico Mena Quintero <federico gnome org>
Date:   Wed Sep 22 19:00:11 2021 -0500

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

 src/text.rs | 4 ----
 1 file changed, 4 deletions(-)
---
diff --git a/src/text.rs b/src/text.rs
index 87410327..244ba152 100644
--- a/src/text.rs
+++ b/src/text.rs
@@ -302,10 +302,6 @@ impl PositionedSpan {
 /// Walks the children of a `<text>`, `<tspan>`, or `<tref>` element
 /// and appends chunks/spans from them into the specified `chunks`
 /// array.
-///
-/// `x` and `y` are the absolute position for the first chunk.  If the
-/// first child is a `<tspan>` with a specified absolute position, it
-/// will be used instead of the given arguments.
 fn children_to_chunks(
     chunks: &mut Vec<Chunk>,
     node: &Node,


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