Class: RemoveSize
- Inherits:
-
SvgOptimizer::Plugins::Base
- Object
- SvgOptimizer::Plugins::Base
- RemoveSize
- Defined in:
- lib/jekyll-inline-svg.rb
Instance Method Summary collapse
Instance Method Details
#process ⇒ Object
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 |