diff --git a/tikz/bchart-simple/Makefile b/tikz/bchart-simple/Makefile index 4d37b86..8c4aa98 100644 --- a/tikz/bchart-simple/Makefile +++ b/tikz/bchart-simple/Makefile @@ -1,7 +1,7 @@ SOURCE = bchart-simple DELAY = 80 DENSITY = 300 -WIDTH = 500 +WIDTH = 512 make: pdflatex $(SOURCE).tex -output-format=pdf @@ -25,11 +25,9 @@ transparentGif: make clean svg: - make #inkscape $(SOURCE).pdf --export-plain-svg=$(SOURCE).svg pdf2svg $(SOURCE).pdf $(SOURCE).svg # Necessary, as pdf2svg does not always create valid svgs: - inkscape $(SOURCE).svg --export-plain-svg=$(SOURCE).svg - rsvg-convert -a -w $(WIDTH) -f svg $(SOURCE).svg -o $(SOURCE)2.svg - inkscape $(SOURCE)2.svg --export-plain-svg=$(SOURCE).svg - rm $(SOURCE)2.svg + #inkscape $(SOURCE)1.svg --export-width=$(WIDTH) --export-plain-svg=$(SOURCE)1.svg + #rsvg-convert -a -w 720 -f svg $(SOURCE)1.svg -o $(SOURCE).svg + #rm $(SOURCE)1.svg \ No newline at end of file diff --git a/tikz/bchart-simple/README.md b/tikz/bchart-simple/README.md new file mode 100644 index 0000000..a95cd2d --- /dev/null +++ b/tikz/bchart-simple/README.md @@ -0,0 +1,3 @@ +Compiled example +---------------- +![Example](bchart-simple.png) diff --git a/tikz/bchart-simple/bchart-simple.png b/tikz/bchart-simple/bchart-simple.png new file mode 100644 index 0000000..19f3ed2 Binary files /dev/null and b/tikz/bchart-simple/bchart-simple.png differ