ufoJS icon indicating copy to clipboard operation
ufoJS copied to clipboard

crash when importing: "Cannot read property '0' of null"

Open felipesanches opened this issue 9 years ago • 2 comments

When trying to import an UFO in Metapolator with the command:

./metapolator-import /tmp/teste/Gabriela-Regular.ufo/ testing/gabriela_master

I got his error:

/home/felipe/devel/github_felipesanches/master_metapolator/app/lib/project/ImportController.js:113 throw error; ^

TypeError: Cannot read property '0' of null at SegmentPen.enhance._qCurveToOne (/home/felipe/devel/github_felipesanches/master_metapolator/app/lib/ufoJS/lib/tools/pens/BasePen.js:84:43)

felipesanches avatar Jun 04 '15 22:06 felipesanches