From ef9d609d465bba49f1f6ef0a31bf470872eaa54b Mon Sep 17 00:00:00 2001 From: joachim Date: Tue, 9 Oct 2018 14:51:29 +0200 Subject: [PATCH] Usable, not everything is parameterisable yet, but it can do some pretty things. --- src/main/java/SvgCreator.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/SvgCreator.kt b/src/main/java/SvgCreator.kt index c4e97cf..f1831c0 100644 --- a/src/main/java/SvgCreator.kt +++ b/src/main/java/SvgCreator.kt @@ -29,7 +29,7 @@ class SvgCreator(val apparentMagnitudeCutOff: Double = 7.0, val outputFile: File = File("output/stars.svg"), val overwriteOutputFile: Boolean = true, val nameOffset: Double = 0.5, - val properNameSize: String = "1.2px", + val properNameSize: String = "2px", val properNameFont: String = "Trajan Pro", val properNameItalic: Boolean = false ) { @@ -85,7 +85,7 @@ class SvgCreator(val apparentMagnitudeCutOff: Double = 7.0, .colorClassM5 { fill: #ffcc6f } .colorClassDefault { fill: white } - """.trimIndent()) + """.trimIndent()) // loop over stars HygParser().parse()