Update README.md
This commit is contained in:
parent
8d08b5e816
commit
ce7f6b422e
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
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
|
Features
|
||||||
--------
|
--------
|
||||||
|
|
Loading…
Reference in a new issue