Method: PSD::VectorStrokeContent.should_parse?

Defined in:
lib/psd/layer/info/vector_stroke_content.rb

.should_parse?(key) ⇒ Boolean

Returns:



5
6
7
# File 'lib/psd/layer/info/vector_stroke_content.rb', line 5

def self.should_parse?(key)
  key == 'vscg'
end