Re: textpath dx

2005-01-26 Thread Thomas DeWeese
Hi Leremy, Leremy Gan wrote: I think to reduce the code length and the complexity of adding can be solve by having both 'startOffset' and 'dy' in the element. I am not sure whether 'dy' is not an attribute of but it does work when I apply on it. I will be fixing this (having textPath 'pay at

Re: textpath dx

2005-01-25 Thread Leremy Gan
Hi Thomas, I think to reduce the code length and the complexity of adding can be solve by having both 'startOffset' and 'dy' in the element. Road Railway I am not sure whether 'dy' is not an attribute of but it does work when I apply on it. Thanks. Regards, Leremy Gan On

Re: textpath dx

2005-01-25 Thread Thomas DeWeese
Hi Leremy, The textPath element doesn't have dx/dy attributes. For 'dx' you probably want to use 'startOffset' on the textPath and for 'dy' you can either set it on the 'text' element or have a 'tspan' inside the 'textPath'. I did find a bug where Batik ignores 'dx' on tspans inside a textPa

textpath dx

2005-01-24 Thread Leremy Gan
Hi, I had a problem with the following codes. Fibre Optic Road I find that Adobe SVG Viewer 3.0 support the attribute "dx" and "dy" in , while Batik Squiggle only support the attribute "dy" but NOT "dx" in the I am wondering if this happen to be a bug in Batik Squiggle, or