Use a round stroke line cap
This commit is contained in:
parent
b7d86c34da
commit
81d51c7bb6
|
@ -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\"/>");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue