The stroke is cut off or cropped if filter (e.g. blur) applied
Summary:
The outline of an object made of strokes is cut off at the geometry (middle or vertex) of the stroke instead of at the thickness of the stroke. Converting stroke to path (so it doesn't have a stroke, but uses fills instead) fixes this as the filter region is relative to the geometric bounding box (see fixed file).
Steps to reproduce:
- open Inkscape
- Choose "Draw freehand lines"
- Draw a 4-sided object with wavy edges, drawing the four edges separately, making sure the corner is red before starting or ending a line, so they continue where the last line left off.
- Click a color to set the fill
- Set stroke style thick such as 4 mm
- Add a small blur
Note in stable releases (1.0.1 and earlier), it is easy to accidentally add a blur when scrolling (as has occurred here, see #4197 (closed))
What happened?
The edges are cut off as the automatic filter region does not take stroke-width into account.
What should have happened?
Filter region should account for the stroke-width, so the entire thickness of the stroke is displayed.
Sample attachments: The image is a logo so it is CC BY-NC-ND 4.0
External links
(related to blur or non-blur stroke cuttoff)
- https://inkscape.org/forums/beyond/stroke-corners-cutting-off-randomly/ (seems to be due to blur in this case)
- https://inkscape.org/forums/questions/problem-outlines-cutted-off/
- Inkscape Stroke (Outline) Blur Cut-Off Bug by Open Source Bug on YouTube
- https://www.reddit.com/r/Inkscape/comments/4nqmmw/help_having_issues_with_edges_of_font_being_cut/
- (and at old issue tracker: https://answers.launchpad.net/inkscape/+question/403190)
- The workaround there fixes it, even though no blur is visible in the image.
- (and archived at old forum: https://alpha.inkscape.org/vectors/www.inkscapeforum.com/viewtopic83f2.html?t=11537)
before | after stroke to path |
---|---|
Preview before stroke to path:
Version Info:
- Inkscape Version: 1.0.1 (3bc2e813f5, 2020-09-07)
- Operating System: Windows 10
- Operating System version: 1909
- confirmed on Fedora 33 KDE (I currently have installed the packaged version from the repo, which is the same Inkscape version as above.)