Sha256: b1f8e7f19a411c49078cace61bbb58efc1b750ebf701f59203247cd26fdea4ee

Contents?: true

Size: 193 Bytes

Versions: 15

Compression:

Stored size: 193 Bytes

Contents

module AppleNews
  module Style
    class LinearGradientFill < Base
      include GradientFill
      required_property :type, "linear_gradient"
      optional_property :angle
    end
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
apple-news-0.5.1 lib/apple-news/styles/linear_gradient_fill.rb
apple-news-0.5.0 lib/apple-news/styles/linear_gradient_fill.rb
apple-news-0.4.2 lib/apple-news/styles/linear_gradient_fill.rb
apple-news-0.4.1 lib/apple-news/styles/linear_gradient_fill.rb
apple-news-0.4.0 lib/apple-news/styles/linear_gradient_fill.rb
apple-news-0.3.1 lib/apple-news/styles/linear_gradient_fill.rb
apple-news-0.3.0 lib/apple-news/styles/linear_gradient_fill.rb
apple-news-0.2.5 lib/apple-news/styles/linear_gradient_fill.rb
apple-news-0.2.4 lib/apple-news/styles/linear_gradient_fill.rb
apple-news-0.2.3 lib/apple-news/styles/linear_gradient_fill.rb
apple-news-0.2.2 lib/apple-news/styles/linear_gradient_fill.rb
apple-news-0.2.1 lib/apple-news/styles/linear_gradient_fill.rb
apple-news-0.2.0 lib/apple-news/styles/linear_gradient_fill.rb
apple-news-0.1.1 lib/apple-news/styles/linear_gradient_fill.rb
apple-news-0.1.0 lib/apple-news/styles/linear_gradient_fill.rb