.../Program Files/Plucker/parser/python/PyPlucker
$ diff TextParser.py~ TextParser.py
90a91,97

       'darkgreen':   "006400",
       'darkred':     "8B0000",
       'darkorange':  "FF8C00",
       'lightpink':   "FFB6C1",
       'deeppink':    "FF1493",
       'forestgreen': "228B22",
       'greenyellow': "ADFF2F",


You might want to include all the colors in the following web page.

http://www.w3schools.com/html/ref_color_tryit.asp


Thanks for your letter. This has come up a few times.
The colors came from a crayola box. They aren't part of W3C spec. Supporting them takes extra parsing time.


The solution is to make opportunity for plugging in a list of colors including the crayola box colors.

Best,
Robert

_______________________________________________
plucker-dev mailing list
[EMAIL PROTECTED]
http://lists.rubberchicken.org/mailman/listinfo/plucker-dev

Reply via email to