[svg-developers] Re: Validating Compound or WICD documents

2008-10-31 Thread Andreas Neumann
Thank you Christophe and David for your explanations. OxygenXML seems to work find with the XHTML/SVG/MathML DTD provided at http://www.w3.org/TR/XHTMLplusMathMLplusSVG/ As explained, I used this doctype: !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN

[svg-developers] SVG Horizontal scroll

2008-10-31 Thread pcr_reddy
Dear All Please Can any one help me to implement Horizontal scroll in svg. Vertical scroll is working fine by using VertSB.js file(implemted by Peter Sorotokin). Thanks and regards P.Chandra Shaker Reddy - To unsubscribe send a message to:

[svg-developers] Re: SVG Horizontal scroll

2008-10-31 Thread Samuel Dagan
Hi Chandra, I guess that if it exists a scripted vertical scroll, one can look on the source and modify it for horizontal. Instead of scroll bar one can use zoom and pan, which I find much more useful than scrolling for SVG. Cheers, Samy --- In svg-developers@yahoogroups.com, pcr_reddy [EMAIL

Re: [svg-developers] Re: SVG Horizontal scroll

2008-10-31 Thread chandra reddy
Hi Samy Thanks for reply, The requirement like when we use zoom in on svg image , the horizontal and vertical scrolls should come automatically when zoomed image size more than specified size. i tried to change scripted vertical scroll to horizontal scroll, but it was difficult to me, could

Fw: [svg-developers] Re: SVG Horizontal scroll

2008-10-31 Thread chandra reddy
Hi Samy Attachement did not recieve to you in previous mail , please find attachement and please take any image and give name as fp1.jpg put in same folder where remaing files place.    thanks P.Chandra Shaker - Forwarded Message From: chandra reddy [EMAIL PROTECTED] To:

Fw: [svg-developers] Re: SVG Horizontal scroll

2008-10-31 Thread Samuel Dagan
Hi Chandra, Any attached file to a message of the group is discarded. Anyway if I had the file, I could not take upon myself such complicated task now. I have enough of mine. Also as I wrote before, I don't see the need of scrolling for vector files (raster is another story). If you don't have

Re: [svg-developers] getElementById-in-firefox-bug

2008-10-31 Thread Erik Dahlström
Right, my hypothesis is: - since FF3 doesn't handle svg's animation (or SMIL if you will) elements they become unknown XML elements in the DOM - as a consequence the 'id' attribute isn't on an svg element that FF3 knows, and therefore is not thought to be of type ID = it's handled as any other

[svg-developers] Re: SVG Horizontal scroll

2008-10-31 Thread Andreas Neumann
http://www.carto.net/papers/svg/gui/scrollbar/ with an example http://www.carto.net/papers/svg/gui/scrollbar/index.svg Andreas --- In svg-developers@yahoogroups.com, pcr_reddy [EMAIL PROTECTED] wrote: Dear All Please Can any one help me to implement Horizontal scroll in svg. Vertical