Results 3 comments of Water

Sorry, I pushed a commit accidentally. I reverted all the changes except `JotDrawView.m` and `JotTouchBezier.m`,but Travis still build failed. I've read the Travis check details, just can't get it. Can...

Hi, @lauraskelton, thank you for reply such detail. I feel so sorry now, I haven't tested drawing with non-black. I fixed it. I forgot to call `[self.strokeColor setStroke];` when drawing...

Fixed non-black drawing bug. ``` objc // // JotTouchBezier.m // jot // // Created by Laura Skelton on 4/30/15. // // #import "JotTouchBezier.h" NSUInteger const kJotDrawStepsPerBezier = 300; CGFloat const...