Sha256: 701cceab3d15e452d2c0876cb753793650685de5ca4f0e86cafadf34ceeadbcd

Contents?: true

Size: 229 Bytes

Versions: 3

Compression:

Stored size: 229 Bytes

Contents

# frozen_string_literal: true

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

        namespace :a
        tag :fillRect
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

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