AuburnSounds / printed

Generate PDF/SVG/HTML with D, with a Canvas-style API. Now with a flow document emitter.
36 stars 7 forks source link

SVG renderer #4

Closed p0nce closed 6 years ago

p0nce commented 6 years ago

The goal is to compare the PDF output to something else, and to clarify the operation specifications on a renderer (IRenderingContext2D).

A lot of it is copied from the HTML 5 Canvas API, which is nice to use.

p0nce commented 6 years ago

Works basically, also was the basis for a HTML renderer using embedded SVG