micahpearlman / MonkSVG

SVG parsing framework in C++
BSD 3-Clause "New" or "Revised" License
79 stars 19 forks source link

Bug with colors in OpenGL ES 2.0 #28

Closed gerchicov closed 2 years ago

gerchicov commented 10 years ago

I don't know if this bug belongs to MonkSVG or MonkVG or to both of them. example of file: http://rghost.ru/54900118 The same bug occurs for a picture with a tiger.

With OpenGL ES 1.1 this library shows a correct color, but with OpenGL ES 2.0 all the colors are darker. Approximate comparison for #323232 color (OpenGL ES 1.1 is on the left side): хостинг картинок

micahpearlman commented 10 years ago

Can you pull the latest MonkVG at let me know if the latest changes fixes this?