From: Sam Moore Date: Mon, 7 Jul 2014 01:17:12 +0000 (+0800) Subject: Arbint subtraction should work* now X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;ds=sidebyside;h=68dfceb76cbc78e1e0dd529dd0c14be116528353;hp=68dfceb76cbc78e1e0dd529dd0c14be116528353;p=ipdf%2Fcode.git Arbint subtraction should work* now Yes I was being clever and resizing if sub.m_digits.size() > this->m_digits.size() But I forgot about when this->m_digits.size() > sub.m_digits.size() Passes tests/realops.test now! On the other hand, CPU rendering of Beziers doesn't work anymore. I think it's just drawing two lines instead of lots of them. ---