2 class SvgToSymbolTransform < InlineSvg::CustomTransformation
10 class SvgFillOverrideTransform < InlineSvg::CustomTransformation
12 with_svg(doc) do |svg|
13 svg.set_attribute("fill", value)
19 InlineSvg.configure do |config|
20 config.add_custom_transformation(:attribute => :to_symbol, :transform => OpenStreetMap::SvgToSymbolTransform)
21 config.add_custom_transformation(:attribute => :fill, :transform => OpenStreetMap::SvgFillOverrideTransform)