]> granicus.if.org Git - libass/commit
Reset clipping mode on every rectangle \clip
authorOleg Oshmyan <chortos@inbox.lv>
Thu, 1 May 2014 01:38:33 +0000 (02:38 +0100)
committerOleg Oshmyan <chortos@inbox.lv>
Mon, 12 May 2014 01:24:07 +0000 (02:24 +0100)
commit84b14ca69ea02b84a263e7fb046842ec999b50cb
tree006d8262f28fdce86be0d4b2dd4c1be95b5ed75b
parentb3c2b31e71b5d4e64954146658ef58be7d459e19
Reset clipping mode on every rectangle \clip

Prior to this fix, both of the following:
    \iclip(0,0,9999,9999)\clip(0,0,9999,9999)
    \iclip(0,0,0,0)\clip(0,0,9999,9999)
hid the whole picture in libass. The correct behavior
in both cases is to display the whole picture.
libass/ass_parse.c