I committed the *.odt file to /new this evening, which gives the grammar.

Then I began working on the parser.


But I have a question about line and polyline. Currently we have:


(polyline or
(line
(pts (xy X Y) (xy X Y) (xy X Y) (xy X Y) (xy X Y))

 # Line widths are in units as defined above.
(line_width WIDTH)
 # Valid fill types are none, filled, and transparent.
(fill FILL_TYPE)
)




1)))))))))))))))))))

And I am wondering about 'fill'.

I don't know what it means to fill a line. Or what a transparent vs.
non-transparent line is.


2))))))))))))))))))

a) What about color,
b) should transparency be in the color


Dick



_______________________________________________
Mailing list: https://launchpad.net/~kicad-developers
Post to     : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp

Reply via email to