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

- old
+ new

@@ -1,11 +1,11 @@ module OpenXml module DrawingML module Elements - class Stretch < OpenXml::DrawingML::Element + class Stretch < OpenXml::Element include HasChildren - namespace :a + tag :stretch end end end end