mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 17:00:47 +00:00
Spelling fixes
This commit is contained in:
@@ -227,7 +227,7 @@ public class Timeline {
|
||||
|
||||
static {
|
||||
DecimalFormatSymbols symbols = new DecimalFormatSymbols(Locale.US);
|
||||
svgPathDecimalFormat = new DecimalFormat("0.##", symbols); // max 3 desetinná místa, žádné zbytečné nuly
|
||||
svgPathDecimalFormat = new DecimalFormat("0.##", symbols); // max 3 decimal places, no additional zeros
|
||||
}
|
||||
|
||||
private static String formatDoubleSvg(double value) {
|
||||
|
||||
Reference in New Issue
Block a user