
Ok,I give you detail
This is my drawing file : http://old.nabble.com/file/p32104728/drawing-1.svg drawing-1.svg With the use of your code i can get this output http://old.nabble.com/file/p32104728/RealOutPut.txt RealOutPut.txt This is real coordinate of the the object.
Here I need the output like http://old.nabble.com/file/p32104728/RequireOutPut.txt RequireOutPut.txt The data of "RequireOutPut.txt" from gchar const *svgd = path->attribute("d"); function. This .txt file is parse manually with string operation.Like find the position of 'M' and get data until next character 'L'found.Actually i don't wants to string operation here. Can I get this type output from directly with use of inkscape code.In short How to separate X,Y coordinate of "z","M","m","L","l","C","c","Q","q","A""a","H","h","V","v","S","s", "T", "t" command's "
Krzysztof KosiĆski wrote:
2011/7/20 mahendra1 <mahendra.gajera@...2640...>:
Here i need Output Like http://old.nabble.com/file/p32097981/RequireOutPut.txt RequireOutPut.txt Please let me know how to get it.
Are the coordinates in this file relative to the bounding box of the object? I have no idea what is the relation between the contents of this file and RealOutPut.txt.
Regards, Krzysztof
10 Tips for Better Web Security Learn 10 ways to better secure your business today. Topics covered include: Web security, SSL, hacker attacks & Denial of Service (DoS), private keys, security Microsoft Exchange, secure Instant Messaging, and much more. http://www.accelacomm.com/jaw/sfnl/114/51426210/ _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
http://old.nabble.com/file/p32104728/drawing-1.svg drawing-1.svg