Remove StarUML "UNREGISTERED" watermark from svg
exported files
Clone this repository
git clone https://github.com/seeren/staruml-watermark.git
Execute package for help
java -jar target/staruml-watermark.jar
Remove watermarks for a directory
java -jar target/staruml-watermark.jar -d C:/path/to/project
Remove watermarks for a directory recursively
java -jar target/staruml-watermark.jar -r -d C:/path/to/project
Compile
mvn compile exec:java -Dexec.args="-r -d C:/path/to/project" -q
Package
mvn package
This project is licensed under the MIT License.