Re: Applying gradients to text

On Sat, Apr 13, 2013 at 11:36 PM, irfan mir <theirf@gmail.com> wrote:
> Hmm, I didn't know that that was how most graphic libraries fill text.
> Now, that I think about it, it is how to fill text in SVG. Well, SVG creates
> the shape and then applies the fill on the inside to the outside.

No, it's not.  To fill text in SVG, you just use the 'fill' property
on a <text> element.  That determines the bounding box of the text,
sizes the image accordingly, and paints it into the text.

~TJ

Received on Sunday, 14 April 2013 06:46:42 UTC