-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
validity #21
Comments
Do you want to know if the SIDC you provided is valid and gives you a symbol present in the standards, or do you want to compare the milsymbol rendering to the rendering in the standards? The way milsymbol is built is to be very flexible and always be able to return symbols. Because of this I will always return symbols for the parts of a SIDC that is valid. So even if you get the icon part of the SIDC wrong, you should always get the correct standard identity frame and color. At the moment there isn't an API call that you can make to check if the icon part is correct, but it would be possible to add, it would actually be possible to add it as an extension to milsymbol 0.5, but I don't have any plans for it at the moment. Regards |
The first one, if the SIDC has a meaning. Because when I use it on wrong SIDC like :
|
Oh, I see.
Regards |
Hi,
Is there a way to tell if a symbol is valid ?
Thanks.
The text was updated successfully, but these errors were encountered: