PDA

View Full Version : SVG question on 'style' of text


marco.shaw
03-14-2007, 01:44 PM
Looking at the raw SVG that I'm trying to copy, here's one particular line:

<text transform="matrix(1 0 0 1 166 433.7417)" style="fill:#010101; font-family:'ArialMT'; font-size:17.5589;">foo</text>

I've been unable to determine where "fill:#010101" comes from as an option in Illustrator.

Any ideas?