class InlineSvg::TransformPipeline::Transformations::Size

def transform(doc)

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