Change Qt::MiterJoin to Qt::SvgMiterJoin for context2d join
authorCharles Yin <charles.yin@nokia.com>
Fri, 4 May 2012 01:25:51 +0000 (11:25 +1000)
committerQt by Nokia <qt-info@nokia.com>
Fri, 4 May 2012 03:51:23 +0000 (05:51 +0200)
commit9ae289f259f80458caf7c788ee07357db7e1257a
tree1a5b0e341b13378e0e2315be413324198969c77f
parentc31026c9ca7ff0c745dba577f9ac2c14d1ef68c5
Change Qt::MiterJoin to Qt::SvgMiterJoin for context2d join

Qt::MiterJoin has different behavior with HTML5 context2d spec, fortunately Qt::SvgMiterJoin is the right one.

Change-Id: Ice50c6f92b244a4d39f984510f76146682b02f07
Reviewed-by: Michael Brasser <michael.brasser@nokia.com>
src/quick/items/context2d/qquickcontext2d.cpp