wraybowling / curvemixer

vector graphics tool
http://curvemixer.com
3 stars 0 forks source link

Groups > Objects > Chains > Segments > Points #25

Open wraybowling opened 10 years ago

wraybowling commented 10 years ago

Implement editing at multiple levels

  1. Groups (SVG groups. can contain other groups)
  2. Objects (Paths, Circles, rectangles, etc)
  3. Chains (Individual paths within a Path)
  4. Segments (a curve between two points)
  5. Points (a pair of X and Y coordinates)
wraybowling commented 10 years ago

Commit 66fbb2a made a line in the sand on this. Editing is not possible with UI accessible functions yet, but it's getting much closer.