Skip to content

Instantly share code, notes, and snippets.

@roolo
Created February 2, 2012 18:38
Show Gist options
  • Select an option

  • Save roolo/1725042 to your computer and use it in GitHub Desktop.

Select an option

Save roolo/1725042 to your computer and use it in GitHub Desktop.
Svg example
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
require 'nokogiri'
noko_doc = Nokogiri::XML ( <svg content> )
noko_doc.xpath('//path')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment