- From: Fredrik Lundh <fredrik@pythonware.com>
- Date: Sun, 1 Aug 1999 13:17:46 +0200
- To: <www-svg@w3.org>
Flow Simulation <info@flosim.com> wrote: > > The command letter can be eliminated on subsequent commands if the same > > command is used multiple times in a row (e.g., you can drop the second "L" in "M > > 100 200 L 200 100 L -100 -200" and use "M 100 200 L 200 100 -100 -200" instead) > > Now if you go to 3D I think its not so easy to go from coordinate pairs to triples because > your syntax allows concatenation of an arbitrary number of coordinate pairs. well, you could always require a path to be either 2D or 3D (or 6D, or whatever)... </F>
Received on Sunday, 1 August 1999 13:14:22 UTC