~inkscape+alexander/inkscape/flatten

« back to all changes in this revision

Viewing changes to src/attributes.cpp

  • Committer: Johan B. C. Engelen
  • Date: 2014-11-22 18:39:28 UTC
  • Revision ID: j.b.c.engelen@alumnus.utwente.nl-20141122183928-7901cy07jggjwnom
Revert old behavior: changing "Default units" changes *only* the displayed units. It should not change the units used in SVG. We will need to create another setting for that at some later point.

Show diffs side-by-side

added added

removed removed

Lines of Context:
115
115
    {SP_ATTR_INKSCAPE_SNAP_BBOX_CORNER, "inkscape:bbox-nodes"},
116
116
    {SP_ATTR_INKSCAPE_SNAP_PAGE_BORDER, "inkscape:snap-page"},
117
117
    {SP_ATTR_INKSCAPE_CURRENT_LAYER, "inkscape:current-layer"},
118
 
    {SP_ATTR_INKSCAPE_DOCUMENT_UNITS, "inkscape:document-units"},
 
118
    {SP_ATTR_INKSCAPE_DOCUMENT_UNITS, "inkscape:document-units"},  // This setting sets the Display units, *not* the units used in SVG
119
119
    {SP_ATTR_UNITS, "units"},
120
120
    {SP_ATTR_INKSCAPE_CONNECTOR_SPACING, "inkscape:connector-spacing"},
121
121
    /* SPColorProfile */