From 82bfaea6e521ad2679daecfe9b9b4a45c42adf80 Mon Sep 17 00:00:00 2001 From: "Emden R. Gansner" Date: Sat, 13 Feb 2016 14:14:35 -0500 Subject: [PATCH] Update documentation related to cylinder shape. --- lib/common/shapes.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/common/shapes.c b/lib/common/shapes.c index c0fcd58b0..dd2903eba 100644 --- a/lib/common/shapes.c +++ b/lib/common/shapes.c @@ -4004,6 +4004,10 @@ static boolean star_inside(inside_t * inside_context, pointf p) return TRUE; } +/* cylinder: + * Code based on PostScript version by Brandon Rhodes. + * http://rhodesmill.org/brandon/2007/a-database-symbol-for-graphviz/ + */ static pointf cylinder_size (pointf sz) { sz.y *= 1.375; -- 2.40.0