- From: Bjoern Hoehrmann <derhoermi@gmx.net>
- Date: Fri, 23 Dec 2005 08:39:17 +0100
- To: Dean Jackson <dean@w3.org>
- Cc: www-svg@w3.org
* Dean Jackson wrote: >Input XSL >--------- > ><?xml version="1.0" standalone="no"?> ><xsl:stylesheet version="1.0" > xmlns:xsl="http://www.w3.org/1999/XSL/Transform" > xmlns:svg="http://www.w3.org/2000/svg"> > <xsl:output > method="xml" > encoding="utf-8" > doctype-public="-//W3C//DTD SVG 1.1//EN" Well, >Output >------ > ><?xml version="1.0" encoding="utf-8"?> ><svg xmlns="http://www.w3.org/2000/svg" width="10cm" height="5cm" > viewBox="0 0 100 50" version="1.1" baseProfile="tiny"> > <rect x="20" y="10" width="60" height="30" fill="red" >stroke="blue" stroke-width="3"/> ></svg> It seems obvious that the output doesn't match the transformation. -- Björn Höhrmann · mailto:bjoern@hoehrmann.de · http://bjoern.hoehrmann.de Weinh. Str. 22 · Telefon: +49(0)621/4309674 · http://www.bjoernsworld.de 68309 Mannheim · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/
Received on Friday, 23 December 2005 07:39:19 UTC