Closed GoogleCodeExporter closed 9 years ago
Fixed in r1289.
This was a regression introduced in r1209, which was from an external patch I
neglected to review thoroughly.
By the way, I usually start troubleshooting regressions by tracking down the
specific commit that introduced the problem. I use a binary search. It sounds
tedious, but I was able to find the revision in less than three minutes. (My
search went like this: r1200: works, r1240: broke, r1220: broke, 1210: broke,
1205: works, 1207: works, 1208: works, 1209: broke)
Basically just run these set of commands and then test, change the revision,
build, test, etc:
svn revert src/svg.swf;svn update -r1200;make clean all install SVGSRV=/var/www
Original comment by grick23@gmail.com
on 26 Dec 2010 at 6:13
Original issue reported on code.google.com by
mneu...@gmail.com
on 24 Dec 2010 at 11:37Attachments: