Sha256: 5a91d8c0782abd8d2608fa828f687605b1bbfbcd4f463e89a50e02f3859eba26

Contents?: true

Size: 381 Bytes

Versions: 3

Compression:

Stored size: 381 Bytes

Contents

# frozen_string_literal: true

module Goldendocx
  module Images
    module Properties
      class StretchProperty
        include Goldendocx::Element

        namespace :a
        tag :stretch

        embeds_one :fill_rectangle, class_name: 'Goldendocx::Images::Properties::FillRectangleProperty',
                                    auto_build: true
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
goldendocx-0.3.0 lib/goldendocx/images/properties/stretch_property.rb
goldendocx-0.2.3 lib/goldendocx/images/properties/stretch_property.rb
goldendocx-0.2.2 lib/goldendocx/images/properties/stretch_property.rb