Hello,
I’m encountering what seems like it might be a bug using RVG (from
RMagick) with Rails. The problem occurs when using the RVG ‘draw’
method. For example:
Magick::RVG.new(100,100) do |canvas|
canvas.draw
end
When I call the code that uses this method from the rails console, it
works fine. When called from the webserver, however, the call to draw
crashes the request without generating an exception - I just get ‘500 -
Internal server error’.
Any help or advice would be much appreciated!
-Jared