Include first frame twice in trace animations
This commit is contained in:
parent
b5d903c603
commit
bc70a475eb
1 changed files with 1 additions and 0 deletions
|
@ -114,6 +114,7 @@ module GPX
|
|||
end
|
||||
|
||||
image = GD2::AnimatedGif.new
|
||||
image.add(frames.first)
|
||||
frames.each do |frame|
|
||||
image.add(frame, :delay => delay)
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue