The SVG file validates in XMLSpy when the version attribute is removed from the SVG element, so that line looks like this: <svg width="120mm" height="40mm" xmlns="http://www.w3.org/2000/svg"/>
Your original SVG file displays in ASVG3 both with and without the version attribute (ASVG3 does not complain about the version attribute). --- danfreno <[EMAIL PROTECTED]> wrote: > i have a problem with importing this in coreldraw > and i just wanted to > be sure that the file is correct, a supporter i > mailed with told me > that there was an error "Syntax error line 1,colum > 0" but i dont the > error myself > > <?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> > > the problem is the dominant-baseline="mathematical" > > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.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/

