preston / railroady

Ruby on Rails 3/4/5 model and controller UML class diagram generator. (`brew/port/apt-get install graphviz` before use!)
Other
1.71k stars 142 forks source link

Warning: none is not a known color #106

Open danajanezic opened 8 years ago

danajanezic commented 8 years ago

I keep getting this when I run rake diagram:, which then means that the background color in the svg's is black or when I convert to a png transparent. Is there a reason the background color isn't set to white?

preston commented 8 years ago

Yes -- it's a common use case to render the output over non-white backgrounds, such as on web pages or in other documents. I'm not getting this error.. could you provide details on how to reproduce?