Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Modify default rendering parameters, raster images are slightly smaller.
  • Loading branch information
johnmay committed Feb 1, 2016
1 parent 25f1bc3 commit a19eabd
Showing 1 changed file with 4 additions and 1 deletion.
Expand Up @@ -209,7 +209,10 @@ public final class DepictionGenerator {
* system font.
*/
public DepictionGenerator() {
this(new Font(getDefaultOsFont(), Font.PLAIN, 22));
this(new Font(getDefaultOsFont(), Font.PLAIN, 13));
setParam(BasicSceneGenerator.BondLength.class, 26.1d);
setParam(StandardGenerator.HashSpacing.class, 26 / 8d);
setParam(StandardGenerator.WaveSpacing.class, 26 / 8d);
}

/**
Expand Down

0 comments on commit a19eabd

Please sign in to comment.