← Back to team overview

kicad-developers team mailing list archive

Re: Sweet parser

 

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





Follow ups

References