Skip to content

Commit

Permalink
Version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
liZe committed Sep 6, 2013
1 parent 8d51209 commit 9478906
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
18 changes: 16 additions & 2 deletions NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,24 @@
======


Version 1.0, not released yet
Version 2.0, not released yet
=============================

See the roadmap: http://redmine.kozea.fr/projects/cairosvg/roadmap
* Fix markers
* Fix URL/id handling


Version 1.0, released on 2013-09-06
===================================

* CairoCFFI support
* Support of more external CSS stylesheets
* Handle more filters
* Use pillow instead of pystacia
* Fix a lot of bugs with text (whitespaces, text on a path, etc.)
* Inherit attributes in ``use`` tags
* Cache trees for ``use`` tags
* Handle conditional structures


Version 0.5, released on 2012-12-13
Expand Down
2 changes: 1 addition & 1 deletion cairosvg/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
from . import surface


VERSION = '1.0.dev0'
VERSION = '1.0'
SURFACES = {
'SVG': surface.SVGSurface, # Tell us if you actually use this one!
'PNG': surface.PNGSurface,
Expand Down

0 comments on commit 9478906

Please sign in to comment.