> > If it preserves the original colors, then absolutely! That'd be an > improvement. Did you handle the override flag? How do you identify the > color?
I get the RGB color from .asc files from this types of lines. attr set {zz.r} {color} *{0/0/255}* {region} {R} {sh... And I'm not sure what override flag is. I want to share the progress I made in past few days on OGV. First I configured ESLint to match meteor's code style <https://guide.meteor.com/code-style.html> and fixed all the errors it would detect. Next I restructured the app using meteor's recommendations on file structure <https://guide.meteor.com/structure.html> and configured Travis CI ( for now it's just linting the code but in the future it will run tests). I also made a build script <https://github.com/sniok/OGV-meteor/blob/eslint/scripts/build.sh> to deploy OGV the right way and not just running development version in production. Right now I'm working on UI improvements. I'm working in a eslint branch in my repo here <https://github.com/sniok/OGV-meteor/tree/eslint>. More detailed info about things I did you can read in my blog <https://blog.esde.name/>.
------------------------------------------------------------------------------
_______________________________________________ BRL-CAD Developer mailing list brlcad-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/brlcad-devel