Shopify / seafoam

A tool for working with compiler graphs dumped by the GraalVM compiler
MIT License
126 stars 22 forks source link

PDF and PNG output needs a white background #25

Closed chrisseaton closed 3 years ago

chrisseaton commented 3 years ago

The PDF and PNG output needs a white background - otherwise you can't see things like the basic block boxes. added https://github.com/Shopify/seafoam/pull/24.

Should be optional as it is sometimes very useful to be able to compose on top of another background.

Found by @nirvdrum.