Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use librsvg for PNG rendering #16

Merged
merged 7 commits into from
Feb 26, 2016
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
-sudo: false
language: node_js
node_js:
- "4.2.4"
- "4"
- "5"
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ Use
to install mathjax-node and its dependencies.

These API's can produce PNG images, but that requires the
[Batik](http://xmlgraphics.apache.org/batik/download.html) library. It
should be installed in the `batik` directory. See the README file in that
directory for more details.
[librsvg](https://www.npmjs.com/package/librsvg) library.
See the link for installation. Tested with
* Windows 8.1
* Ubuntu 14 LTS

# Getting started

Expand Down
1,528 changes: 0 additions & 1,528 deletions batik/CHANGES

This file was deleted.

201 changes: 0 additions & 201 deletions batik/LICENSE

This file was deleted.

18 changes: 0 additions & 18 deletions batik/NOTICE

This file was deleted.

77 changes: 0 additions & 77 deletions batik/README

This file was deleted.

Binary file removed batik/batik-rasterizer.jar
Binary file not shown.
Loading