Skip to content

Commit e11b7c2

Browse files
committed
Add libraries for canvg_context2d support
1 parent 0d95ba6 commit e11b7c2

4 files changed

Lines changed: 4064 additions & 0 deletions

File tree

libs/canvg_context2d/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#About
2+
This fork of canvg provides compatibility with the c2d plugin.
3+
Several changes needed to be made to ensure that our _fake_
4+
canvas is compatible with the canvg rendering engine.
5+
6+
This library was copied from [https://github.com/Flamenco/canvg](https://github.com/Flamenco/canvg).
7+
8+
#Usage
9+
For examples converting HTML pages into PDF using canvg and the context2d plugin,
10+
see the examples in the /examples/canvg_context2d directory.

0 commit comments

Comments
 (0)