class InlineSvg::TransformPipeline::Transformations::Width

def transform(doc)

def transform(doc)
  with_svg(doc) do |svg|
    svg["width"] = self.value
  end
end