<div dir="ltr">Hi,<div>I'm trying to do an arc starting from a simple line.</div><div><br></div><div>I'm using geometry generator with this code:</div><div>make_line( start_point( $geometry), translate( centroid( $geometry), $length/10, $length/10), end_point($geometry))<br></div><div><br></div><div>and it is working well.</div><div><br></div><div>I'd like to have shorter line, so I started considering extend function with negative paramtere, but it does not work:</div><div>extend(make_line( start_point( $geometry), translate( centroid( $geometry), $length/10, $length/10), end_point($geometry)),-100,-100)<br></div><div>(with positive parameter extension works)</div><div><br></div><div>I have serached in the geometry category but I didn't find anything similar to "reduce".</div><div><br></div><div><br></div><div>Other question, related to the same geometry. I want to have the label curved and at the center of the arc and not of the line.</div><div>I tried with the expression:</div><div>translate( centroid( $geometry), $length/10, $length/10)   <br></div><div>in the "label anchor", but nothing happen :(</div><div><br></div><div><br></div><div>  Any suggestion? Thank you!</div><div><br></div><div><br></div><div>Cheers  <br></div></div>