summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2023-03-22 10:43:20 -0600
committerMarge Bot <marge-bot@gnome.org>2023-03-23 01:41:14 +0000
commit3fc52a9a54475d5c8cc0bef64e9b9925ee3eccd0 (patch)
tree6a983b98a71f5365c3c5b55ee77d54e8e54024bf
parentfc3236c1d041fb4430a73f11b1350eaff9ab8c58 (diff)
downloadlibrsvg-3fc52a9a54475d5c8cc0bef64e9b9925ee3eccd0.tar.gz
draw_shape: make private
Part-of: <https://gitlab.gnome.org/GNOME/librsvg/-/merge_requests/816>
-rw-r--r--src/drawing_ctx.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drawing_ctx.rs b/src/drawing_ctx.rs
index 57bad141..7085c68b 100644
--- a/src/drawing_ctx.rs
+++ b/src/drawing_ctx.rs
@@ -1302,7 +1302,7 @@ impl DrawingCtx {
}
}
- pub fn draw_shape(
+ fn draw_shape(
&mut self,
shape: &Shape,
stacking_ctx: &StackingContext,