Simple command line tool to inject blur filter to Michael Fogleman primitive SVG output.
Precondition: installed go
1.8.3
Clone the repository and type
go build blur4primitive.go
Execute
./blur4primitive
from command line to get the command line options.
Use test.svg
for a first test run:
./blur4primitive -d 9 test.svg
The output is printed to stdout
.