dinther Posted August 22, 2016 Share Posted August 22, 2016 It appears a basic bug sneaked into version 4 or maybe there is something I don't do right. Consider this fiddle: https://jsfiddle.net/g7tqghp5/2/ A basic case drawing a rectangle, clearing it and draw the rectangle again in a different color. It doesn't work in version 4 RC3 but it works in all older versions. Quote Link to comment Share on other sites More sharing options...
ivan.popelyshev Posted August 22, 2016 Share Posted August 22, 2016 And it works in later versions. That bug was fixed a week ago https://s3-eu-west-1.amazonaws.com/pixi.js/dev/pixi.js Quote Link to comment Share on other sites More sharing options...
dinther Posted August 22, 2016 Author Share Posted August 22, 2016 8 hours ago, ivan.popelyshev said: And it works in later versions. That bug was fixed a week ago https://s3-eu-west-1.amazonaws.com/pixi.js/dev/pixi.js I am so sorry, I have trouble keeping track with versions and where to obtain them. There seem so many locations. Quote Link to comment Share on other sites More sharing options...
ivan.popelyshev Posted August 22, 2016 Share Posted August 22, 2016 That one will work until @Mat Groves merges everything into master. Quote Link to comment Share on other sites More sharing options...
dinther Posted August 22, 2016 Author Share Posted August 22, 2016 1 hour ago, ivan.popelyshev said: That one will work until @Mat Groves merges everything into master. Awesome, everything works now but a new bug cropped up with text size. See fiddle: https://jsfiddle.net/b8jxotcy/ Feel free to direct me to the correct location to file issues like this. I have no idea where that is. Quote Link to comment Share on other sites More sharing options...
dinther Posted August 23, 2016 Author Share Posted August 23, 2016 3 hours ago, dinther said: Awesome, everything works now but a new bug cropped up with text size. See fiddle: https://jsfiddle.net/b8jxotcy/ Feel free to direct me to the correct location to file issues like this. I have no idea where that is. It seems your minifyer is broken. Text size works with https://github.com/pixijs/pixi.js/releases/download/v4.0.0-rc4/pixi.js but won't work with https://github.com/pixijs/pixi.js/releases/download/v4.0.0-rc4/pixi.min.js Quote Link to comment Share on other sites More sharing options...
kazoo Posted August 23, 2016 Share Posted August 23, 2016 Also to add to this topic. Here (https://jsfiddle.net/g7tqghp5/4/) is an example of drawing an arc, so same as @dinther's example, but instead of drawing a rect, it draws an arc. But it just simply does not work, unless you add a drawRect call somewhere in the middle there, then for some reason it works. I don't know if this is a bug.. 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.