diff --git a/art/render.rb b/art/render.rb index 4c947f93cc806ef968823661cdafc55a9b95643a..1e36bba90dd68b864cc663bddc59470283df159d 100755 --- a/art/render.rb +++ b/art/render.rb @@ -91,7 +91,7 @@ images.each do |source_filename, settings| base_width = svg.root["width"].to_i base_height = svg.root["height"].to_i - guides = svg.find(".//sodipodi:guide") + guides = svg.find(".//sodipodi:guide","sodipodi:http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd") resolutions.each do |resolution, factor| output_filename, base_size = settings