[librsvg: 5/8] Revert "TextSpan: pass the original stroke paint source here"
- From: Marge Bot <marge-bot src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [librsvg: 5/8] Revert "TextSpan: pass the original stroke paint source here"
- Date: Sat,  5 Mar 2022 04:32:11 +0000 (UTC)
commit f1f54520b31beed8e948b44b653a3ecde5554b52
Author: Federico Mena Quintero <federico gnome org>
Date:   Fri Mar 4 21:31:46 2022 -0600
    Revert "TextSpan: pass the original stroke paint source here"
    
    This reverts commit 02584e0381ec4c77aa3d6e02eebfe50b51a60469.
    
    Part-of: <https://gitlab.gnome.org/GNOME/librsvg/-/merge_requests/672>
 src/layout.rs | 1 -
 src/text.rs   | 1 -
 2 files changed, 2 deletions(-)
---
diff --git a/src/layout.rs b/src/layout.rs
index 1a1fc54e1..acf117552 100644
--- a/src/layout.rs
+++ b/src/layout.rs
@@ -109,7 +109,6 @@ pub struct TextSpan {
     pub paint_order: PaintOrder,
     pub stroke: Stroke,
     pub stroke_paint: UserSpacePaintSource,
-    pub stroke_paint_source: PaintSource,
     pub fill_paint: UserSpacePaintSource,
     pub text_rendering: TextRendering,
     pub link_target: Option<String>,
diff --git a/src/text.rs b/src/text.rs
index 7f897eb42..0234df941 100644
--- a/src/text.rs
+++ b/src/text.rs
@@ -829,7 +829,6 @@ impl Draw for Text {
                         paint_order: span.paint_order,
                         stroke: span.stroke,
                         stroke_paint,
-                        stroke_paint_source: span.stroke_paint,
                         fill_paint,
                         text_rendering: span.text_rendering,
                         link_target: span.link_target,
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]