Can't interpret path

11 views
Skip to first unread message

Anirudh Jagdish

unread,
Aug 9, 2017, 6:29:16 PM8/9/17
to nokogiri-talk
I have a DWG file I converted to SVG for analysis, and when I use NokoGiri parsing,
I don't see any ID tags or anything that describes to me what the path is for (the text or object it represents).
This is my code, ver simple:    

require 'nokogiri'

doc = File.open("svgTest.svg") { |f| Nokogiri::HTML(f) }
puts doc
Reply all
Reply to author
Forward
0 new messages