I'm wondering if it's possible to view and then hopefully animate SVG diagrams in pure Ruby GTK.
I'd prefer to use only the Gtk API. SVG is necessary. Thus I exclude a dedicated games library like Ruby2D or Gosu.
I also found the excellent Oekaki gem, but SVG is no handled either.
Ruby GTK3 seems to provide a Rsvg gem, but the documentation is sparse concerning its actual use.