micahpearlman / MonkSVG

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

Added flag to track whether the image has any transparent fill or stroke colors. #6

Closed lukelutman closed 12 years ago

lukelutman commented 12 years ago

If the image doesn't have any transparent colors, we can improve drawing performance by disabling blending in OpenGL before calling handler->draw().