Skip to content

Commit

Permalink
Corrected the viewbox definition
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Sep 26, 2016
1 parent a398eb1 commit 44f88fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Timeline/SVG.pm
Expand Up @@ -42,7 +42,7 @@ sub _build_viewbox {
return join ' ',
$self->min_year,
0,
$self->max_year,
$self->years,
$self->bar_height * $self->count_events;
}

Expand Down

0 comments on commit 44f88fb

Please sign in to comment.