|
re: clarification: OpenDocument and SVG: msg#00012web.svg
> Is it just me, but why they simply not reused SVG 1.1 elements as is Yes, they also extended path p.337 and other similar stuff, see Chapter 9 of the OpenDocument specs p.269-373 They also introduce 3D shapes representation, chapter 15, p.653. Print/screen context and other useful stuff. A short list of draw elements: <draw:layer> <draw:page> <draw:rect> <draw:line> <draw:polyline> <draw:polygon> <draw:regular-polygon> <draw:path> <draw:circle> <draw:ellipse> <draw:g> <draw:page-thumbnail> <draw:frame> <draw:measure> <draw:caption> <draw:connector> <draw:control> <draw:custom-shape> A short list of draw attributes: draw:id='ID' draw:protected='boolean' draw:display='always|screen|printer|none' draw:name='string' // page name draw:style-name='styleNameRef' draw:master-page-name='styleNameRef' draw:corners='uint' draw:concave='boolean' draw:kind='full|section|cut|arc' svg:points='points' svg:x1 svg:y1 svg:x2 svg:y2 svg:cx svg:cy svg:r svg:rx svg:ry etc. Regardless, I'm not sure the OpenDocument TC has any business assigning One of the thing, I saw from OpenDocument is that EVERY attribute is namespace qualified. So, therefore, it seems they reused SVG stuff by qualifying it using svg namespace. The other thing, I found is that attributes are kinda verbose such as: draw:handle-range-x-maximum='30cm' > I think it would be very constructive to see what the OpenDocument drawing Yup. Ideally, OpenDocument drawings should be pure SVG 1.2 elements with few OpenDocument attribute extensions unrelated to graphics or drawings. Basically, we could see what extensions are needed to SVG to fully support OpenDocument drawings. If OpenDocument is widely supported in the future, then if it use SVG 1.2 internally, then it's also good for a wider SVG adoption by itself. Just a though. Sincerely yours, Fred. |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: [office] [Fwd: clarification: OpenDocument and SVG]: 00012, Jon Phillips |
|---|---|
| Next by Date: | Re: [office] [Fwd: clarification: OpenDocument and SVG]: 00012, Michael Brauer |
| Previous by Thread: | re: clarification: OpenDocument and SVGi: 00012, mental |
| Next by Thread: | Re: getElementById method on SVGSVGElement: 00012, Robin Berjon |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |