byte-foundry/plumin.js

Error on interpolation

Closed this issue · 2 comments

BaGsn commented

When I try the interpolation demo, I have this error

glyph.updateOTCommands is not a function.

It send me to this part of the code (line 20650)

    this.ot.glyphs.glyphs = (
        this.getGlyphSubset( args && args.set ).reduce(function(o, glyph, i) {
            o[i] = args && args.shouldUpdateCommands ?
                glyph.updateOTCommands( null, args && args.merged ) :
                glyph.ot;
            return o;
        }, {})
    );

I'm looking into it right now.

Fixed in 1.0.0 : )