# TSG: shoelaces at end of strokes

## Overview

This is a common effect that is highly dependent on how you draw and the specific brush in your drawing app. It manifests as a longer "string" at the end of your stroke. These ends can be rendered as a constant width or a long very thin string.

NOTE: There is a related problem: [TSG: Hooks at start of strokes](/drawtab/troubleshoot/tsg-strokes-hooks-at-start.md)

## Examples

![](/files/k7D9PY8F0tsuHxXXsDEk) ![](/files/IXB7trCePl0JBfgGpxmJ)

## Avoid flicking

Are you "flicking" the pen away from the tablet at the end of your strokes? This can induce the effect. Try not taking the pen off the tablet surface and ending the line slowly.

## Smoothing

Smoothing (also called Stabilization) can cause this issue. Try using less smoothing.

## Pressure sensitivity

In my experience this can happen when pens have a low IAF (Initial Activation Force).

Even though a low IAF is a good thing, it can also mean that at the end of strokes the pen is still picking up the very last bit of low pressure.

Try adjusting your pressure curve as shown below to see if this helps reduce the problem.

<figure><img src="/files/5enJeE824eA7gDYitnlS" alt="" width="375"><figcaption></figcaption></figure>

## Your application

Different apps may be more prone to this problem - depending on the implementation in their brush engine.

Reach out to other users of your application to see how they addressed it.

## OpenTabletDriver & Slimy Scylla

If you are using OpenTabletDriver, the Slimy Scylla plug-in can remove shoelacing with its **Remove Tail Position Reports** option on any of the Slimy Scylla's pressure smoothing filters.

The default value for **Remove Tail Position Reports** is 1, and usually this is enough.

However, sometimes you may need to increase it to 2 or higher.

In general, set the value to as low a number as it will go and still work correctly for you.

## Lazy Nezumi

The Lazy Nezumi tool (<https://lazynezumi.com/>) has several tools to help deal with these shoelace effect.

![](/files/XWOeIit2AYng4lgJrBvt)

## Reddit threads

* <https://www.reddit.com/r/huion/comments/11imlzd/kamvas_16_2021_shoestringing/>
* <https://community.adobe.com/t5/photoshop-ecosystem-bugs/p-shoelace-shaped-brush-stroke-with-wacom-and-smoothing-on-macos/idi-p/12558795>
* <https://www.reddit.com/r/wacom/comments/yr6hhb/sudden_checkmarkshoelace_effect_at_end_of_every/>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sevenpens.com/drawtab/troubleshoot/tsg-shoelaces-at-end-of-strokes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
