class InlineSvg::TransformPipeline::Transformations::Size

def width_of(value)

def width_of(value)
  value.split(/\*/).map(&:strip)[0]
end