Sha256: 38865a3b30bd510531e4fadb4b77045d32722c47c639c96012da1d0dd0ad5fc0

Contents?: true

Size: 234 Bytes

Versions: 18

Compression:

Stored size: 234 Bytes

Contents

require 'psd/layer_info'

class PSD
  class VectorStroke < LayerInfo
    def self.should_parse?(key)
      key == 'vstk'
    end

    def parse
      version = @file.read_int
      @data = Descriptor.new(@file).parse
    end
  end
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
psd-3.9.0 lib/psd/layer/info/vector_stroke.rb
psd-3.8.0 lib/psd/layer/info/vector_stroke.rb
psd-3.7.0 lib/psd/layer/info/vector_stroke.rb
psd-3.6.0 lib/psd/layer/info/vector_stroke.rb
psd-3.5.0 lib/psd/layer/info/vector_stroke.rb
psd-3.4.0 lib/psd/layer/info/vector_stroke.rb
psd-3.3.3 lib/psd/layer/info/vector_stroke.rb
psd-3.3.2 lib/psd/layer/info/vector_stroke.rb
psd-3.3.1 lib/psd/layer/info/vector_stroke.rb
psd-3.2.4 lib/psd/layer_info/vector_stroke.rb
psd-3.2.3 lib/psd/layer_info/vector_stroke.rb
psd-3.2.2 lib/psd/layer_info/vector_stroke.rb
psd-3.2.1 lib/psd/layer_info/vector_stroke.rb
psd-3.2.0 lib/psd/layer_info/vector_stroke.rb
psd-3.1.5 lib/psd/layer_info/vector_stroke.rb
psd-3.1.4 lib/psd/layer_info/vector_stroke.rb
psd-3.1.3 lib/psd/layer_info/vector_stroke.rb
psd-3.1.2 lib/psd/layer_info/vector_stroke.rb