class Magick::RVG::PathData

def closepath(_abs = true)

is ignored.
Add a closepath command. The abs argument
def closepath(_abs = true)
  @path << 'Z' # ignore `abs'
end