From 093a50f8b18eb3c9cfa8a8f00f4c8b2582adce03 Mon Sep 17 00:00:00 2001 From: Will Charczuk Date: Sat, 9 Jul 2016 09:15:18 -0700 Subject: [PATCH] readme. --- drawing/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 drawing/README.md diff --git a/drawing/README.md b/drawing/README.md new file mode 100644 index 0000000..a97cb30 --- /dev/null +++ b/drawing/README.md @@ -0,0 +1,5 @@ +go-chart > drawing +================== + +The bulk of the code in this package is based on [draw2d](https://github.com/llgcode/draw2d), but +with significant modifications to make the APIs more golang friendly and careful about units (points vs. pixels). \ No newline at end of file