Use a round stroke line cap

This commit is contained in:
Lonami Exo 2017-01-19 11:51:11 +01:00
parent b7d86c34da
commit 81d51c7bb6
1 changed files with 1 additions and 1 deletions

View File

@ -52,6 +52,6 @@ public class Svg {
writer.write(Integer.toHexString(options.color).substring(2)); // Skip the alpha FF
writer.write("\" stroke-width=\"");
writer.write(String.valueOf(options.strokeWidth));
writer.write("\"/>");
writer.write("\" stroke-linecap=\"round\"/>");
}
}