tooxoot / plotR

0 stars 0 forks source link

Exploring svg #4

Open tooxoot opened 7 years ago

tooxoot commented 7 years ago

Obviously svg play a big role in this project.

Focus Points

  1. Understanding the path element regarding issues #1 and #2
tooxoot commented 7 years ago
  1. Remarks:

    • The bezier curve's grammar element (Q|q) only defines two points: the anchor and an end point. The starting position is the last point given by the previous grammar element.

    • The separation is quite messy! Separator symbols can be , \t-

    • The definition of fill and stroke via style overwrites the fill and stroke attributes!