You are correct. There is a line from 4000,1000 to 4000,1300 and from 7000,1000 to 8000,5000. This should be it.
Jeroen ACasualObserver schreef: > Hi, > > Thanks for your response. > > I was (and still am) under impression that d="M4000 1000 L4000 > 1300M7000 1000 L8000 5000" means that the "pen" should be moved from > point 4000,1300 (end of first segment) to point 7000,1000 without > drawing anything. Isn't this always the correct behavior? > > Ahmad > > --- In [email protected], "Andreas Neumann" <[EMAIL PROTECTED]> > wrote: > > > > Hi, > > > > indeed there are differences. Thanks for pointing this out. > > > > But how do you know what the correct behaviour is? Should one start > > again with stroking for each segment or continue from the last segment? > > > > As far as I know there is no strict definition for this problem in the > > spec. > > > > We will discuss this in the SVG working group and try to come up with > > a solution. > > > > One problem with SVG tiny implementations is that they don't have > > direct control of the rendering because they forward it to a graphics > > library. SVG full implementations can of course calculate the lines > > segments themselves, because they have more computing power available. > > > > We'll get back about this. > > > > Andreas > > > > --- In [email protected], "ACasualObserver" <svg@> wrote: > > > > > > I noticed that if there is path element that consists of more than one > > > segment and one segment is shorter than the first part of dasharray, > > > ASV connects the line segments. Corel and FireFox display correctly. > > > > > > 1- Is this a known bug? > > > 2- Is there anyway around it? > > > > > > Example: > > > > > > <?xml version="1.0"?> > > > <svg xml:space="preserve" viewBox="0 0 9000 6000" > > > xmlns="http://www.w3.org/2000/svg" > > > xmlns:xlink="http://www.w3.org/1999/xlink" > > > > <path style="stroke:#000000;fill:none;stroke-width:20; > > > stroke-dasharray:360,120;" > > > d="M4000 1000 L4000 1300M7000 1000 L8000 5000"/> > > > </svg> > > > > > > > > > > > > ----- > To unsubscribe send a message to: > [EMAIL PROTECTED] > -or- > visit http://groups.yahoo.com/group/svg-developers and click "edit my > membership" > ---- > > > > SPONSORED LINKS > Xml format > <http://groups.yahoo.com/gads?t=ms&k=Xml+format&w1=Xml+format&w2=Svg&w3=Data&c=3&s=35&.sig=u8RdjEjLCbPTzkUjsFG_JA> > > Svg > <http://groups.yahoo.com/gads?t=ms&k=Svg&w1=Xml+format&w2=Svg&w3=Data&c=3&s=35&.sig=BrpyGiBcZ6vcQXDJ7ktaiw> > > Data > <http://groups.yahoo.com/gads?t=ms&k=Data&w1=Xml+format&w2=Svg&w3=Data&c=3&s=35&.sig=CrK_fWaLZ-AZKa5FK8rTGA> > > > > > ------------------------------------------------------------------------ > YAHOO! GROUPS LINKS > > * Visit your group "svg-developers > <http://groups.yahoo.com/group/svg-developers>" on the web. > > * To unsubscribe from this group, send an email to: > [EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]> > > * Your use of Yahoo! Groups is subject to the Yahoo! Terms of > Service <http://docs.yahoo.com/info/terms/>. > > > ------------------------------------------------------------------------ > Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ---- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

