> Which setting would I use to make small fonts appear smooth?
Not sure if I understand the "small fonts" here. You sample states 15
units, which makes me wonder if it is your coordinate system which is
making them small. SVG has the "text-rendering" property [1] which may
be what you are looking for...?


> The svg has decent amount of text displayed on click events and the font
> appear as if typewriter was used.
> My settings are basic
> font-family:verdana;
> font-size:15;
> stroke:black;
> stroke-opacity:1;
> stroke-width:1;
Using stroke will cause the glyphs to be made bolder - can this be the
cause for the "typewriter" behavior experienced? I suggest setting
text "stroke" to "none" and using "fill" instead. This will
inclusively bring some performance gains.


Regarding both suggestions, checkout SVG Secrets [2], (with special
emphasis on) sections "Stroke vs. Fill" and "Stroke vs. Fill". ;-)

Hope this helps,

 Helder Magalhães

[1] http://www.w3.org/TR/SVG/painting.html#TextRenderingProperty
[2] http://www.svgopen.org/2002/papers/sorotokin__svg_secrets/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to