03:30 | <Yuhong_> | After IE6 was released, WaSP took a gentle leave of absence, claiming that "Browser makers are no longer the problem": http://archive.webstandards.org/ |
03:30 | <Yuhong_> | Before that: http://archive.webstandards.org/ie55.txt |
03:31 | <Yuhong_> | Then only years later came http://www.positioniseverything.net/explorer.html |
03:32 | <Yuhong_> | http://www.impressivewebs.com/no-standards-compliant-browser/ |
19:44 | <bga_> | plz anybody help me. http://www.webdevout.net/test?01v |
19:45 | <bga_> | seems bug in canvas api |
19:46 | <bga_> | browser does not clear old path |
19:51 | <Philip`> | bga_: You need to call ctx.beginPath() to clear the old path and start a new one |
19:54 | <bga_> | Philip` unfortunelly ctx.closePath() does not helps |
19:56 | <bga_> | Philip` ah. hm. thanks. its works |
20:04 | <Philip`> | closePath is unrelated |
20:05 | <Philip`> | It probably should be called closeSubpath, if I remember correctly |