cppfw / svgren

:camera: SVG rendering library in C++
MIT License
206 stars 41 forks source link

Sinve the new version transparency is gone #8

Closed saeitsystems closed 7 years ago

saeitsystems commented 7 years ago

Hi, I just wanted to update all the libraries to the latest version .... Transparency seems to be gone .... 2017-03-01 15_08_45-clipboard

I think I need to stay on the "old" version until this is fixed.

After some investigation I thing it is your change: "msvs: define white background macro for debug builds " In my case I need transparency in DEBUG as well.

Why not just passing the desired background colour as a parameter with default zero?

igagis commented 7 years ago

Right, I will fix it today evening. Probably need to create another build configuration for development purposes.

saeitsystems commented 7 years ago

Thanks! The deployed libraries should both, debug and release, generate the same output.

igagis commented 7 years ago

Please try svgren version 0.4.7

saeitsystems commented 7 years ago

Thanks, version 0.4.7 fixed the problem!