micahpearlman / MonkVG

MonkVG is an OpenVG 1.1 like vector graphics API implementation optimized for game use currently using an OpenGL ES backend that should be compatible with any HW that supports OpenGL ES 2.0 which includes most iOS and Android devices.
Other
376 stars 66 forks source link

line cap possible MonkVG bug #19

Open gerchicov opened 11 years ago

gerchicov commented 11 years ago

I use MonkSVG. But it look likes this bug belongs to MonkVG. I set VG_STROKE_CAP_STYLE as VG_CAP_ROUND directly in several ways but it still doesn't work

micahpearlman commented 11 years ago

Unfortunately those are not implemented. Actually the stroking code needs a major revision.

gerchicov commented 11 years ago

ShivaVG has an implemented linecap (if it will be useful for you)