[librsvg: 2/13] Fix misleading comment
- From: Federico Mena Quintero <federico src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [librsvg: 2/13] Fix misleading comment
- Date: Wed, 12 May 2021 01:04:21 +0000 (UTC)
commit b980d3bc807addcb3489d899d91c980cdebef7a7
Author: Federico Mena Quintero <federico gnome org>
Date: Mon May 10 19:43:27 2021 -0500
Fix misleading comment
src/drawing_ctx.rs | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/drawing_ctx.rs b/src/drawing_ctx.rs
index fe0968b1..7f4de342 100644
--- a/src/drawing_ctx.rs
+++ b/src/drawing_ctx.rs
@@ -495,8 +495,8 @@ impl DrawingCtx {
self.cr.set_matrix(orig_transform.into());
- // Clipping paths do not contribute to bounding boxes (they should, but we
- // need Real Computational Geometry(tm), so ignore the bbox from the clip path.
+ // Clipping paths do not contribute to bounding boxes, so ignore the bbox from
+ // the clip path.
res.map(|_bbox| ())
} else {
Ok(())
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]