From 790eaf6842f3527fe6afa06b85675d8566267a4c Mon Sep 17 00:00:00 2001 From: Stani Date: Sat, 11 Jul 2015 19:31:36 +0200 Subject: [PATCH] add image to README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index db90f91..6f7eed3 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,9 @@ Package draw2d is a pure [go](http://golang.org) 2D vector graphics library with See the [documentation](http://godoc.org/github.com/llgcode/draw2d) for more details. +![demonstration of the image backend](https://raw.githubusercontent.com/llgcode/draw2d/master/output/samples/geometry.png) +The image above is generated with the image backend. The pdf which is generated with exactly the same code is [here](https://raw.githubusercontent.com/llgcode/draw2d/master/output/samples/geometry.pdf). + Features --------