Hello! I am new to using Inkscape and SVG. I have an SVG-sprite with lots the icons I need for a website. Now I am trying to add a new icons, but the new icons don't have the coordinates. In fact, they look completely different from the other objects.
How can I add them to look the same as the other ones? [with coordinates, an SVG instead of just a group?] Thanks in advance : )
<g
id="ic_reservation_link"
inkscape:label="#g4724">
<path
id="path951"
style="clip-rule:evenodd;fill:none;fill-rule:evenodd;stroke:#0a529d;stroke-width:0.47999999px;stroke-miterlimit:10"
d="m 865.41813,521.53103 v 1.68 c 0,0.265 -0.215,0.48 -0.48,0.48 h -0.48 c -0.265,0 -0.48,-0.215 -0.48,-0.48 v -1.68"
inkscape:connector-curvature="0" />
<path
id="path953"
style="clip-rule:evenodd;fill-rule:nonzero;stroke:#0a529d;stroke-width:0.47999999px;stroke-miterlimit:10"
d="m 864.69813,521.53103 v 5.28"
inkscape:connector-curvature="0" />
<path
id="path955"
style="clip-rule:evenodd;fill:none;fill-rule:evenodd;stroke:#0a529d;stroke-width:0.47999999px;stroke-miterlimit:10"
d="m 866.85813,526.81103 v -5.04 c 0.53,0 0.96,0.43 0.96,0.96 v 1.68 l -0.96,0.48"
inkscape:connector-curvature="0" />
<path
inkscape:label="#path957"
id="path957"
style="clip-rule:evenodd;fill:none;fill-rule:evenodd;stroke:#0a529d;stroke-width:0.47999999px;stroke-miterlimit:10"
d="m 865.41513,521.53203 v 1.68 c 0,0.265 -0.215,0.48 -0.48,0.48 h -0.48 c -0.265,0 -0.48,-0.215 -0.48,-0.48 v -1.68"
inkscape:connector-curvature="0" />
</g>
Hello!
I am new to using Inkscape and SVG. I have an SVG-sprite with lots the icons I need for a website. Now I am trying to add a new icons, but the new icons don't have the coordinates. In fact, they look completely different from the other objects.
How can I add them to look the same as the other ones? [with coordinates, an SVG instead of just a group?]
Thanks in advance : )
This is an example of the type of object I need:
Example of what I have so far: