Followers

Tuesday 8 August 2017

omniJS – 7.5 test build crash caused by Shape.blendColor setter

Source: discourse.omnigroup.com --- Monday, August 07, 2017
This seems, at present (7.5 test (v181.3 r293594)) to reliably trigger a crash: (() => { 'use strict'; // New vanilla shape, const g = Object.assign( document.Windows[0].selection.canvas.newShape(), { geometry: new Rect(100, 100, 100, 100) } ); // Assign null to Shape.blendColor g.blendColor = null; // Crash ... })(); ...



from Windows http://ift.tt/2vHT4iL

No comments:

Post a Comment