summaryrefslogtreecommitdiff
path: root/src/cairo-arc.c
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2005-07-11 13:29:45 +0000
committerCarl Worth <cworth@cworth.org>2005-07-11 13:29:45 +0000
commit48e5806f1e30e1e46a18442a568ed99daab78f66 (patch)
treec4e68dea604dd1308c240d42f52ce135caeffe3a /src/cairo-arc.c
parent2ff04df85219828c0058155ba7038a23bd264ebc (diff)
downloadcairo-48e5806f1e30e1e46a18442a568ed99daab78f66.tar.gz
Note that the cairo_content_t work is done.
Note that this function is computing an incorrect result.
Diffstat (limited to 'src/cairo-arc.c')
-rw-r--r--src/cairo-arc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cairo-arc.c b/src/cairo-arc.c
index d3302cdd5..e653fcda5 100644
--- a/src/cairo-arc.c
+++ b/src/cairo-arc.c
@@ -102,6 +102,8 @@ _arc_max_angle_for_tolerance_normalized (double tolerance)
return angle;
}
+/* XXX: The computation here if bogus. Correct math (with proof!) is
+ * available in _cairo_pen_vertices_needed. */
static int
_arc_segments_needed (double angle,
double radius,