This commit is contained in:
Will Charczuk 2016-07-09 09:15:18 -07:00
parent f22f247d3b
commit 093a50f8b1
1 changed files with 5 additions and 0 deletions

5
drawing/README.md Normal file
View File

@ -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).