Skip to content

svgo might break ptable scatter plots #184

Closed
@DanielYang59

Description

@DanielYang59

As discussed in #180 (comment), svgo workflow might break ptable scatter plots.

- name: Compress SVG assets and commit to current PR
run: |
svgo --multipass --final-newline assets --exclude ptable-scatters-*.svg
if git diff --quiet assets; then
echo "No changes to commit"
exit 0
fi
git config user.name "Janosh Riebesell"
git config user.email [email protected]
git add assets
git commit -m "compress new SVG assets"
git push

Need to recreate this issue in the first place.

Metadata

Metadata

Assignees

Labels

dxDeveloper experience

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions