Skip to content

Commit

Permalink
update README -- diagrams-svg is no longer experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
Brent Yorgey committed Sep 20, 2013
1 parent 29501c3 commit 8dda7f5
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions README.md
Expand Up @@ -7,12 +7,10 @@ using the [Haskell programming language][haskell].
[diagrams]: http://projects.haskell.org/diagrams/
[haskell]: http://www.haskell.org/haskellwiki/Haskell

_diagrams-svg_ is a work in progress, and some features are not implemented
yet. However, it is functional enough that [hs-logo] uses it. Check out the
[issues page][issues] to get an idea of the features that are missing.
_diagrams-svg_ is the default out-of-the box backend that comes with
the diagrams framework, and supports most features defined in [diagrams-lib].

[issues]: https://github.com/diagrams/diagrams-svg/issues
[hs-logo]: http://github.com/deepakjois/hs-logo
[diagrams-lib]: http://hackage.haskell.org/package/diagrams%2Dlib

# Installation

Expand Down Expand Up @@ -77,10 +75,3 @@ The command above generates the SVG file:
</g>
</svg>
```

## Other Backends for Diagrams

* [diagrams-cairo](http://github.com/diagrams/diagrams-cairo)
* [diagrams-postscript](https://github.com/fryguybob/diagrams-postscript)
* [diagrams-canvas](https://github.com/byorgey/diagrams-canvas/)

0 comments on commit 8dda7f5

Please sign in to comment.