Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Please note that the Citrix compact logo in this PR is the full dot + X, but the compact mark brand has 10+ variants. I was able to create a logo that works with those main 10 variants, but not all the user interface variations. I didn't submit it because this dynamic logo ends up being 1107 bytes with the outer rectangle included, and 1052 bytes without outer rectangle. The Citrix brand recommendations for the compact mark state that it shouldn't be included inside any shape.
Anyway, here is dynamic logo, and a demo of the logo: https://codepen.io/Mottie/pen/VwzedQb
1107 bytes version & extra css
ID naming:
so "nec" is the id of the circle/line in the northeast direction, close to the center
Lastly, this dynamic logo can be further reduced in size to 1009 bytes if we remove the outer rectangle and the circle with the ID of "nec" (north-east close) since it's never visible in the main 10 variants of the logo.
1009 bytes version