creativescala / doodle

Compositional vector graphics in Scala / Scala.JS
https://creativescala.org/doodle/
Apache License 2.0
329 stars 76 forks source link

Add PDF writer based on https://github.com/eseifert/vectorgraphics2d #82

Closed adrobisch closed 5 years ago

adrobisch commented 5 years ago

To do this a split up of the Java2d rendering was needed, to render a Graphics2D context independent of a buffered image.

fixes https://github.com/creativescala/doodle/issues/46