SVGParser relies on special JUCE_T macro format

SVGState::parseColour relies on the JUCE_T to add braces around the argument:

Defining JUCE_T as

fails because of this. This line in SVGState::parseColour

should be changed to

oops, bit of a typo there! Thanks for pointing it out!