Patch #1402
Patch for lib/SVG/Graph/Graph.rb, can't externalize stylesheets
| Status: | Closed | Start: | 2008-06-07 | |
| Priority: | Normal | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | 0.7.2 | |||
Description
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.
Associated revisions
Fixed: SVG::Graph raises an error when using external stylesheet (#1402).
History
2008-06-09 22:03 - Jean-Philippe Lang
Committed in r1524. Thanks for your patch.
Btw, are you the one who works on redmine4ruby-lang ?