Real shapes instead of path if possible

Bug #171533 reported by Rboulle-users
2
Affects Status Importance Assigned to Milestone
Inkscape
Triaged
Wishlist
Unassigned

Bug Description

When one create a new shape, let's say a circle, one
can find a :
    <path
       sodipodi:type="arc"
style="fill:none;fill-opacity:0.99607843;stroke:#331d1d;stroke-width:0.9992
1262;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
       id="path3091"
       sodipodi:cx="287.14285"
       sodipodi:cy="360.93362"
       sodipodi:rx="61.42857"
       sodipodi:ry="62.857143"
       d="M 348.57142 360.93362 A 61.42857 62.857143 0
1 1 225.71428,360.93362 A 61.42857 62.857143 0 1 1
348.57142 360.93362 z" />
path in the XML code instead of something like
<circle cx="300" cy="225" r="100" fill="yellow"/>

The first one is much easily workable and readable
especially if one wants to create dynamic SVG. Moreover
the first one is heavier.

Thanks for your work ! :-)
Rémi.

Revision history for this message
Bug Importer (bug-importer) wrote :

I second this. Shapes should be saved as SVG shapes where
possible.

Revision history for this message
Horkana-users (horkana-users) wrote :

I've asked about this before and the answer was basically
that it is not easy at all and would require a massive
overhaul of the inkscape internals.

There may already exist a similar request, please help us by
searching for duplicates.

Ryan Lerch (ryanlerch)
Changed in inkscape:
importance: Undecided → Wishlist
status: New → Triaged
Revision history for this message
su_v (suv-lp) wrote :

Linking as duplicate to bug #210109 which has more recent comments. Please revert if you disagree.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.