From ce7f6b422e91999a1454377257bc1b34679e6930 Mon Sep 17 00:00:00 2001 From: Stani Date: Sat, 11 Jul 2015 22:07:20 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7f0d8c7..0a6027a 100644 --- a/README.md +++ b/README.md @@ -5,9 +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) +[![demonstration of the image backend](https://raw.githubusercontent.com/llgcode/draw2d/master/output/samples/geometry.png)](https://raw.githubusercontent.com/llgcode/draw2d/master/output/samples/geometry.pdf) -This 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). +This image above is generated with the image backend. Click on the image to get the pdf which is generated with exactly the same code. Features --------