An open API service indexing awesome lists of open source software.

https://github.com/solidsnack/svg-triptych

View SVG documents and print to PDF
https://github.com/solidsnack/svg-triptych

Last synced: 11 months ago
JSON representation

View SVG documents and print to PDF

Awesome Lists containing this project

README

          

# SVG Triptych

View SVG source, SVG in-browser and SVG rendered to PDF, all together on one
page.

Live demo at: http://solidsnack.github.io/svg-triptych/

Only tested in Chrome. Please don't use in Safari -- at present, there is a bug that freezes the tab.

The PDF page size is set by the SVG width and height attributes, so be sure to
specify an appropriate `width`, `height` and `viewbox`.

## Example Documents

### 20cm Circle Centered on A4 Paper

```svg










```

### 20cm Circle Centered on Letter Paper

```svg










```

### 10cm Circle Centered on A5 Paper

```svg










```