In Batik, I get this error:

SVG Error:

The system identifier must begin with either a single or double quote 
character.

This works.

Notice the difference in the DOCTYPE.

<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg 
PUBLIC "-//W3C//DTD SVG 1.1//EN" 
"http://www.w3.org/TR/2000/CR-SVG-20001102/DTD/svg-20001102.dtd";>
<svg width="120mm" height="40mm" xmlns="http://www.w3.org/2000/svg";>
        <g transform="scale(0.1)">
                <g style="font-family: Helvetica-Narrow;">
                        <rect x="0mm" y="0mm" width="163.2mm" height="49.6mm" 
                        stroke-width="0.1mm" style="stroke:rgb(255,0,0);fill: 
none;"/>
                        <text x="83.2mm" y="24.8mm" text-anchor="middle" 
                        dominant-baseline="mathematical" 
style="font-size:13.043478mm;">GHGHGH</text>
                </g>
        </g>
</svg>

--Ronan

On Monday 30 January 2006 10:07, danfreno wrote:
> <?xml version="1.0" standalone="no"?>
> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20001102//EN"  
> "http://www.w3.org/TR/2000/CR-SVG-20001102/DTD/svg-20001102.dtd";>
> <svg width="120mm" height="40mm"
>      xmlns="http://www.w3.org/2000/svg"; version="1.0">
> <g transform="scale(0.1)">
>         <g style="font-family: Helvetica-Narrow;">
>                 <rect x="0mm" y="0mm" width="163.2mm" height="49.6mm"
> stroke-width="0.1mm" style="stroke:rgb(255,0,0);fill: none;"/>
>                 <text x="83.2mm" y="24.8mm" text-anchor="middle"
> dominant-baseline="mathematical" style="font-
> size:13.043478mm;">GHGHGH</text>
>         </g>
> </g>
> </svg>

-- 
Ronan Oger
Director
RO IT Systems GmbH
        ...Building Web2.0 with SVG since 2001

http://www.roitsystems.com


-----
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
---- 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/svg-developers/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to