Vote #63380
完了Patch for lib/SVG/Graph/Graph.rb, can't externalize stylesheets
0%
説明
lib/SVG/Graph/Graph.rb has a bug. When the stylesheets of generated SVGs is externalized, for example
graph.style_sheet = '/stylesheets/graph.css'
at RepositoryController#graph_commits_per_author,
graph object raises an exception.
This is because typo. The attached patch solves this problem.
journals
Committed in r1524. Thanks for your patch.
Btw, are you the one who works on redmine4ruby-lang ?
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------