class InlineSvg::TransformPipeline::Transformations::IdAttribute

def transform(doc)

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