commit | b06de80843e7d096bed4ae03ddc5e2842f1876af | [log] [tgz] |
---|---|---|
author | Chia-I Wu <olv@lunarg.com> | Wed Dec 01 02:30:59 2010 +0800 |
committer | Chia-I Wu <olv@lunarg.com> | Wed Dec 01 11:31:00 2010 +0800 |
tree | 37fd7f50f92ed6822282a64a9b47c32648120667 | |
parent | ca8bc9c05b2126e949425dc967923c27f62ef378 [diff] |
st/vega: Fix paint coordinates transformations. Depending on whether vgDrawPath(mode), vgDrawImage, or vgDrawGlyph[s] is called, different paint-to-user and user-to-surface matrices should be used to derive the sample points for the paint. This fixes "paint" demo.