Class: RemoveSize

Inherits:
SvgOptimizer::Plugins::Base
  • Object
show all
Defined in:
lib/jekyll-inline-svg.rb

Instance Method Summary collapse

Instance Method Details

#processObject



5
6
7
8
# File 'lib/jekyll-inline-svg.rb', line 5

def process
  xml.root.remove_attribute("height")
  xml.root.remove_attribute("width")
end