diff --git a/changelog.md b/changelog.md index 28e215d..3193db5 100644 --- a/changelog.md +++ b/changelog.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) +## [Unreleased] + +### Fixed + +- Fix cut icon of step/workflow/trigger on svg export. +- Fix wrong svg size of trigger. + ## [0.4.0] - 2024/07/11 ### Added diff --git a/public/models/job.svg b/public/models/job.svg index b1282c1..1895396 100644 --- a/public/models/job.svg +++ b/public/models/job.svg @@ -21,12 +21,7 @@ ry="4" rx="4" /> - + {{ icon | safe }} diff --git a/public/models/step.svg b/public/models/step.svg index e723d2b..8174b31 100644 --- a/public/models/step.svg +++ b/public/models/step.svg @@ -22,7 +22,7 @@ rx="4" /> - + {{ icon | safe }} diff --git a/public/models/trigger.svg b/public/models/trigger.svg index f2e45aa..4d019fb 100644 --- a/public/models/trigger.svg +++ b/public/models/trigger.svg @@ -1,5 +1,5 @@ " + class="model canBeHidden {% if drawOption.hide %}hide{% endif %}" width="96" height="80" overflow="visible" @@ -22,7 +22,7 @@ rx="4" /> - + {{ icon | safe }} diff --git a/public/models/workflow.svg b/public/models/workflow.svg index 9c2fe83..bd2c75a 100644 --- a/public/models/workflow.svg +++ b/public/models/workflow.svg @@ -38,7 +38,7 @@ fill="white" /> - + {{ icon | safe }}