<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Jan 14, 2013, at 2:36 PM, Martin Sluka <<a href="mailto:martinsluka@mac.com">martinsluka@mac.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span style="font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; display: inline !important; float: none; ">It looks the xs s and m scale are not enough differenced</span></blockquote></div><br><div>The definition is in file thpoint.cxx from line 959</div><div><br></div><div><div>  if (postprocess) {</div><div>    this->point->export_mp(out);</div><div>    double scl = 1.0;</div><div>    switch (this->scale) {</div><div>      case TT_2DOBJ_SCALE_L:</div><div>        scl = 1.414;</div><div>        break;</div><div>      case TT_2DOBJ_SCALE_XL:</div><div>        scl = 2.0;</div><div>        break;</div><div>      case TT_2DOBJ_SCALE_S:</div><div>        scl = 0.707;</div><div>        break;</div><div>      case TT_2DOBJ_SCALE_XS:</div><div>        scl = 0.5;</div><div>        break;</div></div><div><br></div><div>So the scales are: 2.0, 1.414, 1.0, 0.707, 0.5 </div><div><br></div><div>Try to change them and compile therion. without any guaranty ;)</div><div><br></div><div>m.</div><div><br></div></body></html>