d13 Posted June 30, 2015 Share Posted June 30, 2015 Hi eveyone..... I'm not sure if this is a bug, but when I pulled the latest update last night the following code produced the image shown: let bezierLine = new Graphics(); bezierLine.lineStyle(4, 0x000000, 1); bezierLine.moveTo(32, 128); bezierLine.bezierCurveTo(32, 20, 224, 20, 224, 128); stage.addChild(bezierLine); Quadratic curves and arcs do the same thing.`arcTo` produces not visible image on the canvas. I've posted this to Pixi's GitHub Issues here: https://github.com/GoodBoyDigital/pixi.js/issues/1660 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.