~simdgenius/inkscape/inkscape

« back to all changes in this revision

Viewing changes to src/display/sp-ctrlline.h

  • Committer: tavmjong-free
  • Date: 2016-11-23 09:23:22 UTC
  • Revision ID: tavmjong@free.fr-20161123092322-1uzguabdlyq1w3zu
Select mesh nodes by clicking on control lines.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
 
34
34
 
35
35
    SPItem *item;  // the item to which this line belongs in some sense; may be NULL for some users
 
36
    bool is_fill;  // fill or stroke... used with meshes.
 
37
 
36
38
    guint32 rgba;
37
39
    Geom::Point s;
38
40
    Geom::Point e;