lib/openxml/drawingml/elements/no_fill.rb in openxml-drawingml-0.1.0 vs lib/openxml/drawingml/elements/no_fill.rb in openxml-drawingml-0.2.0

- old
+ new

@@ -1,9 +1,11 @@ module OpenXml module DrawingML module Elements - class NoFill < OpenXml::DrawingML::Element + class NoFill < OpenXml::Element + namespace :a tag :noFill + end end end end