Commit 45db3d45 authored by Ryan LeFevre's avatar Ryan LeFevre

Forgot this

parent 8fabcbeb
LayerInfo = require '../layer_info.coffee'
module.exports = class FillOpacity extends LayerInfo
@shouldParse: (key) -> key is 'iOpa'
parse: ->
@value = @file.readByte()
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment