how to write svg file from inkscape ..??

Asked by pareshchaudhary

Hello Team,

Now Inkscape Create SVG File Like
<g
     <path
       style="fill:#0000ff;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
       d="M 142.85715,340.93362 L 468.57144,340.93362 L 468.57144,558.07648 L 142.85715,558.07648 z"
       id="rect3097"
       Priority="4" />
    <path
       style="fill:#0000ff;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
       d="M 208.57143,689.50507 L 371.42857,689.50507 L 371.42857,780.93364 L 208.57143,780.93364 z"
       id="rect3099"
       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
       style="fill:#0000ff;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
       d="M 208.57143,689.50507 L 371.42857,689.50507 L 371.42857,780.93364 L 208.57143,780.93364 z"
       id="rect3099"
       Priority="3" />
<path
       style="fill:#0000ff;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
       d="M 142.85715,340.93362 L 468.57144,340.93362 L 468.57144,558.07648 L 142.85715,558.07648 z"
       id="rect3097"
       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:
Revision history for this message
Launchpad Janitor (janitor) said :
#1

This question was expired because it remained in the 'Open' state without activity for the last 15 days.