Skip to content
This repository has been archived by the owner on Sep 3, 2019. It is now read-only.

codeclou-archive/docker-xml-and-svg-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-xml-and-svg-tools

‼️ Deprecated and Discontinued ‼️

Docker-Image with XML and SVG Tools to play with SVGs. You can use xmlstarlet and rsvg binaries.


 

Prerequisites


 

Usage

If you have something like demo/convert-icons.sh. (See demo folder)

#!/bin/sh

rsvg -w 32 -h 32 /icons/icons/circle.svg -o /icons/build/circle-32.png

And a folder demo/icons/ with a circle.svg you can do

docker run \
    -i -t \
    -v $(pwd)/demo/:/icons/ \
    codeclou/docker-xml-and-svg-tools:latest \
    sh /icons/convert-icons.sh

To create demo/build/circle-32.png from the svg.


 

License, Liability & Support

About

Docker Image with XML and SVG Tools to play with SVGs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published