Hi Alexander,
Alexander Kolesnikov <[EMAIL PROTECTED]> wrote on 04/14/2006 12:17:15 PM:
> I am creating the document using DOM. Here is how the reference to the
font is added:
> <style type="text/css" xml:space="preserve"><[EMAIL PROTECTED] { font-
> family: 'ForgottenFuturist'; src:
> url("/Users/sundraw/Documents/workspace/SVGLifeGraph/ForgottenFuturist.
> svg#ForgottenFuturist") format(svg) }]]></style>
Your URL is not a URL, it is a file system path. I suggest you
construct a java.io.File object with that and then call 'toURL()'
to get a real URL to provide.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]