├── LICENSE ├── README.md ├── examples ├── README.md ├── blobstream.js ├── demo.htm ├── options.htm ├── pdfkit.js ├── results.js ├── tests.htm ├── tests1.js └── tests2.js ├── index.d.ts ├── notes └── gradient-repeat-maths.png ├── package.json └── source.js /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alafr/SVG-to-PDFKit/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alafr/SVG-to-PDFKit/HEAD/README.md -------------------------------------------------------------------------------- /examples/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alafr/SVG-to-PDFKit/HEAD/examples/README.md -------------------------------------------------------------------------------- /examples/blobstream.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alafr/SVG-to-PDFKit/HEAD/examples/blobstream.js -------------------------------------------------------------------------------- /examples/demo.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alafr/SVG-to-PDFKit/HEAD/examples/demo.htm -------------------------------------------------------------------------------- /examples/options.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alafr/SVG-to-PDFKit/HEAD/examples/options.htm -------------------------------------------------------------------------------- /examples/pdfkit.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alafr/SVG-to-PDFKit/HEAD/examples/pdfkit.js -------------------------------------------------------------------------------- /examples/results.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alafr/SVG-to-PDFKit/HEAD/examples/results.js -------------------------------------------------------------------------------- /examples/tests.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alafr/SVG-to-PDFKit/HEAD/examples/tests.htm -------------------------------------------------------------------------------- /examples/tests1.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alafr/SVG-to-PDFKit/HEAD/examples/tests1.js -------------------------------------------------------------------------------- /examples/tests2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alafr/SVG-to-PDFKit/HEAD/examples/tests2.js -------------------------------------------------------------------------------- /index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alafr/SVG-to-PDFKit/HEAD/index.d.ts -------------------------------------------------------------------------------- /notes/gradient-repeat-maths.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alafr/SVG-to-PDFKit/HEAD/notes/gradient-repeat-maths.png -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alafr/SVG-to-PDFKit/HEAD/package.json -------------------------------------------------------------------------------- /source.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alafr/SVG-to-PDFKit/HEAD/source.js --------------------------------------------------------------------------------