Skip to content

fallbackerik/transform-svg-action

Repository files navigation

Transform SVG Action

Table of Contents

Introduction

This Action takes a list of svg files and transforms them according to a given python script.

  • The SVGs that should be processed should be stored under /input/.

  • The Github Action that executes the transformation script is here

  • The Workflow that runs the action on every push, is here

  • The Python script that adds a circle to an SVG is here

  • And for the Github Action to work in a container, the Dockerfile is here

Currently, I make the action more flexible, so users in other repositories can provide their own Python scripts to do even more transformations.

About

Read SVG files and transform them according to a script

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published