diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2005-04-22 10:13:02 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2005-04-22 10:13:02 +0000 |
commit | 51e65891d47e96fb907f5e2091d83d558a565dc3 (patch) | |
tree | fb1b48d7620536e03f43fe45c9e704c32574d84f /graphics/p5-GD-Arrow/pkg-descr | |
parent | e7bf5f8781a6f4e810d644d0d8d47c5d9677347b (diff) |
Notes
Diffstat (limited to 'graphics/p5-GD-Arrow/pkg-descr')
-rw-r--r-- | graphics/p5-GD-Arrow/pkg-descr | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/graphics/p5-GD-Arrow/pkg-descr b/graphics/p5-GD-Arrow/pkg-descr new file mode 100644 index 000000000000..5e2a347334bb --- /dev/null +++ b/graphics/p5-GD-Arrow/pkg-descr @@ -0,0 +1,23 @@ +This is a subclass of GD::Polygon used to draw an arrow between two vertices. + +GD::Arrow::Full draws a full arrow between two verticies. + + |\ + +----------------------+ \ + (X2, Y2) * * (X1, Y1) + +----------------------+ / + |/ + +GD::Arrow::RightHalf draws a half arrow between two verticies. + + (X2, Y2) *-------------------------* (X1, Y1) + +----------------------+ / + |/ + +GD::Arrow::LeftHalf draws a half arrow between two verticies. + + |\ + +----------------------+ \ + (X2, Y2) *-------------------------* (X1, Y1) + +WWW: http://search.cpan.org/dist/GD-Arrow/ |