Skip to content
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

Replace SVG diagrams with PNG #2360

Merged
merged 2 commits into from
Aug 9, 2023
Merged

Replace SVG diagrams with PNG #2360

merged 2 commits into from
Aug 9, 2023

Conversation

bravonovember
Copy link
Contributor

SVG diagrams were rendering with antialiasing artifacts, especially in Safari. For now we've decided to use PNG assets while we troubleshoot the rendering bug.

This commit also updates the job state and build state diagrams to the new design language.

Before After

SVG diagrams were rendering with antialiasing artifacts, especially in
Safari. For now we've decided to use PNG assets while we troubleshoot the
rendering bug.

This commit also updates the job state and build state diagrams to the
new design language.
@github-actions github-actions bot added pipelines Pull requests that update content related to Pipelines agent labels Aug 9, 2023
@mbelton-buildkite
Copy link
Contributor

@dannymidnight, any idea why this PR didn't trigger a preview?

Copy link
Contributor

@mbelton-buildkite mbelton-buildkite left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

@@ -113,7 +113,7 @@ When a step is run by an agent, it will be run with a clean checkout of the pipe

When you run a pipeline, a build is created. The following diagram shows you how builds progress from start to end.

<%= image "build-states.svg", size: "900x615", alt: "Build state diagram" %>
<%= image "build-states.png", alt: "Build state diagram" %>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😍

@bravonovember bravonovember merged commit 20ad2fd into main Aug 9, 2023
1 check passed
@bravonovember bravonovember deleted the diagrams-png branch August 9, 2023 06:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
agent pipelines Pull requests that update content related to Pipelines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants