From 7cd12544c09ffbd2d2bc28e44109ca862b085c43 Mon Sep 17 00:00:00 2001 From: John Bintz Date: Thu, 14 Nov 2013 19:17:26 -0500 Subject: [PATCH] namespace not needed, svg is the default one anyway --- lib/svggvs/target.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/svggvs/target.rb b/lib/svggvs/target.rb index d70725e..248632a 100644 --- a/lib/svggvs/target.rb +++ b/lib/svggvs/target.rb @@ -69,7 +69,7 @@ module SVGGVS css('svg|use').each do |clone| if source = css(clone['xlink:href']).first if source.name == 'flowRoot' || source.name == 'text' - new_group = clone.add_next_sibling("").first + new_group = clone.add_next_sibling("").first clone.attributes.each do |key, attribute| new_group[attribute.name] = attribute.value