summaryrefslogtreecommitdiff
path: root/converters/py-cairosvg
AgeCommit message (Collapse)AuthorFilesLines
2018-05-11py-cairosvg: updated to 2.1.3adam2-7/+7
Version 2.1.3: * Fix T commands following q or t in paths
2018-03-26Drop patches for Python 2.7, now that it is a separate package.joerg4-32/+8
2017-12-10py-cairosvg: updated to 2.1.2adam2-7/+7
Version 2.1.2: * Fix font-size
2017-10-19py-cairosvg: update to 2.1.1adam2-11/+12
Version 2.1.1 Use cssselect2 and tinycss2 instead of cssselect and tinycss Don’t require lxml anymore Rely on defusedxml to detect unsafe SVG files Use http://www.w3.org/2000/svg as default namespace
2017-09-16Reset maintainerwiz1-2/+2
2017-09-04Use ASCII.joerg2-1/+13
2017-08-25No encoding parameter on Python 2.7.joerg2-1/+15
2017-07-14Version 2.0.3:adam3-47/+59
* Add ``python_requires`` in ``setup.py`` Version 2.0.2: * Handle ``text-align`` in textPath tags * Test with Python 3.6 Version 2.0.1: * Don't crash on relative refs with no input URL Version 2.0.0: * Drop Python 2 support * Drop pycairo support * Rely on cairocffi, lxml, cssselect, pillow and tinycss * Fix markers * Fix URL/id handling * Use bounding boxes for gradients * Split deployment and development tests * Add a scale option * Add a parent size option * Test with Travis
2017-01-13Update py-cairosvg to 1.0.20.kleink2-7/+7
Version 1.0.20, released on 2016-02-23 ====================================== * Allow the user to give parent size Version 1.0.19, released on 2015-10-30 ====================================== * Drastically improve the performance of ``Node()`` Version 1.0.18, released on 2015-10-20 ====================================== * Use cairo groups to apply filters Version 1.0.17, released on 2015-10-09 ====================================== * Fix scale and position of markers Version 1.0.16, released on 2015-08-05 ====================================== * Support the text-rendering property
2017-01-03Use "${MV} || ${TRUE}" and "${RM} -f" consistently in post-install targets.jperkin1-2/+2
2016-08-28Remove unnecessary PLIST_SUBST and FILES_SUBST that are now providedwiz1-2/+1
by the infrastructure. Mark a couple more packages as not ready for python-3.x.
2016-06-08Switch to MASTER_SITES_PYPI.wiz1-2/+2
2015-11-03Add SHA512 digests for distfiles for converters categoryagc1-1/+2
Problems found with existing distfile: distfiles/libiconv-1.13-cp932.patch.gz No changes made to the libiconv distinfo file. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-06-26Version 1.0.15, released on 2015-06-22rodent2-6/+6
====================================== * Use xMidYMid as default preserveAspectRatio value Version 1.0.14, released on 2015-06-02 ====================================== * Support the shape-rendering property Version 1.0.13, released on 2015-02-26 ====================================== * Fix end markers Version 1.0.12, released on 2015-02-26 ====================================== * Don't crash when paths with markers end with a move_to action Version 1.0.11, released on 2015-02-11 ====================================== * Allow commas in viewboxes Version 1.0.10, released on 2015-02-09 ====================================== * Allow quotes around font names
2014-08-29Version 1.0.9, released on 2014-08-12rodent2-6/+6
===================================== * Don't crash when gradients are applied to paths
2014-08-07Version 1.0.8, released on 2014-07-14rodent2-6/+6
===================================== * Don't create an atomic layer for transparent tags with no children
2014-05-17Import py27-cairosvg-1.0.7 as converters/py-cairosvg.rodent5-0/+81
CairoSVG is a SVG converter based on Cairo. It can export SVG files to PDF, PostScript and PNG files.