-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Gui: auto-fill version of about dialog image #18617
base: main
Are you sure you want to change the base?
Conversation
Additionally - draws pretty warning-tape style border in case of development version Change-Id: Iecc1063a8b21f8461924b3ecb95d00db3ccf5dbe
@FreeCAD/design-working-group FYI |
Coding graphics usually makes it difficult to redesign later, especially for non-coders. How about using an overlay svg for dev additions instead? |
Yeah, SVG overlay would be better and easier to maintain later |
@hyarion @kadet1090, I am ok with that! But the problem is that I am just programmer and very far from graphic design. So for me much easy to draw lines programmatically than draw an image in graphic editor. So if you could provide me with and overlay image and re-check updated about image - this will be great! |
I'm almost done recreating the images as svgs. |
They are all versions of the same file, with just different elements visible/hidden. In theory it would be possible to set layer ('g') with id There's also a hidden version text element that is configured to be dynamically adjustable (id |
looks great! |
Additionally - draws pretty warning-tape style border in case of development version
This is alternative to #18599