Class: PSD::VectorStroke

Inherits:
LayerInfo show all
Defined in:
lib/psd/layer_info/vector_stroke.rb

Instance Attribute Summary

Attributes inherited from LayerInfo

#data

Instance Method Summary collapse

Methods inherited from LayerInfo

#initialize, #skip

Constructor Details

This class inherits a constructor from PSD::LayerInfo

Instance Method Details

#parseObject



7
8
9
10
# File 'lib/psd/layer_info/vector_stroke.rb', line 7

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