Sha256: 27ae32fa957557b7458ba6e4a7303847f40a17212b60cd0672466ee5ea8c2f07

Contents?: true

Size: 327 Bytes

Versions: 4

Compression:

Stored size: 327 Bytes

Contents

module OpenXml
  module DrawingML
    module Properties
      class GradientPath < OpenXml::Properties::ComplexProperty
        include OpenXml::ContainsProperties
        namespace :a
        tag :path

        attribute :path, one_of: %i{ circle rect shape }

        property :fill_to_rectangle

      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
openxml-drawingml-0.3.1 lib/openxml/drawingml/properties/gradient_path.rb
openxml-drawingml-0.3.0 lib/openxml/drawingml/properties/gradient_path.rb
openxml-drawingml-0.2.1 lib/openxml/drawingml/properties/gradient_path.rb
openxml-drawingml-0.2.0 lib/openxml/drawingml/properties/gradient_path.rb