I am not sure I understand what you are trying to achieve. Could you explain why it is important for you to mix relative and absolute coordinates? Is it for an optimization purpose?
Thanks, Marc --- In [email protected], Martin Rusnak <[EMAIL PROTECTED]> wrote: > > Hello all, > > I've tested many SVG editors/authoring tools focusing on path editing > and couldn't find any suitable to my needs. > > I encountered these problems: > > * An SVG path can be composed of various types of components, like > horizontal/vertical lines, arcs, quadratic or cubic bezier curves. > However, the editors usually produce only one type of path component > (e.g. cubic bezier curves). > * The editors produce only absolute coordinates while SVG allows to use > relative ones. > * After finishing a path, it cannot be edited again i.e. control points > moved or path components inserted/removed. > > Here is an example of path I produced in a text editor: > > <path id="buttonPath" > d="M-25,-10 c-14,0 -14,20 0,20 h50 c14,0 14,-20 0,-20 h-50 z"/> > > Does anybody know about an editor that can produce similar output? > > Martin > > --------------------------------- > > What are the most popular cars? Find out at Yahoo! Autos > > [Non-text portions of this message have been removed] > ----- 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/

