Ulrich Egouy

Results 1 comments of Ulrich Egouy

To expand on the work of @AaronF: I would also change line 289 from: `bottomWidth = nextElement ? nextElement.val * dwRatio : me.topWidth;` to: `bottomWidth = elementData.val * dwRatio;` That...