how to write svg file from inkscape ..??
Hello Team,
Now Inkscape Create SVG File Like
<g
<path
d="M 142.85715,340.93362 L 468.57144,340.93362 L 468.57144,558.07648 L 142.85715,558.07648 z"
Priority="4" />
<path
d="M 208.57143,689.50507 L 371.42857,689.50507 L 371.42857,780.93364 L 208.57143,780.93364 z"
Priority="3" />
</g>
Here You can see One more Parameter is Priority ....
But i want to Write Same SVG File Like that i mention below from inkscape
Code
<g
<path
d="M 208.57143,689.50507 L 371.42857,689.50507 L 371.42857,780.93364 L 208.57143,780.93364 z"
Priority="3" />
<path
d="M 142.85715,340.93362 L 468.57144,340.93362 L 468.57144,558.07648 L 142.85715,558.07648 z"
Priority="4" />
</g>
--->> HERE Both SVG file difference so Please read carefully ...!!
So Any idea
I hope youunderstand what i want to do ?
Let me know solution ...!!
Question information
- Language:
- English Edit question
- Status:
- Expired
- For:
- Inkscape Edit question
- Assignee:
- No assignee Edit question
- Last query:
- Last reply: