Skip to content

Commit

Permalink
Add build badges to README.md, update wording
Browse files Browse the repository at this point in the history
  • Loading branch information
RedFantom committed Mar 15, 2021
1 parent 91c56ba commit b460944
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# tksvg for Python's Tkinter
[![Build status](https://ci.appveyor.com/api/projects/status/9bsgu2urjv3qw0q0/branch/master?svg=true)](https://ci.appveyor.com/project/RedFantom/python-tksvg/branch/master)
[![Build Status](https://api.travis-ci.com/TkinterEP/python-tksvg.svg?branch=master)](https://travis-ci.org/TkinterEP/python-tksvg)

[tksvg](https://github.com/oehhar/tksvg) is a package for Tcl/Tk that
adds support for SVG image files. Tkinter makes use of Tcl/Tk under the
hood, and thus can benefit from this addition. Note that SVG support
has been included in Tk 8.7 and thus this package can be made obsolete
in the future when Python gets distributed with Tk 8.7. This package is
merely a repackaging of the `tksvg` library for Python with a modified
build system.
in the future when Python gets distributed with Tk 8.7. This repository
is merely a repackaging of the `tksvg` library for Python with a
modified build system.

## Building and installation
This package makes use of the same build system as [`gttk`](https://github.com/TkinterEP/python-gttk)
Expand Down

0 comments on commit b460944

Please sign in to comment.