I would suggest to implement the color-interpolation property and not change anti-aliasing. This way all operations concerning blending of colors can be done in linearRGB space if desired (as far as I can tell SVG does not support any other color spaces than sRGB and linearRGB for blending operations, if it does support them the same idea applies).
I would suggest to implement the color-interpolation property and not change anti-aliasing. This way all operations concerning blending of colors can be done in linearRGB space if desired (as far as I can tell SVG does not support any other color spaces than sRGB and linearRGB for blending operations, if it does support them the same idea applies).