- From: Ola Andersson <Ola.Andersson@ikivo.com>
- Date: Tue, 11 Oct 2005 17:07:22 +0200
- To: <www-svg@w3.org>, <derhoermi@gmx.net>
- Cc: "SVG WG" <w3c-svg-wg@w3.org>
- Message-ID: <586AE9F507AF5E4AA45364333D9E2FA2FB33B8@sesthsrv02.zoomon.local>
Hi Björn,
We have now removed the 1.1 doctype from the example to make the example a conforming SVG Tiny 1.2 document.
New version:
<?xml version="1.0"?>
<svg width="100%" height="100%" viewBox="0 0 1000 500"
xmlns="http://www.w3.org/2000/svg" version="1.2" baseProfile="tiny">
<rect x="200" y="100" width="600" height="300"
fill="red" stroke="blue" stroke-width="3"/>
</svg>
Please reply to this mail within two weeks if the change does not address your concerns.
Thanks
/svg WG
From: Bjoern Hoehrmann <derhoermi@gmx.net <mailto:derhoermi@gmx.net?Subject=Re:%20SVG12:%206.3%20example&In-Reply-To=%3C42f6e970.138242562@smtp.bjoern.hoehrmann.de%3E&References=%3C42f6e970.138242562@smtp.bjoern.hoehrmann.de%3E> >
Date: Mon, 18 Apr 2005 00:59:04 +0200
To: www-svg@w3.org <mailto:www-svg@w3.org?Subject=Re:%20SVG12:%206.3%20example&In-Reply-To=%3C42f6e970.138242562@smtp.bjoern.hoehrmann.de%3E&References=%3C42f6e970.138242562@smtp.bjoern.hoehrmann.de%3E>
Message-ID: <42f6e970.138242562@smtp.bjoern.hoehrmann.de>
Dear Scalable Vector Graphics Working Group,
In http://www.w3.org/TR/2005/WD-SVGMobile12-20050413/styling.html
section 6.3 the first example is not a conforming SVG 1.1 document,
please change the example to be either a conforming SVG 1.1 document
(though I am not sure what the point of that would be) or such that
it is a conforming SVG Tiny 1.2 document.
regards.
--
Björn Höhrmann · mailto:bjoern@hoehrmann.de · http://bjoern.hoehrmann.de <http://bjoern.hoehrmann.de>
Weinh. Str. 22 · Telefon: +49(0)621/4309674 · http://www.bjoernsworld.de <http://www.bjoernsworld.de>
68309 Mannheim · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/ <http://www.websitedev.de/>
Received on Tuesday, 11 October 2005 15:08:28 UTC