Commit 253f7805 authored by Ryan LeFevre's avatar Ryan LeFevre

Blend interior elements

parent 1a39a181
......@@ -3,6 +3,7 @@ Util = require '../util.coffee'
LAYER_INFO = {
blendClippingElements: require('../layer_info/blend_clipping_elements.coffee')
blendInteriorElements: require('../layer_info/blend_interior_elements.coffee')
name: require('../layer_info/unicode_name.coffee')
nestedSectionDivider: require('../layer_info/nested_section_divider.coffee')
sectionDivider: require('../layer_info/section_divider.coffee')
......
LayerInfo = require '../layer_info.coffee'
module.exports = class BlendInteriorElements extends LayerInfo
@shouldParse: (key) -> key is 'infx'
parse: ->
@enabled = @file.readBoolean()
@file.seek 3, true
\ 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