Archie Cobbs wrote:
>> I seem to be a broken record today, but it works fine for me in 1.6.
>> Does it really not show for you with a fresh copy of the 1.6 squiggle?
>
> No.. but I'm not surprised. This is probably another JVM font issue
> (I've had some in the past).
>
> Is that possibility consistent with what you know about how Batik handles
> text with no explicit "font-family" ? What is the "default" font family?
The CSS engine will always provide a font-family. The default font
family comes from the 'CSSContext' which is implemented by the
BridgeUserAgent in the JSVGComponent to return:
"Arial, Helvetica, sans-serif"
If however you have provided a custom SVGUserAgent instance it
will be deferred to that. I would think that the problem would have
to be pretty nasty for no text to be displayed, as it will try all
of the above in order, and Java pretty much always provides a
'sans-serif' pseudo font.
But I suppose if your Arial was corrupt they might all map to that.
---------------------------------------------------------------------
To unsubscribe, e-mail:
[hidden email]
For additional commands, e-mail:
[hidden email]