diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2015-02-19 20:59:45 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2015-02-19 20:59:45 +0000 |
| commit | eae224916a20ea75f80471af2df057e7e74b0c9e (patch) | |
| tree | 138681ad0a84d819595b1d5bfb65863e5f34d4cb /src/2geom | |
| parent | update to trunk (diff) | |
| download | inkscape-eae224916a20ea75f80471af2df057e7e74b0c9e.tar.gz inkscape-eae224916a20ea75f80471af2df057e7e74b0c9e.zip | |
reducing size in pointwise LPE data
(bzr r13645.1.18)
Diffstat (limited to 'src/2geom')
| -rw-r--r-- | src/2geom/satellite-enum.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/2geom/satellite-enum.h b/src/2geom/satellite-enum.h index 474e98547..bcd8d1bb3 100644 --- a/src/2geom/satellite-enum.h +++ b/src/2geom/satellite-enum.h @@ -16,11 +16,11 @@ namespace Geom { enum SatelliteType { - FILLET=0, - INVERSE_FILLET, - CHAMFER, - INVERSE_CHAMFER, - INVALID_SATELLITE // This must be last) + F=0, //Fillet + IF, //Inverse Fillet + C, //Chamfer + IC, //Inverse Chamfer + KO // Invalid Satellite) }; /* TODO maybe is best do next by bimap |
