Open DmitryMyadzelets opened 8 years ago
Creating edge results in the error NS_ERROR_NOT_IMPLEMENTED:, and points to var bbox = this.textNode.getBBox(); line in the EditableTextNode.prototype.render method.
NS_ERROR_NOT_IMPLEMENTED:
var bbox = this.textNode.getBBox();
EditableTextNode.prototype.render
Creating edge results in the error
NS_ERROR_NOT_IMPLEMENTED:
, and points tovar bbox = this.textNode.getBBox();
line in theEditableTextNode.prototype.render
method.