- From: James Bentley <James.Bentley@guideworkstv.com>
- Date: Thu, 28 Oct 2004 09:32:39 -0600
- To: 'Doug Schepers' <doug@schepers.cc>, www-svg@w3.org
Point taken. On another note. Should SVG tiny require that attribute values be enclosed in double-quotes? Several bytes can be saved per page if Tiny supports attribute value specification with and w/o quotes. Quotes should only be necessary where the value contains whitespace or other delimeters. Any thoughts? -----Original Message----- From: www-svg-request@w3.org [mailto:www-svg-request@w3.org]On Behalf Of Doug Schepers Sent: Wednesday, October 27, 2004 3:40 PM To: www-svg@w3.org Subject: RE: SVG 1.2 tiny Hi, James- Okay, I'm going to use the "S" word... Semantics. A circle is not a rectangle with rounded corners. It's a circle. UAs that are are concerned with shapes, such as those that aim toward accessibility. And, as Robin said, it doesn't seem that there would be much overhead to implementing them. If the rendering engine draws them as rounded rectangles, no harm done. Regards- Doug Schepers doug . schepers @ vectoreal.com www.vectoreal.com "Move into the future..." Robin Berjon wrote: | | James Bentley wrote: | > Why is tiny required to support circle and ellipse if the | same effects | > can be generated with a rounded rectangle? Was this simply a space | > saving effort (reducing size by eliminating the need to | specify width | > and height attributes)? I would suspect that more size | would be saved | > by eliminating the classes and instances of circle and ellipse. | > | > Are there differences that I am overlooking? | | SVG Full has them and they don't present a super high | overhead that would justify their elimination. You could also | do everything with paths (well, since Tiny doesn't have | elliptical arcs you could only get close, but probably close | enough for the resolutions that Tiny is concerned with). | | Keep in mind that a vast majority of SVG content is | hand-authored, and anyone that's had to do a triangle in SVG | will likely tell you they like the primitives to be there :) | | -- | Robin Berjon |
Received on Thursday, 28 October 2004 15:36:46 UTC