fix clipping and transformation applied together (attrs are evaluated from right...
commitf1b9a36c6e490d9c8bbc82eee9ce65f07cb5e4ec
authorAndré Wobst <wobsta@users.sourceforge.net>
Wed, 1 Apr 2015 23:36:39 +0000 (1 23:36 +0000)
committerAndré Wobst <wobsta@users.sourceforge.net>
Wed, 1 Apr 2015 23:36:39 +0000 (1 23:36 +0000)
treea98700e0c45c9307dfb58cbaca48209f987e77bb
parentcbcd93697d458b4ff61ff1b65829185da33655ba
fix clipping and transformation applied together (attrs are evaluated from right to left, hence clipping must be fixed as soon as found on the constructor, and applied first; by that we don't need to reverse transformations; add a comprehensive functional test case)

git-svn-id: http://svn.code.sf.net/p/pyx/code/trunk/pyx@3612 a4f5e268-e194-4f32-bce1-d30804cbbcc5
CHANGES
pyx/canvas.py
test/functional/test_canvastrafoclip.py [new file with mode: 0644]